Search found 42189 matches

by chulett
Tue Aug 18, 2009 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: backup steps and command for the datastage export of project
Replies: 1
Views: 988

No need to yet-another-post on the same subject.
by chulett
Tue Aug 18, 2009 3:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Automate Datastage Exports scripts - flowchart
Replies: 8
Views: 4307

What 8.x version? For 8.1 there is the istool utility for which the syntax has been documented here by Andy Sorrell. Before that, with earlier versions you're "stuck" with client side processes using dsexport and dscmdexport as noted here and elsewhere.
by chulett
Tue Aug 18, 2009 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One time load of 50 billion records from teradata to oracle
Replies: 2
Views: 2335

I would split this into two pieces, seperate the Teradata unload from the Oracle load. And for a "one time" process I'm not sure if I'd even use DataStage for that unless there were transformations involved. Also, I would definitely take this to my Oracle DBA to get their input on how best...
by chulett
Tue Aug 18, 2009 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Automate Datastage Exports scripts - flowchart
Replies: 8
Views: 4307

Deja vu. No clue what you mean by a "flowchart" here, however. :? If you want an actual script that will export all projects on your server to date stamped output files, there's a script on Kim Duke's website in the DS Tips section you can take and modify to your heart's content, if so des...
by chulett
Tue Aug 18, 2009 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exporting Project
Replies: 13
Views: 3778

It's not a script, just a single command. If you want an actual script that will export all projects on your server to date stamped output files, there's a script on Kim Duke's website in the DS Tips section you can take and modify to your heart's content, if so desired.
by chulett
Tue Aug 18, 2009 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot
Replies: 4
Views: 1579

That's certainly one technique, which a search would reveal. :wink:
by chulett
Tue Aug 18, 2009 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exporting Project
Replies: 13
Views: 3778

Depends on your network topology, it seems. This is exactly what we've seen here, works for some but not for others. Adding the domain option makes it work for everyone.
by chulett
Tue Aug 18, 2009 1:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exporting Project
Replies: 13
Views: 3778

From what we've seen here, for 8.x you need to include the "domain" credential as well.
by chulett
Tue Aug 18, 2009 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot
Replies: 4
Views: 1579

That would be a "vertical pivot".
by chulett
Tue Aug 18, 2009 12:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs Aborts
Replies: 7
Views: 3100

7.5x2 actually. Other versions before 8.x will not even attempt to run PX jobs and the 'error' it logs is pretty clear on that point.

Found the message:

"This jobtype is not currently runnable on this platform"
by chulett
Tue Aug 18, 2009 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert XML data read from a clob to a XML file
Replies: 2
Views: 2361

You do not need any new lines, formatting is for peoples and XML doesn't care. What happens if you simply send that string directly to an XML Input stage?
by chulett
Tue Aug 18, 2009 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Lookup
Replies: 2
Views: 1037

You've given us no clues about your hashed file design - which are the key field(s) you are looking up on? Basically you need to ensure the values used to build the hashed file are identical to the values used in the lookup key expression or the lookup will fail. And "identical" means iden...
by chulett
Tue Aug 18, 2009 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "NOT IN VOC" Error
Replies: 10
Views: 4227

Can you please post the full, unedited error? And explain when/where exactly it is that you get this error 'once in a while'?
by chulett
Tue Aug 18, 2009 8:28 am
Forum: General
Topic: Timestamp conversion
Replies: 8
Views: 1689

Is your input already a timestamp or is it coming in as a string?
by chulett
Tue Aug 18, 2009 8:27 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Information Analyzer 8.1.1 and datastage 8.1
Replies: 8
Views: 8738

Ok, I'm afraid I don't know the answer but just wanted to get a clarification so that those that could help won't have to ask. Hopefully someone more smarter will be along (like Ray or Vincent) to help you with this.