Search found 12 matches

by gotosarath
Wed Jan 25, 2006 11:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Design issue: Dimesnion Key that changes.
Replies: 3
Views: 1641

Design issue: Dimesnion Key that changes.

Hi all, I have a dimension for which key column can change. I have SSN (Social Security Number) and employee_num that are key columns in employee dimension. We have found that we ended up getting duplicate records for same employee when ever there is change in either of columns. Why change in SSN? D...
by gotosarath
Wed Jun 22, 2005 6:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UnStable DataStage Server 7.5
Replies: 2
Views: 1448

UnStable DataStage Server 7.5

Hi, We migrated from DataStage Version 5.2 to Version 7.5. Transition was smooth and we had no issues for first 3 weeks. After that we have explored Restartability option and have made changes to jobs to take advantage of it.. We had a sequence which calls other server jobs and sends a email notific...
by gotosarath
Sat Jan 29, 2005 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Select & Update in same job
Replies: 3
Views: 1662

Try using Isolation level of 'Auto-Commit' in Transaction handling tab while updation. This can be of help

Thanks,
Sarath
by gotosarath
Mon Dec 27, 2004 6:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Partitoned Table in server jobs
Replies: 4
Views: 2242

Partitoned Table in server jobs

Hi, We have used partitioned tables. Our partitions are based on time (yearly partitions to be more precise). We have used multiple instance jobs for loading each of the partition in parallel. One advantage we got is we have to code only one job (in a generic manner) to load all partions by coding t...
by gotosarath
Fri Dec 24, 2004 9:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 96 Phantom 5996
Replies: 6
Views: 3959

DataStage Job 96 Phantom 5996

What Ray said is right. This error occurs if I use a code like

Case Arg1 = 1
Then Ans = 'abc'
Case Arg2 = 2
Then Ans = 'xyz'
In the baove code I havent handled a condition where Arg1 is neither 1 nor 2. This is a simple code.

Thanks,
Sarath
by gotosarath
Fri Dec 17, 2004 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with upgrade V5.2 to V7.5
Replies: 2
Views: 2248

Another issue I observed

Hi, We are taking up upgrade from 5.2 to 7.5. One issue I observed is in the foolowing query Select col1, col2, col3 From tab1 Where -- col3 = 'a' and col4 = 'b' Here '-- 'is used to comment the line in SQL Server The above query was working perfect with 5.2 but not in 7.5. The reason possibly becau...
by gotosarath
Thu Dec 09, 2004 9:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file problem in Upgrade version 5.2 to 7.5
Replies: 1
Views: 1463

Hi,

The problem is sequential file is generated by some other team and sent to us. And we have no control over the format of the file.

Pls suggest me a solution.

Thanks,
Sarath
by gotosarath
Wed Dec 08, 2004 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrading from version 5.2 to 7.5
Replies: 1
Views: 933

Upgrading from version 5.2 to 7.5

Hi,

We are upgrading from version 5.2 to 7.5.

What are the significant diff between these two versions? What are the points to be taken into consideration while porting the jobs coded for 5.2 to the newer version?

Thanks & regards,
Sarath
by gotosarath
Mon Dec 06, 2004 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting a preidentified set of records from database
Replies: 3
Views: 1654

Thanks a lot for the reply. I will try that.
by gotosarath
Mon Dec 06, 2004 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling a Job Sequence from a Server Batch
Replies: 2
Views: 1415

Calling a Job Sequence from a Server Batch

Hi , I am trying to call a Job Sequence (the one with GUI) from a Server Batch (a job in which we code everything in Job Control). It is returning a null handler. Also the Sequence I wanted to call is not listed the list of jobs displayed in the drop down. From this I was able to understand that we ...
by gotosarath
Sun Dec 05, 2004 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting a preidentified set of records from database
Replies: 3
Views: 1654

Deleting a preidentified set of records from database

Hi, I am new to Ascential Data Stage. I have a task to accomplish through DataStage job. Delete from mytab Where mycol = #Param# Right now I am accomplishing it by using a dummy select from an ODBC stage and passing that through a Transformer and then using Final ODBC to delete what I wanted. But I ...
by gotosarath
Sat Nov 27, 2004 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom error
Replies: 6
Views: 3572

Re: Phantom error

Am afraid I am replying little late. What exactly is the warning message that is getting repeatedly printed? From that message at times we will be able to make some sense of the problme. One frequent reason for this kind of error is due to problem in a Routine that is being called (can be due to com...