Question
Thryve Digital Health LLP
IN
Last activity: 20 Jul 2017 6:52 EDT
Access to ServiceExport folder
Hi All,
I am trying to save a file into serviceexport folder. While saving pega throws an exception saying Access Denied.
I am using sendFile api to save the file. I am using below code for saving file to ServiceExport folder.
String sErrorMessage=tools.sendFile(attachPage,"pyAttachStream",true,"pxAttachName",null,true,null,false);
While saving, i am getting an exception like below
[MSG][FileNotFoundException, calling reportProcessHandles][STACK][java.io.FileNotFoundException: E:\PRPC7\PRPCPersonalEdition\StaticContent\global\ServiceExport (Access is denied) |
I am using PRPC 7.3 Personal Edition.
Please let me know is there any access that i need to enable from pega side.
***Updated by moderator: Lochan to add Categories***