Search found 53125 matches
- Thu Sep 28, 2006 11:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read the max_key value and increment by 1 to the key
- Replies: 15
- Views: 4555
The Surrogate Key Generator stage is a special case of Column Generator stage; it can only generate int16 or int32 values. My earlier answer assumed sequential operation (in using @OUTROWNUM). You should prefer an expression involving the partition number and count of partitions (both of which are e...
- Thu Sep 28, 2006 11:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: replacing a string
- Replies: 17
- Views: 6988
- Thu Sep 28, 2006 11:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator: Multiple column aggregation into one
- Replies: 10
- Views: 4279
- Thu Sep 28, 2006 6:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDKsequences
- Replies: 17
- Views: 4756
- Thu Sep 28, 2006 6:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read the max_key value and increment by 1 to the key
- Replies: 15
- Views: 4555
- Thu Sep 28, 2006 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata_Enterprise Error
- Replies: 4
- Views: 1957
Yes, looks like you can't SELECT from the system tables. That's where the "couldn't determine if table is writable" is coming from.
An exact match search on "is writable" turned up this post among others. It will give you some words for your discussion with the DBA.
An exact match search on "is writable" turned up this post among others. It will give you some words for your discussion with the DBA.
- Thu Sep 28, 2006 3:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Data type mismatches
- Replies: 1
- Views: 703
- Thu Sep 28, 2006 3:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDKsequences
- Replies: 17
- Views: 4756
- Thu Sep 28, 2006 3:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to take MID in datastage
- Replies: 2
- Views: 1370
Depending on your Mid() function, the second numeric argument in the substring operator might need to be 1. If Mid(Account,5,5) means "from 5 to 5", then the answer is Account[5,1] but, if Mid(Account,5,5) means "from 5 to 9 inclusive" then the answer is Account[5,5] as Arnd suggested. If you don't ...
- Thu Sep 28, 2006 3:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic:
- Replies: 7
- Views: 2564
- Thu Sep 28, 2006 3:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQLBase
- Replies: 4
- Views: 1392
- Thu Sep 28, 2006 3:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unix user group setup for Datastage implementation
- Replies: 13
- Views: 7076
Open your Administrator client and check on the Permissions tab for each project which DataStage roles are associated with each of the operating system group names that you mentioned. This information is what's stored in files like .developer.adm and .operator.adm. Without that information we are fu...
- Thu Sep 28, 2006 3:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot log in DataStage
- Replies: 4
- Views: 1361
- Thu Sep 28, 2006 3:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datastage limits
- Replies: 2
- Views: 1349
- Thu Sep 28, 2006 3:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Specific character in string
- Replies: 7
- Views: 3481