Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
hiddentrue
idbamboo-plugin

Task Name

CC Migrate

Plugin Name

dm-ccmigrate-plugin-<version>.jar

YAML Reference

???

Description

Intelligently provision an entire directory of ISX files to an existing DataStage Project using the minimum number of delta operationsUse the IBM-supplied Connector Migration Tool to automatically modify Jobs to use Connector Stages instead of the deprecated Plug-in and Operator Stages

The MettleCI Connector Migration Tool plugin is used to automate the changing of Jobs to use Connector Stages instead of the deprecated Plug-in and Operator Stages. It uses the IBM-supplied Connector Migration Tool (AKA 'CCMT') which is provided as part of the installation media for each new version of DataStage.

...

Input

Mandatory

Type

Description

Task description

N

Text field

Description of the Bamboo task

Disable this task

N

Checkbox

If checked, this task will be disabled

Executable

Y

Selection

The name of the DataStage client capability to be used by this task

At least one DataStage client capability needs to be defined

InfoServer Authentication

Domain

Y

Text field

The URL <domain name>:<port number> of the IBM Information Server Services tier

Info

Suggested Value

${bamboo.Domain}

Server

Y

Text field

The URL<domain name> of the IBM Information Server Engine tier

Info

Suggested Value

${bamboo.ServerName}

Username

Y

Text field

The username used to connect to IBM Information server 

Info

Suggested Value

${bamboo.DatastageName}

Password

Y

Text field

The password for the username specified above (if you check the Change password box)

Info

Suggested Value

${bamboo.DatastagePassword}

Execute Settings

Project Name

Y

Text field

The name of the IBM Information Server DataStage project containing the job or sequence to execute

Optional parameters

N

Text field

Optional parameters

  • -R to run the process in preview mode

Info

Preview mode = list the jobs that needs Connector Migration, but will not modify the jobs

Unique CCMigrate Log Filename

Y

Text field

Unique log file name.

Info

Suggested Value

${bamboo.buildKey}.log

Root ISX Directory

Y

Textfield

It must match the InfoServer Assets location specified in Artifacts tab

Max Threads

Y

Textfield

Number of threads uses for identify before and after status

Info

Suggested Value

8

Fail plan when compile error

N

Checkbox

True = Build plan will fail when it encounter compilation error

False (default) = Build plan will pass, even if there are compilation error

...