Search found 42189 matches

by chulett
Fri Jun 25, 2010 5:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to return the return code of BTEQ to Datastage Routine.
Replies: 3
Views: 3313

There's probably more to it than that, if it works anything like sqlplus. It will begin and exit just fine as nothing went wrong with the session itself and could care less that everything you ran in the session blowed up. You may need to take extra steps to detect those problems, as I mentioned in ...
by chulett
Fri Jun 25, 2010 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to return the return code of BTEQ to Datastage Routine.
Replies: 3
Views: 3313

You need to incorporate some mechanism in your script to capture those BTEQ errors and propogate them back up to DataStage. I've had the same issue in the past with sqlplus, all the script (and thus DataStage) knew what that it successfully launched the sqlplus session. It had no clue that the sql i...
by chulett
Fri Jun 25, 2010 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heirarchy Logic
Replies: 14
Views: 4232

Yes, what database is this coming from? All these examples and pictures and nary a mention of what database you're working with. May be useful information after all.
by chulett
Fri Jun 25, 2010 10:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 8.1 Installation
Replies: 4
Views: 4316

The key information seems to be this: Graphics environment not configured correctly. Refer to Release Notes for instructions to resolve this problem. Have you referred to the release notes yet? Seems like one of those kind of things related to where you may be running this - may need to be from the ...
by chulett
Fri Jun 25, 2010 10:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsapi_slave.exe - Orphan process
Replies: 6
Views: 5130

You could also use the DS.TOOLS menu for that.
by chulett
Fri Jun 25, 2010 10:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL0407N - DB2 null value problem
Replies: 14
Views: 7625

Interesting... me, I would just tee that off to a sequential file. :wink:
by chulett
Fri Jun 25, 2010 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL0407N - DB2 null value problem
Replies: 14
Views: 7625

What purpose was the hashed file serving in the job? :?

Yes, they can be 'problematic' at times with how they handle nulls in key columns, but other than that no.
by chulett
Fri Jun 25, 2010 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to read selected rows using sequential file
Replies: 8
Views: 2829

Not only not really what was wanted but wouldn't actually work either. While you can drop/exlcude columns downstream from the reader, unlike a relational source you cannot pick and choose your columns.
by chulett
Fri Jun 25, 2010 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Elapsed Times
Replies: 10
Views: 3406

Yes, outside or inside DataStage is perfectly feasible. Check out the "dsjob -jobinfo" option from the command line or the DSGet* API function equivalent.
by chulett
Fri Jun 25, 2010 6:09 am
Forum: General
Topic: .isx format in Datastage export
Replies: 10
Views: 16633

OK, but the conversation is specifically around the compatability of that XML format with the other import methods to see if using istool to get it back in is one's only option.

Hopefully someone can test and verify this.
by chulett
Fri Jun 25, 2010 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record Count
Replies: 3
Views: 1514

When does this 'abort' need to happen? Any check like that can be made well before it ever hits a DataStage job, if that's what you need. Or you could count it first, pass that count to the job and have it validate that count as part of its processing... usually involving an Aggregator doing the cou...
by chulett
Fri Jun 25, 2010 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can we use mail and html or URL as a source in Datastage
Replies: 5
Views: 1503

The short answer is 'no', at least not directly. There may be some 'workarounds' for this but I'll leave that for others to post.
by chulett
Fri Jun 25, 2010 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join behaves strangely
Replies: 20
Views: 5675

Of course, you need to check everything that could change from environment to environment. That would include the config file used, actual data, source/target metadata, etc etc.
by chulett
Fri Jun 25, 2010 5:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle 8i to Oracle 9 through datastage 8.1
Replies: 11
Views: 3933

I've personally seen much more evidence of 'forwards' compatability rather than backwards, but of course there is. However, it's not all all inclusive matrix. Found this online, however as with the poster of this information, I have no MetaLink access either so cannot confirm: According to the guys ...