Search found 53125 matches

by ray.wurlod
Mon Nov 02, 2009 10:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Initialisation Failed
Replies: 9
Views: 2697

Was that shock at having four, or four factorial ?
:lol:
by ray.wurlod
Mon Nov 02, 2009 7:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: log file in director
Replies: 1
Views: 1401

Your other question is effectively identical, and the answer is there.
by ray.wurlod
Mon Nov 02, 2009 7:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log file size
Replies: 4
Views: 1152

chulett wrote:Kaboom.
Someone is channeling Marvin the Martian!
by ray.wurlod
Mon Nov 02, 2009 6:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date_generation
Replies: 2
Views: 1599

You can generate today's date as Oconv(Date(),"D-YMD[4,2,2]") or whatever other format you require.
by ray.wurlod
Mon Nov 02, 2009 6:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log file size
Replies: 4
Views: 1152

Prevention is far better than cure, because there is no cure.

Don't do it.
by ray.wurlod
Mon Nov 02, 2009 5:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validate Datatypes
Replies: 5
Views: 1408

I agree with Arnd's assessment.
by ray.wurlod
Mon Nov 02, 2009 5:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null warning.
Replies: 8
Views: 2046

Stage variables? Other expressions in the Transformer?
by ray.wurlod
Mon Nov 02, 2009 5:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: This item has no design time information
Replies: 2
Views: 2762

There is no guaranteed solution. Your repository may be repairable, but it will require expert support, as noted in my earlier post.
by ray.wurlod
Mon Nov 02, 2009 5:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Stage - Configuring Record delimiter
Replies: 21
Views: 10822

But you'll note that that is now a completely different error. Now your metadata have to be corrected to match the data. It's running into problems at the CTRCT_STATE field, but the actual problem may be in the immediately prior field.
by ray.wurlod
Mon Nov 02, 2009 5:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Promoting Fatal Errors to Warnings
Replies: 2
Views: 1162

Not possible. Fatal errors are fatal. They are untouchable.

Incidentally, if you could do it, it would be a demotion, not a promotion.
by ray.wurlod
Mon Nov 02, 2009 5:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Initialisation Failed
Replies: 9
Views: 2697

Welcome aboard.

Are all the Oracle client pieces set up, such as ORACLE_HOME environment variable, entries in tnsnames.ora file, Oracle client software installed, etc.?

Is the Oracle OCI plug-in stage installed and registered in this project?
by ray.wurlod
Mon Nov 02, 2009 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null warning.
Replies: 8
Views: 2046

Don't allow null to reach any Transformer stage function or stage variable; they are all intolerant of null.

(This is optionally relaxed in the next version of DataStage early next year.)
by ray.wurlod
Mon Nov 02, 2009 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: This item has no design time information
Replies: 2
Views: 2762

Welcome aboard. Bad things only happen when you don't have a backup. Unfortunately your project is corrupted. Specifically the ROOT record for these jobs in the DS_JOBOBJECTS table is either missing or damaged. This record is the entrypoint for finding the design time information. Without a backup o...
by ray.wurlod
Mon Nov 02, 2009 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Stage - Configuring Record delimiter
Replies: 21
Views: 10822

I think you specify newline as \n. Verify using on-line help or the manual.
by ray.wurlod
Mon Nov 02, 2009 2:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset difference in different Projects on the Same box
Replies: 3
Views: 993

Check the value of APT_STRING_PADCHAR environment variable in each project. I expect that one will be 0x00 and the other 0x20 (space).