Search found 42189 matches

by chulett
Tue Apr 30, 2013 3:09 pm
Forum: General
Topic: Email notification for failed jobs in job sequence
Replies: 8
Views: 2729

Off the top of my head, an "out of the box" solution would be to enable the "include status" option in the email. That would list all of the stages in the sequence, noting which ones succeeded and which ones failed.
by chulett
Tue Apr 30, 2013 9:07 am
Forum: General
Topic: Issue with Multiple instance job seq
Replies: 5
Views: 1067

Not sure how anyone could help - without you posting your script we'd just be guessing.
by chulett
Tue Apr 30, 2013 7:02 am
Forum: General
Topic: Field Function in 8.5
Replies: 2
Views: 861

As noted, there can be four arguments passed to the Field function, check the documentation. That optional one would be helpful here.
by chulett
Tue Apr 30, 2013 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-02291 Error in Oracle conector stage
Replies: 3
Views: 1761

As expected, it's a referential integrity constraint violation. I'd double-check that you are in fact sending a NULL in the column in question.
by chulett
Mon Apr 29, 2013 10:16 pm
Forum: General
Topic: How to find users login into one project
Replies: 3
Views: 1868

About a third of it...
by chulett
Mon Apr 29, 2013 4:56 pm
Forum: Site/Forum
Topic: Premium Membership Activation
Replies: 18
Views: 23072

On the home screen it shows Expires and the date of the expiration... this rather than Expired so I would double-check the date and that you are reading it correctly.

And I'm assuming "User is Active: Yes" is the same as "not expired", which is what Dennis posted for srds2.
by chulett
Mon Apr 29, 2013 9:58 am
Forum: Site/Forum
Topic: Premium Membership Activation
Replies: 18
Views: 23072

Thanks Dennis.
by chulett
Mon Apr 29, 2013 7:33 am
Forum: Site/Forum
Topic: Premium Membership Activation
Replies: 18
Views: 23072

I've sent an email to the site owner... hoping that will help.
by chulett
Mon Apr 29, 2013 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparing decimal value
Replies: 3
Views: 1563

Exactly... hence my second question.
by chulett
Mon Apr 29, 2013 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loop same record in transformer
Replies: 4
Views: 10919

Didn't mean you weren't clear and you did attempt to include a good amount of detail. I was just trying to point out that sometimes the words people post are perfectly valid but the code behind the words can be faulty. And we hadn't gotten to the "post your code" stage. :wink:
by chulett
Mon Apr 29, 2013 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Cobol Copy Books
Replies: 3
Views: 1680

Define "minimal transformation" for us, please.
by chulett
Mon Apr 29, 2013 7:21 am
Forum: General
Topic: Telnet connection refused
Replies: 10
Views: 2177

Well... port 22 is for ssh while 23 is for telnet. As already noted: check your firewalls, make sure that port is open.
by chulett
Sun Apr 28, 2013 8:31 am
Forum: General
Topic: Routines reading list of parameters
Replies: 8
Views: 2137

OK... thought you said you knew how to read the file. Make sure you've located the BASIC Reference Guide and then look up OpenSeq, ReadSeq, WriteSeq & CloseSeq. Those will get you started and then from there you can use DSAttachJob, DSGetJobInfo & DSDetachJob at a minimum to get the statisti...