DB import document
DB import document
IP Address: 172.16.204.123
Password: Maveric@2023
IP Address: 172.16.204.30
Username:.\t24user
Password: Temenos$2023
Prerequisite:
Before Starting the import, Follow the below steps in SQL server
Click on browse in Owner > select the below user > OK > OK
STEP 2: SQL Server Configuration Manager > SQL server Network Configuration > TCP/IP > once
disable it and enable it again. Also note the port number(1433)
SQL Server Service > stop and start the MSSQLPOC and SQL server Agent
Step 3: To load the functions in the destination server, Copy all the queries from Source
172.16.204.123 (D:\Temenos\Transact\ModelBank\TAFJ\dbscripts\ms-sql) to Destination server
172.16.204.30 (C:\SQL2022\queries)
Execute all the queries in SQL manager by changing the Database name (MSSQLPOC) you have
created in each query.
NOTE: to execute the query, select all and click on EXECUTE
In start, Search for Windows Power shell and give the below command
Example :
sqlcmd -SW19DNNT24TDBPOC
GO
RECONFIGURE;
GO
RECONFIGURE;
GO
use MSSQLPOC
GO
GO
GO
GO
GO
To check if the functions are loaded properly, execute the below command:
GO
DBImport : Once the connection between source and destination is established and
functions are loaded properly in destination, we can start the DB import.
D:\Temenos\Transact\ModelBank\TAFJ\bin
Open Command prompt by giving cmd in bin path.
Type DBImport -GUI and click enter and follow the below steps as shown in the screenshots
Once the DB import is completed , the below screen will appear.
POST CHECK IN SOURCE: Execute the below Queries in source server once the DB import is
completed.
POST CHECK IN DESTINATION: Execute the below Queries in destination server once the DB
import is completed.
DB_NAME(db.database_id) DatabaseName,
FROM sys.databases db
jdbc:sqlserver://<host_or_ip>:1433;databaseName=<db_name>;integratedSecurity=True
temn.tafj.jdbc.url=jdbc:sqlserver://
172.16.204.30:1433;databaseName=MSSQLPOC;integratedSecurity=false
temn.tafj.jdbc.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
temn.tafj.jdbc.username=tafjuser
temn.tafj.jdbc.password=123)
Save and EXIT and login again into the dbtools
NOTE:
Follow all the instructions given in this document for MSSQL and Oracle import as
well by changing the respective paths, IP address and port numbers from TAFJ
properties
Path : jdbc:h2:tcp://localhost:3458/DEV
username=t24
password=t24
path:
jdbc:sqlserver://172.16.204.30:1433;databaseName=ORACLEDBDEMO;integratedSec
urity=false
username= tafjuser
password=123
DB Name: ORACLEDBDEMO
IP: 172.16.204.59
Username: t24user
Password: Temenos@2023