Search found 53125 matches
- Mon Jan 12, 2009 1:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: list project\jobs from clientside - dsjob.exe
- Replies: 7
- Views: 5260
- Mon Jan 12, 2009 1:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Abort Sequence after Some time
- Replies: 10
- Views: 2655
- Mon Jan 12, 2009 1:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Certification
- Replies: 2
- Views: 1467
- Mon Jan 12, 2009 1:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Could not able to connect datastage with oracle 10g
- Replies: 3
- Views: 1757
- Mon Jan 12, 2009 1:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs not getting compiled
- Replies: 18
- Views: 5928
It might be worth checking whether anything else was changed. I suggest strongly that you track down this contractor - other sites may be being damaged through his/her ignorance. The report from $DSHOME/bin/analyze.shm -t will put an asterisk beside any uvconfig parameter that is not set to its defa...
- Mon Jan 12, 2009 1:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Retrieval of data from a Seq file
- Replies: 7
- Views: 2107
- Mon Jan 12, 2009 1:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to do in datasatge
- Replies: 9
- Views: 1943
- Mon Jan 12, 2009 1:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_ipcflush() - Error in mutex_unlock() - Not owner
- Replies: 8
- Views: 4255
Server job (as posted) or parallel job (as marked)? In either case a Search should reveal some useful information.
- Mon Jan 12, 2009 1:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Summation in transformer
- Replies: 11
- Views: 4113
- Mon Jan 12, 2009 1:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Chinese Characters
- Replies: 21
- Views: 14845
Chinese and Swedish at the same time, or separately? Unicode (UTF-8) should be able to handle both. Specific character maps probably will not, and this means that View Data probably can not handle both at the same time either. But it's only a viewer, and won't affect processing - find some viewer th...
- Mon Jan 12, 2009 1:29 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Info Analyzer performance/sizining
- Replies: 2
- Views: 2474
Column analysis takes as long as it takes. It is affected by several variables, not least data types and variability in the data, so it is not possible to estimate in advance how long will be required. Agreeing to a fixed time window was probably a Bad Idea unless the window is generous. There are, ...
- Sun Jan 11, 2009 11:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: difference between batch processing jobs and real time
- Replies: 2
- Views: 1399
- Sun Jan 11, 2009 7:22 pm
- Forum: IBM QualityStage
- Topic: Reference match
- Replies: 2
- Views: 1300
- Sun Jan 11, 2009 3:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SIGSEGV error
- Replies: 9
- Views: 2758
There are things in your data that might cause a segmentation violation including, though not exhaustively, trying to load a null into a non-null column or trying to load more than N characters into a Char(N) or VarChar(N) column (you would probably generate the signal in the ODBC driver in these ca...
- Sun Jan 11, 2009 3:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datastage NTFS
- Replies: 2
- Views: 998
The clients should be able to install on any file system type. You not only need NTFS for the file system where the server componentry is to be installed, you must also have Windows XP Pro. DataStage simply will not install on any other Windows XP (and, technically, should not install on any, since ...