Search found 42189 matches

by chulett
Mon May 17, 2010 6:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: remove data
Replies: 3
Views: 1262

There is no "best method", per se - there is, however, a "best" order. Capture a key list somewhere, say in a flat file, and then start deleting from the bottom up one job/table at a time.
by chulett
Mon May 17, 2010 6:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-00911: invalid character Error
Replies: 10
Views: 12872

Usually that comes from an unresolved parameter - #XXX# - or you've tacked on a trailing semi-colon. Both the hash and semi are "invalid characters" here.
by chulett
Mon May 17, 2010 6:10 am
Forum: General
Topic: Capturing SQL error number & message
Replies: 15
Views: 4057

There's no magic function but a Reject link using the appropriate Link Variables should get you there, depending on the database... which is?
by chulett
Mon May 17, 2010 12:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Drawbacks in Datastage 8.0.1 ( compare to older versions lik
Replies: 4
Views: 1802

Oh... and you need more hardware. Are we resolved yet or still working around? :wink:
by chulett
Mon May 17, 2010 12:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Store the Data from Oracle to XML output file
Replies: 8
Views: 2937

Stick a transformer between those two stages and then let us know how much XML experience you have. Do you have an xsd for the target file?
by chulett
Mon May 17, 2010 12:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to track versions in datastage 8.0.1
Replies: 3
Views: 1405

You can't. It was removed and will be back in a different guise in a later release... perhaps even the next one - 8.5? For now, you need to do this outside of DataStage. Hopefully those people actually doing this will chime in with the 'what' and the 'how' of the doing. :wink:
by chulett
Mon May 17, 2010 12:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Drawbacks in Datastage 8.0.1 ( compare to older versions lik
Replies: 4
Views: 1802

Buggy mostly. Skip it and go straight to 8.1.whatever_the_most_recent_version_is_nowadays.
by chulett
Sun May 16, 2010 2:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bug in DSJOB -report function?
Replies: 3
Views: 1595

Sounds familiar... and I believe a search here will reveal that other people have seen this behaviour. No clue if there are any solutions posted, however... check here and/or involve your official support provider, then let us know if you find a resolution.
by chulett
Sun May 16, 2010 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two Nodes not working
Replies: 18
Views: 6394

Well... that's your config file, or at least *a* config file. What happened to posting the score from your job's run?
by chulett
Sun May 16, 2010 6:58 am
Forum: General
Topic: Difference between encode and compress stage
Replies: 2
Views: 3311

Welcome aboard! And... not being facitious but one is meant to be used with compression and the other encryption, two completely different things. And as you noted, the last two you listed 'undo' what the first two (or other processes) have done. Note that all PX stages are explained in the Parallel...
by chulett
Sun May 16, 2010 6:43 am
Forum: General
Topic: How to read xml messages stored in oracle DATA CLOB using DS
Replies: 5
Views: 2348

Get someone to write you a stored procedure that will dump the CLOB to an actual xml file, then have DataStage run the proc and process the xml. You may be able to stream that into the job but I'm thinking you'd be better off taking the file route unless each xml "message" is fairly small.
by chulett
Sat May 15, 2010 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid argvalue Warning.
Replies: 3
Views: 2280

It apparently has no formatting. To speak of. :? Wrap your "sql query" in whatever quotes you are not using inside your query. If you use single quotes inside it, wrap it (the whole it) in double-quotes so everyone knows it is just a string and so to not try and interpret it. Or vice versa...
by chulett
Sat May 15, 2010 3:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two Nodes not working
Replies: 18
Views: 6394

So... that doesn't mean anything to you? Well... There are a small number of $APT configuration variables that should be included as a standard in every PX job you write. Leave them at their default value so everything works the same as they do without them, but by having them there you now have the...
by chulett
Sat May 15, 2010 10:32 am
Forum: General
Topic: How to read xml messages stored in oracle DATA CLOB using DS
Replies: 5
Views: 2348

CLOBs are not well supported, as they are not typically targets of the "T" in "ETL"... much less the other two letters. You would have been better off storing XML in Oracle as an XMLTYPE rather than a CLOB, at least that way you could query it. Can you be more specific exactly wh...
by chulett
Sat May 15, 2010 10:29 am
Forum: General
Topic: What are DB2 people using for a query tool?
Replies: 15
Views: 6248

Ummm... yah. Thanks. I'll let you know. :wink: