Posted: Fri May 04, 2018 8:18 am Post subject: Access shared folder using the fileRead node in IIB
Newbie
Joined: 13 Mar 2015 Posts: 2
Hello,
I am implementing a message flow to read CSV files from a shared folder on the network. I am faced with an exception stating that the directory does not exist, although I can access this folder from Windows Explorer. Please suggest what can be the root cause for this.
Posted: Fri May 04, 2018 10:53 am Post subject: Re: Access shared folder using the fileRead node in IIB
Partisan
Joined: 24 Aug 2007 Posts: 365 Location: Columbus, OH
radhouene.gniwa wrote:
Code:
rest of stack trace removed
Text:CHARACTER:directory does not exist
Insert
Type:INTEGER:5
Text:CHARACTER:\\x.x.x.x\fichier csv\
Insert
Type:INTEGER:5
Text:CHARACTER:directory does not exist
If I had to guess I would say the problem is a space in the directory name. Windows may be able to handle spaces in directory/file name but most *nix systems do not without escaping the space.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum