Hello every one:
sometimes when I scan the pdf ,it well occur scan time out ,and in Document Definition export setting tab I use VBScript to export the document to pdf and XML files,the issue also occur,
show the error message :" script execution timeout"
how to solve this problem?
sometimes when I scan the pdf ,it well occur scan time out ,and in Document Definition export setting tab I use VBScript to export the document to pdf and XML files,the issue also occur,
show the error message :" script execution timeout"
how to solve this problem?
コメント
9件のコメント
By default, there is a script execution timeout for export of 30seconds. You might want to check why your export script is taking so long and fix that. Otherwise if it really does need a longer timeout, check out the help file under Appendix > Using Scripts in ABBYY FlexiCapture. It tells you how to change the timeout. Basically you need to modify the registry in HKEY_CURRENT_USERS\Software\ABBYY\FlexiCapture\11.0\Controller\ScriptSupport\DefaultScriptTimeout
A couple caveat is that this timeout setting is only for JScript and VBScript and it needs to but under the registry the user that is doing the export.
thanks for your help, I check the DefaultScriptTimeout value ,it set 500000 before,and I use VBScript ADODB.Stream to write the XML,I don't know which issue cause the problem,did the pdf exprot issue?As I export the XML file ,also export the document to PDF.
For FC distributed please make sure that DefaultScriptTimeout setting is enabled on each processing station which you use for export.
In case if you are trying to export PDF with a text layer, it may take a lot of time to OCR it and create a PDF. Please try to export PDF without text layer in order to understand is your issue connected to PDF save function or not.
sorry ,I 'm not clear what you mean ,how to check whether each processing station has enabled the DefaultScriptTimeout.and how to export the PDF without text layout.
If you are using some other credential, google how to get their SID. Otherwise just log into the account and edit the registry from there. When you login with the account, the registry is HKEY_CURRENT_USER.
サインインしてコメントを残してください。