Search found 53125 matches
- Sun Dec 03, 2006 11:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage GRID
- Replies: 6
- Views: 3566
- Sun Dec 03, 2006 11:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error compiling Job Control Subroutine
- Replies: 7
- Views: 4447
- Sun Dec 03, 2006 10:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORALCE REJECTS
- Replies: 11
- Views: 2595
- Sun Dec 03, 2006 10:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: design question
- Replies: 4
- Views: 1289
- Sun Dec 03, 2006 10:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding query repository
- Replies: 7
- Views: 1667
The dot between LIST and DICT is OK.
Were you able to generate this error twice?
There's no dot at the end of DS_JOBOBJECTS by the way.
If that doesn't work, try the following and let us know the outcome.
Were you able to generate this error twice?
There's no dot at the end of DS_JOBOBJECTS by the way.
If that doesn't work, try the following and let us know the outcome.
Code: Select all
SELECT * FROM DICT DS_JOBOBJECTS;- Sun Dec 03, 2006 12:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error: unable to delete
- Replies: 5
- Views: 1954
The file that it can not delete is '/u01/Ascential/DataStage/asclscratch/uat_edw.MAINT_USERS_SECR.bad' therefore its parent directory is '/u01/Ascential/DataStage/asclscratch' It may also be that the file was created by a different user ID, or is still in use. These are other potential reasons for b...
- Sat Dec 02, 2006 5:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Out of memoryerror on prouction server
- Replies: 0
- Views: 844
Simple economics. Supply and demand. Total demand for memory exceeds available supply. Either install more memory or reduce the demand. Reduce demand by creating more efficient jobs, running fewer jobs at the same time, tuning the memory demand for particular stages (such as Sort stage) or any combi...
- Sat Dec 02, 2006 5:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error: unable to delete
- Replies: 5
- Views: 1954
- Sat Dec 02, 2006 5:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Timestamp to internal format
- Replies: 2
- Views: 1284
DateStage does not have an internal format for timestamp. It does for date and for time, but not for timestamp. You can, of course, convert a timestamp to the number of seconds since a zero point, but converting the date portion to days and the time portion to seconds then performing the requisite a...
- Sat Dec 02, 2006 5:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: HOW TO COMPARE DATES IN SQL SERVER QUERY
- Replies: 3
- Views: 1995
- Sat Dec 02, 2006 2:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Highest Key Generated
- Replies: 11
- Views: 3828
- Sat Dec 02, 2006 2:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 EE stage Padding Nulls
- Replies: 6
- Views: 1821
The DB2/UDB Enterprise stage was written to conform exactly to the rules. If you have a Char(N) data type, it must be N characters long. The DB2 API stage is essentially the server DB2 stage rewritten to fit in to the parallel execution environment. It is less pedantic about Char(N) data types. Neve...
- Sat Dec 02, 2006 2:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs run in parallel sequence
- Replies: 3
- Views: 1024
- Sat Dec 02, 2006 4:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs run in parallel sequence
- Replies: 3
- Views: 1024
- Sat Dec 02, 2006 4:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Runaway osh processes
- Replies: 9
- Views: 2749
Can you please verify whether or not the job design is as simple as:
Can you try a similar job with a Filter stage rather than the Transformer stage?
Code: Select all
Data Set stage -----> Transformer stage ----> Data Set stageCan you try a similar job with a Filter stage rather than the Transformer stage?