Search found 53125 matches
- Tue Nov 24, 2009 3:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Record on file DS_STAGETYPES can not be written
- Replies: 20
- Views: 8842
- Mon Nov 23, 2009 11:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal conversion
- Replies: 8
- Views: 1841
- Mon Nov 23, 2009 11:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Record on file DS_STAGETYPES can not be written
- Replies: 20
- Views: 8842
Execute this command to tell DS_STAGETYPES that it points to the correct indexes directory. SET.INDEX DS_STAGETYPES /full/pathname/of/I_DS_STAGETYPES Then execute this command to build the correct values into the index. DS.REINDEX DS_STAGETYPES These should be done with no other connected DataStage ...
- Mon Nov 23, 2009 11:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Table Used in all the ETL Jobs
- Replies: 9
- Views: 3292
- Mon Nov 23, 2009 9:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Microseconds as the default for DB2 timestamps
- Replies: 5
- Views: 1734
- Mon Nov 23, 2009 9:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Record on file DS_STAGETYPES can not be written
- Replies: 20
- Views: 8842
Aha! The index seems to be the culprit. Try DS.REINDEX DS_STAGETYPES It may also be that the location of the index is incorrect. Does the name indicated in the error message actually exist? Ordinarily the index directory for DS_STAGETYPES would be called I_DS_STAGETYPES and it would not have OVER.30...
- Mon Nov 23, 2009 6:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use DataStage connection object within a Shell script
- Replies: 12
- Views: 11563
The tool will decrypt encrypted parameters; the decryption algorithm is not available to the likes of us (though can be determined if you are keen enough). Backups are your insurance against corruption. Within the secure UniVerse table, passwords would be stored in clear. You seem to have the techni...
- Mon Nov 23, 2009 5:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rollups
- Replies: 19
- Views: 4642
- Mon Nov 23, 2009 5:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use DataStage connection object within a Shell script
- Replies: 12
- Views: 11563
You could store them in a UniVerse table to which only one user, who is not able to login, has any privileges. Then you can create a server routine to select from that table, and use the AUTHORIZATION statement within the routine so that, whenever it runs, it impersonates that particular user. For m...
- Mon Nov 23, 2009 4:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Record on file DS_STAGETYPES can not be written
- Replies: 20
- Views: 8842
OK, it seems to be intact. The load discrepancy message can be disregarded for now. Can you insert a key into the table?
Please post the result. If it was successful, please delete the record.
Code: Select all
INSERT INTO DS_STAGETYPES(@ID) VALUES ('TEST');Code: Select all
DELETE FROM DS_STAGETYPES WHERE @ID = 'TEST';- Mon Nov 23, 2009 4:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while using universe query
- Replies: 3
- Views: 1791
How are you getting a UniVerse stage into a parallel job? Presumably it is in a server shared container. The UniVerse stage uses ODBC protocols, even though it does not use an ODBC driver. The default maximum number of columns is 400 and the default maximum row size is 8192. These defaults can be ov...
- Mon Nov 23, 2009 4:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Job Failure due to Operator Exception
- Replies: 1
- Views: 1786
- Mon Nov 23, 2009 4:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use DataStage connection object within a Shell script
- Replies: 12
- Views: 11563
No.
However, if the Data Connection has an associated Parameter Set, and if the Parameter Set has values files, then you can access the parameter values from a values file. Note, however, that encrypted parameters will be encrypted within the values files, and probably not suitable for your purpose.
However, if the Data Connection has an associated Parameter Set, and if the Parameter Set has values files, then you can access the parameter values from a values file. Note, however, that encrypted parameters will be encrypted within the values files, and probably not suitable for your purpose.
- Mon Nov 23, 2009 4:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rollups
- Replies: 19
- Views: 4642
- Mon Nov 23, 2009 4:28 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: IIS-CONN-ODBC-000016
- Replies: 2
- Views: 2808