Search found 42189 matches

by chulett
Fri Jun 04, 2010 5:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Close Command
Replies: 5
Views: 1934

Not quite sure all what would be considered 'invalid' by the stage but the docs say this: This is an optional property and only appears for the Load Write Method. Use it to specify any command, in single quotes, to be parsed and executed by the Oracle database on all processing nodes after the stage...
by chulett
Fri Jun 04, 2010 5:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Dis File in Datastage
Replies: 4
Views: 1147

Well... didn't even need to look to see who posted something with that subject. :wink:
by chulett
Fri Jun 04, 2010 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML stage Error due to special character
Replies: 8
Views: 13966

Hmmm... what NLS_LANG setting (i.e. characterset) is your job using? UTF8? Want to ensure it supports those characters.
by chulett
Fri Jun 04, 2010 5:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert and update DB table fails when input umlaut character
Replies: 16
Views: 6293

Finally... we get the full picture of both the error and the job design that is causing it. Posting the complete job design in your initial statement of the problem could have gotten us here quite a bit sooner. :? The index may help, but since your picture shows two separate streams embedded in one ...
by chulett
Fri Jun 04, 2010 5:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cause of Error: field does not exist in the table
Replies: 9
Views: 2242

In addition to what Ray posted - what database is this?
by chulett
Thu Jun 03, 2010 11:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Dat file in datastage
Replies: 7
Views: 3374

Gotcha - read first, ask parsing questions later. :wink:
by chulett
Thu Jun 03, 2010 10:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass iterative values to the sql
Replies: 4
Views: 1991

Not very clear on your question or requirement. Are you saying that you need to run your posted sql 40,000 times - once for each combination of ids on file? Can you not just join the two? :?
by chulett
Thu Jun 03, 2010 8:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best approach for running multipe sequences
Replies: 1
Views: 806

Simpler to build three Sequence jobs that just do the one thing and schedule each at the appropriate time but what you posted is perfectly feasible. One way - build a routine to pull the current hour from the system time and use it in a Routine Activity to start off the Sequence. Branch to one of th...
by chulett
Thu Jun 03, 2010 7:58 pm
Forum: IBM QualityStage
Topic: What's in your wallet?
Replies: 7
Views: 2653

What kind of "server crash" are we talking about here? We would routinely run quite a number of jobs simultaneously, but of course that is dependant on hardware config, job design, etc etc - and mine have always been UNIX platforms so not so sure of the capacity of a Windows-based solution...
by chulett
Thu Jun 03, 2010 7:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Dat file in datastage
Replies: 7
Views: 3374

Gonna need some metadata for that. :wink:
by chulett
Thu Jun 03, 2010 6:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Dat file in datastage
Replies: 7
Views: 3374

Dat file? Digital Audio Tape? Something with a .dat extension?

Have you tried to import the metadata from it or have you been given the same? Can you post some sample records?
by chulett
Thu Jun 03, 2010 6:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read .CVS file in Parallel jobs
Replies: 5
Views: 1546

OK, that's one example. So... the next time you see a file from SAS, could the data / column names / column order / number of columns be completely different? If so, are you thinking you can somehow build one job that could read these changing files automagically? Or is there a finite combination of...
by chulett
Thu Jun 03, 2010 5:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read .CVS file in Parallel jobs
Replies: 5
Views: 1546

Change how? Can you provide specific examples? Without specifics, people won't really be able to help all that much... except for the 'skipping' part.
by chulett
Thu Jun 03, 2010 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read .CVS file in Parallel jobs
Replies: 5
Views: 1546

So... you need to skip the first, second and last records in the file? Or is there more to it than that... are the column names or number of columns dynamic perhaps?
by chulett
Thu Jun 03, 2010 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limitation of the number of parameters
Replies: 11
Views: 3040

I would wager it is complaining about the total length of your parameter values, rather than the number of them. So... how long are the values? You can certainly pass more than 5 parameters, btw.