Search found 115 matches

by logic
Wed Oct 05, 2005 11:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Activity Stage
Replies: 7
Views: 4103

hi hemant, Sequencer?Sequence?other activity? Please describe more clearly. when both the dimensions sequencers are completed then only my fact sequencer should run As ucf007 sugessted just link your 2 job activities for dimension seq's to a sequencer and set mode to all. Output to the job activity ...
by logic
Fri Sep 30, 2005 12:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error:- ORA-01008: not all variables bound from jobs
Replies: 23
Views: 14011

Code: Select all

Any Suggestions (other than installation of patch; bcos it will take about 1 month for approvals to come thru) to resolve this issue 
I was thinking If Performance is a second priority , did you try using other stage than OCI?
ash.
by logic
Fri Sep 30, 2005 11:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error:- ORA-01008: not all variables bound from jobs
Replies: 23
Views: 14011

Hi Nagesh,
Some thoughts.
If you are using a userdefined sql, then first try checking the sql. Also check for other clauses like Where etc if you are using any. If you have a generated sql and if any of the columns is a CLOB,then that might be part of the issue.
Ash.
by logic
Fri Sep 23, 2005 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LongVarChar source and DS job fails to recognize it!!!
Replies: 15
Views: 6759

Yes Craig,
I am trying to select CLOB and insert into a table. It is true that I am having problems Because data being greater than 4K.
Thanks.
by logic
Thu Sep 22, 2005 6:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LongVarChar source and DS job fails to recognize it!!!
Replies: 15
Views: 6759

Hi Craig, Any developments on The CLOB issue. If so PLEASe update. I am facing similar situation and tried all the above solutions but nothing seems to be working. Stopped thinking Logically and tried the trial and error path. :( We were initially using a DRS stage. Then we switched to OCI. When we ...
by logic
Thu Sep 22, 2005 2:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error:- ORA-01008: not all variables bound from jobs
Replies: 23
Views: 14011

Hi, This error is ocurring due to a CLOB column. Previously This problem was solved when I removed the CLOB column. Now I have to incorporate that column. I am using DRS to extract and also to write the data. I defined the column as varchar 4000. But Rows are getting rejected with the error "In...
by logic
Thu Sep 22, 2005 12:28 pm
Forum: Enhancement Wish List
Topic: Progress of Job Sequence
Replies: 7
Views: 4432

Sequence parameters

Also It would be good if a option to "insert all parameters",(Something similar to match columns in the transformer),can be added to the External parameter helper window. It would help in selecting all values, instead of selecting one by one, while inserting parameters in a job activity wi...
by logic
Wed Sep 21, 2005 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Sequencer
Replies: 3
Views: 1194

what exactly do you mean by "sequencer Fails".. :?: . If you want to say that the first job fails/first sequence fails and still the next job continues then you should check the trigger.
Hope this helps,
ash.
by logic
Wed Sep 21, 2005 2:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What happens when more than 1 user access the same table?
Replies: 1
Views: 577

It would not matter if the table is accessed by multiple user at the same time for reading data. The warning: Could not position within a table And for the error you have stated pls search the forum refer to the suggestion by Ray http://www.dsxchange.com/viewtopic.php?t=95336&highlight=position+...
by logic
Tue Sep 20, 2005 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stopping a Job Sequence (Sequencer and Internal Jobs)
Replies: 3
Views: 2066

Hi Naga, One way to stop the sequnce would be from the director. You can stop the top level master sequence which in turn will stop the sequences within. After stopping the request would be sent to the server so will have a time lag before the sequnce stops. You can stop the sequence by "kill&q...
by logic
Tue Sep 20, 2005 12:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is the difference b/w array size and transaction size?
Replies: 1
Views: 752

SEARCH@FORUM HELP@MANUAL

for example:

viewtopic.php?t=93850[/url]
by logic
Wed Sep 14, 2005 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Error
Replies: 7
Views: 1912

Use ":" if doing in trans else use"||"
Try the following

Code: Select all

SELECT (t.area_code || t.prefix || t.number)  as ph_nbr  FROM abc t
cheers,
ash.
by logic
Wed Sep 14, 2005 12:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to replace null to something.
Replies: 9
Views: 4904

IF THEN ELSE.........
by logic
Tue Sep 13, 2005 4:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using Change capture stage
Replies: 2
Views: 1072

Thanks Ray..........I had tried searching but dint use SIGSEV rather used signal_handler instead to search.. :oops: .now I got it...Thanks
by logic
Tue Sep 13, 2005 2:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using Change capture stage
Replies: 2
Views: 1072

Error while using Change capture stage

Hi, I am trying to track changes using the change compare stage. Using the DRS stage to read the "before" and "after" Table and writting the records to .fs I am seeing few warnings and errors which i am not sure how to solve. The warning is. After,0: signalHandler__Fi() at 0x204f...