cancel
Showing results for 
Search instead for 
Did you mean: 

Fetching XML File from local machine in File to File Scenario

Former Member
0 Kudos

Hi,

I am facing problem in fetching file from local machine in file to file scenario. I Have configured my sender file channel transport protocol as NFS.

But in RWB, under sender channel I m getting following error message

ZVVR_SENDER_CHANNEL Sender Adapter v2024 for Party '', Service 'ZVVR_SENDER_SYSTEM':

Configured at 2006-07-17 16:26:11 IST

History:

- 2006-07-17 16:27:53 IST: Retry interval started. Length: 3.000 s

- 2006-07-17 16:27:53 IST: Error: Directory
bomwsap007\German does not exist

- 2006-07-17 16:27:53 IST: Processing started

- 2006-07-17 16:27:48 IST: Error: Directory
bomwsap007\German does not exist

- 2006-07-17 16:27:48 IST: Processing started

I have given full access rights for the folder name German on local machine bomwsap007.

Thanks and Regards,

Vinit.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

The folder
bomwsap007\German must be a mounted folder and you must specify about its accessibility. e.g. for a Unix based XI system if you mount a folder on a local machine or a remote machine and assign it a name
bomwsap007\German , then only the code of the adapter framework can understand what the string bomwsap007\German means.

Former Member
0 Kudos

Turn off Windows Firewall on your local machine.

Regards,

turmoll

udo_martens
Active Contributor
0 Kudos

Hi vinit,

try to ping bomwsap007 from XI server. May be you have to extend the hosts file there? Put the IP instead of the bomwsap007 and check again.

Regards,

Udo

Former Member
0 Kudos

Hi,

If possible try using FTP protocol. To use FTP protocol, ur FTP server must be up and running in ur local machine.

Regards,

Jai Shankar.

Former Member
0 Kudos

Hi Udo,

I have added the entry in the host file on XI server.

But still it is giving the following error.

ZVVR_SENDER_CHANNEL Sender Adapter v2024 for Party '', Service 'ZVVR_SENDER_SYSTEM':

Configured at 2006-07-18 10:16:25 IST

History:

- 2006-07-18 10:25:30 IST: Retry interval started. Length: 3.000 s

- 2006-07-18 10:25:30 IST: Error: Directory
132.186.124.89\German does not exist

- 2006-07-18 10:25:30 IST: Processing started

- 2006-07-18 10:25:27 IST: Error: Directory
132.186.124.89\German does not exist

- 2006-07-18 10:25:27 IST: Processing started

Regards,

Vinit.

Former Member
0 Kudos

Vinit

May be there is no access to this network folder from your XI server.Try accessing this folder directly from your server.Problem could also be that if the server is behind a firewall, ports need to be opened out to access the local network.

If nothing works use a Free FTP server like Guild FTP installed on the local machine and put the file in the upload directory

Former Member
0 Kudos

Hi All,

I was beleiving NFS protocol can be used to poll files from only the application server of your XI(Integration Server). If the input file is available in any other system, we have to use FTP protocol.

Is it possible to use NFS protocol to poll files from any system with in the land scape? I have tried this earlier and got the same error "does not exist".

If I am wrong, Kindly correct me.

Regards,

Jai Shankar.

Former Member
0 Kudos

Offcourse Jais.Forgot..You are right on that..NFS option even on our server, doesn't really allow files to be picked from a Network folder, the files need to be placed on Server directory.

Former Member
0 Kudos

Hi Sriram,

Thanks for that.

Regards,

Jai Shankar.