Search found 53125 matches
- Fri May 11, 2007 3:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: timestamp issue?
- Replies: 5
- Views: 2826
Time to mark this thread as resolved, then. The issue appears to be that either the database or DataStage is using milliseconds in timestamps by default, and the other isn't. Forcing "no milliseconds" via the date picture in TO_CHAR() has rendered the formats compatible. You could have changed the m...
- Fri May 11, 2007 3:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformer_1: MTDP: EM_DBC_CRASH_A(220): Network connection
- Replies: 1
- Views: 3040
- Fri May 11, 2007 3:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: TimeStamp in CFF Stage
- Replies: 3
- Views: 1109
- Fri May 11, 2007 3:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Install MQ Series Server plugin
- Replies: 3
- Views: 1717
- Fri May 11, 2007 3:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_ipcput - timeout waiting for mutex
- Replies: 18
- Views: 14288
Rather than moving files the correct approach is to be in the $DSHOME directory when you run the uvregen utility.
Code: Select all
cd $DSHOME
bin/uvregen- Fri May 11, 2007 3:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Find the Job Status
- Replies: 2
- Views: 1102
- Fri May 11, 2007 3:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fetch Data Based on List of Keys
- Replies: 8
- Views: 1600
One million keys can be easily handled by a hashed file stage. It is true that three keys can also easily be handled by a hashed file stage. In this case the million rows are streaming through, do not have to be kept in memory other than one at a time or a buffer's worth at a time. As Craig notes, y...
- Fri May 11, 2007 3:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Blanks/Null Values in the date field
- Replies: 9
- Views: 2959
- Fri May 11, 2007 3:35 pm
- Forum: General
- Topic: Merge Data Source
- Replies: 3
- Views: 1371
- Fri May 11, 2007 3:34 pm
- Forum: General
- Topic: Processing files in a directory
- Replies: 44
- Views: 12719
- Fri May 11, 2007 3:32 pm
- Forum: General
- Topic: Error in Datastage
- Replies: 3
- Views: 2022
It is the server that needs to be able to find this DLL. To test that theory, find the DLL and copy it to a folder that is routinely accessed, such as the %WINNT_ROOT%\System32 folder. If the job now works you need to ascertain why its original folder was not being found. Do you happen to know what ...
- Fri May 11, 2007 3:29 pm
- Forum: General
- Topic: How to Reslove ORPHload plugin Problem
- Replies: 1
- Views: 989
- Fri May 11, 2007 3:28 pm
- Forum: General
- Topic: How to install MQ with datastage
- Replies: 1
- Views: 1159
- Fri May 11, 2007 3:26 pm
- Forum: General
- Topic: differences b/w v7.51A and v7.5x2 of Ascential Datastage
- Replies: 1
- Views: 1189
7.5.1A is a standard release, but does not compile or run parallel jobs on Windows platforms. 7.5x2 is a variant of version 7.5.1.1 and is the only pre-8.0 version that can compile and run parallel jobs on Windows platforms. Version 7.5x2 is not available for UNIX, Linux or USS platforms. The "x" is...
- Fri May 11, 2007 3:23 pm
- Forum: General
- Topic: How to collect job status
- Replies: 12
- Views: 4268