This page was last edited on September 5, 2014, at 11:05.
Comments or questions about this documentation? Contact us for support!
python main.py –t <tenant_name> -r <tenant_runtime_id> -i <tenant_export_file>.xml –s <system_tenant_export_file>.xml –g <GAX_URL> -u <username> -p <password> -v –d <mapping_file>.ini
DELETE FROM ETL_AUDIT WHERE PROCESS_NAME = 'Load_Config_GTL_DM'
The mapping_file.ini is a standard ini file. It contains three sections:
Example
# 'DAP' section adds mapping to Database Access Point # used by solution: # <solution name> = <Database Access Point application name> [DAP] selenium_solution = iWD_Node_selenium2_DAP selenium_solution2 = iWD_Node_selenium22_DAP # 'Inx' section adds mapping to Interaction Server # used by solution: # <solution name> = <Interaction Server application name> [Inx] selenium_solution = InteractionServer_812 # 'JDBC' section adds mapping to Event Log: # <Interaction Server application name> = <JDBC url string> [JDBC] InteractionServer_812 = jdbc:evo:oracle:@//localhost:1521/xe
This mapping is required to properly tie associate Configuration Server’s components. Note that in case of applications (DAP, INX), the migration script requires that they must be defined and configured in Configuration Server.
In GRAT 8.5, using newly created DB repository:
No direct migration process is supported from releases earlier than 8.1.1 to 8.5.0. To migrate from these earlier releases, you must first migrate to 8.1.1.