Search found 42189 matches

by chulett
Tue Aug 16, 2011 4:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple record structure flat file
Replies: 16
Views: 7659

Re: multiple record structure flat file

tulasi wrote:Hi
r u able to resolve this issue.
i am also having a similar issue. please help me in this.
Rather than jumping on a four year old "similar" post, you need to start a new post and explain to us exactly what the particulars of your issue are. Then we can help.
by chulett
Tue Aug 16, 2011 4:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborts due to heap size allocation problem
Replies: 4
Views: 2154

Those other posts should have mentioned that you run the ulimit command inside a job to get accurate values rather than running it manually at the command line. Did you?
by chulett
Tue Aug 16, 2011 4:45 pm
Forum: General
Topic: DS 8.5 Sequence job can not still run
Replies: 8
Views: 2054

I know it's been worded a little oddly but I've been working on the assumption that they want JOB2 to run if JOB1 runs ok or has warnings.
by chulett
Tue Aug 16, 2011 2:36 pm
Forum: General
Topic: Exception Logging
Replies: 1
Views: 836

Split from the linked post - please check the Release, Type & OS.
by chulett
Tue Aug 16, 2011 1:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL SERVER select statement issue
Replies: 10
Views: 8265

I think that doc is a little short on details. From what I recall, you replace a "#" with "__035__", that's two underscores on both sides of the internal value.
by chulett
Tue Aug 16, 2011 1:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job gets stuck in Running status
Replies: 6
Views: 2023

"On the database side" means you have your DBA check for you. Let them know what table(s) it is accessing and/or the connecting user.
by chulett
Tue Aug 16, 2011 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Alternative way
Replies: 20
Views: 10336

I was responding to your concerns that if you had gaps in the sequence that those gaps would somehow lead to duplicates being generated in subsequent runs, which is... wrong. We do update one table with latest Seq Number+no.of records in the present run. That's your problem. You should be updating ...
by chulett
Tue Aug 16, 2011 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Alternative way
Replies: 20
Views: 10336

I don't see how you get there from here. Gaps = duplicates? No. I dont get any duplicates, Eg; You conviently left out part of what I quoted: As per my concern, this should be sequence number as i am maintaing max sequence number in a file. if we have gaps in seq.numbers. We will get duplicates seq...
by chulett
Tue Aug 16, 2011 10:12 am
Forum: General
Topic: DS 8.5 Sequence job can not still run
Replies: 8
Views: 2054

When you code JOB1.$JobStatus in a trigger, the name of the Job Activity stage you are checking must be JOB1... is it?
by chulett
Tue Aug 16, 2011 9:27 am
Forum: General
Topic: DS 8.5 Sequence job can not still run
Replies: 8
Views: 2054

Yes - use RUNWARN rather than RUNNING.
by chulett
Tue Aug 16, 2011 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job gets stuck in Running status
Replies: 6
Views: 2023

First task would usually be to trace the processes on the database side, see if there are locks / blocks there causing the 'hang'.
by chulett
Tue Aug 16, 2011 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure: Wrong number or types of arguments (ORA)
Replies: 5
Views: 7481

1. What type of procedure did you set the stage to? Sounds like 'target' would be appropriate here. Getting it wrong can generate the error you posted.

2. You don't bind in the parameter name from the proc but rather that field from the job that should be passed to each positional parameter.
by chulett
Tue Aug 16, 2011 6:25 am
Forum: General
Topic: Passing parameters though master sequence
Replies: 2
Views: 2097

Re: Passing parameters though master sequence

vik1979 wrote:what could be the issue with the environment?
Probably nothing. The 8.0 version was notoriously buggy, perhaps there is a fixpack that corrects the issue.
by chulett
Mon Aug 15, 2011 9:50 pm
Forum: General
Topic: Exporting whole project into single file
Replies: 32
Views: 10061

In the meantime, start using your script. If a job is locked and gets skipped one night, more than likely you'll pick it up the next night. Better than nothing... and it will give you an idea what kind of a problem (if any) you'll have with locks.
by chulett
Mon Aug 15, 2011 9:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace instance with string
Replies: 5
Views: 1875

As in the Server function or you got the PX version working?