Not that I actually knew that or anything.
Search found 42189 matches
- 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
- 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...
- 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...
- Mon May 16, 2005 8:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OLE Initialization failed!
- Replies: 2
- Views: 1564
- 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
- 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
- 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
- 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...
- 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
- 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
- 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...
- 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?
If you are sure you don't have a space issue, then perhaps a permissions problem?
- 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...
- 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
- 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...