Unsolved
This post is more than 5 years old
1 Rookie
•
11 Posts
0
2853
November 24th, 2009 09:00
Occasional error: FPPool is still in use
Hi there. I am new to Centera API development and have inherited quite a bit of code that uses it. There is one particular exe that runs on-demand, loops through several records, creates a PDF, and calls a method to save the PDF to Centera. Occasionally, this exe will log an error "FPPool is still in use", although, often this error occurs even when all the PDFs have saved to Centera successfully. I do have access to the source code using the API, but I do not have access to the stack trace of where this error is coming from. I have not been able to find any mention of this error elsewhere, and was hoping someone here could give some advice as to what might be causing this error?
TIA
-VG
gstuartemc
2 Intern
•
417 Posts
0
November 25th, 2009 02:00
That error indicates that you have an SDK reource in use for the Pool. Before closing a Pool, all Clips that you opened must be closed. Similarly, before closing a Clip all Tag objects must be closed.
vgmni
1 Rookie
•
11 Posts
0
November 25th, 2009 04:00