I am running a servlet program on my location machine which schedules the report on the server. Then I try to convert the .wid to a pdf or excel using the IFiles.addFile() method. If I give the path on the server as C:/BOXIReports
IFiles iFiles = document.getFiles();
iFiles.addFile(“C:/BOXIReports”, “1000” , “pdf”, “TESTMY_REPORT”, null, false);
I am getting a error message
com.crystaldecisions.sdk.exception.SDKException$FileNotFound: Invalid filepath:
C:/BOXIReports. (FWM 02081)
Could any one help me.
mgr_72 (BOB member since 2010-06-08)