Start of Content Area

-10810: Session already in use  Locate the document in its SAP Library structure

Explanation:

An SQL statement is already being executed in this thread for this database session.

User Response:

Avoid calling SQLDBC methods from signal handlers, unless you are certain that no SQL statements will be executed in the application program when the signal is triggered.

 

End of Content Area