cancel
Showing results for 
Search instead for 
Did you mean: 

Access the file from external system which is in the same LAN

Former Member
0 Kudos

I have created technical system as standalone and given as my server name and attached to business system

When creating comm. Channel giving path as “\foldername1\ foldername2\”

Filename : “test.txt”.

It is giving path does not exists.

Is that the correct way to do access the file which is in the same LAN.

Can any one help me on this.

What path I should give exactly in the Comm channel..

Thanks

M

Accepted Solutions (0)

Answers (2)

Answers (2)

agasthuri_doss
Active Contributor
0 Kudos

Dear Murali,

Try this

a)Start transaction SXI_CACHE.

b)From the context menu XI Runtime Cache select Start Complete Cache Refresh.

If you still face issue try this .

Many actions require to access System Landscape Directory content from the Integration Builder. To optimize performance, this content is loaded into a cache so that the System Landscape Directory does not have to be accessed directly each time that System Landscape Directory content is required.

However, this cache is not automatically updated if changes are made to the content of the System Landscape Directory. For this reason that we delete the System Landscape Directory cache if changes have been made to content in the System Landscape Directory. The cache is then filled each time that the System Landscape Directory is accessed. If we log on to the Integration Builder after we have made a change in the SLD, we do not need to delete the SLD cache.

To clear the SLD cache, from the Integration Builder main menu, choose Environment ® Delete Cache for SLD Data.

Once we have deleted the cache for SLD data, accessing objects in the SLD may take longer than usual initially.

Regards

Agasthuri Doss

agasthuri_doss
Active Contributor
0 Kudos

Hi Murali,

Can you check the Path you have mentioned is correct once again, Kindly check the SLASH forward or backward slash.

Regards

Agasthuri Doss

Former Member
0 Kudos

Hi Doss,

I tryed both slashes it is giving same error.

do I need to give Server name in the path.

thanks

M

agasthuri_doss
Active Contributor
0 Kudos

Hi Murali,

You can give server name,

Tyr like this

/TestPGP/inbox_decryptverify

Regards

Agasthuri Doss

Former Member
0 Kudos

Hi Doss,

I have tryed these types

1. \servername\foldername1\foldername\ "path does not exists"

2. /servername/foldername1/foldername/ "path does not exists"

3.
servername\foldername1\foldername\ "java.lang.NullPointerException"

any basis level settings needs to done.

when I use same path in Explorer i can able to see those files..

Thanks

M

Former Member
0 Kudos

Hi M,

Few quick qns,

1. Can you ping the target system from your XI server?

2. Do you have FTP server running on the target system?

3. Is the folder shared with required auth?

Regards,

Jai Shankar.

Former Member
0 Kudos

1. Can you ping the target system from your XI server?

we are just using in command: ping: path. Is that correct.

2. Do you have FTP server running on the target system?

No FTP that is in my lan

3. Is the folder shared with required auth?

folder is shared in my XI server, after shared which path i have to use in my comm channel.

Thanks

M

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Try using the Ipaddress instead of the server name. Mke sure the host file entry has been made foo the server if your HOSTS file in your XI server.

Regards,

Bhavesh