Databases

The migration process requires specific rights on Sage XRT Treasury database in order to execute stored procedures , create aliases, etc. Make sure you have these rights.

Checks

Before starting the migration, certain points must be checked on Sage XRT Treasury database.

  1. In SQL Server Management Studio, with a right click on your Sage XRT Treasury database, open the dropdown menu and select Properties. Then in Files, select user sa in the Owner field.

A screenshot depicting the function addressed in the current paragraph.

Info

You can also choose to make this change through a query execution. With a right click on your Sage XRT Treasury database, open the dropdown menu and select New Query. Then execute the following SQL query:

USE [SXTDatabase] EXEC sp_changedbowner 'sa'

GO

  1. The version of Sage XRT Treasury database.

A screenshot depicting the function addressed in the current paragraph.

Info

You can also choose to make this change through a query execution. With a right click on your Sage XRT Treasury database, open the dropdown menu and select New Query. Then execute the following SQL query:

SQL:SELECT [DESCRIPTION],[VERSION] FROM [DB_VERSION]

The version number must be 4.00.001.01 or more, as specified in the configuration file.

The last verification concerns the presence of CALCULATE_CASH_BALANCES stored procedure in your SXT database.

  1. Expand the level of your Sage XRT Treasury database then the Programmability and Stored Procedures levels. If CALCULATE_CASH_BALANCES procedure appears, then you are ready for the migration.

A screenshot depicting the function addressed in the current paragraph.

Otherwise, your Sage XRT Treasury database must be updated. In this case, you have two options.

Restoration

 

  1. Select one of theSage XRT Solution databases according to your collation settings and to MS SQL Server version.

A screenshot depicting the function addressed in the current paragraph.

  1. In the Files tab, rename the files according to your customer.

A screenshot depicting the function addressed in the current paragraph.

  1. Right-click on the restored database and rename it according to your customer.

A screenshot depicting the function addressed in the current paragraph.

  1. Right-click on Sage XRT Solution database, select Properties, in the Files tab, replace the three logical names by the customer name.

A screenshot depicting the function addressed in the current paragraph.

The check process is complete.

Info

We recommend you back up the empty Sage XRT Solution database to save time, should the migration fail.