Hi,

I am trying to use a preset path in the code to direct the output file. I got the output file (.xls) generated as expected when running on a LOCAL server. However, it did not seem to work on a Business Server - the file is not generated - I checked  in c:\temp on both the client PC and the server.

function createDocument(p_sModelName) {

    

Context.setSelectedPath("c:\\temp\\");

var outFile = Context.createOutputObject(Constants.OUTEXCEL, p_sModelName);

outFile.Init( 1033 );

.....

outFile.WriteReport();

  

}

Are there any other settings required to get the file generated when running on an ARIS Business Server?

Thanks,

Sam

 or register to reply.

Notify Moderator