Server Tasks - Agent Manager Executive keep running while connecting relation database, and cannot stop/restart task

Schedule job never stop, although we setup Max LotusScript/Java execution time:90 in the server document.

When we use stop/restart task functioin, the Dominor server crashs.

We trid to add log, using print script in server, and found it always stop in the connection script.

[ADO case]

conn.open “Provider=OraOLEDB.Oracle;Data source= oradb;user id= user;password= pwd”

[ODBC case]

conn.ConnectTo( oradb, user , pwd)

There are many applications(nsf) in our server, and it happens radom. Once it happents, we have to restart server, and then it works normally. But few days later, it happens again.

If we don’t restart server, all the job in the same application also stop running.

It happens while connecting oralce db or sql db.

[How we write script to find]

Server printed “Try to connection”, and didn’t print “Connect successfully”, so we think it stop in the script “conn.open strConn”

Print "Try to connection"

conn.open strConn	

Print "Connect successfully"

It seems the task stops while connecting relation database. How can we handle the case, and how can we stop the task while it keep running except restarting the server in the case.