Introduction
When delivering source code for the Vanilla and Project, the CAST Delivery Manager Tool offers the following options for your Siebel repository extraction:
Reuse existing Siebel extractor output
This option allows you to perform an offline extraction using the CAST Database Extractor (which can be downloaded from https://extend.castsoftware.com/#/extension?id=com.castsoftware.aip.extractor.sqldatabase&version=latest) and then package the output for delivery. A tailor made batch file provided in the downloaded Siebel extension is available for running the offline extraction with the CAST Database Extractor - this should be used where possible:
%PROGRAMDATA%\CAST\CAST\Extensions\com.castsoftware.siebel.<version>\TOOLS\OfflineExtraction\Siebel-Extract-CLI.bat
This batch file will need modification BEFORE you run it - this is so that it can be tailored to the RDBMS on which your Siebel repositories are hosted and which you want to extract. For example:
Siebel-Extract-CLI.bat
RDBMS access parameters
rem for Oracle : oracle rem for SQL Server : mssql rem for DB2 : db2 SET DBTYPE=<PARAM> | You must set this option to match the target RDBMS. For example for a Microsoft SQL Server:
|
rem either a host or an IP SET SERVER_NAME=<PARAM> SET PORTNUMBER=<PARAM> SET DATABASE_NAME=<PARAM> | Enter the three fields, for example, for a Microsoft SQL Server:
Hints:
|
rem <CHOOSE> %JDBC_URL_ORACLE_SID% or %JDBC_URL_ORACLE_SERVICE% SET JDBC_URL_ORACLE=%JDBC_URL_ORACLE_SID% | When targeting an Oracle Server, you must choose one parameter or the other. E.g. if you define a Service name in
|
rem <CHOOSE> %JDBC_URL_SQLSERVER_DEFAULT% or %JDBC_URL_SQLSERVER_INSTANCE% SET JDBC_URL_SQLSERVER=%JDBC_URL_SQLSERVER_DEFAULT% | When targeting an Microsoft SQL Server, you must choose one parameter or the other. E.g:
|
rem user used for the SQL connection rem SET /p DBUSER="CONNECTION USER: " SET DBUSER=<PARAM> rem SET /p DBPWD="CONNECTION PASSWORD: " SET DBPWD=<PARAM> | For Microsoft SQL Server only, this option determines the credentials that should be used to access the RDBMS. For example:
|
Siebel repository access parameters
rem user that contains the tables SET SCHEMA=<PARAM> | Schema/database in which the Siebel tables are stored:
For example:
|
rem Repository type = Vanilla or Project SET PROJECT_NAME=<PARAM> | Choose Vanilla when you specify the "Vanilla" repository ID (see below). Choose Project when you specify the "Project" repository ID (see below):
|
rem Repository ID SET REPOSITORY_ID=<PARAM> | Target Repository ID you want to extract. Must be in synch with item Repository Type above:
SIEBEL-105 VANILLA and PROJECT Repository Id should not be same. Refer to the documentation. |
rem Repository version. Either 7.5, 7.6, 7.7, 7.8, 8.0, 8.1 SET REPOSITORY_VERSION=<PARAM> | Choose the Siebel version in your target repositories:
|
rem List of application names separated by a comma SET APPLICATION_LIST=<PARAM> | Define a comma separated list of applications involved in the Siebel repository that you want to extract. For example:
|
Run the batch file
When you run the batch file, the resulting output should be the SiebelExtract_Vanilla.CastExtraction file. Select the SiebelExtract_Vanilla.CastExtraction file in the DMT Package Configuration tab, entering the file path and name in Server Version File field:
Package action
When you run the batch file, the following occurs:
- a series of ~200 SQL queries are performed on the target Siebel repository.
- the time taken for the whole task can vary from 5 minutes to several hours. A good runtime in less than 2 hours. If it takes more time and you are targeting repositories on an Oracle Server, it is likely due to Oracle statistics not being up-to-date (see Prerequisites for more information).
- also check that the Prerequisites described in On Workstation used for extraction (where the CAST Delivery Manager Tool is deployed) have been met where you are experiencing performance issues.
Ensuring the extraction task is correct
- Successful completion in decent time
- End of log is clean
- Inspection of extraction log reveals no error nor problematic warnings
In addition:
- Number of extracted rows? Ranges from 2 million to 8 million.
- Size of the .castextraction archive: 40 MB to 150 MB.
- Project extraction archive is larger (1% to 50% larger) than the Vanilla .castextraction archive
Batch file logging
The batch file will generate logs inside the folder defined in the parameter "ROOT_FOLDER", as follows:
- a sub-folder "01_Results" that contains the extraction file (SiebelExtract_Project.castextraction or SiebelExtract_Vanilla.castextraction)
- a sub-folder "log" that contains the extraction log file (ExtractorLog_Project.log or ExtractorLog_Vanilla.log) and the execution file (Project.log or Vanilla.log)
The execution log file gives you the status of the execution:
Situation | Message | What should you do? |
---|---|---|
When the execution is successful. | Extraction was successful ! | Nothing. |
When an error is identified, the return code of the extraction is interpreted and a functional message ERROR_MESSAGE is displayed. | Error while extracting Siebel Project : %ERROR_MESSAGE%
|
|
Siebel on DB2 / Siebel on Oracle / Siebel on Microsoft SQL Server - extraction via the CAST Delivery Manager Tool
These options will perform an extraction using the extractor embedded into the CAST Delivery Manager Tool - connections are made using JDBC drivers. For example:
DB2 | Click to enlarge |
---|---|
Oracle | Click to enlarge |
Microsoft SQL Server | Click to enlarge |
Use the table below to help you fill in the required fields:
Option in UI | Description | |||||||
---|---|---|---|---|---|---|---|---|
Host name | Your RDBMS server host name: either its netbios name or its IP address | |||||||
Instance Identification | DB2 | Enter both:
| ||||||
Oracle | Enter the Oracle instance port number, as per Tnsname.ora file - usually 1521. Then choose either:
| |||||||
Microsoft SQL Server | Choose either:
| |||||||
Repository Type |
| |||||||
Schema/Database | Schema/database in which the Siebel tables are stored:
| |||||||
Version | Choose the Siebel version in your target repositories: | |||||||
Repository ID | Target Repository ID you want to extract. Must be in synch with item Repository Type above.
SIEBEL-105 VANILLA and PROJECT Repository Id should not be same. Refer to the documentation. | |||||||
Credentials | Fill in the credentials for the target RDBMS:
| |||||||
JVM Memory Size | The CAST Database extractors are Java based and require the use of the JRE JVM (Java Virtual Machine). This option allows you to configure the Maximum Java Heap Size of your JVM for use during the database/schema browse and extraction processes. By default 1GB of memory is allocated and in most scenarios this value can be left as it is. You may need to change the amount of memory allocated to the JVM if you are getting out of memory exceptions for the Java Heap Space when you either browse to select a database/schema or when you use the Package action to invoke the extraction - this can occur more specifically when attempting to extract a large single database/schema or multiple databases/schemas. Please increase the memory allocation until you no longer receive errors. | |||||||
Applications to measure | Use this section to define the applications involved in the Siebel repository that you want to extract: You can either add the names manually (use the green Add button), or use the Browse button to access the live RDBMS and choose the items you require, for example: |