Applies to: 2020.1 and above.
Issue
Email import stops picking up emails for processing when XLSX/XLS files are sent as attachments.
Root Cause
This issue occurs when XLSX or XLS files contain a column count that exceeds 1,024.
Solution
To resolve this issue, follow the steps below.
- Open Task Manager and kill the batch process that is stuck.
- End Ephesoft Transact in Task Manager.
- Navigate to [Ephesoft_Directory]\Application\WEB-INF\classes\META-INF\dcma-open-office.
- Open the open-office.properties file.
- Locate the following property:
openoffice.startCommandForWindows=cmd /c soffice.exe -invisible -accept=socket,host=localhost,port=8100;urp;
- Change the property to:
openoffice.startCommandForWindows=cmd /c soffice.exe --headless -accept=socket,host=localhost,port=8100;urp;
- Restart Ephesoft Transact.
The post KB00023275: Email Import Stops Working While Processing XLSX/XLS File As Attachment appeared first on Ephesoft Docs.