Search found 20 matches

by iamrajy
Mon Oct 04, 2004 12:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrating from Oracle 8 to Oracle 9i
Replies: 5
Views: 2806

Migrating from Oracle 8 to Oracle 9i

We are migrating from Oracle 8i to Oracle 9i database. And we are using lot of ORAOCI8 stage . Is ORAOCI8 stage will working fine when we we migrate to Oracle 9i or we have to change the stage to ORAOCI9?

Thanks in advance.
by iamrajy
Thu Jul 01, 2004 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ascential project hangs
Replies: 1
Views: 1396

Ascential project hangs

Ascential Release :- 6.0.0.0 We have application written in Java and which is calling Ascential Datastage project. Ascential project is doing the ETL part. Some time if the load set size is big Ascential takes 8-9 hours to load the data but does not return control back to java. If the load set is sm...
by iamrajy
Fri May 28, 2004 2:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Control Job problem
Replies: 3
Views: 1513

Well, I complied it and saved it but It was a same problem. Just now I came to know that project got corrupted and it was not picking the changes. So we got a new project and not it is working.

-Thanks
by iamrajy
Fri May 28, 2004 1:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Control Job problem
Replies: 3
Views: 1513

Control Job problem

In "Jobs" I have a "Control job" category and in that I have a job(LoadSetScheduler) which has a main entry point logic to our Ascential project. So when I am making modification in "job control" for some reason the modified code is not picked when we run the project. I...
by iamrajy
Fri May 21, 2004 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sharing job
Replies: 3
Views: 1531

Let say I choose a "multiple Instance" option (Job is refreshing a hash). If Job1 and job2 are refreshing a hash simultaneously and then job3 want to use the "hash" which got refreshed by job1 and Job2. So in this situation which values will be visible ( Rows refreshed from job1 ...
by iamrajy
Fri May 21, 2004 9:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sharing job
Replies: 3
Views: 1531

Sharing job

I am trying to share jobs in various sequences. Even thought the sequences are not running parallel, I am getting this error message. I am running sequence through "Job Control". SequenceNodeAttributeMap..JobControl (@OciNewAttributeValueInsert): Controller problem: Error calling DSRunJob(...
by iamrajy
Tue May 11, 2004 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Transformer problem
Replies: 6
Views: 2662

Thanks Craig and Ray, Row buffering feature was "on" at the project level. I turned that off and now the job is working fine. :-) But I have lot of jobs in the project which has row buffering "on" at Job level. So I am not sure that I should take row buffering feature off from th...
by iamrajy
Mon May 10, 2004 3:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Transformer problem
Replies: 6
Views: 2662

I tried without row buffering and still I am facing same issue. I tried at Job level. Is there a row buffering feature at Project level?
by iamrajy
Mon May 10, 2004 1:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Transformer problem
Replies: 6
Views: 2662

Multiple Transformer problem

I have a datastage job in which I have couple of trasformers in series. I have seen for some reason in O/P I am getting duplicate rows. In order to debug the problem I have put the O/P of each trasformer in Sequential file. In the O/P of first trasformer their is no duplicate but in the O/P of next ...
by iamrajy
Fri Apr 30, 2004 2:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file
Replies: 1
Views: 1160

Hash file

If multiple job are using same hash file at the same time. Does that can bring any problem?
by iamrajy
Fri Apr 30, 2004 12:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row getting rejected
Replies: 2
Views: 1273

Yeah I am specifing the right project name.
by iamrajy
Fri Apr 30, 2004 11:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row getting rejected
Replies: 2
Views: 1273

Row getting rejected

In one of the Job I am reading from database and then in the trasformer I have couple of Hash file join and eventually the data is going in database. We have script which call this job and other jobs. So when we run that script this job is rejecting some rows due to primary key voilation ( Loading t...
by iamrajy
Thu Apr 29, 2004 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator stage
Replies: 5
Views: 2162

Thanks Ray. I am using hash file and the process is working fine.
by iamrajy
Wed Apr 28, 2004 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator stage
Replies: 5
Views: 2162

Ray, I have only grouping on those 4 columns and they are the Primary key in table which I am trying to insert through SQL loader. Roy, I am using SQL loader to load the data in database but in the aggregator I load the column information from table defination. I have seen that the table defination ...
by iamrajy
Wed Apr 28, 2004 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicate and missing records
Replies: 5
Views: 2820

I am also encountering similar problem. My job is generating a sequential file which have duplicate values, so in order to avoid that I have put a aggregator stage and that aggregator stage is taking off duplicates and generating some additional duplicates by it's own.

Please advise.