Search found 42189 matches
- Fri Jun 08, 2007 1:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.BCIOpenRef call to SQLNumResultCols failed.SQL statement
- Replies: 10
- Views: 4115
- Fri Jun 08, 2007 11:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Director view
- Replies: 7
- Views: 1943
- Fri Jun 08, 2007 11:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformer with a flow condition
- Replies: 6
- Views: 1547
Sorry, but you are going to need to rephrase this. I for one have no idea what your issue is. Are you saying this 'flat file' needs to be used as a reference lookup and hence your 'I tried to do it with hash file' comment? If so, please post an example of what's in this file and how you need to use ...
- Fri Jun 08, 2007 10:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What is the difference between DataStage 7.5.2 and 7.5.0.1
- Replies: 8
- Views: 1705
My recollection is that there was some software we had on our PCs to allow for multiple versions to exist, and I am guessing there were some similar tweaks necessary on dev to allow for 2 server versions to coexist. That would be the MCM or Multiple-Client Manager. And there is a pdf in your Docs d...
- Fri Jun 08, 2007 10:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning "cannot convert null....
- Replies: 6
- Views: 1849
- Fri Jun 08, 2007 10:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to know ,after certain date which Job modified.
- Replies: 6
- Views: 1968
- Fri Jun 08, 2007 8:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file question
- Replies: 9
- Views: 1819
No, it will just be informational. Here, one from my logs:
Code: Select all
Project:XXX
Job name:YYYY
Event #:3187
Timestamp:5/27/2007 9:56:28 AM
Event type:Info
User:dsuser
Message:
Job.Link.HashedFileName: Read caching disabled, file size exceeds cache size- Fri Jun 08, 2007 6:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: to read a paragraph data(clob datatype)
- Replies: 4
- Views: 1661
- Fri Jun 08, 2007 6:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: extracting required string from routine return value
- Replies: 11
- Views: 2434
- Fri Jun 08, 2007 6:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NULL Handling
- Replies: 1
- Views: 636
- Fri Jun 08, 2007 6:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning "cannot convert null....
- Replies: 6
- Views: 1849
- Fri Jun 08, 2007 6:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL for datastage
- Replies: 7
- Views: 1502
Ray - I'm not sure that's all true. We seem to have had postings lately where SQL that "works fine" in their favorite tool cannot be handled by the ODBC drivers. Barbara's and Mr IfThenElse for example. And I know for a fact that the ODBC stage doesn't enforce the column binding like other stages do...
- Fri Jun 08, 2007 6:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL for datastage
- Replies: 7
- Views: 1502
- Fri Jun 08, 2007 6:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.BCIOpenRef call to SQLNumResultCols failed.SQL statement
- Replies: 10
- Views: 4115
- Fri Jun 08, 2007 6:02 am
- Forum: General
- Topic: Datastage commit per 1000 rows icw materialized views
- Replies: 2
- Views: 1870
If your MV is set to refresh on every commit, then don't issue intermediate commits. Leave the Transaction Size at its default of zero, which means only commit once at the end. Doesn't sound like making it a 'manual' step is an option for you. You must commit the changes in your job which will then ...