Search found 44 matches

by pkomalla
Wed Aug 06, 2008 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe Stage
Replies: 5
Views: 2753

Hi,

can anyone please let me know how to change the file dictionary in this case.

Thanks
by pkomalla
Tue Aug 05, 2008 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe Stage
Replies: 5
Views: 2753

Hi, Yes my input data has already contain a decimal place container, Can you please explain me how to make this change , i loaded some data into the Hashed file from a DB2UDB table . Hashed file is created in the project directory , Then i imported the metadata from the table definitions using the u...
by pkomalla
Mon Aug 04, 2008 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe Stage
Replies: 5
Views: 2753

Universe Stage

Hi all, I am trying to use a universe stage to do a range lookup , this is for small amount of data , what i did was i loaded the data into a hashed file and then i am accessing through a universe stage , i have a decimal value which is 11,4 in the hashed file ,but i changed it to numeric and the da...
by pkomalla
Thu May 24, 2007 3:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update Strategy
Replies: 11
Views: 5284

Ray, I got it woking , i am able to pick up the value in the query now the only thing is the terminator. job ran 4 times loaded 4 records in a sample file everything is fine but the sequencer aborted after the fourth run saying Error calling DSSetParam(delimiter), code=-4 [ParamValue/Limitvalue is n...
by pkomalla
Thu May 24, 2007 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update Strategy
Replies: 11
Views: 5284

Ray, Which of these should i use in the parameter for my query SELECT DISTINCT main.I_CURR FROM DLROB.SMRATRN main, (select i_curr, max(i_dlr_dim) i_dlr_dim from dlrob.smrdlrd group by i_curr having count (*) > 1 ) temp where main.i_curr = temp.i_curr and main.i_curr=#delimiter# in the source stage ...
by pkomalla
Thu May 24, 2007 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update Strategy
Replies: 11
Views: 5284

Hi I tried doing this with the datastage job and for one delaer it took about two minutes to update every record for that dealer .But when i tried it with around 1500 delaers job is in pending remote request stage in the database and its taking time , as the users are querying on the transaction tab...
by pkomalla
Sat May 19, 2007 9:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update Strategy
Replies: 11
Views: 5284

Sure i will and update you guys on monday

Thanks
by pkomalla
Sat May 19, 2007 5:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update Strategy
Replies: 11
Views: 5284

Yes Exactly i was asking the same thing if i can do the same thing because i have only 5000 distinct dealers i can extract all the distinct delaers from my fact table and also look uo with a file from dealer table with all the dealers and the max dealer dim for that dealer. Only thing i wanted to ch...
by pkomalla
Sat May 19, 2007 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update Strategy
Replies: 11
Views: 5284

Update Strategy

Hi Guys, I have a requirement to update one of the keys in the fact table.its a part of combo key in the table. Now this key is a dimension key and this dimension table used to have a slowly changing dimension till last year . now it was taken out due to the business requirements. the deal is to fix...
by pkomalla
Wed Nov 22, 2006 9:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: odbc connection
Replies: 1
Views: 1325

odbc connection

hi all, I am using a odbc stage to access oracle database in one of my job. It was working fine in production. Recently we added new jobs to the same project and tried to run the whole project for testing and found an error in accessing odbc stage. I checked the ODBC connections it is working fine. ...
by pkomalla
Wed Nov 22, 2006 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: odbc connection
Replies: 1
Views: 1383

odbc connection

hi all, I am using a odbc stage to access oracle database in one of my job. It was working fine in production. Recently we added new jobs to the same project and tried to run the whole project for testing and found an error in accessing odbc stage. I checked the ODBC connections it is working fine. ...
by pkomalla
Fri Nov 10, 2006 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: varchar conversion
Replies: 6
Views: 3623

Re: varchar conversion

If I mention 4000 through out the process, at remove duplicate sorting is using scratch space for 4000 which we cannot afford So we left the length as empty throught out the job. Just in the oci stage for load, we specify it as 4000 length varchar. Hi all, We are using a column as varchar without sp...
by pkomalla
Fri Nov 10, 2006 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: varchar conversion
Replies: 6
Views: 3623

Error which i get is as follows When checking operator: When binding output schema variable "outrec": When binding output interface field "LOOKUP_STRING" to field "LOOKUP_STRING": Implicit conversion from source type "string" to result type "string[max=40...
by pkomalla
Thu Nov 09, 2006 6:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: varchar conversion
Replies: 6
Views: 3623

Length in target table is 4000

narasimha wrote:What is the length of this column specified in your target oracle table?
by pkomalla
Thu Nov 09, 2006 6:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: varchar conversion
Replies: 6
Views: 3623

varchar conversion

Hi all, We are using a column as varchar without specifying any length. But while loading in the oracle table we specify as 4000 length in oci stage. Records with length more than 110 are going to reject link with a warning in log which specify a future chance of truncation. I tried using modify sta...