rajbptl
8th March 2008, 11:50
Users could not able to print shippers or extract quiries as /users
directory is 100% full ,can any one suggest that is there any process to clean up the temp files in BSP or in oracle user for Baan /users/bsp or /users/orabda or any oracle account in that directory.
Help me out in this...

bdittmar
8th March 2008, 15:33
Users could not able to print shippers or extract quiries as /users
directory is 100% full ,can any one suggest that is there any process to clean up the temp files in BSP or in oracle user for Baan /users/bsp or /users/orabda or any oracle account in that directory.
Help me out in this...

Hello,

delete all files older than 14 days and files with size 0 in $BSE/tmp ore other directories via crontab every night.

Regards

Markus Schmitz
9th March 2008, 08:34
Funny in HP-Ux there is by default no /users directory, so I assume you are either talking about a different platform or the /home directory.

Anyway search for a utility called logrotate, which will do, what you need. Baan itself has some of the functionality you are looking for implemented in the printer daemon. But most customers do not use this and it is not very reliable to start with.

Regards
Markus

rajbptl
10th March 2008, 20:28
Your suggestion worked for me...Thanks a lot,
If i can get any document that contains the information on Baan administration on UNIX OS it will be very help full.

Hello,

delete all files older than 14 days and files with size 0 in $BSE/tmp ore other directories via crontab every night.

Regards