Skip to main content

I was wondering if someone has been able export a file to a shared drive using IFS connect. I have created a routing address with file sender that is linked to a new connector sender.

In that connector sender I have specified shared drive as the output directory and granted SYSTEM read and write permission to that drive but I am still not able to write to that drive. I keep getting 

Error while sending data... 
Caused by: java.io.IOException: Could not create directory or the file exists and is not a directory 

 

 

Moved to the framework section since IFS Connect is not part of IFS Document Management.

Which IFS version are you using, where does the file comes from? Can you show us some screenshots of the settings?


Hi Mathias, 

We’re currently on APPS 10. I have set up a Connector sender  with a specified out directory as following: 

 

I have then created a routing address as following: 

 

When I carry out a test I get the error message below.

 

 


@ZAEDOMNYA In a first step I would check if you can write to a local drive to confirm there isn’t a general issue.

If that works I suspect a permissions issue. You said you have granted SYSTEM read and write permission. Just to make sure we are talking about the same thing here: The IFS MWS usually runs under the “LocalSystem” account of the server machine, so to grant access to a network share you will have to grant access to “<machinename>$” where <machinename> is the name of the MWS machine/VM.

See example here as well: https://serverfault.com/questions/135867/how-to-grant-network-access-to-localsystem-account


It's an access problem or... the other thing the Java error mentions 🙃


Reply