The Knowledgebase will provide the following:
Description:
When attempting to create a connection to a new SalesLogix database via Connection Manager, the name of the new database is not listed.Possible Resolution:
If the database was recently attached or restored, run the sysdba_fix script against the database via SQL Query Analyzer. For information, see How to run the Sysdbafix_script.sql script on a database.Clicking the how to run link will provide the following:
Description:
How to run the Sysdbafix_script.sql script on a database.Possible Resolution:
To run the Sysdbafix script against the database:- Open SQL Enterprise Manager
- Open Query Analyzer
- Select File / Open
- Browse to the SalesLogix CD(s)
The sysdba script can be found in different places depending on the CD set you received.
It can be in the Databases folder or the Upgrade folder. - Select the Sysdbafix_script.sql script
- Execute it against the database
Run this script in SQL Server Management Studio/Query Analyzer for the new (or database with a problem) database.
sp_change_users_login 'Update_One', 'sysdba', 'sysdba'
No comments:
Post a Comment