Search found 75 matches

by babbu9
Thu Feb 24, 2005 12:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds job run errors
Replies: 6
Views: 2081

Thank you.
by babbu9
Thu Feb 24, 2005 12:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multiple inputs to flat file.
Replies: 6
Views: 2007

Thank you for the info.
by babbu9
Wed Feb 23, 2005 1:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds job run errors
Replies: 6
Views: 2081

Thank you for the reply, I did not mention it in my post but I did assign the parameter with the values as you mentioned, but still the problem seems to persist. Are there any other things that could have stopped the shell script? Parameters are fed as: -param JOBPARAMETERNAME=value You aren't speci...
by babbu9
Wed Feb 23, 2005 12:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds job run errors
Replies: 6
Views: 2081

ds job run errors

Hi I am working with running datastage job using the shell script on sun system. Eventhough I pass all the required parameters, datastage gives the following error mesaage. Can someone decipher this and inform me. Thanks Bob Invalid arguments: dsjob -run [-mode <NORMAL | RESET | VALIDATE>] [-param <...
by babbu9
Tue Feb 22, 2005 11:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multiple inputs to flat file.
Replies: 6
Views: 2007

how to concatenate flat files

HI
How would you concatenate flat files in datastage.
by babbu9
Tue Feb 22, 2005 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multiple inputs to flat file.
Replies: 6
Views: 2007

multiple inputs to flat file.

Hi I am trying to capture the rejects of all of my jobs into a flat file.I overwrite the existing file in the first job feeding my flat file and thereafter append records to the flat file from all the other jobs in the sequence. I would like to know whether this aproach would work. If not what other...
by babbu9
Sun Feb 13, 2005 2:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data source empty
Replies: 9
Views: 4117

Thank you, I will look into it.
by babbu9
Sat Feb 12, 2005 8:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data source empty
Replies: 9
Views: 4117

Hi
Thank you for the reply for my post. I have tried to figure out the connection string problem but could not troubleshoot it.

View data works fine with all other tables except for 2. Do you have any suggestions to correct the problem.

Please inform.
by babbu9
Sat Feb 12, 2005 7:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data source empty
Replies: 9
Views: 4117

How do I change the connect string of datastage

Thank You for the reply. How do I change the connect string of datastage so that it can pick the data as toad does. Views/tables, doesn't make a difference. If the same query in Toad returns data, you need to verify the connection string. Make sure you're hitting the right instance, because your Toa...
by babbu9
Sat Feb 12, 2005 5:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data source empty
Replies: 9
Views: 4117

Re: Data source empty

I have noticed that the AR_MEMO_LINES_VL is a view and not a table. Cant we obtain data from views. Hi I have a simple problem. I am trying to load memo_line_id from a oracle table into a hash file. The following is the user defined sql in oracle stage. SELECT Attribute1, MEMO_LINE_ID FROM Apps.AR_M...
by babbu9
Sat Feb 12, 2005 5:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data source empty
Replies: 9
Views: 4117

Data source empty

Hi I have a simple problem. I am trying to load memo_line_id from a oracle table into a hash file. The following is the user defined sql in oracle stage. SELECT Attribute1, MEMO_LINE_ID FROM Apps.AR_MEMO_LINES_VL Attribute1 is the key in hash file. The view data on the stage gives data source is emp...
by babbu9
Thu Feb 10, 2005 9:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash files and equijoin
Replies: 3
Views: 1142

More Info

Thank you for the promt reply.Can you eloborate the statement "The metadata used to write a hash file has to be the metadata used to reference the hash". Do the datatypes have to exactly the same including the lengths. In my case the datatype to create hash file is a char for the 3 cols an...
by babbu9
Thu Feb 10, 2005 8:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash files and equijoin
Replies: 3
Views: 1142

Hash files and equijoin

Hi I am retrieving 3 columns into a hash file and would like to do a equijoin with 3 columns coming from a flat file in the transformer stage. 1.I would like to know what happens if I define all three columns as keys in the hash file. How is this interpreted by Datastage. Is it that each column is p...
by babbu9
Tue Feb 08, 2005 10:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Key value for hash file
Replies: 3
Views: 1680

Thank you for the information
by babbu9
Tue Feb 08, 2005 11:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Key value for hash file
Replies: 3
Views: 1680

Key value for hash file

Hi I have 2 questions for everyone. 1. I am trying to do a join on data coming from a oracle table with another oracle table using the hash file and transformer stages. The key column in hash file, is it like the primary key in database or is it used just to do a join with other columns from a diffe...