Does anyone know if it's possible to have an attachment in the IPA email node that resides on the LSF server?  I keep getting a 'does not exist' error, but the file does exist and I can open it from the path that I have specified in the attachment.  I'm hoping it's just that I'm using the wrong configuration.  If I don't have an attachment, my emails are working.  Thanks!
 
Output data:
javax.mail.SendFailedException: Attachment: \chslwterpd$lsfdevlawprintcovenant_nt_lawsonPR539CBORD1PR539.prt does not exist.
            at com.lawson.bpm.processflow.workFlow.flowGraph.FgaEmail.sendMailDirect(FgaEmail.java:727)
            at com.lawson.bpm.processflow.workFlow.flowGraph.FgaEmail.startActivity(FgaEmail.java:549)
            at com.lawson.bpm.processflow.workFlow.flowGraph.FgActivity.execute(FgActivity.java:946)
            at com.lawson.bpm.processflow.workFlow.flowGraph.FgProcess.run(FgProcess.java:2194)
            at com.lawson.bpm.eprocessserver.grid.ExecuteFlowImpl.executeFlow(ExecuteFlowImpl.java:425)
            at com.lawson.bpm.eprocessserver.grid.ExecuteFlowImpl.executeFlow(ExecuteFlowImpl.java:160)
            at com.lawson.bpm.eprocessserver.grid.ExecuteFlowImpl.executeFlow(ExecuteFlowImpl.java:143)
            at com.lawson.bpm.eprocessserver.ProcessFlowEngine.execute(ProcessFlowEngine.java:150)
            at com.lawson.bpm.eprocessserver.ProcessFlowEngine.startProcessAt(ProcessFlowEngine.java:101)
            at com.lawson.bpm.eprocessserver.KBConnection.startProcess(KBConnection.java:173)
            at com.lawson.bpm.eprocessserver.KBConnection.execute(KBConnection.java:143)
            at com.lawson.bpm.eprocessserver.KBConnection.run(KBConnection.java:123)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:744)