简体   繁体   中英

Get file from FTP server to Tibco but Tibco access denied folder

enter image description here

I want to get file from FTP server to folder DataSi but Tibco notification E:\DataSi access denied. Help Me

Console notification: 15:31:49.681 ERROR [bwEngThread:In-Memory Process Worker-1] com.tibco.bw.core - File [E:\DataSi] was not found due to fault [E:\DataSi (Access is denied)].-{ActivityName=WriteFile, ProcessName=parsemtmessage.SubProcessGetAllFileFTPServer, ModuleName=ParseMTMessage} TIBCO-BW-PALETTE-FILE-500020 E:\DataSi TIBCO-BW-CORE-500050: The BW process [parsemtmessage.SubProcessGetAllFileFTPServer] instance faulted, JobId [bw0a100], ProcessInstanceId [bw0a101], ParentProcessInstanceId [bw0a100], Module [ParseMTMessage:1.0.0.qualifier], Application [ParseMTMessage.application:1.0].
TIBCO-BW-CORE-500051: Activity [WriteFile] fault.
com.tibco.bw.palette.file.runtime.fault.FileNotFoundFault: File [E:\DataSi] was not found due to fault [E:\DataSi (Access is denied)].-{ActivityName=WriteFile, ProcessName=parsemtmessage.SubProcessGetAllFileFTPServer, ModuleName=ParseMTMessage} java.io.FileNotFoundException: E:\DataSi (Access is denied)

15:31:49.697 ERROR [bwEngThread:In-Memory Process Worker-1] com.tibco.bw.core - File [E:\DataSi] was not found due to fault [E:\DataSi (Access is denied)].-{ActivityName=WriteFile, ProcessName=parsemtmessage.SubProcessGetAllFileFTPServer, ModuleName=ParseMTMessage} TIBCO-BW-PALETTE-FILE-500020 E:\DataSi TIBCO-BW-CORE-500050: The BW process [parsemtmessage.Process] instance faulted, JobId [bw0a100], ProcessInstanceId [bw0a100], ParentProcessInstanceId [-], Module [ParseMTMessage:1.0.0.qualifier], Application [ParseMTMessage.application:1.0].
TIBCO-BW-CORE-500051: Activity [WriteFile] fault.
com.tibco.bw.palette.file.runtime.fault.FileNotFoundFault: File [E:\DataSi] was not found due to fault [E:\DataSi (Access is denied)].-{ActivityName=WriteFile, ProcessName=parsemtmessage.SubProcessGetAllFileFTPServer, ModuleName=ParseMTMessage} java.io.FileNotFoundException: E:\DataSi (Access is denied)

You need to check with the ftp server administrator that the user account you are using to connect to the ftp server has read access for the mentioned folder (E:\DataSi (Access is denied)). If this is the case you need to check you are using the correct user account.

"java.io.FileNotFoundException: E:\DataSi (Access is denied)"

This clearly indicates that proper permissions aren't in place to access the folder. Please check if the user account has read/write access for that particular folder.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM