OK, this question been asked at least a dozen times on the forums and I have looked at dozens of posts, but haven't found an straightforward answer and most post are to old to post in them, so I got the following situation:
1)Navision Attain 3.6 (native) database
I took a backup which is spread over 10 fbk files
2)SQL Server 2008/2005 (I have 2008 where i'm working from today but a 2005 where I have to implement the migration)
So how do I do this migration, in one post I read about looking it up in the w1w1upgr.pdf chapter 8 but the pdf I've gotten only has 7 chapters.
Can someone please give me a boost/nudge in the right direction
0
Answers
2/ Create Navision native backup.
3/ Restore backup into new SQL database.
Of course there are issues like performance, and installing clients and any other connectivity etc. but migrating the database really is the simple part.
This might also help
http://wiki.dynamicsbook.com/index.php? ... ive_to_SQL
In the article it states about migrate.fob where can I find this.
Restore the database in sql server, is it just that easy.
Cause I tried doing a restore and got an error about incorrect formatting unless this is pointing towards incorrect date format.
Yes that is probably because of dates earlier than 1793 or there abouts.
Migrate.fob used to be on one of the old install CDs, but not sure where to get it now. You will need a partner license to run it.
I'll see if I can locate the fob
RIS Plus, LLC
You don't need the old one, the objects haven't changed, so you can use the current version in your old database.
RIS Plus, LLC
http://www.BiloBeauty.com
http://www.autismspeaks.org
RIS Plus, LLC
Ok so my question been answered, I need to get the migrate fob, import it into nav, use its codeunits to check & correct the database, take a backup of the corrected database and correct it.
I thank everyone for their answers