Help need in finding the server location.

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)

Hi,

The destination path should be on the server i.e. BO installation not the local desktop.

Thanks
Satya


Satya Vooturi :india: (BOB member since 2009-01-15)