I have created script Stage in my workflow in a Batch Type for a project. I'm planning on using this stage to write field index data for the document to a database table. I am new to scripting. I have created a "Document Processing" script. There are 2 arguments to this script; IDocument and IProcessingCallback.
The IProcessingCallback argument has methods that write to a log; ReportError, ReportMessage, ReportWarning. The documentation indicates these methods write "to the log".
Simple question - what log? Where is this writing to?
Flexicapture 11.0.3.1770
The IProcessingCallback argument has methods that write to a log; ReportError, ReportMessage, ReportWarning. The documentation indicates these methods write "to the log".
Simple question - what log? Where is this writing to?
Flexicapture 11.0.3.1770
コメント
2件のコメント
Messages&warnings&errors that were sent to log can be accessed from Processing Server Monitor->*Station_Name*->Tasks. There you will see "Custom stage (*Stage_Name*) tasks" right click and select "View log".
Additionally warnings and errors are being displayed in the Event log of Administration and Monitoring console(simple Messages are NOT).
Please keep in mind you need to use "Upload project to server" option from "File" dropdown list in FlexiCapture for workflow to take effect.
Regards,
Vladislav
サインインしてコメントを残してください。