Search found 42189 matches

by chulett
Fri Apr 27, 2007 3:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem Reading a Flat file
Replies: 11
Views: 6916

Re: Problem Reading a Flat file

pradeepleon wrote:It isn't a fixed flat file.Have you got this resolved?...If not reply....

How do you know this? Sure looks like it could be to me. Usually one would know or be told by whomever provides the file, you shouldn't have to guess.
by chulett
Fri Apr 27, 2007 11:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in loading a date
Replies: 10
Views: 48975

Post your transforms on this field and the sql you are using in the target stage.
by chulett
Fri Apr 27, 2007 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best approach for unknown varied source
Replies: 19
Views: 5646

Re: Best approach for unknown varied source

We have some critical requirement in which any new file can come in any format and we have to just plug that file with the existing transformation logic. Source file can be anything like fixed width flat file, csv file, XML, SOAP, etc. I am thinking on following approach:<snip> Wow... that's just c...
by chulett
Fri Apr 27, 2007 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do you write comments in the derivation of a transformer
Replies: 2
Views: 1609

You can't directly there. Routine code can be documented, but for derivations you'll need to use either the General tab of the stage or put an annotation on the canvas.

I've found the latter works best as most peoples may never see the other. :wink:
by chulett
Fri Apr 27, 2007 7:21 am
Forum: General
Topic: how to call a web service ?
Replies: 4
Views: 1336

No, not included. Yes, an additional PACK that must be purchased if you want that functionality.
by chulett
Fri Apr 27, 2007 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Output stage
Replies: 1
Views: 854

Welcome! :D

We'd need more information to be able to help. Describe your complete job design and check in the Job Properties if you have anything setup to run 'After Job'.
by chulett
Fri Apr 27, 2007 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Warning
Replies: 4
Views: 1310

Make sure you've got a Transformer between the two and use a constraint to stop the nulls.
by chulett
Fri Apr 27, 2007 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in loading a date
Replies: 10
Views: 48975

Not nearly enough information to be able to help. Except to say I'd wager it's because you are not explicitly handing your date transforms but making assumptions about the formatting. You also need to verify that Date() returns the same information on both operating systems. I would think they would...
by chulett
Fri Apr 27, 2007 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job aborts in half the way
Replies: 5
Views: 1635

First thought would be to take these messages to your Informix DBA and see if they mean anything to them.
by chulett
Fri Apr 27, 2007 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS JOB Macros in User Defined Query
Replies: 3
Views: 919

Actually, they do - or at least the ones I've tried have worked - hence my answer. I just don't understand why someone wouldn't try first rather than seemingly come here and ask. And if they did try and it didn't seem to work, explain what they tried and what about it "didn't work". I'm currently us...
by chulett
Fri Apr 27, 2007 6:54 am
Forum: General
Topic: how to call a web service ?
Replies: 4
Views: 1336

I'm guessing that if they had that pack, they wouldn't be asking the question. To add what Nick said, you wouldn't call a web service from a Sequence job directly but rather a job or 'utility' running under that Sequence. And without the pack, that means you'll need to write something outside of Dat...
by chulett
Fri Apr 27, 2007 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RT_SCTEMP/jobname.fifo locked
Replies: 6
Views: 4613

Clear Status was not the right answer. Your message means the job is still running under the covers. Find someone who can kill it for you if you can't.
by chulett
Thu Apr 26, 2007 7:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS JOB Macros in User Defined Query
Replies: 3
Views: 919

Sure... what happened when you tried?
by chulett
Thu Apr 26, 2007 3:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP file to Mainframe
Replies: 3
Views: 1280

Rather than define all that metadata in the FTP Stage (which I assume is what we're discussing here) what I've found works best is to define your record as one long field, no quotes, no nothing added. This is the closest you'll get in DataStage to the functionality of the command line ftp process. T...
by chulett
Thu Apr 26, 2007 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with read only routines
Replies: 3
Views: 709

sshettar wrote:and later complied both the routines

I'll bet this is what fixed your problem. :wink: