Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Do I need to explicitly close a LL_Session?
Sun_Livelink_Admin_(sunmic01admin_-_(deleted))
I am working on a Bulk Load application which will add hundreds of thousands of users to the LL database. When I test it, the program always died at some point, the error message said, "Exception in thread "main" com.opentext.api.LLIOExceptioin: Server did not accept open request."We are also having problems running SQL commands recently, complaining, "can not connect to database", it seems that we are running out of db connections. So I wonder if I need to explicitly close the LAPI session when the program is about to exit either normally or abnormaly.Any comments? Thanks in advance,yc
Find more posts tagged with
Comments
Robert_Aylsworth_(raylswor_(Delete)_2404642)
I believe you do need to disconnect the LL_Session,have you tried LL_SessionFree?