Search found 42189 matches

by chulett
Mon Mar 14, 2011 11:11 pm
Forum: General
Topic: Connecting to Sql server 2008 from Server routine
Replies: 24
Views: 12484

You left out the actual "sqlcmd" bit on the rewrite.
by chulett
Mon Mar 14, 2011 9:08 pm
Forum: General
Topic: How to get job status in a sequence
Replies: 4
Views: 1632

Well... was working off the "if any one fails" comment. Still, bottom line, use appropriate triggers to control the flow from each job to the Sequencer based on your requirement.
by chulett
Mon Mar 14, 2011 8:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reqire logical assistance
Replies: 3
Views: 1619

Looks to me like Aggregation, grouping on the first three columns and then min/max on the other two.
by chulett
Mon Mar 14, 2011 8:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reqire logical assistance
Replies: 3
Views: 1619

Not sure why you felt the need to hijack a completely unrelated thread for this question, regardless here we are all split out on your lonesome. Please take more care next time. Also note that I've had to guess at your particulars regarding version, O/S etc... if any are wrong please edit your post ...
by chulett
Mon Mar 14, 2011 8:12 pm
Forum: General
Topic: How to get job status in a sequence
Replies: 4
Views: 1632

That and make sure the trigger expressions coming into the Sequencer are both set to 'Finished OK'.
by chulett
Mon Mar 14, 2011 8:10 pm
Forum: General
Topic: Server Routine aborted while calling from Job sequencer
Replies: 3
Views: 1805

Doh... missed that part. I'm surprised you were able to select it from inside the stage, thought it filtered out things of that nature.
by chulett
Mon Mar 14, 2011 5:56 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Recommentation to pick right tool to process XML files
Replies: 11
Views: 21372

I'm going to pipe in here from personal experience and clarify something both Vincent and Ernie have mentioned: DataStage 8.1 has a poor XML Pack that does not handle high data volumes how big are the INDIVIDUAL xml documents. The size of a SINGLE document is the key here. IMHO, Ernie's question is ...
by chulett
Mon Mar 14, 2011 5:44 pm
Forum: General
Topic: Server Routine aborted while calling from Job sequencer
Replies: 3
Views: 1805

Reset the aborted job and let us know the contents of a "From previous run..." log message, if one shows up.
by chulett
Mon Mar 14, 2011 5:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting spaces in the packed decimal field
Replies: 4
Views: 3111

Typically in that case one would need to check the string for spaces and only 'unpack' it when the value is something other than spaces. I don't think the CFF stage has an option to support that, worst case you'll need to do that in a downstream transformer as noted.
by chulett
Mon Mar 14, 2011 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSTAGE-DRS-0123`:`Row Rejected
Replies: 4
Views: 3328

Post the actual, unedited error from your job's log. There should be an Oracle in there somewhere as well, me thinks...
by chulett
Mon Mar 14, 2011 7:24 am
Forum: General
Topic: Error while compiling job sequence
Replies: 3
Views: 2979

Detail for us your Sequence job... what does it do? What stages does it use? What kind of trigger expressions are you using? etc etc etc
by chulett
Mon Mar 14, 2011 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modifying Job Export XML
Replies: 7
Views: 3282

To me that would depend entirely on what exactly you are changing and if you get it 100% correct or not. Minor stuff, maybe, (although we may disagree on just what 'minor' means as I've destroyed a project importing a dsx file with a minor change) but I for one would never consider doing anything li...
by chulett
Mon Mar 14, 2011 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IsNull not working
Replies: 9
Views: 6649

... and even then Oracle will turn the empty string back into a NULL when you load it, from what I recall and noted above. Is there some problem with a null in your source being a null in your target as well? :?
by chulett
Sun Mar 13, 2011 12:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delimited file with fixed width
Replies: 2
Views: 1686

Substring.
by chulett
Sat Mar 12, 2011 6:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: precision allowed in decimal datatype
Replies: 1
Views: 1029

That's not a "hard limit", more of a soft one in Server as 15 just happens to be the default value for precision in the configuration file. And "after the decimal point" would be scale not precision.

Have you tried it? Had any problems with it?