Search found 100 matches

by shiva459
Mon Aug 18, 2003 12:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dropping and Recreating Table
Replies: 8
Views: 1691

Hi All
I did not get any answer to my original post.Suggestion of TRUNCATE is not valid since I am using DB2.I cannot set in environment variable since I have three more schemas in the DB.If there is no solution then I call it a DS bug.

Regards

Shiv
by shiva459
Fri Aug 15, 2003 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dropping and Recreating Table
Replies: 8
Views: 1691

Dropping and Recreating Table

Hi All I use DS 6.0 on AIX with DB2 as DB.I am using ODBC stages for all my jobs.For every load I need to clear the staging tables,so my update logic is "Clear the table and Insert rows".Since I process more than 6 million records I get into trouble with the logfiles and the job gets abort...
by shiva459
Tue Jul 29, 2003 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warnings--->No Limits
Replies: 3
Views: 1548

Warnings--->No Limits

Hi All I have a series of jobs executed through a sequencer.These are mix of parent and child table jobs.The logic for the parent table is INSERT/UPDATE and for the child table it is UPDATE EXISTING ROWS ONLY.Now the problem is,i select the records from WareHouse based on a time window.It happens th...
by shiva459
Fri Jul 11, 2003 10:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Error
Replies: 1
Views: 848

ODBC Error

Hi
I am getting the following error while importing a project,can anyone clarify this.
Line33330:Unknown property name 'STAGETYPE'
Object=V0S0
Class=CODBCSTAGE
Thanks in advance
Shiv

Shiv
by shiva459
Thu Jun 26, 2003 5:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 PLUGIN
Replies: 2
Views: 947

Hi
I use ODBC stages in all my jobs!
Regards
Shiva459

Shiv
by shiva459
Thu Jun 26, 2003 5:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 PLUGIN
Replies: 2
Views: 947

DB2 PLUGIN

Hi We have developed server jobs in a project using ODBC connection to DB2v8 database.But in our pre-prod we have configured DB2 CLI Plugin to access the DB2v8 database.Now i want to export the project to pre-prod.Will there be any implications on the import or the behaviour of the jobs?If any one h...
by shiva459
Thu Jun 19, 2003 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Problem
Replies: 4
Views: 2042

Hi Kim Thanks for your reply.I was trying to find the difference in months.If i get difference of 1.1 then it should go as 2 months into the ClaimAge.Basically i was trying to round to the next higher value.And the Mod was to check for Integer. But is it the routine giving problem or the lookup tabl...
by shiva459
Thu Jun 19, 2003 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Problem
Replies: 4
Views: 2042

Routine Problem

Hi I have a if statement which calculates the claim age for the products.I get the sale date from a lookup.Once i start the job,the monitor shows status as running,but doesn't process any rows.I guess it is problem with statement.I am posting the routine, can any one correct me? IF IsNull(SALE_DT) T...
by shiva459
Thu Jun 12, 2003 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Error
Replies: 1
Views: 1330

ODBC Error

Hi One of my job in the sequencer got aborted by giving the following error message.I guess it is a ODBC error.Can anyone please clarify me why the job got aborted.Any help would be greatly appreciated. Regards Shiva SQLSTATE=22005, DBMS.CODE=-99999 [DataStage][SQL Client][ODBC][IBM][CLI Driver] CLI...
by shiva459
Tue Jun 10, 2003 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading parameters dynamically
Replies: 3
Views: 1369

Hi Tony
You are absolutely right !.Thats the only mistake i was doing.Now the job is working fine.
Thanks a lot for your help.

Regards
Shiva

Shivakumar
by shiva459
Mon Jun 09, 2003 10:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading parameters dynamically
Replies: 3
Views: 1369

Reading parameters dynamically

Hi I've designed a sequencer which should read the parameters from os level file.What i did is wrote small pro which reads the values from OS file and assigns to all the jobs in sequencer.But some how it is not able to assign the parameters and taking the default parameters given in the individual j...
by shiva459
Sun Jun 08, 2003 11:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Round Decimal
Replies: 6
Views: 2526

Round Decimal

Hi
I want to use a function which rounds off the decimal value to next higher value.I mean anything greater than 1(say1.1) should be rounded to 2.Is there any inbuilt function or i have to write a function to acheive this.
Regards
Shiva

Shivakumar
by shiva459
Sat Jun 07, 2003 1:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update Problem
Replies: 5
Views: 2741

Hi
I am using ODBC stage to perform update
Regards
Shiva

Shivakumar
by shiva459
Fri Jun 06, 2003 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update Problem
Replies: 5
Views: 2741

Update Problem

Hi All I have two jobs to load a table.The first job loads the data from master to the target.The second job updates the data from child to the target.But when the second job finds no data to be updated it gets aborted with the error . [DataStage][SQL Client][ODBC][IBM][CLI Driver][DB2/6000] SQL0100...
by shiva459
Wed Jun 04, 2003 12:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter Marker
Replies: 5
Views: 3847

Hi I would like to add some more infi with the above error SQLSTATE=IM974, DBMS.CODE=0 [DataStage][SQL Client]Parameter marker text size exceeds allocated space SQLSTATE=22005, DBMS.CODE=-99999 [DataStage][SQL Client][ODBC][IBM][CLI Driver] CLI0112E Error in assignment. SQLSTATE=22005 SQLSTATE=58005...