Search found 52 matches

by yserrano
Tue May 20, 2008 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Date Conversion Failed
Replies: 5
Views: 2648

What stage are you using?
ORAOCI9
by yserrano
Mon May 19, 2008 8:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Variable schema name for SQL Builder generate code
Replies: 8
Views: 2116

Does your support provider have a solution?
I have a PMR open with IBM, but not answer from them yet.
by yserrano
Mon May 19, 2008 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Date Conversion Failed
Replies: 5
Views: 2648

OCI Date Conversion Failed

Hello all, I'm using the Oracle OCI Stage to populate an Oracle table, I have an strange behaviour, when the table is empty, i can populate it with no problem. If it has data, and one of the date fields has a date with a year in the range of XX32 - XX99, the job doesn't work raising the error "...
by yserrano
Mon May 19, 2008 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Variable schema name for SQL Builder generate code
Replies: 8
Views: 2116

I guess you meant "start using custom SQL Statement ..."
I tried it and the custom SQL gets erased when I switched to SQL Builder
:(
by yserrano
Wed May 14, 2008 11:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Variable schema name for SQL Builder generate code
Replies: 8
Views: 2116

Variable schema name for SQL Builder generate code

Hello all, Please take a look to the following question and leave your comments. The SQL Builder, for Oracle stages, has been of great help for my current project and I want to keep using it. My question is if there is some way to get a variable or parametric name as the schema name? Perhaps doing s...
by yserrano
Sat Mar 08, 2008 10:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage with WBI
Replies: 6
Views: 1471

can DataStage read/write data from it. I am afraid I don't quite understand your question: WBI is not a repository of data of any kind. It works as a router and reformatter of data but it does not storage it. Your questions is a little vague, so I can only guess what you are trying to accomplish: I...
by yserrano
Fri Mar 07, 2008 12:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Connector- Selective reading- Aborted with error
Replies: 8
Views: 5931

Your problem might be with this: Wait Time is set to -1, so that MQ connectr keeps on reading msgs for infinite time. When using "Selective Reading" with MQ it is recommended to clear the MQMD fields used as filters after every successful loop thru the queue. Of course this is only possibl...
by yserrano
Fri Mar 07, 2008 12:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage with WBI
Replies: 6
Views: 1471

Probably IBM WebSphere Business Integrator, an old version of WebSphere MQ Broker.
by yserrano
Tue Mar 04, 2008 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Connector- Selective reading- Aborted with error
Replies: 8
Views: 5931

Check if there is another application getting messages from the queue. Check IBM.com for patches for your Queue Manager installation. You will probably need to "trace" the queue from the WMQ perspective to see how the messages are extracted from the queue. I think MQ, after finishing one c...
by yserrano
Tue Feb 26, 2008 2:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Carrying value from B/Job routine to Job transform stage
Replies: 7
Views: 2056

Done. Thank you!
Excelent help as usual.
by yserrano
Tue Feb 26, 2008 1:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Carrying value from B/Job routine to Job transform stage
Replies: 7
Views: 2056

kcbland wrote:When the Transformer starts, the stage variables initialize themselves. This can include running a process such as a Function...
With this approach the function will be called once for every row processed by the job, right? Impacting job performance directly.
by yserrano
Tue Feb 26, 2008 1:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Carrying value from B/Job routine to Job transform stage
Replies: 7
Views: 2056

Carrying value from B/Job routine to Job transform stage

Hello all, I need your help again :) This time with a Before-Job Subroutine. I customized some code found in this forum to access an Oracle table from my routine, this is an excerpt of the code: Stmt= "select max(":field:") from ":table: " ;" Call DSLogInfo("Query ...
by yserrano
Tue Feb 26, 2008 12:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't view code in Server Routine window
Replies: 3
Views: 1315

Apparently is a product bug. Opened a PMR, but still don't have final answer from IBM.
by yserrano
Tue Feb 19, 2008 11:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete custom routine exported by mistake as read-only
Replies: 7
Views: 4324

Change the value "0" to "1" for ReadOnly prameter... and import again..
I can't, Designer does not let me overwrite a ReadOnly routine.
It will not appear in DS_ROUTINES if it has not been compiled yet
It is compiled but still it does not appear there.
[/quote]