Search found 42189 matches

by chulett
Thu Mar 29, 2007 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC connection Error
Replies: 2
Views: 1446

Have you taken this error to your DBA, discussed it with them?
by chulett
Thu Mar 29, 2007 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: STP stage -input but not write rows?
Replies: 3
Views: 1254

Dual and a dummy row *is* a perfectly valid answer. That should only select one record and thus only run the procedure once. Or use a constraint to ensure that:

@OUTROWNUM=1

What "didn't work" about it for you? :?
by chulett
Thu Mar 29, 2007 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exception Handler : Why use it.. and how to handle warnings
Replies: 20
Views: 6895

If we only have a trigger for ok coming out of the job activity, and the job ends with warnings then the sequence will simply not call the following jobs and then finish "ok" - with no indication that its not done all its processing. No, it should not be working like that. What exact version are yo...
by chulett
Thu Mar 29, 2007 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Time Out waiting for Mutex Error
Replies: 9
Views: 5561

Any way other than what? Asking here? You could try searching the forums here as 'mutex errors' are not all that uncommon and have been discussed a number of times. You could call your Support provider, make them earn the money you pay them. Or wait for someone else to answer. Anyone can. Some of us...
by chulett
Wed Mar 28, 2007 11:10 pm
Forum: General
Topic: Error while Installing DS7.5 in Windows Vista-"Must be
Replies: 4
Views: 2447

Search the forums for the word 'Vista' and see what turns up. From what I recall, you'll find that not only is it not officially supported, DataStage just plain old doesn't work on it. Yet.
by chulett
Wed Mar 28, 2007 8:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling XML files using DataStage/RTI
Replies: 6
Views: 3949

As Ernie notes, it's not that there is a disadvantage per se, more like there's no need for the XML Transformer. I only have a handful of jobs that use it and that's because they needed a custom XSLT to change complex ugly XML to another complex ugly form. So if you just want to flatten the XML and ...
by chulett
Wed Mar 28, 2007 5:15 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Websphere DataStage RealTime PACK training IIS 8.0
Replies: 4
Views: 2974

Your other option - and how we handled our 'training' - is to spring for some consulting dollars and get a consultant onsite. Nice to have someone there - your jobs, your data, yada yada. Of course, a little more pricey than a singleton class seat, but perhaps an option for your organization.
by chulett
Wed Mar 28, 2007 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling XML files using DataStage/RTI
Replies: 6
Views: 3949

First question would be - do you really need the XML Transformer in the job? The XML Input stage should be able to handle the vast majority of your parsing needs. The stage does have the option to write to a file. However, to output the data to your database, simply drag a link from the XML Transfor...
by chulett
Wed Mar 28, 2007 2:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: string splitting
Replies: 15
Views: 3980

You probably don't want to know. :wink:

If it's like most systems I've seen, it could be - literally - anything.
by chulett
Wed Mar 28, 2007 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multi Client Manager for switching clients DS 7.5 & 8 ?
Replies: 15
Views: 8211

Ok... as long as we're all on the same page. I just wasn't sure.
by chulett
Wed Mar 28, 2007 1:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling XML files using DataStage/RTI
Replies: 6
Views: 3949

:? A little lost. Not sure what you mean by 'only file option is seen'... seen where? The ODBC stage would play the 'write the data to the database' role here from what I can tell. What is your database, by the way?
by chulett
Wed Mar 28, 2007 1:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: string splitting
Replies: 15
Views: 3980

But as I said, it's never as simple as that. :(

Smith, Bobby Jo

Do you really want 'Jo' as the middle name or initial?
by chulett
Wed Mar 28, 2007 1:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multi Client Manager for switching clients DS 7.5 & 8 ?
Replies: 15
Views: 8211

pxr87 wrote: Now I think I understand better . so Clients are not switchable .

That is not what I said. :?
by chulett
Wed Mar 28, 2007 1:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi instance Job log gets truncated
Replies: 3
Views: 1105

2.Under "Enabled for this job" I tried to set number of days but I couldn't. You " couldn't " - in what sense? It wouldn't let you? You change it and it doesn't 'stick'? What? Switch it from Immediate to Auto Purge and that bottom section should become usable. Make sure 'Enabled for this job' is ch...
by chulett
Wed Mar 28, 2007 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: string splitting
Replies: 15
Views: 3980

The Field function will do that for you automatically. It will only see two comma delimited values, so the space won't bother it. You could then use Field again on the 'first middle' value with a space as the delimiter to split it again... if only it was as simple as that. :wink: