...
Tip | ||
---|---|---|
| ||
When adding plugin operations to the workflow, select the resource type (Siebel Source or Siebel Target) to identify the type of resource that the step should execute on. When the endpoints are mapped to the environment/instance in topology they will be identified as either a source or a target. The workflow step assigned to this resource type will be the endpoint that this workflow step executes on. |
Primary Use Cases
- Initial migration of full repository to enable future incremental migrations
- Use build / deploy workflows utilizing the Siebel Incremental plugin operations with the initial export type
- Select project properties to include the two incremental object options and the schema service
- Migrate delivered changes using Siebel incremental migrations
- Use build / deploy workflows utilizing the Siebel Incremental plugin operations with the standard export type
- Select project properties to include the two incremental object options and the schema service
- Migrate delivered changes using Siebel incremental migrations and review export results prior to importing
- Use build / pre-deploy / deploy workflows utilizing the Siebel Incremental plugin operations
- Pre-deploy workflow would contain the steps to create the watermark file and generate the zip file from the export
- Output of the export can be reviewed prior to running the deploy step to import to the target environment
- Select project properties to include the two incremental object options and the schema service
- Migrate delivered changes using Siebel full migrations
- Use build / deploy workflows utilizing the Siebel Full plugin operations
- Select project properties to include any object type except for the two incremental object options
...
- Includes the siebelIncrementalBuild operation from the Siebel plugin.
- Sample XML source: Siebel Incremental Build.xml
- Required input is the Siebel workspace version .
- This can run on any endpoint because it does not connect to Siebel.
...
- and
...
- Includes the createWatermark and siebelIncrementalExport operations from the Siebel plugin.
- Requires a step to copy the zip file from the FlexDeploy transfer directory to the Siebel file system directory that is used by the Siebel Migration Tool.
- Sample XML source: Siebel Incremental Predeploy.xml
- No inputs are required.
- Recommended that the create Watermark step is executed on the Siebel Target endpoint.
Recommended that the Incremental Export run on the Siebel Source endpoint.
- Recommended that the copy step be executed on the Siebel Target endpoint.
Incremental Deploy with Pre-deploy - Use to perform the incremental repository import of the export file produced from the Incremental Pre-deploy
- Includes the siebelIncrementalImport operations from the Siebel plugin.
- Sample XML source: Siebel Incremental Deploy - import only.xml
- No inputs are required.
- Recommended that the Incremental import step is executed on the Siebel Target endpoint.
...
- export type.
- This should execute on the Siebel Source end point because if Initial export type is selected an export is executed.
Incremental Deploy - Use to perform the create watermark on the target, incremental repository export on the source, and incremental repository import on the target.
- Includes the createWatermark, siebelincrementalExport, and siebelIncrementalImport operations from the Siebel plugin.
- Requires a step to copy the zip file from the FlexDeploy transfer directory to the Siebel file system directory that is used by the Siebel Migration Tool
- Sample XML source: Siebel Incremental Deploy - export and import.xml
- No inputs are required
- Recommended that the create Watermark step is executed on the Siebel Target endpoint
- Recommended that the Incremental Export run on the Siebel Source endpointRecommended that the copy step be executed on the Siebel Target endpoint
Recommended that the Incremental Import run on the Siebel Target endpoint
...