Search found 42189 matches

by chulett
Mon Jul 28, 2008 3:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal Stage Termination error *Unique*
Replies: 12
Views: 2570

I've found that NOTFOUND is always unreliable when used with anything other than hashed files as a reference input. :wink:
by chulett
Mon Jul 28, 2008 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM Information Server - call job variable in another job
Replies: 8
Views: 2055

As noted, you need to remove any hidden Field Marks from the returned value before the number will compare properly. Use Convert to strip them from the output.
by chulett
Mon Jul 28, 2008 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Case Insensitive Replace
Replies: 6
Views: 2805

Interesting... not sure I would have thought of that technique. :wink:
by chulett
Mon Jul 28, 2008 12:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command execute activity
Replies: 12
Views: 4056

Your expectations are wrong as you'll always get the filename after the count. Use 'cut' or some other mechanism to separate the count from the filename before it gets passed back out.
by chulett
Mon Jul 28, 2008 12:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert Not successful
Replies: 3
Views: 1067

Hmmm... have you tried C_1578482926 = 'STARBUCK\'S' instead?
by chulett
Mon Jul 28, 2008 11:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stage variables not seen from the imported dsx
Replies: 5
Views: 1193

Do you actually mean Environment Variables? If you do mean stage variables, have you enabled their display on the new server? There's a button inside the transformation editor which turns them on and off, so to speak.
by chulett
Mon Jul 28, 2008 10:11 am
Forum: General
Topic: Purchased Premium Membership
Replies: 4
Views: 2103

AFAIK, it's a manual process on their end and can take several working days to get finalized. There's nothing to download and about all I can counsel is patience.
by chulett
Mon Jul 28, 2008 10:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue: ORA-01480 Trailing null missing from STR bind value
Replies: 5
Views: 4926

Like that! :wink:

There is a pair of buttons at the top of the screen that only show up if you started the thread, one to mark as Resolved and the other Wordaround. Once marked, you then have the option to undo that choice.
by chulett
Mon Jul 28, 2008 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load error into Oracle
Replies: 10
Views: 3618

Welcome! :D

Thanks for posting that. Actually, we've seen a number of odd problems posted here caused by running antivirus on a Windows based ETL server, it seems to eat things that upset running jobs. :wink:
by chulett
Mon Jul 28, 2008 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue: ORA-01480 Trailing null missing from STR bind value
Replies: 5
Views: 4926

Ok! Sounds like it is time to mark your post as Resolved.
by chulett
Mon Jul 28, 2008 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help on cartesian product in DataStage server job
Replies: 17
Views: 12581

Ok. Saying 'cartesian product' is misleading as that is not what you are after, it seems. Seems that you want to join two tables in disparate databases and get all records for matching keys - that's a normal inner join. You'll need to explain this statement: I tried to do this using a hash file look...
by chulett
Mon Jul 28, 2008 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS installation c++ compiler issue?
Replies: 14
Views: 4512

Nice. If this resolves your issue, please mark the post Resolved as well.
by chulett
Mon Jul 28, 2008 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading file with special characters in its name
Replies: 4
Views: 1254

What are you considering 'special' characters in this case - the parens? What filename does it end up trying to open? Please post both the parameter value and what it resolves to inside the job - the actual values, not 'something like' the values.