Search found 53125 matches
- Wed Aug 22, 2007 5:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: File name length or table name length limit
- Replies: 4
- Views: 4125
Most databases impose a limit. From memory Oracle's is also 31 characters; ODBC's is 18. Sometimes this is a configurable default; sometimes it is a hard default. DataStage uses imported metadata and theoretically has no limit but, in practice, the category and table name must be smaller than MAXKEY...
- Wed Aug 22, 2007 5:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: what is JOB SCHEDULE PLAN.
- Replies: 2
- Views: 1061
- Wed Aug 22, 2007 5:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: share connection between EE and TeraData
- Replies: 3
- Views: 1773
You must also ensure that the 32-bit libraries are found by DataStage processes - this means either removing the 64-bit libraries from the shared library search path (environment variable LD_LIBRARY_PATH, SHLIB_PATH or LIBPATH) for DataStage processes, or at least guaranteeing that the 32-bit librar...
- Wed Aug 22, 2007 5:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: db2 udb enterprise stage view data
- Replies: 7
- Views: 2462
- Wed Aug 22, 2007 5:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC connection
- Replies: 4
- Views: 1812
- Wed Aug 22, 2007 5:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob -report cmd not working from Execute cmd stage
- Replies: 7
- Views: 2610
- Wed Aug 22, 2007 5:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Log for Multiple instance
- Replies: 14
- Views: 3662
- Wed Aug 22, 2007 4:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Getting aborted with the Timed out error
- Replies: 2
- Views: 975
- Wed Aug 22, 2007 4:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Command to list DS env variables
- Replies: 1
- Views: 630
Code: Select all
cat DSParams- Wed Aug 22, 2007 4:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can I automate saving column definitions in saved folder
- Replies: 8
- Views: 2153
In theory yes, in practice no. The internal structure of the table that contains table definitions is not documented, so you would need to figure that out before writing your routine. There can be more than 216 fields in this record, so it's not something for the faint-hearted to undertake. Further,...
- Wed Aug 22, 2007 4:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Performance Degrading ??
- Replies: 27
- Views: 8329
- Wed Aug 22, 2007 4:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Valiadete date field
- Replies: 13
- Views: 3058
Search the forum for a server version of the IsValid() function.
- Wed Aug 22, 2007 4:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS Warning
- Replies: 2
- Views: 1200
- Wed Aug 22, 2007 4:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: does ds_jobobjects supported in the hawk edition ??
- Replies: 1
- Views: 834
The repository for version 8.0 is no longer "DataStage Engine" - instead it is somewhere in the Information Server repository (DB2, Oracle or SQL Server). Anything you find in DS_JOBOBJECTS can no longer be guaranteed to be up to date or accurate. In version 7.5, DS_JOBOBJECTS and the other reposito...
- Wed Aug 22, 2007 4:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get Chinese Character from SQL Server 2005?
- Replies: 3
- Views: 2007