Search found 42189 matches

by chulett
Tue Aug 23, 2011 3:12 pm
Forum: General
Topic: find category name
Replies: 9
Views: 2965

Left that extra bit for you, Ray. :wink:
by chulett
Tue Aug 23, 2011 12:45 pm
Forum: General
Topic: Calling a script from datastage sequence job
Replies: 7
Views: 1956

The full path to the script, yes.
by chulett
Tue Aug 23, 2011 9:43 am
Forum: General
Topic: Calling a script from datastage sequence job
Replies: 7
Views: 1956

No perhaps about it. :wink:
by chulett
Tue Aug 23, 2011 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trailing Periods in Timestamp Datatypes
Replies: 6
Views: 2648

Interesting... seems more of a workaround than a true resolution to me, as it doesn't seem like it should be doing that in the first place. Anywho, glad you got it sorted!
by chulett
Tue Aug 23, 2011 8:02 am
Forum: General
Topic: find category name
Replies: 9
Views: 2965

Same "command", slightly modified.

Code: Select all

SELECT NAME, CATEGORY FROM DS_JOBS
You'll get a little extra stuff without excluding 'root records' and the like but that's close enough. Seriously, was that all that hard to derive from the other examples? :?
by chulett
Tue Aug 23, 2011 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column names issue in file pattern option
Replies: 8
Views: 3680

As noted, you can certainly turn that option on, the silly thing is that (again as noted) it only skips the header in the first file, they get read in as data with all of the other files. That's what Ray means by "compatible". Another option - if your file metadata doesn't match the header...
by chulett
Tue Aug 23, 2011 7:09 am
Forum: General
Topic: Datastage Installation on OEL6 Linux but Project not created
Replies: 5
Views: 5267

Well... Oracle Enterprise Linux (OEL) is Oracle's Linux distribution. OEL is based on Red Hat Enterprise Linux and is "100% binary compatible with Red Hat".

What 8.x version is this?
by chulett
Tue Aug 23, 2011 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upsert Failing
Replies: 8
Views: 3020

Yes, that's exactly what I meant.
by chulett
Mon Aug 22, 2011 3:24 pm
Forum: General
Topic: send an e-mail if value is not equal to 0
Replies: 3
Views: 1445

Has the 8.x version opened up the email body in the notification stage such that it can support parameters or variable data of any kind? Last I knew, if you wanted data in the body you had to write a routine to call DSSendMail() rather than use the Notification Activity stage.
by chulett
Mon Aug 22, 2011 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchadmin - Search
Replies: 2
Views: 1620

I don't believe so, I think all you can do is dump the data and then use your search mechanism of choice, like grep for instance.
by chulett
Mon Aug 22, 2011 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job gets stuck in Running status
Replies: 6
Views: 2023

You would only do that if you knew the job was not actually running.
by chulett
Mon Aug 22, 2011 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The call to sqlldr failed; the return code = 589833;
Replies: 5
Views: 3263

So, are you saying that the log file noted in the message - /datastage/SAMPLE/Scratch/ora.1261684.765173.6.log - either doesn't exist or is empty? I don't see anything "as the log says" or "following log entry shows" that proves that to me.
by chulett
Mon Aug 22, 2011 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help in Reading a File
Replies: 4
Views: 1620

Record terminators, like a line-feed in the middle of your data.
by chulett
Mon Aug 22, 2011 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upsert Failing
Replies: 8
Views: 3020

I already did and since it was only four words I've opened my post.