pdfcreator hangs up
Author: mps59@orange.fr (mpservices)
Hello
I'm using the pdfcreator com using the signature CLSPDFCREATOR
start job,wait,stop job
wait code below: (standard one)
============================================================== vt_start = $clock repeat activate "CLSPDFCREATOR".get_ccountofprintjobs(vn_count) if ($status < 0) call pdf_error("get_ccountofprintjobs = <%%$status%%%>", $procerrorcontext) exit -3 endif until (vn_count > 0) repeat activate "CLSPDFCREATOR".get_ccountofprintjobs(vn_count) if ($status < 0) call pdf_error("get_ccountofprintjobs = <%%$status%%%>", $procerrorcontext) exit -3 endif until (vn_count = 0) exit 0 ===================================================
Sometimes the process "wait" hangs ( and the pdfcreator monitor is displayed in the taskbar, ) so the first loop runs forever
once I've got this problem, even after killing the pdfcreator process, running any pdfcreator generation has the same effect, need to close the user session to make it work again
Any ideas?
Best regards
Dominique