siebelDeploy
An operation to import the export zip file to the target environment.
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 target 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 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. |
Siebel Migration URL |
| No | The Migration URL for the source Siebel environment (Only required if the REST API URL and the Migration URL are not the same). Eg: https://siebel.host/siebel/v1.0 @Since 8.0.0.6 |
ArtifactsÂ
This operation consumes artifacts from the artifacts repository.
Endpoint Selection
This operation will select all available endpoints associated to the Target. It is recommended the endpoint be the server where the Siebel Migration tool will read the repository zip file from. The REST calls being used internally always execute locally on the server and by default will expect the repository zip file to exist. It is recommended that this server also be defined as the endpoint because then the plugin can automatically copy the zip file to the correct location from the transfer directory.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one. The resource type on the endpoint should be "Siebel Target".
Special Considerations
This operation will need the repository zip file produced from the export. To have this transfer happen automatically, make sure the endpoint is the same server as the Siebel Migration home directory exists on.Â
- style