Unable to create status directory. Statements will not be e-mailed.
Problem:
An error stating, “Unable to create status directory. Statements will not be e-mailed.” appears when attempting to email a collection letter.
Solution:
The issue is almost always caused by the user not having access to the specified file path in the Dex.ini (EmailStmtStatusPath=C:\Test\). You can confirm by changing it to a location to which the local user has access to confirm it works. Just make sure the user has read, write, and modify permission.
- Open the Dex.ini file.
- The file can be found in the Data folder within the GP code folder, commonly found at the following path.
- C:\Program Files (x86)\Microsoft Dynamics\GP\Data
- Confirm the following line exists with a valid path to which users of the GP installation have access.
- EmailStmtStatusPath=C:\Test\
- If the line doesn’t exist, create it.
- If the line does exist, one can test changing it to a known path to which the user has access to confirm whether the security is the issue.
- Note: If the affected user cannot access the path, the folder permissions will need to be updated.
- Navigate to the specified path and confirm the user has read, write, and modify permissions.
- Right-click the folder and click Properties.
- Click the Security tab.
- Locate the user or user group associated with the user encountering the issue.
- Add the needed and missing permissions to Read, Write, and Modify.
- Click OK.
- Confirm whether the issue still occurs for the affected user.
- The file can be found in the Data folder within the GP code folder, commonly found at the following path.
Additional Comments:
The path not existing in the Dex.ini file can also cause a message to appear stating, “The specified path for the output file doesn't exist.” The same solution can be used to resolve both issues.
CATEGORIES:
TAGS: