Search found 53125 matches
- Thu Sep 16, 2004 2:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting String field to Time field
- Replies: 15
- Views: 3669
So what do you want to see? More to the point, what is DB2 expecting? 2 is interpreted as 00:00:02 in time context which, when converted to internal format, is 2 seconds after midnight. 258 is interpreted as 00:02:58 in time contect which, when converted to internal format, is 178 seconds after midn...
- Thu Sep 16, 2004 1:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage for dummies
- Replies: 9
- Views: 5523
- Thu Sep 16, 2004 1:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Maximum() Function
- Replies: 5
- Views: 1330
- Thu Sep 16, 2004 1:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Perform Export From Command Line
- Replies: 2
- Views: 971
- Thu Sep 16, 2004 1:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: calculating MEDIAN (instead of AVERAGE)
- Replies: 6
- Views: 3753
- Thu Sep 16, 2004 1:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clear Log in director option hanging
- Replies: 13
- Views: 4530
Let the log purge finish. Yes, it can take a long time. I've just waited almost an hour to purge 6 million events (though the system was heavily loaded at the time). Even if you kill processes (definitely a last resort), that doesn't release the locks that they hold. Indeed, using kill -9 doesn't gi...
- Thu Sep 16, 2004 12:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI truncated Date
- Replies: 11
- Views: 3289
- Thu Sep 16, 2004 12:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Field function
- Replies: 10
- Views: 2390
- Wed Sep 15, 2004 4:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clear Log in director option hanging
- Replies: 13
- Views: 4530
I doubt that it's really hanging, I suspect that you're being too impatient waiting for the millions of records in the log to be sorted for presentation! You can view the log using SQL and will get quick but meaningless report. It's meaningless because it's not sorted in time order. To get a meaning...
- Wed Sep 15, 2004 4:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: C Stage PlugIn function "Run" required
- Replies: 3
- Views: 1295
It suggests that the Run method of the CoSort stage could not be found, probably because it had not been registered. I believe you need to re-install the CoSort stage after upgrading to version 7, so that the method functions can be re-registered. Run is the only one for normal operation, but there ...
- Wed Sep 15, 2004 4:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Track Last Date Processed
- Replies: 4
- Views: 972
- Wed Sep 15, 2004 4:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Field function
- Replies: 10
- Views: 2390
- Wed Sep 15, 2004 4:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hash lookup in a range
- Replies: 3
- Views: 1310
- Wed Sep 15, 2004 4:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help on DS on Solaris.
- Replies: 3
- Views: 1252
Welcome aboard! :D There IS some setting up to do. Add database-specific environment variable settings to the dsenv script in the DataStage Engine directory. If you want ODBC access, you will also need to edit the .odbc.ini file, and the uvodbc.config file in the project from which access is require...
- Wed Sep 15, 2004 4:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: New Unix User cannot login to server
- Replies: 6
- Views: 2176
The group dsadm is nothing special for DataStage. Only the user dsadm has any special meaning. The new user needs to belong to a group that has write permission to appropriate objects in the project, and to some in the DataStage Engine (UV) account, such as DS_LICENSE. In general DataStage users nee...