Search found 258 matches

by samyamkrishna
Fri Apr 08, 2016 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Not Passing through Transformer
Replies: 11
Views: 9934

Data Not Passing through Transformer

Hi, The parallel job is not letting any data pass through the transformer. There are not constraints. There are no warnings in the director. I am completely lost. :? I read a post here regarding transformer issue between 8.5 and 9.1. But I am designing on 8.5 and running on 8.5 too. Regards, Samyam
by samyamkrishna
Tue Mar 08, 2016 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database connection Issue
Replies: 4
Views: 1882

Thanks Ray.

Will check this one out.
by samyamkrishna
Tue Mar 08, 2016 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database connection Issue
Replies: 4
Views: 1882

Hi Ray,

I am checking the uvodbc.config, I don't see any entry in it for the old server.
Do you still want me to configure it?

Regards,
Samyam
by samyamkrishna
Mon Mar 07, 2016 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database connection Issue
Replies: 4
Views: 1882

Database connection Issue

Hi All, I am trying to connect to a new Netezza database. There are two servers one old and one new. I am getting the below run time error when trying to run the job against the new server. "Could not connect to datasourceCommunication link failure" The old server is working as it was befo...
by samyamkrishna
Tue Dec 22, 2015 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically reading schema file and writing to output file
Replies: 4
Views: 4098

You can make the schemafile a parameter and make the invocation pass the value of the parameter.
by samyamkrishna
Mon Dec 21, 2015 3:44 pm
Forum: General
Topic: Set global variable from file
Replies: 5
Views: 3194

You can read only the field you need using a cut command in UNIX.
replace '\n' with a ',' and write the sql into a .sql file.

in the DB stage use read SQL from file option.
by samyamkrishna
Mon Dec 21, 2015 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting a Derivation to '0001-01-01'
Replies: 5
Views: 2694

Try
StringToTimestamp("0001-01-01 00:00:00","%yyyy-%mm-%dd %hh:%nn:%ss")
by samyamkrishna
Thu Dec 17, 2015 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Dataset stage
Replies: 11
Views: 5973

did you try creating a new job.

Code: Select all

rowgenerator---------10rows--------->dataset
if this doesn't work. Then there is an issue for sure.
by samyamkrishna
Thu Dec 17, 2015 3:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting a Character Set for Columns
Replies: 15
Views: 6992

Do not do any partitioning any where till this logic is executed.
Just run this job on a single node APT config file.
by samyamkrishna
Thu Dec 17, 2015 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting a Character Set for Columns
Replies: 15
Views: 6992

For this logic to work the records have to be read into the transformer in the same order that you have shown in your initial post.
by samyamkrishna
Thu Dec 17, 2015 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting a Character Set for Columns
Replies: 15
Views: 6992

Yes like Craig mentioned.
check out this post


viewtopic.php?t=130373
by samyamkrishna
Wed Dec 16, 2015 3:40 pm
Forum: General
Topic: Set global variable from file
Replies: 5
Views: 3194

Re: Set global variable from file

One of the ways would be to.

read only the field you need using a cut command in UNIX.
replace '\n' with a ','.
pass this as a parameter to the job or sequence.
by samyamkrishna
Wed Dec 16, 2015 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Dataset stage
Replies: 11
Views: 5973

Have you tried a job with just a row generator writing into a dataset. then another job reading that dataset into a peek. Is this the only job that uses dataset in your project. what about other jobs. has this been happening only now or has it been happening from a long time.(begining of this datast...
by samyamkrishna
Tue Dec 15, 2015 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The partition was evidently corrupted
Replies: 6
Views: 3769

Also keep an eye on other jobs that run between the time the read job was running fine and the read job started failing and check if any of the jobs are coruupting the dataset. and keep track of the activities on the server to check if any other process is corrupting the dataset.