Search found 53125 matches
- Fri Jun 17, 2005 2:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MS OLE DB Error
- Replies: 1
- Views: 718
Is that the exact error message? Does the stage name in the error message refer to your MSOLEDB stage or to a preceding active stage? Is it STAGECOM.ARR(9) or really "Array 9"? If the latter, it's something inside the MSOLEDB stage and you're going to need to get the answer from the vendor (unless i...
- Thu Jun 16, 2005 9:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage coulmn merge
- Replies: 9
- Views: 2386
- Thu Jun 16, 2005 9:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: concatenate job log info
- Replies: 2
- Views: 866
- Thu Jun 16, 2005 9:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: trouble importing OracleOCI definitions
- Replies: 9
- Views: 1577
- Thu Jun 16, 2005 9:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Validation
- Replies: 5
- Views: 1326
How about the following, which returns 0 for a valid string and a non-zero value otherwise?
Code: Select all
Len(TheString) <> 17 Or Len(Convert("ABCDEFGHJKLMNPRSTUVWXYZ0123456789","",TheString))- Thu Jun 16, 2005 9:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invalid string or buffer length. SQLSTATE=HY090
- Replies: 7
- Views: 6597
- Thu Jun 16, 2005 9:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset Deletion
- Replies: 6
- Views: 4199
- Thu Jun 16, 2005 3:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Checkpoint restart
- Replies: 15
- Views: 7318
- Thu Jun 16, 2005 3:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to decide which NLS should be used where??
- Replies: 17
- Views: 3849
- Thu Jun 16, 2005 3:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Accessing a DataStage file with Excel
- Replies: 20
- Views: 8429
- Thu Jun 16, 2005 3:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cluster
- Replies: 5
- Views: 1045
Clusters are OK. Server is installed on only one machine in the cluster, but can access disk resources on the others. Parallel can operate on all machines in the cluster. However, there is no automatic failover available in DataStage. It would just be too difficult to keep track of committed and unc...
- Thu Jun 16, 2005 3:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to measure job complexity?
- Replies: 30
- Views: 13226
How about eight levels of nested containers, which I once encountered? It's more than complexity, though. We need to address maintainability (of course, since DWs are around for a long, long time) and we also need to address the question of what is optimal design. And that's a bit of a moving target...
- Thu Jun 16, 2005 2:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: generating jobs reports
- Replies: 60
- Views: 24753
- Thu Jun 16, 2005 2:44 am
- Forum: IBM QualityStage
- Topic: Urgent : File CodePage for German Characters
- Replies: 15
- Views: 8977
- Wed Jun 15, 2005 8:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Option for Job to "Fail" if the "Before Job-R
- Replies: 7
- Views: 1437