Search found 42189 matches

by chulett
Thu Jul 08, 2010 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01850: hour must be between 0 and 23
Replies: 4
Views: 4598

Assuming a DATE target, use IConv/OConv to convert to an ISO timestamp and add an explicit zero time:

YYYY-MM-DD HH24:MI:SS

This will work regardless of the NLS_DATE_FORMAT of the target database providing you let DataStage generate the SQL.
by chulett
Thu Jul 08, 2010 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in using output of Exec command as parameter in job
Replies: 3
Views: 1575

As noted - an exact search for "ParamValue/Limitvalue is not appropriate" will reveal all.
by chulett
Thu Jul 08, 2010 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installation - No server found in web console
Replies: 2
Views: 1382

You could also be running afoul of the fact that XP is not a supported Server platform, especially not the 64bit version. Plus 8.0 was Bug City. :?
by chulett
Thu Jul 08, 2010 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: commit interval
Replies: 13
Views: 3567

Yes, please let us know if that does indeed solve your problem.
by chulett
Thu Jul 08, 2010 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Message Trigger jobs using UNIX
Replies: 3
Views: 1502

"the Queue"? Can you be more specific, please? :?
by chulett
Thu Jul 08, 2010 5:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Training
Replies: 7
Views: 2813

Ray Wurlod. :wink:
by chulett
Thu Jul 08, 2010 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: data load capacity for a manual bulk loader
Replies: 10
Views: 3587

Explain what you mean by 'manual bulk loader'. Typically that means you're not doing any actual inserting but rather only creating the .ctl and .dat files so sqlldr can be 'manually' invoked afterwards. That as opposed to 'Automatic' mode. And assuming we're talking about Oracle here, which you have...
by chulett
Thu Jul 08, 2010 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: running a job for multiple file from specific folder
Replies: 24
Views: 5853

And the details of exactly how you built this Sequence job.
by chulett
Thu Jul 08, 2010 5:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: English / French decimal separator issue
Replies: 16
Views: 6898

This really should be in its own post. Can you confirm for us if this is a Server or PX question and what version of the product it is that you have - 7.x, 8.x, UNIX, Windows, etc? ps. I deleted your duplicate post you added to yet another topic, something frowned upon here. There's only so many pos...
by chulett
Wed Jul 07, 2010 8:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage detected
Replies: 25
Views: 10255

/bis_data/msg/mfr/offshore/hash//inv_mg_co_symbols I don't know how the second '/' came. Doesn't really matter as it doesn't hurt. Typically it comes because it is in both the parameter value and hardcoded in the path as well. I have also one more question, why we are using '/' to point HashFile lo...
by chulett
Wed Jul 07, 2010 8:03 pm
Forum: General
Topic: UserVariable to Run the Routine
Replies: 7
Views: 2405

Still... UserVariable. :wink:
by chulett
Wed Jul 07, 2010 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: look up error
Replies: 10
Views: 8548

It's got nothing to do with Primary Keys or any kind of indexing, but rather fields marked as Key Fields. They are the ones that will be bound into the 'where' clause of your lookup sql.
by chulett
Wed Jul 07, 2010 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with DataStage scheduler
Replies: 4
Views: 2274

I've seen the same thing over the years and you could probably find my post on the same subject if you looked hard enough. Support was never able to explain it and it 'fixed itself' on its own, which is both a good and bad thing. :wink:
by chulett
Wed Jul 07, 2010 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timeout Expired
Replies: 2
Views: 2158

Sounds like a question for your DBA.