Hi There,
Are you sure about the file name? Its fileAccessControl.cnf which is present under \WmPublic\config. If you make any changes to this file WmPublic package should be reloaded
More details:
Single asterisk (*) wildcard can be used to denote single directory names.
Double asterisks (**) can be used to denote multiple files and subfolders in a folder.
For example, the following entry will allow the services in pub.file folder to write to all the .log files in the first subdirectory whose name start with ‘fatal’ in the c:/home/ directory: allowedWritePaths=C:/home/fatal*/*.log
The following entry will allow the services in pub.file folder to write to all files in all the subdirectories of c:/home directory: allowedWritePaths=C:/home/**
In your case it must be
allowedWritePaths=<SAG_Installation_Directory>/IntegrationServer/packages/Prefix*/.
allowedReadPaths=<SAG_Installation_Directory>/IntegrationServer/packages/Prefix*/.
or
allowedWritePaths=<SAG_Installation_Directory>/IntegrationServer/packages/Prefix*/**
allowedReadPaths=<SAG_Installation_Directory>/IntegrationServer/packages/Prefix*/**
Make sure you reload the WmPublic package which contains this config file after your changes.
Some editors (like Notepad) don’t show LF chars in standard view mode. Removing LF chars and then reload WmPublic package.
Any more questions.
#Integration-Server-and-ESB#webMethods