I am sending to an NFS mounted directory.
The message makes it to the file adapter, but can't find the directory. I am sure it is just a syntax issue. I have triple checked the spelling, so I was curious about my format for the unix directory.
I specified it as follows: /usr/sap/interface/DXI
I specified the file name: contact.xml
Construction Mode: Create
Is my specification of the unix directory correct?
Are all the slashes correct?
If so, is there is extra config needed for the relationship between the NFS mount and XI?
The adapter framwork monitor is giving me the error:
Directory does not exist/ cannot be created
Hi,
Could you please specify the following details to have a better understanding of the issue?
Is your XI installed on UNIX system?
Is the target folder in same system where XI installed or different system?
Are you able create any file manually into the folder /usr/sap/interface/DXI?
Please check the folder has correct access and the user has right privilage to create the target file. If everything is fine, then try to create the file under /home/<userid>/
<userid> -> your user profile.
Optionally try using FTP mode to transer the input file to the target NFS mounted directory.
In windows, it will be generally like //hostname/<SharedFolderName>/FolderName
Hope it helps.
Thanks,
Sasi
Add a comment