Topic #1 : Add Filebound Export Plugin in 4.0.x
Applicable Ephesoft versions: 4.0.x
In the 4.0 release of Ephesoft, the FileBound Export Plugin was removed. In order to add it manually to the workflow, you will need to follow the instructions below.
Associated Download: dcma-filebound.zip
Instructions:
- Stop Ephesoft server
- Extract the dcma-filebound.zip content at a temporary location.
- Go to [Ephesoft_home]\Application\WEB-INF\classes\META-INF\* directory.
- Copy extracted directory dcma-filebound to META-INF folder.Structure of META-INF folder will be like:—META-INF—–|—–dcma-filebound—–
|— applicationContext.xml
|— dcma-filebound.properties
|— filebound-field-lookup.properties
|— init-testdata.sql
- Run below query in Ephesoft database :For MySQL :UPDATE plugin SET is_deleted=b’0′ WHERE plugin_name=’FILEBOUND_EXPORT’;
For MS SQL:
UPDATE plugin SET is_deleted=’0′ WHERE plugin_name=’FILEBOUND_EXPORT’;
- Start Ephesoft Service
File bound export plugin will be added to available plugins list.