Welcome aboard! :D
This error is failure of an internal GRANT CONNECT TO username; SQL statement. That it occurs is a bug. You can work around it by logging in as the user who installed DataStage, and executing the GRANT statement explicitly.
Search found 53125 matches
- Mon Sep 12, 2005 3:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage logon error
- Replies: 3
- Views: 1843
- Mon Sep 12, 2005 3:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get Job start and end time
- Replies: 5
- Views: 2433
DS_JOBS contains all the job names and job numbers. RT_LOGnnn contains the log for job number nnn. Use DSGetNewestLogId() to find the closest event number to the timestamp in question. Then cycle backwards till you find "job started" or "job finished" event. From this you will be able to determine t...
- Mon Sep 12, 2005 3:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal to String Conversion
- Replies: 5
- Views: 2280
View it with a hex editor and a companion who understands the rules for storage of decimal data types. You will find that it's not "garbage". So string_from_decimal (in a Modify stage) or DecimaltoString (in a Transformer stage) should do the job for you. Make sure that the string has sufficient cha...
- Mon Sep 12, 2005 3:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problems with Job Parameters and Sequence Job
- Replies: 6
- Views: 3624
- Mon Sep 12, 2005 3:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSStopJob(DSJ.ME) within transformer
- Replies: 3
- Views: 2430
Who told you to use DSStopJob? This is singularly bad advice. Simply detect that the lookup has failed (use the Reject link of the Lookup stage for example). Only pass the row to the table if the lookup has succeeded. You can do whatever you like with the stream of rows for which the lookup failed, ...
- Mon Sep 12, 2005 3:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Surrogate Key lookup
- Replies: 6
- Views: 1924
- Mon Sep 12, 2005 3:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compilation error
- Replies: 5
- Views: 1616
- Mon Sep 12, 2005 4:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: VOC Entry Details
- Replies: 7
- Views: 5588
- Mon Sep 12, 2005 4:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get Job start and end time
- Replies: 5
- Views: 2433
That is a very complex query, Arun, since the start and end times are stored in a different table for every job. Further, I believe your site uses multiple job instances, which roughly doubles the complexity. You would be better off creating DataStage componentry to extract this information; a set o...
- Mon Sep 12, 2005 4:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: difference between batch and jobsequencer
- Replies: 1
- Views: 849
- Mon Sep 12, 2005 4:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: JobActivity behaviour
- Replies: 3
- Views: 1243
- Mon Sep 12, 2005 4:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Importing metadata from DB2
- Replies: 7
- Views: 1310
- Mon Sep 12, 2005 4:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error:- ds_udtGetNextPacket Error calling DSHELPER
- Replies: 5
- Views: 2492
- Mon Sep 12, 2005 4:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problems with Job Parameters and Sequence Job
- Replies: 6
- Views: 3624
- Mon Sep 12, 2005 4:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compilation error
- Replies: 5
- Views: 1616