Search found 452 matches

by vivekgadwal
Mon Jun 23, 2008 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File (Inner Join)
Replies: 5
Views: 1893

Re: Inner Join.

Just check to see if the lookup succeeded and constrain the job to only pass rows where that is true. Use the Link Variable NOTFOUND, and Not() it to check for 'found'. ... Sorry Chulett, I didnt understand ur concept. chulett is asking you to do, NOT(<linkname from Hashfile>.NOTFOUND) This <linkna...
by vivekgadwal
Fri Jun 20, 2008 1:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TimeStamp To Date Conversion
Replies: 4
Views: 2109

Re: TimStamp to Date

Can you provide some more info. please like what will be the Syntax? Extract everything before the first space from your timestamp using the FIELD() function and then compare. QuestExpert, You should be having DataStage installed. Go to HELP and search Field() function. It is pretty straight forwar...
by vivekgadwal
Fri Jun 20, 2008 12:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clean up resources in Director
Replies: 8
Views: 4563

Re: Clean up resources in Director

Clean up resources in Director not showing any of the process ID and Processes. I am not able to unlock the jobs being accessed by other users. What needs to be done to get back all the process ID. Try Search in dsxchange. There has been a lot of material posted! There are ways to get PIDs and stuf...
by vivekgadwal
Tue Jun 17, 2008 12:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join to Hash File
Replies: 9
Views: 3690

Re: Join to Hash File

chulett wrote:
nivas wrote:I need to join to a hash file like follows.
You can't. A hashed join is an equi-join, period.
My bad.
I was all the time thinking that the >= and <= are going to be put as a constraint. Craig is right. You cannot have any other join with a hash file other than an equi-join.
by vivekgadwal
Tue Jun 17, 2008 12:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob timeout issue
Replies: 5
Views: 5762

Re: Where can i find the Inactivity Timeout settings in 7.5.

Samit, Inactivity timeout settings ARE in Administrator general tab. The default is set to 86400 sec (I think). That is a full day! There is also a "Do Not Timeout" check box underneath the settings. Also, bear in mind that when the network connection is severed, this happens too. I encoun...
by vivekgadwal
Tue Jun 17, 2008 11:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join to Hash File
Replies: 9
Views: 3690

Re: Join to Hash File

Its not allowing me to put sourceFiled<= at join to hash file Key Column. After <= I should some thing which datastage allows I am not able to completely comprehend your question. This is how I am interpreting your job design: Hash File (Two key columns) | | V Source File ------------------------> ...
by vivekgadwal
Tue Jun 17, 2008 10:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join to Hash File
Replies: 9
Views: 3690

Re: Join to Hash File

I need to use one souce filed as lookup against hash file. My hash file has two key columns.I need to join hash file as follows. souce filed <=First key filed AND souce field>=second Key filed From reading your post, I am assuming that you need to put constraints, like Source field <= (less than eq...
by vivekgadwal
Tue Jun 17, 2008 10:11 am
Forum: General
Topic: Datastage Installation in laptop
Replies: 15
Views: 7181

arshi wrote: I given all the ways like computer name,localhost etc.
But it not working.
Why don't you try not Omitting Username/password. I mean, explicitly type your computer's login id and password (if any).
by vivekgadwal
Thu Jun 12, 2008 1:33 pm
Forum: General
Topic: job locks release
Replies: 3
Views: 2500

Log into the uvsh. Do a LIST.READU command. From here, you can go two ways, one way is to use DS.TOOLS [/b]. This has menu options, so it would not be difficult to navigate (make sure you make a note of the PID listed for your job in the LIST.READU command) Second way is to take the user number from...
by vivekgadwal
Tue Jun 10, 2008 1:33 pm
Forum: General
Topic: Will DBlink make it faster?
Replies: 6
Views: 4570

First off, understand that a while a dblink does allow you to 'join' tables in disparate instances, the data from the remote database still needs to be sucked over into the originating database, built there and then joined to your tables. So, while it can be a simple solution to the problem, it's n...
by vivekgadwal
Mon Jun 09, 2008 12:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge stage mapping error
Replies: 3
Views: 2344

Re: Merge stage mapping error

The output had identical columns, and I should have mapped A->A, B->B and C->C, but I accidentally mapped C->A, B->B, C->C. The actual column names were easily confused, and I was careless in not mapping them correctly. The consequences of this, however, were that the C column contained entirely nu...
by vivekgadwal
Mon Jun 09, 2008 12:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Server Vs Enterprise
Replies: 4
Views: 2925

Re: Datastage Server Vs Enterprise

Hi, Being new to the forum and the tool I would need help with the following: 1. What is the difference between Datastage Server and Enterprise and which should be used and when? 2. What versions and editions of Oracle will the datastage version 7.x compatible with? Any online resources would also ...
by vivekgadwal
Sun Jun 08, 2008 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: which oracle stage supports oracle 10g database in 7x?
Replies: 6
Views: 2648

The OCI stage in 7.5.1a (maybe 7.5?) is where official support for 10g arrived, from what I recall. Doesn't mean you couldn't access it in earlier versions, just that it wasn't "officially" supported. We accessed 10g via a 9i client without issue, for example. We use ORAOCI 9 stage (if th...
by vivekgadwal
Sun Jun 08, 2008 12:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: which oracle stage supports oracle 10g database in 7x?
Replies: 6
Views: 2648

The OCI stage in 7.5.1a (maybe 7.5?) is where official support for 10g arrived, from what I recall. Doesn't mean you couldn't access it in earlier versions, just that it wasn't "officially" supported. We accessed 10g via a 9i client without issue, for example. We use ORAOCI 9 stage (if th...
by vivekgadwal
Thu Jun 05, 2008 11:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Perfomance tuning advice?......
Replies: 7
Views: 2160

Sharad, 7 million rows is not a lot if each row is 10 bytes. If each row is 100Kb then that is a different matter. ArndW is right. Keep in mind, Hash files have a limit of 2.2GB (if I remember it correct) and if that limit is exceeded, then we have data flowing into the overflow bucket and performa...