Search found 42189 matches

by chulett
Wed Sep 18, 2013 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How To Generate Dynamic Target File Based On Column Value
Replies: 7
Views: 3098

What 8.x release are you on? Pretty sure that functionality was added to the Sequential File stage at some point.
by chulett
Wed Sep 18, 2013 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: months between two dates
Replies: 2
Views: 1932

First question will always be "what do you consider to be a month"? For example - an interval of 30 days? Strict difference between the MM value? Were you given any business rules or guidance for this calculation? Consider 04/30/2013 and 05/01/2013 - is that zero months or one month in you...
by chulett
Wed Sep 18, 2013 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage of Hashed File Stage
Replies: 10
Views: 5717

If the job has never been run and thus the table never created and populated, then you'll get that error. Is that the case?
by chulett
Wed Sep 18, 2013 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data validation issue in DS 9.1 environment
Replies: 2
Views: 1463

So it's always taking the else path? Are you sure you need that function, meaning what happens if you remove it from the derivation?
by chulett
Tue Sep 17, 2013 5:09 pm
Forum: General
Topic: Sequence Jobs - Errors and Questions
Replies: 5
Views: 2475

That looks like it could be Project directory corruption as all of those filenames are part of the 'legacy' repository on the ETL server filesystem. Any chance you ran out of space recently in that partition / mount point? That can cause all sorts of interesting problems when you do.
by chulett
Tue Sep 17, 2013 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with EBCDIC to ASCII format PL/1
Replies: 6
Views: 3106

Are you using the Complex Flat File stage?
by chulett
Tue Sep 17, 2013 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of Oracle 8 Partition option
Replies: 2
Views: 1207

Well... ok. Details, please.

Oracle is your source or target or both? Which 'end' is throwing the error? Is your table actually partitioned? And are you really running Oracle 8? That release is 14 years old at this point, so honestly curious.
by chulett
Tue Sep 17, 2013 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata stage query
Replies: 4
Views: 2153

I have no idea.

You could either continue to wait for someone with Teradata experience in both versions to wander by or you could ask your official support provider.
by chulett
Tue Sep 17, 2013 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to add APT_DUMP_SCORE at project level instead of Job
Replies: 4
Views: 1614

In other words, they're already there so there's nothing to add. If you really want all jobs to always dump their score, change the setting as Arnd suggested.
by chulett
Tue Sep 17, 2013 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connector received Oracle error code ORA-1406
Replies: 14
Views: 16903

It's the dreaded "truncated during fetch" error, hence my questions.
by chulett
Tue Sep 17, 2013 7:02 am
Forum: General
Topic: How to release a job in DataStage 8.x
Replies: 5
Views: 1506

Hence the request for details of their current process.
by chulett
Mon Sep 16, 2013 10:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connector received Oracle error code ORA-1406
Replies: 14
Views: 16903

What it is in Oracle isn't the question, it might be if you were just selecting a column but you're not. Instead you are building a logical or derived column based on "C1" and "C2" with a mixture of functions so Oracle just assumes the worst and goes big. Still trying to understa...
by chulett
Mon Sep 16, 2013 1:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: clob data with a length of 2 GB
Replies: 6
Views: 2717

That latest message tells you exactly what the problem is and gives you the numbers you need to fix it. Well, if not "fix" then at least enough to move on to the next problem. :wink:
by chulett
Mon Sep 16, 2013 10:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: clob data with a length of 2 GB
Replies: 6
Views: 2717

Post your failure message(s).