Search found 113 matches

by pavans
Tue Oct 13, 2009 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to open project 'XYZ' - 81016. ( Job Migrated )
Replies: 13
Views: 9020

Thanks Ray for the quick reply.. We manually exported/imported the .dsx from SUN Solaris/DS 7.5.1 to AIX/DS 7.5.3. We have all the necessary Config Files created on the new AIX server and the other code is working fine. This was the only job which has a Basic Transformer with a server routine in it ...
by pavans
Tue Oct 13, 2009 3:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to open project 'XYZ' - 81016. ( Job Migrated )
Replies: 13
Views: 9020

Unable to open project 'XYZ' - 81016. ( Job Migrated )

I have a Job Design which was migrated from SUN Solaris/DS 7.5.1 to AIX/DS 7.5.3 Job Design is as below: ORacle-Transformer(4 Links Coming out) ----Funnel---Seq File In the Transformer i have a Server Routine which had 4 arguments..job name, table name, source name and file name Here we capture the ...
by pavans
Thu Jun 04, 2009 1:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel routine error
Replies: 3
Views: 1818

Re: parallel routine error

Hi , When I am executing the parallel routine I am getting below error..can some one help me to fix this error.. Transformer_1: Failed to load the library "V0S1_jbTestPralleRoutine_Transformer_1.o"; either the directory containing the library file is not on the library search path, or the...
by pavans
Mon May 04, 2009 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parsing- How to clear this Warning Message...
Replies: 6
Views: 5218

It may depend on what is being used in the External Source Stage...sounds like a program to bring in the file is being used, as opposed to "ls" (unix list). Bottom line --- the "safe" bet is to use ls and send just the filename into the XMLInput Stage. Then there will be no EOL ...
by pavans
Mon May 04, 2009 10:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: not inerting reords into target
Replies: 3
Views: 2153

ray.wurlod wrote:We don't even bother trying to diagnose errors from APTCombinedOperatorController. ...


If you have a Timestamp feild, which you might be reading as a String.
And you are not using StringToTimestamp conversion function.
Please check your data and use the Conversion function.
by pavans
Mon May 04, 2009 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to use a record for update.
Replies: 11
Views: 8002

What do the jobs that do not run have in common? What is different between them and the ones that do work without error? ... The jobs which are running and which are not running are: Oracle Read | ORACLE Read -lookup-- Oracle Write All the parameters in jobs are same. The Params are: DATABASE NAME ...
by pavans
Mon May 04, 2009 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to use a record for update.
Replies: 11
Views: 8002

What do the jobs that do not run have in common? What is different between them and the ones that do work without error? ... The jobs which are running and which are not running are: Oracle Read | ORACLE Read -lookup-- Oracle Write All the parameters in jobs are same. The Params are: DATABASE NAME ...
by pavans
Mon May 04, 2009 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to use a record for update.
Replies: 11
Views: 8002

The name of the stage appear to imply a "Read" rather than "Write". Is this different from your previous query? Can you post the SQL. Sorry my Mistake. Update Query is : UPDATE ITEM SET COST_A = ORCHESTRATE.COST_A WHERE (ITEM_I = ORCHESTRATE.ITEM_I). The same works in 7.5.1/Sun ...
by pavans
Tue Apr 28, 2009 4:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get a runable job after a export?
Replies: 6
Views: 3343

While Exporting the Job, You can check Job Executables and select the job from the list. Once you import, you will see the job in compiled state.
by pavans
Fri Apr 24, 2009 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to use a record for update.
Replies: 11
Views: 8002

The name of the stage appear to imply a "Read" rather than "Write". Is this different from your previous query? Can you post the SQL. Sorry my Mistake. Update Query is : UPDATE ITEM SET COST_A = ORCHESTRATE.COST_A WHERE (ITEM_I = ORCHESTRATE.ITEM_I). The same works in 7.5.1/Sun ...
by pavans
Thu Apr 23, 2009 11:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to use a record for update.
Replies: 11
Views: 8002

The message is telling you that it is unable to INSERT. Check your update action property. ... Hi Ray, Is it possible that, we are not able to insert or update a record to a Oracle Database on AIX box due to NLS setting. My Oracle database NLS is US7ASCII. What should be NLS setting in my jobs. Do ...
by pavans
Wed Apr 22, 2009 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to use a record for update.
Replies: 11
Views: 8002

The message is telling you that it is unable to INSERT. Check your update action property. ... Hi Ray, Is it possible that, we are not able to insert or update a record to a Oracle Database on AIX box due to NLS setting. My Oracle database NLS is US7ASCII. What should be NLS setting in my jobs. Do ...
by pavans
Wed Apr 22, 2009 12:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to use a record for update.
Replies: 11
Views: 8002

What happens when you try to insert the records? Did you check if there is a record in the table with the same keys as the update record? Yes, the record is already existing. We just update the updt_ts field with the latest date based on the key column which is item_i. I tried for inserts and even ...
by pavans
Tue Apr 21, 2009 11:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to use a record for update.
Replies: 11
Views: 8002

Unable to use a record for update.

Hi, We are currently on migrating Datastage jobs(7.5.1) from Sun Solaris to AIX box. We migrated few jobs and testing them. We have a simple job with Dataset--Transformer-OCI I am not able to insert/update any record to the Database(oracle). Error: Unable to use a record for update. Operator termina...
by pavans
Fri Apr 10, 2009 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 5
Views: 1728

Date Conversion

HI All, I have a date field coming from source file which has values like: 2/28/2009 8:03 PM Mchen 2/28/2009 8:03 PM Philip Law My target is a DB2 Database which is TimeStamp value. I have searched the forum. Tried IsValid, Left, Right, Field, StringToTimeStamp but unable to convert the value to a T...