Hi all,
I am trying to load the analytical app into server. I am choosing a folder in this app. However, when I try to publish I got an error that
Hey @Andrzej that is telling you the Server machine cannot find the file path--in other words, it might be mapped to a different Letter drive. In your case it is your "C" drive. Try using a fully qualified UNC path.
This community post explains how to convert your workflow dependencies (input files in this case): https://community.alteryx.com/t5/Alteryx-Designer/Scheduled-Workflow-not-able-to-read-files-from-network-drive/m-p/365736
Let me know if this helps!
Hi @PeterA1
I am not using a shared drive, but my desktop as a path. I know that Alteryx gallery doesn't;t have access to my PC, but it should' matter because the user is going to choose file from his PC anyway.
Hi @Andrzej
The answer for this is right on the File Browse configuration panel
and also on the documentation for this tool
https://help.alteryx.com/2018.3/FileBrowse.htm?TocPath=Tools|Tool%20Categories|Interface|_____8
File browse is not supported on the Gallery; however, you can use the file input tool to upload individual files or allow the user to enter a UNC path that the Server has access to and using a dynamic input tool to read in the files as @PeterA1 suggested.
Hi @c-lopez
I cannot connect to an excel file, because it is password protected. I have to get the path to this file to decrypt the password using R tool. When I try to connect input tool to encrypted file I get error message.