Thanks for your quick reply Drik.
Here is the log I see in the InformationSteward.ApplicationService
[E] 2015-07-23 11:40:19.116 [ApplicationService][pool-2857-thread-1] The system cannot find the path specified
[E] 2015-07-23 11:40:19.116 [ApplicationService][pool-2857-thread-1] java.io.IOException: The system cannot find the path specified
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
at java.io.File.checkAndCreate(File.java:1715)
at java.io.File.createTempFile0(File.java:1736)
at java.io.File.createTempFile(File.java:1813)
at com.businessobjects.emm.export.xls.XlsOut.<init>(XlsOut.java:119)
at com.businessobjects.icc.profiling.services.common.XlsOut.<init>(XlsOut.java:35)
at com.businessobjects.icc.profiling.services.common.XlsExporter.<init>(XlsExporter.java:38)
at com.sap.is.service.application.operation.profiling.ExportSampleDataCommand.execute(ExportSampleDataCommand.java:135)
at com.sap.icc.common.operation.AbstractOperationCommand.call(AbstractOperationCommand.java:46)
at com.sap.icc.common.operation.AbstractOperationCommand.call(AbstractOperationCommand.java:31)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.
java:761)