back to top

Moving or Restoring Databases in Infor CRM (formerly Saleslogix)

When using Infor CRM (formerly Saleslogix), all of the data is stored in a SQL or Oracle database.  Since most folks I have worked with use SQL, I will be blogging about that one.

When logging into SQL to backup or restore a database, use the sa SQL account, as it has the rights to do that.  When setting up the connection in Infor CRM, set the connection to use the sysdba account, as you want an account that has rights to the data, but not to administrate SQL itself.

When you restore a CRM database (using the sa account), the sysdba account in the database and the sysdba account on the SQL server are not connected.  You will need to run a SQL command to connect them.  You can run either

sp_change_users_login ‘Update_One’, ‘sysdba’, ‘sysdba’’

or

sp_change_users_login ‘auto_fix’, ‘sysdba’

This will link the sysdba accounts and allow CRM to connect. Make sure you have the CRM/Saleslogix database chosen as the active database when you run the SQL command, or it will error and have no effect (and throw an error).

If your SQL server does not have a sysdba account, you can create one.  It should have only the Public role on the server by default.  Do not give it any other roles, as it will actually error if you try to connect CRM using an account with too many rights on the SQL server.

Contact Customer FX for your CRM project
We let our expertise speak for itself - let us know how our all-star team can help on your CRM project
About the Author

2 COMMENTS

    • All the information needed to create the IIS files is stored in the database, so it generally preferable to just use the deployment process to create those files rather than copy them over from the production server.
      Listing all the factors in creating a test environment would make this reply much longer than the original post. I will look into creating a separate post on that if I have time in the near future.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Infor CRM Sync for Exchange: Action Required by August 31, 2026

Using Infor CRM Sync for Exchange with Microsoft 365? Your Exchange administrator must update tenant settings by August 31, 2026 to prevent sync disruption.

[Webinar] What’s Coming Next for Infor CRM SLX and Why v10 Matters

See what’s coming next for Infor CRM SLX, including new marketing workflows, automation improvements, and reasons to consider upgrading to v10.

Disable Caching in Infor CRM SLX Web Client

In the rare case caching is causing issues in the Infor CRM SLX web client, it is possible to disable specific types of caching by making edits using Application Architect, and then deploying.

Exploring AI Options for Infor CRM v10

I've started taking a closer look at the AI capabilities built into Infor CRM v10. Over the next several posts, I'll share what I learn. From the built-in features and supported AI providers to implementation considerations, costs, and practical use cases.

Infor CRM SLX 10.0: Delegate Ownership Changes for “Everyone” Records

Learn how the new EveryoneOwnerAssignment secured action in Infor CRM SLX 10.0 allows designated users to change ownership of Everyone-owned records without requiring Administrator access.

Related Articles

Infor CRM Sync for Exchange: Action Required by August 31, 2026

Using Infor CRM Sync for Exchange with Microsoft 365? Your Exchange administrator must update tenant settings by August 31, 2026 to prevent sync disruption.

[Webinar] What’s Coming Next for Infor CRM SLX and Why v10 Matters

See what’s coming next for Infor CRM SLX, including new marketing workflows, automation improvements, and reasons to consider upgrading to v10.

Disable Caching in Infor CRM SLX Web Client

In the rare case caching is causing issues in the Infor CRM SLX web client, it is possible to disable specific types of caching by making edits using Application Architect, and then deploying.

Exploring AI Options for Infor CRM v10

I've started taking a closer look at the AI capabilities built into Infor CRM v10. Over the next several posts, I'll share what I learn. From the built-in features and supported AI providers to implementation considerations, costs, and practical use cases.

Related Videos