Document toolboxDocument toolbox

How to Migrate a UMS Database From Embedded DB to Microsoft SQL Server

This article describes how to migrate the database of a Universal Management Suite (UMS) installation from an Embedded DB to a Microsoft SQL Server.

This is an exemplary representation. If you want to integrate the other way round or integrate other databases, the same steps are always performed. You can always use this description as a guide.


IGEL Demos Channel

Setting Up the SQL Database

The UMS supports only those standard sortings of Microsoft SQL Server which are case insensitive ("CI"). Therefore, make sure that the parameter Collation in MS SQL Server is set appropriately.

The user name for the external database may only be created with the following properties:

  • it consists only of lower case letters or upper case letters.

  • the low-cut character ("_") is the only special character, which is allowed.

Do not mix upper and lower case letters. Don't use points, spaces, minus, or @ sign!

 

For detailed instructions, see:

Copying the Database Contents

  1. Start IGEL Universal Management Suite Administrator.

Default path to the UMS Administrator:

Linux: /opt/IGEL/RemoteManager/RMAdmin.sh
Windows: C:\Program Files\IGEL\RemoteManager\rmadmin\RMAdmin.exe

The IGEL UMS Administrator application can only be started on the UMS Server.

 

  1. Go to Datasource > Add... to create a new SQL Server data source; use exactly the same database name and settings you have defined while setting up the SQL Database.

 

  1. Select the Embedded DB entry and click Copy.

     

  2. Select the newly created SQL Server entry as the target and click OK.

     

  3. Enter the password and click OK to start the copying.

     

  4. When the copying has completed, test the database connection by clicking Test and entering the password.

     

  5. If the test was successful, select the SQL Server datasource and click Activate.

     

  6. Enter the password to confirm the activation.

     

Â