Viplov
5th July 2007, 11:52
Hi

I am using Solaris where my baan application is running. Which is showing some error " Error for Command " : Write <10>". And not able to take any login. The complete error is :

2007-07-05[14:25:28]:E:sanjaya: Errno 0 bdb_errno 13535 (Cannot use nfs)
2007-07-05[14:25:28]:E:sanjaya: Log_mesg: Error 13535 (Cannot use nfs) on SELECT
2007-07-05[14:25:28]:E:sanjaya: ******* E N D of Error message *******

Kindly help


Viplov

Markus Schmitz
5th July 2007, 14:15
Hi Viplov,

this is one of the most funniest, because misleading error messages in Baan. It has absolutely nothing to do with NFS. If you deduct 1000 from the number you get the actual oracle error message and "oerr ORA 12535" will tell you the following:


12535, 00000, "TNS:operation timed out"
// *Cause: The requested connection could not be completed within the timeout
// period specified by the CONNECT_TIMEOUT parameter in listener.ora. This
// error arises from the tnslsnr.
// *Action: Either reconfigure CONNECT_TIMEOUT to be 0, which means
// wait indefinitely, or reconfigure CONNECT_TIMEOUT to be some higher
// value. Or, if the timeout is unacceptably long, turn on tracing
// for further information.


So in reality it seems to be some sqlnet related problem.

Regards

Markus

Viplov
6th July 2007, 06:51
Thanks Markus

I have gone through this message and did some neccessary changes, Now my problem is resolved.

Thanks a lot again


Viplov