An operation to build the artifact for an incremental deploy.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Siebel REST URL for the current environment | FDSIE_TARGET_REST_URL | Yes | The REST URL for the specified Siebel environment. |
Siebel Account Username for the current environment | FDSIE_TARGET_USER | Yes | The username for the specified Siebel environment. |
Siebel Account Password for the current environment | FDSIE_TARGET_PASSWORD | Yes | The password for the specified Siebel environment. |
Siebel Migration Plan for the current environment | FDSIE_TARGET_PLAN_NAME | Yes | The name of the Siebel migration plan. |
Siebel Schema Name for the current environment | FDSIE_TARGET_SCHEMA_NAME | Yes | The schema name for the specified Siebel environment. |
Siebel Schema Password for the current environment | FDSIE_TARGET_SCHEMA_PASSWORD | Yes | The password to the schema for the specified Siebel environment. |
Siebel Table Space Details for the current environment | FDSIE_TARGET_TABLE_SPACE_DETAILS | 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 |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Include Application Data Service | FDSIE_APP_DATA_SVC | Yes | Include Application Data Service in the migration plan. |
Include Application Data Service With Transformation | FDSIE_APP_DATA_SVC_W_TRANS | Yes | Include Application Data Service With Transformation in the migration plan. |
Include Application Workspace Data Service | FDSIE_APP_WKSPC_DATA_SVC | Yes | Include Application Workspace Data Service in the migration plan. |
Include FINS BIB | FDSIE_FINS_BIB | Yes | Include FINS BIB in the migration plan. |
Include File Prepare And Deploy | FDSIE_FILE_PREP_AND_DEPLOY | Yes | Include File Prepare And Deploy in the migration plan. |
Include Runtime Repository Data Service | FDSIE_RUNTIME_REPO_DATA_SVC | Yes | Include Runtime Repository Data Service in the migration plan. |
Include Schema Service | FDSIE_SCHEMA_SERVICE | Yes | Include Schema Service in the migration plan. |
Include Incremental Runtime Repository Data Service | FDSIE_INC_RUNTIME_REPO_DATA_SVC | Yes | Include Incremental Runtime Repository Data Service in the migration plan. |
Include Incremental Application Workspace Data | FDSIE_INC_APP_WKSPC_DATA_SVC | Yes | Include Incremental Application Workspace Data Service in the migration plan. |
Siebel Language | FDSIE_LANGUAGE | 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 | FDSIE_SOURCE_REST_URL | The REST URL for the source Siebel environment. | |
FDSIE_SOURCE_USER | The username for the source Siebel environment. | ||
FDSIE_SOURCE_PASSWORD | The password for the source Siebel environment. | ||
FDSIE_SOURCE_PLAN_NAME | The name of the Siebel migration plan on the source environment. | ||
FDSIE_SOURCE_SCHEMA_NAME | The schema name for the source Siebel environment. | ||
FDSIE_SOURCE_SCHEMA_PASSWORD | The password to the schema for the source Siebel environment. | ||
FDSIE_SOURCE_TABLE_SPACE_DETAILS | 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 | ||
FDSIE_SOURCE_UNICODE_DB | UNICODE Encoding of the Siebel database in the source environment. Set to false if you are using a Non-UNICODE database. | ||
FDSIE_SOURCE_MIGRATION_HOME_DIR | 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. | ||
FDSIE_RETRIEVE_LOGS_LEVEL | 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 |
---|---|---|---|
Copy Definition Only | FDSIE_INP_WORKSPACE_VERSION | No | If true the only the project definition will be copied. This is done by excluding all object types provided in the object type project property. |
Artifacts
This operation produces artifacts that will be stored in the artifacts repository. The artifact is a JSON file representing the input information collected.
Endpoint Selection
This operation will select all available endpoints associated to the environment/instance.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.