Search found 42189 matches

by chulett
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

That's procedural code, not sql. Write a proc and then execute it in the ODBC or STP stage.
by chulett
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

Short answer: no. You can look in the log of the job at the first log entry and it will note the Job Controlling job: DSJobController = Sequence2 The last message it will post will be one that again notes that the job was run under the control of another job: (Sequence2) <- job2: Job under c...
by chulett
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 ...
by chulett
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...
by chulett
Fri Jun 08, 2007 10:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning "cannot convert null....
Replies: 6
Views: 1849

No, read the reply again and check the help for the 'Null String' column option in the Sequential File stage.
by chulett
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

Define 'modified'. :wink:

The Manager will show you "Date/Time Modified" but that doesn't necessarily mean anything changed.
by chulett
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
by chulett
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

Huh... guess there's an echo in here here here. :wink:
by chulett
Fri Jun 08, 2007 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NULL Handling
Replies: 1
Views: 636

Basically answered in your other thread. Yes, if your data is problematic then you could need to validate / cleanse each and every field.
by chulett
Fri Jun 08, 2007 6:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning "cannot convert null....
Replies: 6
Views: 1849

They are two different things. If you want spaces to be NULL in your target, explicitly convert them in your job.
by chulett
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...
by chulett
Fri Jun 08, 2007 6:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL for datastage
Replies: 7
Views: 1502

Maybe - but when you have a question, you should start your own thread. If you think it may be related to another issue, link to the other thread, don't hijack the other person's. Please.
by chulett
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

:? Again, what database are we discussing here? Maybe I'm wrong, but that seems to me like a critical piece of information...
by chulett
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 ...