mibuso.com

Microsoft Business Solutions online community
It is currently Thu Jun 20, 2013 2:46 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: [Solved] ? How to migrate a Attain 3.6 database to SQL Server
PostPosted: Tue Apr 10, 2012 10:37 am 
Offline

Joined: Tue Oct 04, 2011 10:26 am
Posts: 94
Country: Belgium (be)
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


Last edited by Resender on Thu Apr 12, 2012 2:21 pm, edited 1 time in total.

Top
 Profile E-mail  
 
 Post subject: Re: ? How to migrate a Attain 3.6 database to SQL Server
PostPosted: Tue Apr 10, 2012 11:37 am 
Offline
MVP Microsoft Dynamics NAV
NAV TechDays 2013 attendee

Joined: Tue Aug 14, 2001 7:01 am
Posts: 5317
Location: Prague
Country: Czech Republic (cz)
1/ check the Navision database for data errors or non SQL compliant data.
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

_________________
David Singleton
Dynamics NAV Freelancer
Dynamics Book
Go-Live International


Top
 Profile E-mail WWW  
 
 Post subject: Re: ? How to migrate a Attain 3.6 database to SQL Server
PostPosted: Tue Apr 10, 2012 2:01 pm 
Offline

Joined: Tue Oct 04, 2011 10:26 am
Posts: 94
Country: Belgium (be)
Thanks
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.


Top
 Profile E-mail  
 
 Post subject: Re: ? How to migrate a Attain 3.6 database to SQL Server
PostPosted: Tue Apr 10, 2012 3:07 pm 
Offline
MVP Microsoft Dynamics NAV
NAV TechDays 2013 attendee

Joined: Tue Aug 14, 2001 7:01 am
Posts: 5317
Location: Prague
Country: Czech Republic (cz)
Resender wrote:
Thanks
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.

_________________
David Singleton
Dynamics NAV Freelancer
Dynamics Book
Go-Live International


Top
 Profile E-mail WWW  
 
 Post subject: Re: ? How to migrate a Attain 3.6 database to SQL Server
PostPosted: Tue Apr 10, 2012 3:18 pm 
Offline

Joined: Tue Oct 04, 2011 10:26 am
Posts: 94
Country: Belgium (be)
OK, thanks.
I'll see if I can locate the fob


Top
 Profile E-mail  
 
 Post subject: Re: ? How to migrate a Attain 3.6 database to SQL Server
PostPosted: Tue Apr 10, 2012 3:23 pm 
Offline
MVP Microsoft Dynamics NAV

Joined: Thu Jan 02, 2003 6:37 pm
Posts: 7932
Location: Howell, MI
Country: United States (us)
the SQL migration objects are part of the upgrade toolkit, which is on the installation disk

_________________
Daniel Rimmelzwaan
MVP - Dynamics NAV


Top
 Profile  
 
 Post subject: Re: ? How to migrate a Attain 3.6 database to SQL Server
PostPosted: Tue Apr 10, 2012 3:47 pm 
Offline

Joined: Tue Oct 04, 2011 10:26 am
Posts: 94
Country: Belgium (be)
DenSter wrote:
the SQL migration objects are part of the upgrade toolkit, which is on the installation disk

Yeah I reckoned so much, I'm looking if we might have those.


Top
 Profile E-mail  
 
 Post subject: Re: ? How to migrate a Attain 3.6 database to SQL Server
PostPosted: Tue Apr 10, 2012 3:58 pm 
Offline
MVP Microsoft Dynamics NAV
NAV TechDays 2013 attendee

Joined: Tue Aug 14, 2001 7:01 am
Posts: 5317
Location: Prague
Country: Czech Republic (cz)
Resender wrote:
DenSter wrote:
the SQL migration objects are part of the upgrade toolkit, which is on the installation disk

Yeah I reckoned so much, I'm looking if we might have those.


You don't need the old one, the objects haven't changed, so you can use the current version in your old database.

_________________
David Singleton
Dynamics NAV Freelancer
Dynamics Book
Go-Live International


Top
 Profile E-mail WWW  
 
 Post subject: Re: ? How to migrate a Attain 3.6 database to SQL Server
PostPosted: Tue Apr 10, 2012 4:34 pm 
Offline
MVP Microsoft Dynamics NAV

Joined: Thu Jan 02, 2003 6:37 pm
Posts: 7932
Location: Howell, MI
Country: United States (us)
I don't think you can import 2009 version objects into a 3.6 database. It would be better if you had the original installation disk.

_________________
Daniel Rimmelzwaan
MVP - Dynamics NAV


Top
 Profile  
 
 Post subject: Re: ? How to migrate a Attain 3.6 database to SQL Server
PostPosted: Tue Apr 10, 2012 4:36 pm 
Offline
MVP Microsoft Dynamics NAV
Site Supporter

Joined: Fri Jun 06, 2003 9:01 pm
Posts: 6992
Location: L.I., New York
Country: United States (us)
DenSter wrote:
I don't think you can import 2009 version objects into a 3.6 database. It would be better if you had the original installation disk.

Sounded to me that he was going from 3.6 Native to 3.6 Sql. :-k

_________________
Harry Ruiz
http://www.cosmeticsolutions.com
http://www.autismspeaks.org


Top
 Profile E-mail WWW  
 
 Post subject: Re: ? How to migrate a Attain 3.6 database to SQL Server
PostPosted: Tue Apr 10, 2012 5:14 pm 
Offline
MVP Microsoft Dynamics NAV

Joined: Thu Jan 02, 2003 6:37 pm
Posts: 7932
Location: Howell, MI
Country: United States (us)
Yes it sounded like that to me too, but David was suggesting to use the current version objects for the SQL Migration part, which I interpreted as '2009 version'.

_________________
Daniel Rimmelzwaan
MVP - Dynamics NAV


Top
 Profile  
 
 Post subject: Re: ? How to migrate a Attain 3.6 database to SQL Server
PostPosted: Tue Apr 10, 2012 7:21 pm 
Offline
MVP Microsoft Dynamics NAV
NAV TechDays 2013 attendee

Joined: Tue Aug 14, 2001 7:01 am
Posts: 5317
Location: Prague
Country: Czech Republic (cz)
I just did it a few weeks back. (4.00 not 3.60 but same principle) I exported the objects as text and imported to the 4.00 Native database. The objects have not changed in 10 years.

_________________
David Singleton
Dynamics NAV Freelancer
Dynamics Book
Go-Live International


Top
 Profile E-mail WWW  
 
 Post subject: Re: ? How to migrate a Attain 3.6 database to SQL Server
PostPosted: Wed Apr 11, 2012 9:35 am 
Offline

Joined: Tue Oct 04, 2011 10:26 am
Posts: 94
Country: Belgium (be)
It is indeed a move from Native 3.60 to SQL Server.
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


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum


Search for:
Jump to: