Search found 52 matches

by sivatallapaneni
Mon Jan 24, 2005 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX job failure ..
Replies: 7
Views: 2635

environment is pointing to 8i client same as in dev. I wish i could resolve this issue though, This is driving me crazy. We opened a ascentail ticket 5 days back and they couldnt figure out what is happening.

Siva.
by sivatallapaneni
Fri Jan 21, 2005 8:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to change a read-only routine?
Replies: 13
Views: 1797

Can you let us know how you solved the problem. I'm kind of having the same problem as you are facing.

Thanx,
Siva.
by sivatallapaneni
Fri Jan 21, 2005 8:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX job failure ..
Replies: 7
Views: 2635

Thanx for the reply... Yes, i can access the database using a native connection from command line in datastage server. Does any one know whether we need to have the oracle client ver installed for the database version we are trying to connect. apparently we are trying to connect to TST which is oral...
by sivatallapaneni
Thu Jan 20, 2005 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PWD Environment Variable warning
Replies: 12
Views: 6346

Go Datatstage admin and select your project and on General tab click the environment button and goto user defined category and create a ENV variable called PWD with the correct path of the project. this should be the path where Project is sitting.

cheers,
Siva.
by sivatallapaneni
Thu Jan 20, 2005 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX job failure ..
Replies: 7
Views: 2635

PX job failure ..

Did any one see this error at the run time. This is a simple PX job which has a OCI stage user defined query to fetch data and put into a sequential file. >##F TFCM 000011 09:19:10(000) <main_program> Requirements Failure: Null arg. job works fine in DEV(i mean when i connect to DEV database), when ...
by sivatallapaneni
Thu Oct 14, 2004 2:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control
Replies: 5
Views: 1394

Where ever i attach the job, before coming out I'm detaching the job from the jobhandle.

Thanx for your inputs though.
by sivatallapaneni
Thu Oct 14, 2004 10:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control
Replies: 5
Views: 1394

Here is the code, DEFFUN JobControlReset(JobList) Calling "DSU.JobControlReset" DEFFUN RunBatch(JobList, Params) Calling "DSU.RunBatch" DEFFUN RunRestartableJob(JobName,NumOfInsts) Calling "DSU.RunRestartableJob" DEFFUN PurgeFiles(DATASETPATH) Calling "DSU.PurgeFil...
by sivatallapaneni
Thu Oct 14, 2004 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control
Replies: 5
Views: 1394

Job Control

Hi All, I have a problem with jobcontrol logic that is not working as i thought it would. Have a batch job that calls say 4 jobs( job1,job2,job3,job4) Jobcontrol Looks like this Repeat: Run Job1 See if it processed any records If Yes Then Run Job2 Run Job3 Run Job4 Wait for a min then go to Repeat D...
by sivatallapaneni
Wed May 26, 2004 5:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal behaviour of Aggregator stage in a job
Replies: 2
Views: 687

Thank you for the reply. I believe you will witness this behavior if you do not specify key columns and a sort and sort order on the input tab of the aggregation stage That might be the case becuase i didnt specify any key fields in the input tab. Let me try that and get back to you in the morning. ...
by sivatallapaneni
Wed May 26, 2004 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal behaviour of Aggregator stage in a job
Replies: 2
Views: 687

Abnormal behaviour of Aggregator stage in a job

Hi all, The job has a oracle source and aggregator and target. aggregator stage is getting some 5million records which are ordered by the group fields. This is what happens, if the source has 5million it aggregates and writes to the target and writes this to log JOBNAME..STAGE_NAME: DSD.StageRun Act...
by sivatallapaneni
Thu May 06, 2004 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Did anybody face this before...
Replies: 2
Views: 1015

Thank you so much.
by sivatallapaneni
Wed May 05, 2004 12:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Did anybody face this before...
Replies: 2
Views: 1015

Did anybody face this before...

Did anybody face this before? DataStage Job 2004 Phantom 25658 Program "JOB.1064986963.DT.1327547383.TRANS1": Line 938, Improper data type. Attempting to Cleanup after ABORT raised in stage CopyOfCurrentWeeklyItemRptDlyLoad..Xfm_Weekly DataStage Phantom Aborting with @ABORT.CODE = 3 What d...
by sivatallapaneni
Thu Apr 29, 2004 2:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01438: value larger than specified precision
Replies: 1
Views: 1155

ORA-01438: value larger than specified precision

Hi Every one, The job aborts with the following warning ORA-01438: value larger than specified precision allows for this column . How to take care of this problem? I used the Trim function to remove every thing after decimal to debug but it doesnt work. any inputs will be greatly appreciated. Thanx.
by sivatallapaneni
Thu Apr 08, 2004 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Column Storage exceeded
Replies: 2
Views: 2479

Thanx ken, That is what it is. It was 1000 now i changed to 1. it works.

Thanks a lot,
Siva.
by sivatallapaneni
Thu Apr 08, 2004 2:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Column Storage exceeded
Replies: 2
Views: 2479

Error Column Storage exceeded

Hi, I'm using ODBC stage Pulling data from a oracle table. This is the error what i get. I never got this error before. is this becuase the column length is 255? internal column storage exceeded. LImit is 8192 items, reduce specified array size is there any thing i should do? in ODBC config or simet...