Search found 42189 matches

by chulett
Fri May 15, 2009 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: mailing in datastage
Replies: 14
Views: 3605

Commands like xcopy will create the target directory if it doesn't exist. Also check for command line switches, move has a "/Y" to automatically answer prompts to overwrite with a "yes" for example.
by chulett
Fri May 15, 2009 6:44 am
Forum: General
Topic: SCD type 2, close record without new records inserted
Replies: 3
Views: 963

How can anyone other that you and yours answer that question with anything other than "depends"? Ask whomever is responsible for the design of that table.
by chulett
Fri May 15, 2009 6:39 am
Forum: General
Topic: Datastage warning (floating point decimal is not supported)
Replies: 5
Views: 8211

An unbound number in Oracle, one with no precision/scale, is stored in floating point. PX sees that and issues the alert, regardless of your metadata or the games you play in the SQL. I'm not sure there's any "solution" other than to demote that with a message handler. :? Happy to be prove...
by chulett
Fri May 15, 2009 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load Parent and child table in a single job
Replies: 1
Views: 1004

What database? What stage? Try with an Array Size of 1 and see if that works in your design.
by chulett
Fri May 15, 2009 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to see the links and stages
Replies: 7
Views: 2794

Right-click on "My Computer" and select "Properties", it should be listed right there on the main tab/page.
by chulett
Fri May 15, 2009 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Integration with Web Services
Replies: 4
Views: 2365

There was only one other post here that mentions that message and it went unanswered, so you may not have much luck. Perhaps no-one else has experienced this issue yet. :? All I can offer is standard advice. Make sure you're all patched up, the early versions of 8.x have a ton of patches available f...
by chulett
Fri May 15, 2009 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic Transformer within Parallel Job
Replies: 7
Views: 5140

Perhaps if you posted the actual errors you are seeing it would help. There's no fundamental problem, per se, other than all the normal reasons to not use one.
by chulett
Fri May 15, 2009 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling for 200 / 300 columns at one go.
Replies: 14
Views: 4159

Still, same advice applies. Do it for every field that needs it, 4 or 400. Or perhaps back up in the source database instead, with something like NVL for Oracle. In any case, handle it appropriately regardless of the number.
by chulett
Fri May 15, 2009 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Tags in a single Line
Replies: 3
Views: 1296

Sure, that could be another option - forget the stage and build the tags "manually" in a transformer. Perfectly fine but ugly and perhaps dangerous, adding the <CR> and handling any data that need to be translated on the way out like & or < or >, for example.
by chulett
Fri May 15, 2009 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Text file read aborts - Short read encountered
Replies: 8
Views: 4168

It's not fixed-width. Declare it as a normal csv file that just happens to have a single column in it.
by chulett
Thu May 14, 2009 10:47 pm
Forum: General
Topic: DataStage 8.1 Documentation
Replies: 3
Views: 5519

Thanks Vincent. 8)
by chulett
Thu May 14, 2009 10:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: abort job
Replies: 1
Views: 804

Re: abort job

This may be because, even though the job is aborted, the query in OCI stage may be running in the Database. Nope. The compiler will have no clue nor care if there is any leftover query running in a database somewhere. When you run the job it may care, but not when you compile it. Now, normally when...
by chulett
Thu May 14, 2009 10:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncate Table when a condition is true
Replies: 9
Views: 2639

Search the forum for that name, it has been discussed here quite a number of times. Also, find the routine (in the sdk branch, I believe) and double-click on it. Vendor supplied routines are typically documented in the "Long Description" field and worst case you can work it out from the so...
by chulett
Thu May 14, 2009 10:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Problem with IIS v8.1 on Redhat Linux 4 64bit
Replies: 2
Views: 1073

You need to use the 32bit Oracle libraries in "lib32" with DataStage rather than the default 64bit ones. And by "use" I mean reference in your "shared library" environment variable in the dsenv file.
by chulett
Thu May 14, 2009 8:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fmt vs DecimalToDecimal/DecimalToString
Replies: 5
Views: 2124

Why, yes it is. Since the question was about contrasting the two approaches, I kind of ignored the Server job type / posted forum part. Perhaps that explains the "didn't get anywhere" comment. :wink: