Versions Compared

Key

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

...

This plugin provides several operations to enable both full repository migrations, as well as incremental repository migrations.  The following table identifies the plugin operations and the endpoint in which they will be executed on.

Workflow Step/plugin operation

Endpoint Selection

siebelBuild

Siebel Source

createWatermark

Siebel Target

siebelExport

Siebel Source

siebelImport

Siebel Target

Tip

Pre-deploy workflows

A Pre-deploy workflow can be utilized in cases where the content that was exported from the source Siebel needs to be validated prior to importing that to the next environment.  The Pre-deploy workflow must copy the zip file to target servers Siebel File system or target location.

Tip

Endpoint Selection

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. 

Image Modified

When the endpoints are mapped to the Target 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.

Image Modified

Primary Use Cases

  1. Initial migration of full repository to enable future incremental migrations

    1. Use build / deploy workflows utilizing the Siebel plugin operations with the full export type

    2. Select inputs to include the object types to be migrated as part of the full migration

  2. Migrate delivered changes using Siebel incremental migrations

    1. Use build / deploy workflows utilizing the Siebel plugin operations with the incremental export type

    2. Select inputs to include the object types to be migrated as part of the full migration

  3. Migrate delivered changes using Siebel incremental migrations and review export results prior to importing

    1. Use build / pre-deploy / deploy workflows utilizing the Siebel plugin operations

    2. Pre-deploy workflow would contain the steps to create the watermark file and generate the zip file from the export

    3. An additional step to copy the zip file to the target server would also need to be included in the pre-deploy workflow

    4. Output of the export can be reviewed prior to running the deploy step to import to the target environment

    5. Select inputs to include the object types to be migrated as part of the full migration

  4. Migrate delivered changes using Siebel full migrations

    1. Use build / deploy workflows utilizing the Siebel plugin operations with the full export type

    2. Select inputs to include the object types to be migrated as part of the full migration

...

  • Includes the siebelBuild operation from the Siebel plugin. 

  • Sample XML source: Siebel Build.xml

  • Required input is the Siebel workspace version and export type.  Export type is used to determine what type of export to perform and the available options are:

    • full

    • incremental

  • Additionally, the match the options available in the Siebel Migration Application, there are several check boxes available to allow for the selection of what types of objects to migrate:

    • Include Schema Service

    • Include Application Workspace Data Service

      • If export type is full, then the migration plan will use Application Workspace Data Service option

      • If export type is incremental, then the migration plan will use Incremental Application Workspace Data Service option

    • Include Runtime Repository Data Service

      • If export type is full, then the migration plan will use Runtime Repository Data Service option

      • If export type is incremental, then the migration plan will use Incremental Runtime Repository Data Service option

    • Include Application Data Service

    • Include Application Data Service with Transformation

    • Include File Prepare and Deploy

    • Include FINS BIB

  • This should execute on the Siebel Source end point because if Initial export type is selected an export is executed.

Siebel 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. 

  • Sample XML source: Siebel Deploy.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 Incremental Import run on the Siebel Target endpoint

...

When setting up the project configuration, the SCM Type is set to none, but the stream name will still be utilized.  The stream name will correspond to the WorkSpace branch name of either the main branch or integration workspace within Siebel Tools.

...