Search found 42189 matches

by chulett
Tue Jun 16, 2009 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dsexport
Replies: 7
Views: 1856

Good idea but that again is a unix solution Just what kind of solution are you looking for? :? Anything run on the server side will be a 'UNIX solution' by definition, are you looking for something on the client / Windows side for this? You have to leave the GUI to automate anything like this and t...
by chulett
Tue Jun 16, 2009 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to view log in datastage director
Replies: 8
Views: 2747

You only? Everyone? One particular job? All jobs?
by chulett
Tue Jun 16, 2009 5:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning: column nullability
Replies: 3
Views: 1586

You could always try searching the forums for "Converting a nullable source to a non-nullable result", I mean it's not like no-one has ever asked this same question before.
by chulett
Tue Jun 16, 2009 5:31 am
Forum: General
Topic: Sequencer Job
Replies: 3
Views: 1092

[channelling Ray]

It's a Sequence job (no 'r') - a Sequencer is an object used in a Sequence job to join multiple flows into one.

[/channelling Ray]

There's also a decent discussion / tutorial in one of the Server job pdfs, from what I recall.
by chulett
Tue Jun 16, 2009 5:28 am
Forum: General
Topic: dssearch returns 0 for -usedby option??
Replies: 2
Views: 1513

Look at the known Sequence job(s) for this job and make sure the job is included in the Dependancies tab of the Sequence.
by chulett
Tue Jun 16, 2009 5:27 am
Forum: General
Topic: Moving "HASH" file content to a temporary table
Replies: 9
Views: 1885

Pretty much just like you'd think - source from the hashed file, write to your database. Nothing tricky.
by chulett
Tue Jun 16, 2009 5:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ETL jobs was in a running state & not changed to "F
Replies: 2
Views: 1375

Did you check at the O/S level for any processes associated with the job? Could it be the job was killed/died so hadn't reset the Status? If so, you'd need to use the Clear Status File option in the Director to 'fix' that.
by chulett
Tue Jun 16, 2009 5:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decoding the PORT.STATUS "Device"
Replies: 6
Views: 1785

8)

Now you just need to let us know how your utility comes out.
by chulett
Tue Jun 16, 2009 5:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Looping in DataStage
Replies: 17
Views: 27400

'Breaking from the loop' is easily done - it's just a matter of branching out of the loop to a point after the End Loop stage based on your 'custom condition'.
by chulett
Mon Jun 15, 2009 8:13 pm
Forum: General
Topic: Load an IXF File
Replies: 10
Views: 2605

Or perhaps DB2 tables? I would assume you'll need to import these using the appropriate DB2 utility, but perhaps that can be into a set of work tables, then use DataStage to clean/transform from there.
by chulett
Mon Jun 15, 2009 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on DataStage 7.5.3...
Replies: 3
Views: 1576

Yes, Version Control is still alive and well in 7.5.3.
by chulett
Mon Jun 15, 2009 4:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exporting jobs
Replies: 6
Views: 2408

8)
by chulett
Mon Jun 15, 2009 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on DataStage 7.5.3...
Replies: 3
Views: 1576

7.5.3 is just a 'maintenance' release and so is mostly just a collection of patches. Nothing changes with the repository or Version Control... you'd need to actually upgrade to 8.x to feel those pains. :wink: I would guess that Vincent meant the patch level of the Server engine in 8.0.1 is equivalen...
by chulett
Mon Jun 15, 2009 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is "parameter1" in ODBC DB2 wire protocol err
Replies: 19
Views: 9719

That was why I was asking, to narrow this down to either the definition of the ODBC entry or to something specific to the job / query. I would triple-check the former before investigating the latter.