Product(s): | Exor Document Manager | ||
Version(s): | 04.05.00.00 | ||
Environment: | N/A | ||
Area: | Document Association | ||
Subarea: | N/A |
Exor Document Manager: Java error “An error has occurred – please check Java Console for details [ORA-0000: normal, successful completion]” appears when trying to attach or open files in the Document Association form (DOC0120) .
There can be a few different reasons for this error message.
Working directory not set / configured. Please set the WORKFOLDER option either in User Options for a single user or Product Options for all users. This directory must exist on the user's PC and the user should have full permissions on it.
If in Java console log there is a WUT-131 error message as in screenshot below then the directory (that was set in WORKFOLDER ) doesn’t exist on user OS. You need to create this directory or change WORKFOLDER to reference a different directory.
If Java console log contains WUT-105 error message as in screenshot below then OS user doesn’t have Write permission on the directory (that was set in WORKFOLDER ).
User doesn’t have full permissions to work with that file (error wut-129 may be shown in the Java console). To fix this copy the file to local drive on the user's PC and try attaching file from there.
In file webutil.cfg on the application server, the following configuration might block file transfer. The file location is similar to:
D:\bentley\middleware\instance\fmfr\config\FormsComponent\forms\server\webutil.cfg
value:
transfer.appsrv.accesscontrol=TRUE
should be changed to:
transfer.appsrv.accesscontrol=FALSE
Original Author: | NT |