Persistent nlserver_web_xxx cursor locking tables in adobe campaign classic v7
We are encountering a recurring issue in our Adobe Campaign environment involving a persistent database cursor process that appears to be related to nlserver_web_xxx. Specifically, we are observing entries such as:
Fetch 30 FROM cur2383
This cursor remains in an active state in the database and does not get released, even though there are no active campaigns or workflows running at the time. As a result, it is locking certain tables that are critical for our nightly data refresh processes.
- What is the purpose of this nlserver_web_xxx process and the associated cursor (e.g., cur2383)?
- Why does the cursor remain active and not get released automatically?