Specified path not mentioned in the configuration file

i am trying to copy one file from one location to another. Read and write paths also mentioned in config file. but i am getting below error.

“Specified path is not on the read allowed list in the configuration file!”

is there any format to mention paths in config file?..how to solve this.

Thanks in advance for the help.

Hi Praveen,

path separator for WmPublic/config/fileAccessControl.cnf is “;” when specifying multiple pathes.

Pathes are relative to IntegrationServer-directory or IntegrationServer/instances/<instance_name>-directory

Remember to relaod the WmPublic package after modifications were made to this file.

See Build-In-Services Reference for further informations.

Regards,
Holger

Hi Holger,

Thanks for the response.

I don’t have more than one path in list of read and allowed. So, my error is not because of separating with ‘;’.

WmPublic config file has below data as of now.

allowedWritePaths=/home/Username/destfolder
allowedReadPaths=/home/Username/sourcefolder

is that right way?

Regards,
Praveen

You can try it and if it doesn’t work, give a “;” after the single path, there is no harm.

Thanks,

Hi,

I tried by adding ‘;’ at the end of path…but no change. Error remains same.

Thanks,
Praveen

After doing the changes did you give a restart of IS ? If not, can you please ?

Thanks,

I have reloaded the package after changes…its working fine :slight_smile: .

Thanks a lot for all the responses.

Regards,
Praveen