ADAudit Plus is configured to send scheduled reports in XLSX format.
A valid email recipient is configured for the report.
The receiving system has Microsoft Excel installed.
In the serverout.txt log file, you may see:
Error: The specified file path not found
This helps confirm the issue is due to inaccessible or un-writable temp paths.
Grant Full Control to the ADAudit Plus service account.
Restart the ManageEngine ADAudit Plus service.
If you prefer not to modify C:\Windows\Temp permissions, proceed to option 2.
Locate and open wrapper.conf (create a backup of the wrapper file first).
Search for the -Djava.io.tmpdir property.
If found:
Change the value to use a custom directory:
-Djava.io.tmpdir=../temp
This creates a temp folder inside the installation directory.
If not found:
Add the line manually under the # Java Additional Parameters section:
wrapper.java.additional.26=-Djava.io.tmpdir=../temp
Ensure the number 26 follows sequentially after the last parameter in the file.
Right-click it and select Restart.
Once restarted, scheduled reports should generate correctly and open without Excel file format errors.