Search found 196 matches

by sumitgulati
Fri Jan 16, 2004 1:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cyclic or linear dependency error
Replies: 14
Views: 7438

Hi Raju,

If I remove the link from hash file 'H' to transformer 'T1' the job is working fine. But with the that it is giving the same error during compilation itself.

Regards,
Sumit
by sumitgulati
Fri Jan 16, 2004 1:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cyclic or linear dependency error
Replies: 14
Views: 7438

cyclic or linear dependency error

Hi All, I have a Server Job that uses a shared container 'X'. Now from a transformer 'T' I pass one column to the container and the remaining columns to a transformer 'T1'. The output of the container 'X' populates a hash file 'H'. This hash file 'H' is used as a look up in transformer 'T1'. This se...
by sumitgulati
Thu Jan 15, 2004 6:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reference link from a shared container
Replies: 5
Views: 1669

Thanks Vincent,

I will try to work on the options you gave.

Regards,
Sumit
by sumitgulati
Thu Jan 15, 2004 5:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reference link from a shared container
Replies: 5
Views: 1669

Hi Vincent, The shared container is being used in colse to 50 different server Jobs having diffirent number and type of columns. Because of this its not possible to pass all the columns through the container. Is there any way in which I can pass all the columns through the container. That would defi...
by sumitgulati
Thu Jan 15, 2004 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reference link from a shared container
Replies: 5
Views: 1669

reference link from a shared container

Hi, I have a shared container say 'X' which I am using in my server job. In the server job I am passing few columns to the shared container 'X' and the remaining columns to a transformer 'T'. I want the output from container 'X' and transformer 'T' to be joined using another transformer say 'T1' and...
by sumitgulati
Wed Dec 17, 2003 7:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "Getting user admin role"
Replies: 4
Views: 1382

"Getting user admin role"

Hi All,

While using my DataStage client I am getting the following message at times:

"Getting user admin role"

Does any one have any what does this indicate.

My client is in Win2k.

Thanks in advance
Sumit
by sumitgulati
Tue Dec 16, 2003 11:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Program "DSD.UVClose"
Replies: 4
Views: 1150

Hi kcbland,

Thanks a lot. It was actually NULL value population in Hash file error only. Initially I did not notice the Hash File Load happening in the job.

Thanks a lot. Its resolved now.

Regards,
Sumit
by sumitgulati
Tue Dec 16, 2003 10:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Program "DSD.UVClose"
Replies: 4
Views: 1150

Hi kcbland,

Thanks for the reply. I have a hash file in the Job used as a lookup. Nowhere in the Job we are populating any hash file. Do you see any other reason for such a warning message.

Thanks,
Sumit
by sumitgulati
Tue Dec 16, 2003 10:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Program "DSD.UVClose"
Replies: 4
Views: 1150

Program "DSD.UVClose"

Hi All, One of my DataStage Jobs is giving the following warning message: DataStage Job 9 Phantom 2652 Program "DSD.UVClose": Line 56, Attempted WRITE with NULL record ID DataStage Phantom Finished I am not able to figure out what exactly it means. Kindly let me know the solution. Thanks S...
by sumitgulati
Fri Nov 07, 2003 5:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating a DataStage Job using a high level programming Lang
Replies: 9
Views: 2138

Such an API was developed in an earlier release of DataStage, but was withdrawn (about release 4.2 or 5.0). It is no longer possible. Why do you want to do this? What's wrong with the DataStage Designer? How did you propose to manage the metadata? Because of some peculiar requirement I wanted this ...
by sumitgulati
Fri Nov 07, 2003 3:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating a DataStage Job using a high level programming Lang
Replies: 9
Views: 2138

Creating a DataStage Job using a high level programming Lang

Hi All,

I want to create a DataStage Job (say a simple one to one mapping OR a Batch Job) using a Programming Language (say C++).

Is it possible? If yes then kindly guide me?

Regards,
Sumit
by sumitgulati
Fri Aug 22, 2003 1:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compatibility across version and platform
Replies: 2
Views: 1080

Compatibility across version and platform

Hi,

I wanted to know if I export a Job from DataStage 4.2 running on Win NT and import it into DataStage 6.1 running on Unix, will it work.

Regards,
Sumit
by sumitgulati
Wed Feb 19, 2003 1:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Tunning
Replies: 7
Views: 3012

It depends upon the transformation you are applying and also on the Update strategy used. If it is a plain Insert (without any update in any stage) then I guess the only option is fiddling with Array Size and Transaction size. If in any Stage in the Job you are also Updating the existing Rows in the...
by sumitgulati
Tue Feb 18, 2003 5:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restricting stages
Replies: 13
Views: 2568

Thanks McBurney. It worked.

Sumit
by sumitgulati
Tue Feb 18, 2003 12:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling a Sequencer Job
Replies: 3
Views: 1076

Calling a Sequencer Job

We have three Sequencer jobs that call several other Jobs. One of the Sequencer is the main Job from where we need to call the remaining two Sequencer Jobs. We couldn't find any Stage in DataStage that can be used to call another Sequencer Job.
Can anyone tell me how to do this?

Sumit