lhanson
12th July 2004, 17:45
Does anyone know if there's a way to define the name of the tmp files?

I mean, instead of getting files named tmp111112220201, set Baan to
generate files named 'tmp''userlogin''number', for example.

kbartelds
12th July 2004, 18:11
You can set BSE_TMP for each user in bw config file: -- -set BSE_TMP=/baan/bse/tmp/user, the same result, different approach.

Regards,
Klaas

NPRao
12th July 2004, 20:50
You have to do with your own code -


fname = "tmp" & logname$ & str(utc.num())

You an also use one of the random number generating functions.

Steve Johnson
12th July 2004, 21:56
No. tmpxxxxxx files are auto generated by many Baan processes. All you can do is locate them somewhere. Each tmp file will have its own owner, date/time stamp, etc.