Can anyone help explain this message which occurs at the end of a restore of a company with VERY little data?
The message follows table and key creation. Going into SQL Mgmt studio shows the table DOES exist both as table 7 and as 100000007 so it must be permissions. I am logged in as sa (dbo).
The following SQL Server error(s) occurred while accessing the Standard Text table:
4902,"42S02",[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot find the object "MCB51.dbo.Greenleaf$Standard Text" because it does not exist or you do not have permissions.
SQL:
ALTER TABLE "MCB51"."dbo"."Greenleaf$Standard Text" ADD CONSTRAINT "Greenleaf$Standard Text$0" PRIMARY KEY CLUSTERED ("Code")
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Dynamics West
http://www.dynamicswest.com
MY 2 cents: it might have something to do with your backup not including application objects.
RIS Plus, LLC
:evil:
And in those 8 years did you ever find a way that a 100,xxx,xxx table could exist EXCEPT from an incomplete restore?
I would like to know if anyone else is running into this bizarre behavior in SQL 2005 with the 5.0 SP1 client.
Dynamics West
http://www.dynamicswest.com
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Dynamics West
http://www.dynamicswest.com
You have object in the database how are compiled in a older version of Navision. Mark all objects and compile them. Then it works for sure
Mark