Hi,
i 've got a little problem while converting my 2.60 database technically to 4.0 SP 1. (the database is already running on 3.70)
the sql error is (translated from german):
208,"42S02",[Microsoft][ODBC SQL Server Driver][SQL Server]Unknown Object Name 'Object'.
16945,"42000",[Microsoft][ODBC SQL Server Driver][SQL Server]The Cursor has not been declared.
SQL:
SELECT O."ID" FROM "Object" AS O WHERE O."Type"=? ORDER BY O."ID"
May be it is a hint that the virtual table Object is called Objekt in german database...the 4.0 SP 1 version is german also...
Has anyone an idea???
0
Comments
Please, if you have problem, create Navision native backup and restore it under new client. You will not have this problem...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
we have a 100 GB database and the backup has a duration of approx. 48 hours...
i hoped the conversion would be a little faster
1) Create new clear DB on your server with the new version client.
2) Convert the old DB
3) Through enterprise manager transfer data from the new DB from table dbproperties to your converted DB (this will change the settings about localized virtual tables etc...) of course BACKUP your old data in your converted DB table dbproperties
4) Try to open your converted DB in new client...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
We solved the Problem