Announcements
Hi.
I have been trying to make a customization on requisitions, I tried to call an sql instruction (delete) within on_insert method, but, it throws me a system message 10065: "Application RQ11000 has exceeded the limit of 50 cursors. Please decrease the number of cursors in use by this application.".
I'm using c3 as cursor and I do not know why this is happening.
*This post is locked for comments
Thank you David:)
Thanks Perumalsamy R
It seems to work good.
Regards.
Hello David,
It seems like you have missed to free/deallocate the cursors using SqlFree API function in your code. Normally Dynamics SL allows only 50 open/allocated cursors. System will throw this error when cursor allocation has exceeded the limit of 50 cursor. you should deallocate the cursor c3 from your code.
Hope this helps.
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156