
Digital Support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Qlik WebConnector for FTP SFTP error Access to path XXX is denied
Last Update:
Jul 27, 2021 4:38:29 AM
Updated By:
Created date:
Feb 19, 2018 8:23:52 AM
A Qlik Web Connector to FTP or SFTP fails with: Access to path XXX is denied
Environment:
Resolution:
To give users more granularity and control in how the File System and Local Host is accessed via Qlik Web Connectors, changes can now be made to the Deploy.config file.
Source: Allow file system access for specified paths in Advanced configuration of Qlik Web Connectors.
To resolve:
- Close Web connector application if it's been opened already.
- Open deploy.config file in notepad
- Specify the path/paths between the <FileSystemAccessAllowedPaths> tags.
Examples:
To allow all paths<FileSystemAccessAllowedPaths>*</FileSystemAccessAllowedPaths>
Allow a specific path<FileSystemAccessAllowedPaths>c:\QWC\TempFiles</FileSystemAccessAllowedPaths>
Allow multiple paths:<FileSystemAccessAllowedPaths>c:\QWC\TempFiles;c:\Data</FileSystemAccessAllowedPaths>
- Save the file
- Start web connector and test it again.
1,605 Views