cancel
Showing results for 
Search instead for 
Did you mean: 

configured diectory does not exist

Former Member
0 Kudos

Hi All.

I have a File to rfc scenario.. where I have to read the file from location 10.100.10.20 from the directory data\source.

I have given the path in the sender channel as 10.100.10.20\data\source .

The comm channel results with error configured diectory
10.100.10.20\data\source does not exist

Any idea on this??

I am using NFS protocol...

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos
I am using NFS protocol

Is 10.100.10.20 the IP address of your PI server?

10.100.10.20\data\source

When you use NFS ensure that you make use of forward slash (/)....you have used backward slash (\)

Former Member
0 Kudos

Hi

Please try using

Source Directory forward slash.

If your are in your Client LAN where your PI is installed, try not using the IP Address in the Source Directory.

Answers (2)

Answers (2)

former_member463616
Contributor
0 Kudos

Hi Ravindra,

Suppose, if you use Transport protocol is FTP,

Then, you have to specify like this in Sender Communication Channel.

Transport Protocol : FTP

Message Protocol: File

Source Directory: \data\

File Name : your file name

See the below link, it might be helpful to you.

http://help.sap.com/saphelp_nw04/helpdata/en/0d/00453c91f37151e10000000a11402f/content.htm

Hope this helps to you.

Regards,

P.Rajesh

Edited by: Rajesh_1113 on Apr 24, 2011 7:06 PM

manikandan_shanmugam3
Active Participant
0 Kudos

Hi,

there is no need to specify the server for NFS protocol.it will search the path in PI server itself and check the server if this path exist.

Regards,

Manikandan