Search found 42189 matches

by chulett
Tue May 17, 2005 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to open "/tmp/dstemp/xxxxx"
Replies: 11
Views: 2770

Simultaneous Peripheral Operations OnLine.

Not that I actually knew that or anything. :wink:
by chulett
Tue May 17, 2005 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Equivalent of rownum of oracle in ODBC stage
Replies: 10
Views: 5653

Don't know. However, are you just trying to constrain a query to only return a certain number of rows? Something like: AND ROWNUM <= 10 A generic DataStage solution would be to put a constraint on the Transformer following the ODBC stage to say: @INROWNUM <= 10 Or, if this is for testing purposes, p...
by chulett
Tue May 17, 2005 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure Stage with Sybase on unix
Replies: 8
Views: 3349

The first question is - does it support Sybase? I don't recall - but I think the answer is no. Check the documentation, there should be a pdf file in the Docs folder where you installed the DataStage Client. If you want to use ODBC for this, then you'd need to use the ODBC stage. There are branded d...
by chulett
Mon May 16, 2005 8:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OLE Initialization failed!
Replies: 2
Views: 1564

What are you considering to be a 'custom' stage?
by chulett
Mon May 16, 2005 8:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC stage for CSV file - SQL syntax
Replies: 4
Views: 2369

ray.wurlod wrote:Why are you using an ODBC stage at all? A Sequential File stage is by far to be preferred for reading CSV files.

I'm assuming because the file is not local to the DataStage server. :?
by chulett
Mon May 16, 2005 3:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we use multiple Merge stages in 1 job
Replies: 4
Views: 965

Sounds ok. If there does turn out to be an issue, let us know and we'll work through it. :wink:
by chulett
Mon May 16, 2005 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we use multiple Merge stages in 1 job
Replies: 4
Views: 965

Multiple readers are fine, it's multiple writers to the same sequential source that is a problem. So as long are your targets (if they are flat files) are unique you should be fine.
by chulett
Mon May 16, 2005 11:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Additional record in file on UNIX
Replies: 4
Views: 816

Oh. Dang. Sorry, I was under the impression you were writing out directly to a flat file and then pushing the flat file up into SAP with the BW plug-in thing. I've got no clue how that works, never having had the pleasure of working with SAP and DataStage. Hopefully someone can steer you in the righ...
by chulett
Mon May 16, 2005 11:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Additional record in file on UNIX
Replies: 4
Views: 816

Try enabling the 'Omit last new-line' option in the Sequential File stage and see if that solves it for you.

Edit: I don't see how that jibes with the "If I restrict the job to 10,000 records I dont have this issue!" comment. :? Still, curious to see if it helps.
by chulett
Mon May 16, 2005 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need assistance in setting the MFILES
Replies: 4
Views: 1254

You could always check with your SA, they should be able to provide it for you.
by chulett
Mon May 16, 2005 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: abnormal termination of stage-job reset
Replies: 3
Views: 1074

Re: abnormal termination of stage-job reset

what happens to data that were commited partly in the table and the job got aborted. when we reset the job, it wont have any effect on the table. Please confirm if my assumption is right. Nothing happens to any committed data when a job aborts. It's the 'uncommited' data that you lose. Every job th...
by chulett
Mon May 16, 2005 6:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to open "/tmp/dstemp/xxxxx"
Replies: 11
Views: 2770

The only other message on the Forum like yours I could find was this one. It mentions a couple of things to check. A more generic search for UVTEMP might help as well.

If you are sure you don't have a space issue, then perhaps a permissions problem? :?
by chulett
Mon May 16, 2005 6:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I want to FTP Flatfile (Urgent, pls tell me the solution)
Replies: 6
Views: 2041

Since the FTP stage is metadata driven it can hork up your data during the process if everything isn't exactly right. It sounds like somehow the FTP stage thinks it needs to add the zeroes for you. What is the delimiter setting you are using in the FTP stage itself? A 'trick' you might want to try w...
by chulett
Sat May 14, 2005 7:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborting because of warning messages
Replies: 4
Views: 1598

Kinda figured that much was obvious. :P
by chulett
Sat May 14, 2005 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborting because of warning messages
Replies: 4
Views: 1598

Because the defaults are different between the two tools. In either tool, click on 'Run' and then switch to the 'Limits' tab before actually running the job. You'll see that Designer typically defaults to Unlimited warnings and Directory defaults to Abort after 50 warnings. And then there's the comm...