mpchheda
7th January 2009, 07:42
This is a recuuring error coming while doing any report or any procedure in Baan. I think this would be a space problem in our C drive, as it is running very low. The total free sapce available is around 1gb only in C drive where Baan application is installed.
The baan db is in D drive and it have around 15gb free space.
Is my thinking correct or anybody have experience this kind of error earlier?
Any suggestion to get rid of this error as now this is comming very frequently. And at present we are getting rid of this error by server restart and deleting temp files, purging device queue etc.
Regards,
Manish
Attached error screen dump
bdittmar
7th January 2009, 13:10
This is a recuuring error coming while doing any report or any procedure in Baan. I think this would be a space problem in our C drive, as it is running very low. The total free sapce available is around 1gb only in C drive where Baan application is installed.
The baan db is in D drive and it have around 15gb free space.
Is my thinking correct or anybody have experience this kind of error earlier?
Any suggestion to get rid of this error as now this is comming very frequently. And at present we are getting rid of this error by server restart and deleting temp files, purging device queue etc.
Regards,
Manish
Attached error screen dump
Hello,
probably you C-Drive is running out of space because of sort and tempfiles.
Redirect your sorts and temp's to d:
BSE_TMP = xxxxxxxxxx
BSE_SORT = xxxxxxxxxx
Regards
mpchheda
8th January 2009, 05:55
Is there any particular way to do that?
Regards,
Manish
mpchheda
8th January 2009, 06:02
What do you mean by BSE_SORT. As i could not find any such directory or file with such name.
Regards,
Manish
bdittmar
8th January 2009, 10:18
What do you mean by BSE_SORT. As i could not find any such directory or file with such name.
Regards,
Manish
BSE_SORT is a BaaN environment variable.
It holds the path where the sorts are done.
Regards
mpchheda
23rd January 2009, 06:20
I dint understand.
I mean i could not see any such directory in my Baan Application.
You said
Redirect your sorts and temp's to d:
BSE_TMP = xxxxxxxxxx
BSE_SORT = xxxxxxxxxx
Can you elaborate it further.
BR
bdittmar
23rd January 2009, 11:24
I dint understand.
I mean i could not see any such directory in my Baan Application.
You said
Redirect your sorts and temp's to d:
BSE_TMP = xxxxxxxxxx
BSE_SORT = xxxxxxxxxx
Can you elaborate it further.
BR
Hello,
basicly BaaN handels the tmp-Files and sort-Files in $BSE/tmp.
If your space in c:....$BSE left, you are able to redirect the tmp and sort files to any other diskspace (where's enough space) handled by BSE_TMP and BSE_SORT
e.G. BSE_TMP = f:\baan_tmps
Regards