Error:
I am using a file event to read a mapped windows file directory. when I put in the directory on a Lan-File service source and test it, it works fine. However, when put the same file path in my file event, I get an error
file path (\\HOad.com\psoft\Treasury_Load\JPMC\Pay_Load\ToJPMC)
error
ERROR [Flow Thread(010154001143138212078410100323)] flow com.adeptia.indigo.jelly.ActivityTag.runSync(ActivityTag.java:440) - Treasury_Load|TreasuryLoad_JPMC_FileSource|FileSource|Failed|administrators|010154001143138141953364800002|010154001143138212078407300322|010154001143138142154908800004||admin|Error initializing activity FileSource:TreasuryLoad_JPMC_FileSource:010154001143138142154908800004[File \\HOad.com\psoft\Treasury_Load\JPMC\Pay_Load\ToJPMCCEANEERING.txt specified does not exist]|houadpap1.oiiad.com|
2013-10-18 13:26:24 java.io.FileNotFoundException: File \\HOad.com\psoft\Treasury_Load\JPMC\Pay_Load\ToJPMCCEANEERING.txt specified does not exist
It looks like the first two letters of the file name are being truncated when the file trigger executes.
Cause:
The "Use VFS" option is checked in the File Event
Solution:
Uncheck the "Use VFS" option
Comments
0 comments
Article is closed for comments.