PDA

View Full Version : Java Exception Error: java.io.FileNotFoundException



brozycki@oldrepnatl.com
07-06-2005, 09:30 AM
When executing the following statement in my CLLE Program: SQL2XLS SQLSTMT('SELECT * FROM QTEMP/OEP013W2') + TOXLS(&LINKXLS) COLHDRS(*SQLLABEL) + TITLE(&TITLE) I get the following error: Message . . . . : Java exception received when calling Java method. Cause . . . . . : RPG procedure SQL2XLSR in program MUSER/SQL2XLSR received Java exception "java.io.FileNotFoundException: Resource busy. /AgentOrders/AgentReport112616.xls" when calling method "<init>" with signature "(Ljava.lang.String;)V" in class "java.io.FileOutpuStream". What am I missing? Thanks!