Error during change Connector Variant in Oracle connector

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
UAUITSBI
Premium Member
Premium Member
Posts: 117
Joined: Thu Aug 13, 2009 3:31 pm
Location: University of Arizona

Error during change Connector Variant in Oracle connector

Post by UAUITSBI »

Hi,

We are trying to change the Connector Variant in DataStage jobs which are using Oracle connector stages (if it is defined as 10g, when we import in 11.5, the oracle version will be blank and it gives error when running).

We had used below command from the command line as per the defined in the IBM support website to do this in one of the project.It worked fine. (i.e it converted the blank value to 11g in all jobs in the project).

However, in another project, we are getting below error.

http://www-01.ibm.com/support/docview.w ... wg21625196

Command :

CCMigration.exe -h XXXXXXXXX:xxxx -u xxxx-p xxxxxx-P XXXX -M -V OracleConnectorPX=11 -T

error :


SEVERE java.lang.NullPointerException
at com.ibm.connectors.migration.CCJobMigrator.modifyVariantInXMLProperties(CCJobMigrator.java:2217)
at com.ibm.connectors.migration.CCJobMigrator.migrateConnectorVariants(CCJobMigrator.java:2148)
at com.ibm.connectors.migration.CCJobMigrator.processCommandLineMode(CCJobMigrator.java:1653)
at com.ibm.connectors.migration.CCJobMigrator.process(CCJobMigrator.java:1540)
at com.ibm.connectors.migration.CCJobMigrator.main(CCJobMigrator.java:2890)

Did anyone encounter this?

It did not specify any of the jobname in the project to debug.





Thanks,
Kiran
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You should be working with support on that...
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply