Search found 14 matches

by nirav.parikh
Tue Dec 15, 2015 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The partition was evidently corrupted
Replies: 6
Views: 3841

While we wait for the experts to provide some guidance, here is some more information/observation. As I had mentioned before the job that creates this dataset never fails but the job that reads it fails; the pattern we have observed is that the datafile/partition size on partition 1 is always 65536 ...
by nirav.parikh
Fri Dec 11, 2015 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The partition was evidently corrupted
Replies: 6
Views: 3841

Re: The partition was evidently corrupted

Yes the job which creates the dataset completes successfully each time. Only the jobs that read these datasets have random failures. The job which creates the dataset always overwrites the previous runs dataset, so we have even tried to delete the dataset using orchadmin so that the next run is clea...
by nirav.parikh
Fri Dec 11, 2015 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The partition was evidently corrupted
Replies: 6
Views: 3841

The partition was evidently corrupted

We are on Information Server V11.3. We are facing an issue in datastage jobs where some of the jobs that read from a dataset fail randomly with the error Fatal Error: I/O subsystem: partition 0 must be a multiple of 131072 in size (was 851968) (this size is Different with every failed job). The part...
by nirav.parikh
Tue Sep 16, 2014 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FileName in Reject Link of Sequential File Stage
Replies: 0
Views: 2971

FileName in Reject Link of Sequential File Stage

Hi, We have a job which reads multiple sequential files from a specific folder using FilePattern. Additionally these files are read using a Schema File option. The reject Mode on this Sequential File stage is Set to 'Output' and for now we have attached a peek to the reject link output. We have also...
by nirav.parikh
Mon Aug 26, 2013 4:02 pm
Forum: General
Topic: Clean-up or purge multi instance jobs from Director
Replies: 12
Views: 9016

This is a bug for which there is a patch out there. Even when you have the auto-purge setting set at say last 5 runs, the logs related to different instances do not go away. Please install Patch JR46141 and this issue should go away. http://www-01.ibm.com/support/docview.wss?uid=swg1JR46141 We have ...
by nirav.parikh
Wed Aug 14, 2013 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Stage causing job to hang
Replies: 2
Views: 2193

Re: Surrogate Stage causing job to hang

Rohan, Any update on the above issue? Were you able to fix it? I am possibly having a similar issue, where my jobs with Surrogate key generator stages are hanging intermittently. 2 or 3 times they run fine and then they hang, on killing them and restart they get done in a minute. We are on DS 8.5 on...
by nirav.parikh
Mon Apr 08, 2013 12:38 pm
Forum: General
Topic: Passing read rows from one job activity to other in seq
Replies: 17
Views: 7964

In this case how do we track failure of any jobs. Because if we use execute command and it does not wait for the job to complete, how do we know which instance failed?
by nirav.parikh
Mon Mar 19, 2012 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to separate charcters and integers?
Replies: 17
Views: 11099

That Convert() option should work very well too. Just posted an alternative if someone wants to do that in the sql query itself. :D
by nirav.parikh
Mon Mar 19, 2012 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to separate charcters and integers?
Replies: 17
Views: 11099

For those who have similar requirement and the source oracle you can use some thing like the sql stated below: select replace(translate('abc123pqr456','0123456789','~'),'~','') from dual; select replace(translate('abc123pqr456','abcdefghijklmnopqrstuvwxyz','~'),'~','') from dual; just an example you...
by nirav.parikh
Tue May 31, 2011 9:14 am
Forum: General
Topic: UV Script to release Job Locks from Unix
Replies: 4
Views: 3563

Thanks for all your responses gentlemen. Ray I am aware of the DS.TOOLS menu, it is just that I was trying to create a script which would abstract the UV commands, I do not want lot of people fiddling with UV commands as that can mess up things. So I wanted to create a script which would take the jo...
by nirav.parikh
Thu May 26, 2011 4:28 pm
Forum: General
Topic: UV Script to release Job Locks from Unix
Replies: 4
Views: 3563

UV Script to release Job Locks from Unix

Can someone share a Job Unlock UV script which has automated the process of releasing job locks. That is a script which accepts just the project and job name and release all the locks associated with that job, the list.readu and "unlock user <userno> all " commands in a interactive script ...
by nirav.parikh
Tue Aug 10, 2010 5:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Question reg. FTP Stage
Replies: 12
Views: 9911

Re: Question reg. FTP Stage

There is an FTP PrePUT command option available in the FTP Stage Properties.

You can use that to issue a site command. This site command will be executed before the file is put on the MF Server.

Let me know if this helps.

Regards,
Nirav
by nirav.parikh
Fri May 22, 2009 12:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically Creating Files
Replies: 22
Views: 10906

In server jobs we could have done it using output as Folder Stage. wonder what's the equivalent for Parellel jobs. Don't hijack the thread - your question ... Ray I did not mean to Hijack this thread with another question. What I meant is I had achieved it in Server Jobs using Folder Stage as outpu...
by nirav.parikh
Mon Apr 20, 2009 5:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically Creating Files
Replies: 22
Views: 10906

In server jobs we could have done it using output as Folder Stage. wonder what's the equivalent for Parellel jobs.