Error While Running dsenv utility

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
sudeepmantri
Participant
Posts: 54
Joined: Wed Oct 25, 2006 11:07 pm
Location: Hyderabad

Error While Running dsenv utility

Post by sudeepmantri »

Dear All,

When I am trying to run dsenv from command prompt am getting the following error.

ulimit: 0403-045 The specified value is outside the user's allowable range.

Can anyone help me in solving this issue.

TIA,
Sudeep
miwinter
Participant
Posts: 396
Joined: Thu Jun 22, 2006 7:00 am
Location: England, UK

Post by miwinter »

When logged in as the user you are trying to run dsenv with, can you run the below command and paste the output please?

ulimit -a

This will show the restrictions on resources for that user, in filesize, memory, core dump, number of open files etc
Mark Winter
<i>Nothing appeases a troubled mind more than <b>good</b> music</i>
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That and show us the "ulimit" command you've got in your dsenv file.
-craig

"You can never have too many knives" -- Logan Nine Fingers
sudeepmantri
Participant
Posts: 54
Joined: Wed Oct 25, 2006 11:07 pm
Location: Hyderabad

Post by sudeepmantri »

Hi All,

PFB the information asked for

ULIMIT command in the dsenv file
ulimit -d unlimited
ulimit -m unlimited
ulimit -s unlimited
ulimit -f unlimited
ulimit -n 1024

Output of ULIMT -a command

time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 4194304
memory(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) 1024
sudeepmantri
Participant
Posts: 54
Joined: Wed Oct 25, 2006 11:07 pm
Location: Hyderabad

Post by sudeepmantri »

Dear All,

Any resolution to this thread???

TIA,
Sudeep
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

Post by nagarjuna »

I dont think its a message related to datastage ...I think it has something to do with OS ..we are using AIX .we also receive that one ...but we are not facing any problem withit
Nag
sjfearnside
Premium Member
Premium Member
Posts: 278
Joined: Wed Oct 03, 2007 8:45 am

Post by sjfearnside »

A google of the error message came up with many hits. You might find this one helpful:

http://www-1.ibm.com/support/docview.ws ... wg21157443
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Now put ExecSH into a before-job subroutine and execute ulimit -a from within a running job. See whether you get different results.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
suryapkakani
Participant
Posts: 47
Joined: Wed Aug 20, 2008 7:31 am
Location: New jersey

Post by suryapkakani »

Can you tell me how did you resolve this....
sunny
Post Reply