Issue
After a flow is configured and published to Tableau Server, running the flow fails and the following error might occur:
The input file path is not valid or you do not have permissions to access the file.
After a flow is configured and published to Tableau Server, running the flow fails and the following error might occur:
The input file path is not valid or you do not have permissions to access the file.
For input connections:
tsm configuration set -k maestro.input.allowed_paths -v your_networkdirectory_path_1;your_networkdirectory_path_2
tsm pending-changes apply
For output connections:
tsm configuration set -k maestro.output.allowed_paths -v your_networkdirectory_path_1;your_networkdirectory_path_2
tsm pending-changes apply
*
, (for example, tsm configuration set -k maestro.input.allowed_paths -v "*"
) to allow any network directory, or a specified list of network directory paths, delimited by a semicolon (;), as in the examples above.