Hi All,
I am working on SOA Suite 12C . I am configuring an SFTP in FTP Adapter and below are the configurations in weblogic
Host: 127.0.0.1
Port: 22
Username : ******
Password : *****
listParserKey : WIN
servertype : win
ftpAbsolutepathbegin : /
OS : Windows 7
SFTP server installed: Open SSH for Windows
FTP Read path : C:\Users\<user>\FTPPOC\READ
In open ssh Default path is set to C:\Users\<username>
In JDeveloper ,while using osb proxy it is picking the file with the proxy SFTP transport sftp://localhost:22/FTPPOC/READ.
But when the same is configured as FTP adapter then it is throwing the below error
"<Aug 23, 2016, 4:49:30,106 PM IST> <Warning> <oracle.soa.adapter.ftp.inbound> <B
EA-000000> <[service_name: SFTPToFile/READ] The connection variable is null in p
ostCall. This could be because of a call postCall w/o a preceeding call to preCall.>
EA-000000> <[service_name: SFTPToFile/READ] PollWork::run exiting, Worker thread will die>"
I am using "\FTPPOC\READ" as the physical directory. I have tried below paths as well
"/FTPPOC/READ"
"C:\Users\<user>\FTPPOC\READ"
"C:/Users/<user>/FTPPOC/READ"
Kindly help me in this issue.
Thanks
Prakash