Search found 262 matches

by pavan_test
Thu Sep 24, 2009 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [oraUpsert.C:1852]
Replies: 2
Views: 1494

[oraUpsert.C:1852]

can anyone please suggest me what is this [oraUpsert.C:1852] error. I get this error message when etl job is inserting to oracle DB in version 8.1 the insert statement executes successfully in oracle (though 0 rows inserted) but etl job is aborting. Unable to insert a record into the table due to . ...
by pavan_test
Fri Sep 18, 2009 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage director
Replies: 1
Views: 1190

datastage director

After restarting data stage, the director is not writing any log. I can find the number of records processed from director monitor. can anyone please suggest me.

Thanks
Mark
by pavan_test
Tue Sep 15, 2009 1:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: heap size
Replies: 1
Views: 3055

heap size

Hi All, The datastage job is aborting due to; The current soft limit on the data segment (heap) size (1610612736) is less than the hard limit (9223372036854775807), consider increasing the heap size limit Current heap size: 5776720 bytes in 7198 blocks Fatal Error: Throwing exception: APT_BadAlloc: ...
by pavan_test
Sat Sep 12, 2009 8:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: /opt/IBM/InformationServer/Server/PXEngine/bin/osh
Replies: 4
Views: 3706

Re: number of processes

I believe these are the defunct processes which gets created while etl jobs are running and usually go away when the job completes. but i find around317 in 2715724 585894 0 21:04:38 - 0:00 /InformationServer/Server/PXEngine/bin/osh -APT_PMsectionLeaderFlag XXXX 10004 how do I kill them. i fine theis...
by pavan_test
Sat Sep 12, 2009 7:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: /opt/IBM/InformationServer/Server/PXEngine/bin/osh
Replies: 4
Views: 3706

number of processes

Thank You. there are 317 process running in this directory.
/PXEngine/bin/osh -APT_PMsectionLeaderFlag XXXX

if i kill the processes in /Server/PXEngine/bin/osh directory will it have any impact on how etl jobs run.

Thanks
Mark
by pavan_test
Sat Sep 12, 2009 7:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: /opt/IBM/InformationServer/Server/PXEngine/bin/osh
Replies: 4
Views: 3706

/opt/IBM/InformationServer/Server/PXEngine/bin/osh

Hi All, I am working on data stage 8.1 when I run this command ps -ef | grep bin/osh | wc -l i get around 317 can anyone please tell me what are these files and if i delete them does it improve the performance of etl. (jobs are taking atleast 5min to compile, not sure if both are related) 2637870 14...
by pavan_test
Tue Sep 08, 2009 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ulimit error
Replies: 5
Views: 3862

ulimit error

My data stage job (v8.1) is aborting with the following error message; Fatal Error: Need to be able to open at least 16 files; please check your ulimit setting for number of file descriptors Failure during execution of operator logic. I verified the ulimit (ulimit -a) and it has; nofiles(descriptors...
by pavan_test
Tue Sep 08, 2009 9:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup error
Replies: 8
Views: 3534

lookup error

I changed the default pool in my configuration file and all jobs competed successfully.

Thanks All.

Thanks
Mark
by pavan_test
Tue Sep 08, 2009 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup error
Replies: 8
Views: 3534

lookup error

[quote="Sainath.Srinivasan"]Add a default pool for all resources. Alternatively change all jobs which uses the pools to use your named ones. To include the available in default, append "" after each pool definition. ...[/quote] I can't change in each job since i have around 200 e...
by pavan_test
Tue Sep 08, 2009 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup error
Replies: 8
Views: 3534

lookup error

I executed df, it appears There is enough space in the directories; Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/fs18 33554432 20534560 39% 457 1% /opt/IBM/IIS/dstage0 /dev/fs19 33554432 11569544 66% 405 1% /opt/IBM/IIS/dstage1 /dev/fs20 50331648 49999784 1% 56 1% /opt/IBM/IIS/scrat...
by pavan_test
Tue Sep 08, 2009 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup error
Replies: 8
Views: 3534

lookup error

Actually now all the jobs are aborting (which ran successfully previously) with this error message; Error when inserting partitioner: No disk resources found in pool "". Disk resources in this pool are required to create a lookup table. this is what I see in my config file; { node "no...
by pavan_test
Mon Sep 07, 2009 8:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup error
Replies: 8
Views: 3534

lookup error

Hi All, My etl job sometimes aborts with this error; Error when inserting partitioner: No disk resources found in pool "". Disk resources in this pool are required to create a lookup table can anyone please suggest me what might be causing this error message and the job to abort. Thanks Mark
by pavan_test
Thu Sep 03, 2009 12:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: database not found
Replies: 1
Views: 1057

Re: database not found

when I compile the job it is giving me a message;

The Stagetype 'PxOracle' cannot be found in the repository.

Thanks
Mark
by pavan_test
Thu Sep 03, 2009 12:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: database not found
Replies: 1
Views: 1057

database not found

Hi All,

when I log in etl designer (v8.1) I am not able to find the database tab in the repository.

can anyone please tell me why this is happening.

Thanks
Mark
by pavan_test
Fri Aug 28, 2009 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data stage error sigint
Replies: 5
Views: 7984

data stage error sigint

There is no enough table space in DB after little research

Thanks for all the suggestions.