Temp problem with AIX

sviardot

sviardot

Reputable Poster
We are working with a AX Unix on the entreprise server.
All pdf temporary file's is created in tmp partition. But this directory is too small and the system break down where the temp file is too big.
when asking to the response line, the response was that thig bug is already known but couldn't give ay solution.
could someone help us ?
ERP E1 8.10 on AX 5.2
 
Serge,

That's not really a bug - it's your reports' size vs. insufficient /tmp space allocation.

It does need the space in /tmp and the obvious solution is to give it more space.

A few hundred MB should do it nicely...
 
Add this line to you ES JDE.INI:

[JDENET]
netTemporaryDir=/jde/b7333/tmp <-- Change to a location on disk that is good for you.

This will change the location of where it stores the temp acrobat files, etc...

Dan
 
and how do you do that in AIX.
My client says that you can't move the size of this folder.
 
You can also change it by setting the $TEMP environment variable
for the user that runs the OneWorld processes on the server.
 
Oh, yes, they can: just use the LVM to extend it.

IBM wouldn't sell a single system if the partitions couldn't be resized under AIX... Any OS can do it.

They will, of course, need some unallocatedd space on the physical disks to do that...
 
Back
Top