Search found 53125 matches
- Sat Oct 29, 2005 4:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job freezing
- Replies: 8
- Views: 3615
Welcome aboard! :D You really haven't given enough information. The obvious question; what's different between development (where it works) and other environments (where it doesn't)? How many rows are processed before the job "freezes"? Do any of these get written into the sequential file? What stag...
- Sat Oct 29, 2005 4:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warnings in sequential file
- Replies: 2
- Views: 1346
- Sat Oct 29, 2005 4:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Config File
- Replies: 5
- Views: 2159
-3640 is not an error code; it's a process ID reported as a signed integer. "Phantom" simply means "background process" - all DataStage processes on the server are "phantom" processes. You need to reset the job after it aborts. Look in the log for a message "from previous run...". Check the braces i...
- Sat Oct 29, 2005 4:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to skip the trailer record
- Replies: 25
- Views: 9790
- Sat Oct 29, 2005 4:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null issues
- Replies: 10
- Views: 3189
- Fri Oct 28, 2005 7:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Restartable job sequence
- Replies: 6
- Views: 2741
- Fri Oct 28, 2005 7:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC Date Error After Re-Installing with NLS
- Replies: 3
- Views: 1225
Have you checked the TIME category for your NLS locale? It is in this category that date and time formats are specified. In the ODBC stage, if my memory serves me correctly, using a data element of Date will perform implicit conversion to and from internal format. Your statement that Transforms won'...
- Fri Oct 28, 2005 7:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job 751 Phantom 5260
- Replies: 4
- Views: 1148
"Improper data type" is NOT from a data type mismatch in the data. These tend to generate messages of the form "non-numeric where numeric required" and so on. "Improper data type" indicates an illegal use of an opaque variable, such as a file handle or an indirect subroutine call variable. In DataSt...
- Fri Oct 28, 2005 7:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: release job disabled
- Replies: 8
- Views: 1544
- Fri Oct 28, 2005 6:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Run shell script(fr Ds) that contains a call to sqlplus
- Replies: 5
- Views: 1648
- Fri Oct 28, 2005 6:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: export of datastage jobs
- Replies: 3
- Views: 1133
Yes. Read-only objects are those supplied with the product. There are some Routines and Transforms supplied with the product. The reason for omitting them is that they're unnecessary. They will exist in all projects (with the possible exception of plug-in stages, but these should not be transferred ...
- Fri Oct 28, 2005 6:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: metadata store
- Replies: 7
- Views: 2151
- Fri Oct 28, 2005 6:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: what stage to use?
- Replies: 14
- Views: 5530
- Fri Oct 28, 2005 6:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Time out warnings
- Replies: 8
- Views: 3624
Not sure where you're going with that, but without GSEMNUM they're not particularly useful. Surely if collisions on locks in the Repository were the problem, a report from SEMAPHORE.STATUS would be a useful thing? It might also be worth creating $DSHOME/errlog to capture any Engine errors. touch $DS...
- Fri Oct 28, 2005 6:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null issues
- Replies: 10
- Views: 3189