Options

SQL 2005 restore error 4902

Dave_CintronDave_Cintron Member Posts: 189
edited 2009-10-22 in SQL General
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")
Dave Cintron
Dynamics West
http://www.dynamicswest.com

Comments

  • Options
    ara3nara3n Member Posts: 9,255
    It looks like you didn't finish the restoration. Click on tools and restore and it will ask you to continue finishing the restoration.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Options
    Dave_CintronDave_Cintron Member Posts: 189
    Buddy, I've been working with SQL on NAV for 8 years, so I really need a better answer than "Installation 101".
    Dave Cintron
    Dynamics West
    http://www.dynamicswest.com
  • Options
    DenSterDenSter Member Posts: 8,304
    Answers like that are not conducive to a community spirit Dave, there's no need to bite someone's head off for suggesting something you've already thought of yourself. We're all thinking with you, and it's not always clear to estimate someone's proficiency level. A better way to apporach this would have been "Yes I thought about that too, so I checked (because we always doublecheck ourselves right :mrgreen:). It has to be something else". Then again, your reply could be totally in gest, it's not always easy to tell.

    MY 2 cents: it might have something to do with your backup not including application objects.
  • Options
    David_SingletonDavid_Singleton Member Posts: 5,479
    Buddy, I've been working with SQL on NAV for 8 years, so I really need a better answer than "Installation 101".

    :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?
    David Singleton
  • Options
    Dave_CintronDave_Cintron Member Posts: 189
    This error was solved by recompiling all of the tables AFTER importing the backup. Because the restore refused to complete, giving the error described in the first post, this recompile had to be done BEFORE the restore would complete.

    I would like to know if anyone else is running into this bizarre behavior in SQL 2005 with the 5.0 SP1 client.
    Dave Cintron
    Dynamics West
    http://www.dynamicswest.com
  • Options
    ara3nara3n Member Posts: 9,255
    were the objects in the db by any chance different than the backup?
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Options
    Dave_CintronDave_Cintron Member Posts: 189
    Absolutely not. This was a database created from scratch on a brand new install of SQL 2005. The Navision database was backed up and restored in the same hour.
    Dave Cintron
    Dynamics West
    http://www.dynamicswest.com
  • Options
    garakgarak Member Posts: 3,263
    i'm right that you are restore an fbk :?:
    Do you make it right, it works too!
  • Options
    mark0038mark0038 Member Posts: 2
    We had the same problem. Here the solution:
    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
Sign In or Register to comment.