Search found 53125 matches
- Wed Sep 28, 2005 11:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: using @USER0 in Sequential stage file name
- Replies: 8
- Views: 1975
- Wed Sep 28, 2005 10:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgrade DS 4 to 5 issues with AS400
- Replies: 12
- Views: 4502
Welcome aboard! :D Please check this post about why there is no such thing as "urgent" here. I would be very surprised if SQLTABLES does not exist; it is a system table containing information about all the tables in the database. It's more likely that you don't have SELECT privilege to that and othe...
- Wed Sep 28, 2005 4:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash Lookup Multiple values
- Replies: 8
- Views: 1928
- Wed Sep 28, 2005 4:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Renaming a Project
- Replies: 25
- Views: 6869
- Wed Sep 28, 2005 4:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Web Services.
- Replies: 2
- Views: 727
Ascential's web site is probably best.
- Wed Sep 28, 2005 4:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to clear log over 2 gigabyte limit
- Replies: 1
- Views: 900
Do you have transaction logging enabled (is the parameter TXMODE in uvconfig set to 1)? The SQL DELETE statement would probably create too big a transaction in any case; the maximum size of a transaction within DataStage is set by other uvconfig paramters, such as LOGBLSZ and LOGBLNUM. This is moot ...
- Wed Sep 28, 2005 4:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to view the properties dialog box of the stages
- Replies: 7
- Views: 1765
- Wed Sep 28, 2005 4:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Bulk
- Replies: 5
- Views: 2231
DON'T The ORABULK stage has been around since version 1.0, and is quite inefficient. Prefer the OCI stage with Load mode, or a Sequential File stage to write the DAT file. The ORABULK stage does not have capability for automatically starting sqlldr, which means you have to create a sqlldr command in...
- Wed Sep 28, 2005 4:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issues when job moved from version control to prodution
- Replies: 2
- Views: 876
Do all three environments point to the same target table (not the same name, the same table)? I suspect not. They shouldn't. Anyway you need to make sure that the tables are identically defined (particularly column nullability) AND that the definition matches the definition used in your DataStage jo...
- Wed Sep 28, 2005 4:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Aborting with Runtime Stack Overflow
- Replies: 4
- Views: 1910
- Wed Sep 28, 2005 4:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join Operator..Warning
- Replies: 1
- Views: 1068
If you read the Parallel Job Developer's Guide chapter on the Join stage the point that the input links must be sorted on the join keys is explicitly made. Hash partitioning on the same keys guarantees that all join keys will be found on the same processing node where the particular join is being pe...
- Wed Sep 28, 2005 4:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: main_program: No collation sequence found for en_US, using d
- Replies: 4
- Views: 2585
- Wed Sep 28, 2005 4:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Max Value in date column
- Replies: 10
- Views: 4662
- Tue Sep 27, 2005 8:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Environmental Varaibles Error...
- Replies: 3
- Views: 1289
- Tue Sep 27, 2005 8:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: about GCI error info
- Replies: 5
- Views: 2210