
04-15-2010 09:42 AM - last edited on 04-15-2010 09:44 AM
We are in the process of upgrading from SLX7.0 built on SQL 2000 to SLX7.5 built on SQL 2008. We would like to migrate our data from 7.0 to 7.5.
I have found very few guides by Sage or online about how to do this- so thus this post. I have attempted a few ways to migrate the data. My attempts are below:
Thanks for any help.
04-15-2010 09:54 AM
1 or 2 should work provided you are carefully following the upgrade documentation. As for the error you mentioned in #2, there are some extra steps required when setting up the connection in Connection Manager when using SQL 2008. This is described in the implementation PDF. Don't forget to run Integrity Checker before starting the upgrade (and make a backup before doing ANYTHING).
04-15-2010 10:18 AM
Perhaps I missed it but I looked in the 'Sage SalesLogix Implementation Guide' and the 'Upgrading Sage SalesLogix from Version 7.0.x to 7.5' and neither mentioned my enviroment. Perhaps I missed it?
We have an old box where Server03 SQL 2000 and SLX7.0 sit and a completly new box where Server08 SQL 08 and SLX7.5 sit. We would like to restore data form the 7.0 box to the 7.5 box.
I followed the implentation guide for 7.5 but it did not mention moving/migrating data... unless of course if I missed this?
Thanks.
04-15-2010 12:46 PM
04-16-2010 07:40 AM
I can not back up SQL 2000 and restore to SQL 2008. The error message says: The backup set holds a backup of a database other than the existing 'salesladies' database. This makes sense because it is a different DB.
SSL server won't be able to connect to the 'old' DB because it is not tied up with SSL 7.5. No guide tells you just how to import data from SQL 2000 will maintain the new tables in SQL 2008/SLX 7.5.
How do you maintain the SLX7.5 DB but restore it with SLX7.0 data?
Am I still missing something?
04-16-2010 08:17 AM
Just do a normal (Enterprise manager) Full SQL backup of the SalesLogix db in SQL2000...
You then do a normal "restore database" in SQL 2008 Management studio (using that sql backup)
Don't forget to create the sysdba user in SQL2008 as well as "fix" the sysdba after doing a restore.
04-16-2010 11:13 AM
Closer... I have restored the SalesLogix DB. All of our data is present and accounted for.
I am now attempting to log into Administrator using the admin password. No what I enter in: 'Database login failed: Catastrophic Failure' error appears. When I use the test UDL the error message is 'test connect failed.'
I have attempted to use the sysdba 'fix' and made it through almost all the scripts on the below website expect for the one that matters...
http://crm.ittoolbox.com/groups/technical-function
[code]
osql -Usa -P{password}
1> use saleslogix
2>sp_change_users_login 'Update_One', 'sysdba', 'sysdba'
3>go
[/code]
It gives me an incorrect syntax near 'sp_change...' The syntax is correct. I copied and pasted the code into the command prompt...
The saleslogix DB is using the correct sysdba account/password since I can connect to it.
Any other suggestions or ideas? We are very close...
Thanks for all your help thus far.
04-16-2010 01:46 PM
04-16-2010 02:05 PM - last edited on 04-16-2010 02:12 PM
No luck. Recreated the connection and the same error message in UDL test file/login into admin....
Throught it should be insteresting to note. If I leave the password field blank on the SLX admin login it says 'database login failed...' If I enter in the 'password' or any text it says: 'database login faile: login failed for domain\username' So it must be trying to connect to something?
Thanks.
04-19-2010 09:18 AM
Any other methods of upgrading the data? Maybe using the SSIC tool?
Any reasons how to fix the admin connection back to the SLX ? Is this information stored in a table in SalesLogix DB?