Search found 42189 matches

by chulett
Sun Sep 11, 2011 8:07 am
Forum: General
Topic: validating number of files
Replies: 14
Views: 3262

Correct, "static" text.
by chulett
Sat Sep 10, 2011 1:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage server edition & Salesforce.com(SFDC) connecti
Replies: 6
Views: 6775

What is your ultimate goal here? Have your read the Web Services Pack Guide pdf? It shows examples of how to use the Client stage as both a source and a target, from what I recall. It would also be helpful if you explained what exactly you attempted with the WS Transformer stage and why it did not &...
by chulett
Sat Sep 10, 2011 1:33 pm
Forum: General
Topic: Job Sequence abort after 1 warning from any jobs
Replies: 3
Views: 1195

OK... what have you tried? A warning limit of 1 when you start the Job Sequence?
by chulett
Sat Sep 10, 2011 1:30 pm
Forum: General
Topic: Architectural difference
Replies: 1
Views: 521

There's quite a difference, architecturally. Start here for information of that nature and everything else 8.5 related.
by chulett
Fri Sep 09, 2011 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date from Timestamp
Replies: 8
Views: 3848

That, too! :D
by chulett
Fri Sep 09, 2011 12:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: shared container
Replies: 11
Views: 6514

Dude, seriously? Where's the insult here? I just thought it was an amusing response to you specifically calling people out by name, something there's absolutely no reason to do. This is an all volunteer peer-to-peer forum where people read and respond to questions here when and if they can and if an...
by chulett
Fri Sep 09, 2011 10:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue while reading 2gb xml file using XML Stage in 8.5FP1
Replies: 15
Views: 7854

Let's wait and see what Ernie's thoughts on this are, he's most familiar with the 8.5 changes to the XML handling around here.
by chulett
Fri Sep 09, 2011 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue while reading 2gb xml file using XML Stage in 8.5FP1
Replies: 15
Views: 7854

How long did you wait before you decided it was "hung"? Unless the XML has been "pretty printed" or formatted for peoples, don't forget that each file is essentially only one long record.
by chulett
Fri Sep 09, 2011 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date from Timestamp
Replies: 8
Views: 3848

You can always tell the difference:

NiceLittleTransformerFunction()

nice_little_modify_function()
by chulett
Fri Sep 09, 2011 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: shared container
Replies: 11
Views: 6514

Nice quote, Ray. :wink:
by chulett
Fri Sep 09, 2011 7:34 am
Forum: General
Topic: using WITH clause in OCI stage
Replies: 3
Views: 908

I started to post the same response but then wasn't sure and had no ability to check. My concern was the fact that the SQL statement would not start with the dreaded SELECT, but rather the WITH (subquery factoring) clause leads off and I wasn't positive it would all be transparent. Glad to hear it w...
by chulett
Fri Sep 09, 2011 7:29 am
Forum: General
Topic: validating number of files
Replies: 14
Views: 3262

So, the number of checks will increase the number of execute command activity stages . No, not necessarily. It really depends on the nature of the checks you are doing and if you have a need (or a desire) to separate them. Do you mean"Logging Text" as redirecting the output of commands to...
by chulett
Thu Sep 08, 2011 9:13 pm
Forum: General
Topic: validating number of files
Replies: 14
Views: 3262

There's no limit to the number that I am aware of, it should just be about the limit on the command line size for your particular flavor of UNIX. Usually fairly long, from what I recall. The check can be as simple as a trigger that evaluates the returned value, if it is not equal to 1 run another Ex...