Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

An operation to perform an incremental export from the build environment using a Watermark file.

...


Property Name
Property Code
Required
Description
Siebel REST URL for the current environmentFDSIE_TARGET_REST_URLYesThe REST URL for the specified Siebel environment.
Siebel Account Username for the current environmentFDSIE_TARGET_USERYesThe username for the specified Siebel environment.
Siebel Account Password for the current environmentFDSIE_TARGET_PASSWORDYesThe password for the specified Siebel environment.
Siebel Migration Plan for the current environmentFDSIE_TARGET_PLAN_NAMEYesThe name of the Siebel migration plan.
Siebel Schema Name for the current environmentFDSIE_TARGET_SCHEMA_NAMEYesThe schema name for the specified Siebel environment.
Siebel Schema Password for the current environmentFDSIE_TARGET_SCHEMA_PASSWORDYesThe password to the schema for the specified Siebel environment.
Siebel Table Space Details for the current environmentFDSIE_TARGET_TABLE_SPACE_DETAILSYesThe 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 EncodingFDSIE_TARGET_UNICODE_DBYesUNICODE Encoding of the target Siebel database. Set to false if you are using a Non-UNICODE database.
Siebel Migration HomeFDSIE_TARGET_MIGRATION_HOME_DIRYes

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.


Project Properties


Property Name
Property Code
Required
Description
Include Application Data ServiceFDSIE_APP_DATA_SVCYesInclude Application Data Service in the migration plan.
Include Application Data Service With TransformationFDSIE_APP_DATA_SVC_W_TRANSYesInclude Application Data Service With Transformation in the migration plan.
Include Application Workspace Data ServiceFDSIE_APP_WKSPC_DATA_SVCYesInclude Application Workspace Data Service in the migration plan.
Include FINS BIBFDSIE_FINS_BIBYesInclude FINS BIB in the migration plan.
Include File Prepare And DeployFDSIE_FILE_PREP_AND_DEPLOYYesInclude File Prepare And Deploy in the migration plan.
Include Runtime Repository Data ServiceFDSIE_RUNTIME_REPO_DATA_SVCYesInclude Runtime Repository Data Service in the migration plan.
Include Schema ServiceFDSIE_SCHEMA_SERVICEYesInclude Schema Service in the migration plan.
Include Incremental Runtime Repository Data ServiceFDSIE_INC_RUNTIME_REPO_DATA_SVCYesInclude Incremental Runtime Repository Data Service in the migration plan.
Include Incremental Application Workspace DataFDSIE_INC_APP_WKSPC_DATA_SVCYesInclude Incremental Application Workspace Data Service in the migration plan.
Siebel LanguageFDSIE_LANGUAGEYesLanguage to be used in the migration plan. Used in both import and export operations. Defaults to ENU(English U.S.A.)
Siebel Source REST URLFDSIE_SOURCE_REST_URLYesThe REST URL for the source Siebel environment.
FDSIE_SOURCE_USERYesThe username for the source Siebel environment.
FDSIE_SOURCE_PASSWORDYesThe password for the source Siebel environment.
FDSIE_SOURCE_PLAN_NAMEYesThe name of the Siebel migration plan on the source environment.
FDSIE_SOURCE_SCHEMA_NAMEYesThe schema name for the source Siebel environment.
FDSIE_SOURCE_SCHEMA_PASSWORDYesThe password to the schema for the source Siebel environment.
FDSIE_SOURCE_TABLE_SPACE_DETAILSYesThe 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_DBYesUNICODE Encoding of the Siebel database in the source environment. Set to false if you are using a Non-UNICODE database.
FDSIE_SOURCE_MIGRATION_HOME_DIRYesThe 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_LEVELNo (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.


...