Search found 42189 matches

by chulett
Tue Dec 04, 2007 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with "NOTFOUND"
Replies: 5
Views: 2894

Does IBM know about this? Is it admitted officially or something? No idea, but seeing as how it has survived multiple version changes of the product I would consider it is a permanent part of the landscape. When I first ran into it, it was quite painful to figure out because it would mostly work. I...
by chulett
Tue Dec 04, 2007 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_loadlibrary: error in dlopen
Replies: 6
Views: 4655

That would imply a permissions or group issue. Did you follow the FAQ on configuring DataStage for multiple users?
by chulett
Tue Dec 04, 2007 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot read template file 'dssendmail_template.txt'
Replies: 3
Views: 4524

Have you checked to see if that file exists in your project and has the proper permissions? That would be the first step.
by chulett
Mon Dec 03, 2007 5:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue in reading Teradata
Replies: 12
Views: 3066

XML Input stage? :?
by chulett
Mon Dec 03, 2007 5:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can you override a "Add Environment Variable" parm
Replies: 9
Views: 3818

Honestly, I have no idea never having tried it. Curious if you have and are struggling with 'bad parameter' errors or are we still in the hypothetical?
by chulett
Mon Dec 03, 2007 12:57 pm
Forum: General
Topic: New Problem Diagnosis Method
Replies: 3
Views: 1396

Just you. :wink:
by chulett
Mon Dec 03, 2007 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Variable in a Routine
Replies: 3
Views: 1173

You use the value of a stage variable in a routine by passing it to it as an argument. Or did you mean something else?
by chulett
Mon Dec 03, 2007 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer
Replies: 10
Views: 1933

Obviously, you can't do this in a Transformer - at least not without some preprocessing or as the second of two passes through the data. First pass would be to determine which records should be 'rejected' and then a second to do the dirty deed. Unless there's some magical way in PX to do this all at...
by chulett
Mon Dec 03, 2007 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look up Query with OR condition getting error ORA 1008
Replies: 7
Views: 1895

I doubt there is a bug at work here. This is typically a user error, caused by not understanding all the rules around building user-defined sql lookups.
by chulett
Mon Dec 03, 2007 8:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Add years to Date
Replies: 5
Views: 2172

True. It really boils down to exactly what you mean by a 'year'.
by chulett
Mon Dec 03, 2007 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer
Replies: 10
Views: 1933

D'oh... misread things. Jury will disregard all statements made by the witness.
by chulett
Mon Dec 03, 2007 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer
Replies: 10
Views: 1933

Sure, stage variables doing normal 'group change detection' in a Transformer can handle this easily since the data is sorted properly. Keep track of the current and previous combination of User and Role, then only pass a record on the first time you see each particular combination.
by chulett
Mon Dec 03, 2007 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Losing XML tags: processing data through XML Input stage
Replies: 2
Views: 1251

If you had this technique working under 7.x and it no longer does under 8.x you need to contact your official Support provider. At the very least, you'll probably need the 'XML fixpack' Ernie has mentioned here more than once as apparently there is much XML bugginess in the first release of 8. At wo...
by chulett
Mon Dec 03, 2007 7:41 am
Forum: General
Topic: parameters
Replies: 2
Views: 1727

Compile? Yes. Run? No necessarily, as some parameter types are 'required' to have values before the job can be run. Never mind the fact that the job design may not work all that well without an actual value.
by chulett
Mon Dec 03, 2007 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Commit
Replies: 6
Views: 1575

Regardless of your settings, your job must abort to rollback any uncommited records at the time of the abort.