ecarceller
6th April 2006, 20:21
Error "Cannot create tmp file" in log.bshell
HPUX11.11
Informix9.40fc7
Pset6.1c.07.09
BaanIVc3

This is being generated by a background session used to interface Connectware (bar coding) and baan. But regardless of that, have you ever seen this error?

The file is already there. File timestamp is 10:39 and the error's is 10:40:44. Owner and permissions are ok.

Anyone knows how Baan generates tmp file names?

günther
7th April 2006, 09:02
Baan tools are written in C (I suppose). Therefore you should have a look for the function tempnam() to see known limits/problems. I remember that on our system rprt_open() became very slow, because $BSE/tmp had *lots* of files.

Günther