Problems restoring a BK on Nav 3.70 SQL

ams79
ams79 Member Posts: 39
HI everybody,

I'm have a problem with a 3.70 DB over SQL Server 2000, I'm having problem restoring a DB in native. I think that the problem is caused because the SQL Databse have all the tables duplicates in 100000000 range. I don't know why.

When I'm restoring the DB in a native server show me an error "Table data 100000003 doesn't exist"

Could any of you help me.

Thanks a lot!!

Comments

  • DenSter
    DenSter Member Posts: 8,307
    Those tables are temporary tables that the NAV uses during the restore process. When all the data transfer is completed, those tables get deleted. If they are in your database, that means that a restore was not completed.

    Have you been working with that database like that for long?