Versions Compared

Key

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

...

Workflow Step/plugin operation

Endpoint Selection

siebelBuild

Siebel Source

createWatermark

Siebel Target

siebelExport

Siebel Source

siebelImportsiebelDeploy

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 Removedimage-20240604-111805.pngImage Added

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.

...

  • Includes the siebelBuild operation from the Siebel plugin. 

  • Sample YAML source:

    View file
    nameSiebel Build.yaml

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

...

  • Includes the createWatermark, siebelExport, siebelDeploy operations from the Siebel plugin.

  • Sample YAML source:  

    View file
    nameSiebel Deploy.yaml

  • 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

...