cancel
Showing results for 
Search instead for 
Did you mean: 

File Adapter

Former Member
0 Kudos

Hi

I am trying to work on a simple scenario file to file.i am accessing xi server thru vpn.i have crated business system.when i try to send a file from my local system in the adapter framework i have messages

sf_filerec Receiver Adapter v1027 for Party '', Service 'southfield':

Configured at 23:25:31 2008-10-15

Up and running - no message processing until now

sf_filesend Sender Adapter v1014 for Party '', Service 'southfield':

Configured at 23:25:31 2008-10-15

Processing Error: Directory C:\sriram does not exist!

last retry interval started 23:29:31 2008-10-15

length 60,000 secs

sender file is red,Receiver file is green

can any one please help me,when i work thru vpn i need to give any path for the xi server.

Thanks

sriram

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello Sriram,

If you metion the path as "C:\sriram ",

you should place your file in the C:\ of the system where XI Server is installed.

If you want to read the file from your local system.

You have to <b>Map</b> the local sytem with XI Server.

regards,

Mahesh

Former Member
0 Kudos

Hi,

Your xi server will be trying to poll for the file in the application server.

So, make sure you are placing the file in the correct directory.

C:\sriram, is a local drive in your system. This is not the location to place the file.

You would have to ping to the application server from your system, and place the file there.

i.e, start menu->Run.

Enter the application server's ip address, and place the file in a folder.

Make sure you have write and reaad permissions for the folder.

Regards,

Smitha.

Former Member
0 Kudos

Hi Sriram,

Pl check that directory exist on the app server and also mention the logical path and check tehd irectory has proper rights.

Thanks,

Prateek

Former Member
0 Kudos

Hello,

if your server name is suppose sapxidev and the directory on the application server where you placed the file is XIFILE the the source directory path should be


sapxidev\XIFILE.

And give the file name. Thats it.

And also check the access rights to the directory.

Smita.

Former Member
0 Kudos

Hi Sriram,

The source directory mentioned in file adapter is the application server directory not the presentation server directory.

Make sure you are giving the right path.

praveen