Hello,
I have a mysterious problem, and I'd really welcome any informations on it.
Let's start :
- product : IBM Informix CISAM 7.26 UC2
- OS : linux RHEL5
- kernel : 2.6.18-8.el5
- machine : one machine (A) is x86_64 x86_64 x86_64 GNU/Linux, one machine (B) is i686 i686 i386 GNU/Linux (with uname command)
The same application is installed on the two machines.
The application opens the files in ISINOUT+ISMANULOCK mode.
The application doesn't use any lock function (so, as the CISAM manual say, no lock is used).
When I try to use the application on A, I got some "107" errors.
When I try to use the application on B, everything's ok.
107 CISAM error code is : "the record or file requested by this call cannot be accessed because another user has locked it."
The application is run in root (I know that's evil, but I have to adapt to 10 years of History before me).
When the error occurs, there's only one process wich is trying to modify the file.
I tried to bcheck -s all the bases. Still the 107 error.
So... any idea to solve the mystery ?
Thanks a lot in advance