An operation to build the artifact for a Siebel deploy.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Siebel REST URL for the current environment |
| Yes | The REST URL for the specified Siebel environment. |
Siebel Account Username for the current environment |
| Yes | The username for the specified Siebel environment. |
Siebel Account Password for the current environment |
| Yes | The password for the specified Siebel environment. |
Siebel Migration Plan for the current environment |
| Yes | The name of the Siebel migration plan. |
Siebel Schema Name for the current environment |
| Yes | The schema name for the specified Siebel environment. |
Siebel Schema Password for the current environment |
| Yes | The password to the schema for the specified Siebel environment. |
Siebel Table Space Details for the current environment |
| Yes | The values to be used for the table space details when creating or modifying a connection. If left empty, the schema name will be used. eg: tableSpaceData:SIEBELDATA;tableSpaceIndex:SIEBELINDEX |
Siebel Database UNICODE Encoding |
| Yes | UNICODE Encoding of the target Siebel database. Set to false if you are using a Non-UNICODE database. |
Siebel Migration Home |
| Yes | The default migration home directory of the source Siebel environment. This is the directory where the package/watermark files are stored by Siebel after export/import operations. |
Siebel Migration URL |
| No | The MIGRATION URL for the target Siebel environment (Optional if REST API URL and Migration URL same). |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Siebel Language |
| Yes | Language to be used in the migration plan. Used in both import and export operations. Defaults to ENU(English U.S.A.) |
Siebel Source REST URL |
| Yes | The REST URL for the source Siebel environment. |
Siebel Source Account Username |
| Yes | The username for the source Siebel environment. |
Siebel Source Account Password |
| Yes | The password for the source Siebel environment. |
Siebel Source Migration Plan |
| Yes | The name of the Siebel migration plan on the source environment. |
Siebel Source Schema Name |
| Yes | The schema name for the source Siebel environment. |
Siebel Source Schema Password |
| Yes | The password to the schema for the source Siebel environment. |
Siebel Source Table Space Details |
| Yes | The values to be used for the table space details when creating or modifying the connection on the source environment. eg: tableSpaceData:SIEBELDATA;tableSpaceIndex:SIEBELINDEX |
Siebel Source Database UNICODE Encoding |
| Yes | UNICODE Encoding of the Siebel database in the source environment. Set to false if you are using a Non-UNICODE database. |
Siebel Source Migration Home |
| Yes | The default migration home directory of the Siebel source environment. This is the directory where the package files are stored by Siebel after export operation. |
Siebel Logs Retrieval Level |
| No (defaults to error) | The level for logs retrieved from a Siebel environment. Allowed values are ERROR(Retrieve logs only for errors) and ALL(Retrieve logs for all statuses). Set to ERROR by default. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Siebel Workspace Version Number |
| Yes | The input value determines which Workspace Version number will be migrated based on the stream name selected. |
Siebel Incremental Export Type |
| Yes | Determines if the incremental export should be an incremental or full. If incremental is selected the Siebel migration properties Incremental Runtime Repository Data Service and Incremental Application Workspace Data Service are used in the migration plan. If full is selected, the values of these same properties are applied to Runtime Repository Data Service and Application Workspace Data Service options in the migration plan. |
Include Schema Service |
| Yes | Include Schema Service on migration plan |
Include Application Workspace Data Service |
| Yes | Include Application Workspace Data Service on migration plan |
Include Runtime repository data service |
| Yes | Include Runtime Repository Data Service on migration plan |
Include application data service |
| Yes | Include Application Data Service on migration plan |
Include application data service with transformation |
| Yes | Include Application Data Service with transformation on migration plan |
Include File prepare and deploy |
| Yes | Include File Prepare and Deploy on migration plan |
Include FINS BIB |
| Yes | Include FINS BIB on migration plan |
Artifacts
This operation produces artifacts that will be stored in the artifacts repository. The artifact is a JSON file representing the input information collected for both a standard and initial export type. In additional, the full export type will also produce the exported zip file as an artifact.
...