OpUtils Database Migration from Firebird to MSSql

OpUtils Database Migration from Firebird to MSSql

Here are the steps for the Firebird to Mssql DB migration:
  1. Stop OpUtils Service

  2. Take a complete OpUtils Folder backup and save it on different location .

  3. Go to OpUtils\conf dir

  4. Open mssql_dbm_params.conf ile and mention SQL server name and authentication and save it.

  5. Open command prompt and go to OpUtils\bin directory

  6. Ensure the SQL server is running

  7. Execute OpUtilsDBMigration.bat file as below
    Eg:-
    OpUtilsDBMigration.bat mssql

  8. Start OpUtils Service




mssql_dbm_params.conf property file 
---------------------------------------------------------------------------------------------------------------
username=<Enter User Name>
# Eg.
#username=oputils

# password for the db can be specified here
password=<Enter Password>
# Eg.
#password=oputils

url=jdbc:jtds:sqlserver://<Enter Server Name>:<Enter Port Number>/OpUtilsDB
# Eg.
#url=jdbc:jtds:sqlserver://localhost:1433/OpUtilsDB

# For named instance, append "/instance=<Enter Instance>" at the end
# Eg.
#url=jdbc:jtds:sqlserver://localhost:1433/OpUtilsDB/instance=EXPRESSOP

# For windows authentication, append "/Domain=<Enter Domain Name>" at the end
#Eg.
#url=jdbc:jtds:sqlserver://localhost:1433/OpUtilsDB/Domain=csez.zohocorpin.com

# For named instance with windows authentication, append "/instance=<Enter Instance>/Domain=<Enter Domain Name>" at the end
#Eg.
#url=jdbc:jtds:sqlserver://localhost:1433/OpUtilsDB/instance=EXPRESSOP/Domain=csez.zohocorpin.com

---------------------------------------------------------------------------------------------------------------


                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • OpUtils Database Migration from Firebird to Postgres

                        OpUtils can be upgraded till 80000 build with Firebird database , any further upgrade needs either MSSQL or Postgres as database , here are the steps for the Firebird to Postgres DB migration: 1)Stop OpUtils Service 2)Take a complete OpUtils Folder ...
                      • Restore Firebird database schedule backup

                        Please follow the below steps to restore the DB from back up. Start the OpUtils services Go to the directory where you have the OpUtils DB backup (Scheduled backup) EX:c:\Program Files\AdventNet\ME\OpUtils\ScheduleBackup Unzip the desired scheduled ...
                      • Repair corrupted firebird database

                        If Firebird database is corrupted, please follow these steps to fix it: Stop Firebird server. Don't use corrupted database - it leads to further corruption. Also, do not copy Firebird database when Firebird server is running - it leads to corrupted ...
                      • (Firebird DB) 60000 --> 61000 - Problem encountered while performing database backup and restore

                        The PPM may fails due to two reasons       1. Access Permission       2. DB Corruption Step 1: "Access Permission".       Access denied to write in hard drive like (c:),             Ask him to follow the steps below Go To OpUtils installed ...
                      • PPM Error : Problem encountered while performing database backup and restore

                        The PPM may fails due to two reasons       1. Access Permission       2. DB Corruption Step 1: "Access Permission".             Access denied to write in hard drive like (c:),             Ask him to follow the steps below Go To OpUtils installed ...