Search found 42189 matches

by chulett
Wed Oct 28, 2009 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Raise a error if database(Oracle) connectivity is failed
Replies: 4
Views: 2654

There are many ways to do this, including a small 'do nothing' job that connects to that database that you Validate rather than run. For the scripted approach, involve your DBA.
by chulett
Wed Oct 28, 2009 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NOT ABLE TO VIEW JOB SCHEDULES
Replies: 19
Views: 4728

No, there's no "DataStage level" for schedules, it's all on the UNIX side.
by chulett
Wed Oct 28, 2009 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: populating job statistics in an audit table
Replies: 9
Views: 3422

There are a ton of discussions here on that subject, so be prepared to search and dig. One decent starting point would be here:

viewtopic.php?t=130037
by chulett
Wed Oct 28, 2009 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NOT ABLE TO VIEW JOB SCHEDULES
Replies: 19
Views: 4728

You need to take that error to your SysAdmin so they can check things out and correct whatever the issue is.
by chulett
Wed Oct 28, 2009 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW
Replies: 5
Views: 7309

What version of Oracle? Are you using CAST() at the moment?
by chulett
Wed Oct 28, 2009 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Method to read complex flat file using sequential file?
Replies: 12
Views: 3775

Probably... again, it really comes down to what you mean by "complex".
by chulett
Wed Oct 28, 2009 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nodes Configration strange warning
Replies: 5
Views: 1913

Completely agree with what Arnd posted, with one clarification in my mind. In my context, a "physical node" would be the box, the physical server regardless of the number of CPUs on the box. You can further sub-divide a node into logical collections of resources, pools - scratch and resour...
by chulett
Wed Oct 28, 2009 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS job failed due to SQl Loader issue
Replies: 5
Views: 4845

:!: Please don't post the same question multiple times.

This is being discussed here, please respond there if you'd like to help:

viewtopic.php?t=130190
by chulett
Wed Oct 28, 2009 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsexport
Replies: 5
Views: 2016

Your friend is incorrect.
by chulett
Wed Oct 28, 2009 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenation
Replies: 5
Views: 1481

What you need to do is called a vertical pivot and an exact search would reveal many discussions here with several solutions.
by chulett
Wed Oct 28, 2009 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS job failed due to SQl Loader issue
Replies: 3
Views: 2122

You need to find the log file, no other clue to the error will exist. Also double-check you have permissions to that directory, that your user can actually create a file there.
by chulett
Wed Oct 28, 2009 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fork join performance:?:
Replies: 5
Views: 1837

:!: If you really want help, you'll need to detail exactly what the differences are rather than say "not much". That and detail your job designs.
by chulett
Wed Oct 28, 2009 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exporting jobs through DSEXPORT
Replies: 13
Views: 8770

That would work if the prompt was on the command line. Since this is a dialogue box, that's going to make it more difficult.
by chulett
Wed Oct 28, 2009 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NOT ABLE TO VIEW JOB SCHEDULES
Replies: 19
Views: 4728

You need to understand that the cron-based Schedule is per user, so if user A schedules something, only they will see it in the schedule. Any other user will see it as 'Not Scheduled'.
by chulett
Tue Oct 27, 2009 9:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate table
Replies: 6
Views: 1856

As long as the table is actually 'truncatable' - privs, RI, etc - then it should just take putting the truncate command in the OPEN option of the OE stage to accomplish that, I do believe.