I am trying to package an analytic app for sharing. However, the recipient is not able to access it as it keeps showing file paths with my credentials. I tried setting the workflow dependencies to All Relative and exporting again. But recipient is facing same issue.
I've observed that some of the inputs posing challenges are those with wildcards. Is there a way to resolve this?
Solved! Go to Solution.
Instead of Export Workflow, can you zip the folder with everything in it and share that instead? Or can you give them access if it's in a shared location?
hypothesis --- the errors are not on loading the dependencies into the flow ---> the errors are that you have some tools set for unc which are not reconfiguring. These tools could be inside of a macro or a dynamic input -->. Can your coworker identify which tools are causing the errors?
Thanks for the response.
The macros in the workflow were unselected during export. I do have dynamic inputs in my workflow though. I will check with my coworker and provide an update.
These are the errors he is getting.
Any help with this would be appreciated.
I will try zipping as well and see how that goes. Thanks.
ok --- so going off memory ---1) directory tool --- is static ---> ie it's going to map to a specific directory.
2) input data tool---> if you don't include the excel files as dependencies --- they will not be remapped to externals locations. If you include the .xlsx files in your .yxzp ---> they should be remapped to externals.
@alexnajm can confirm is this is correct and expected behavior.
Yes unfortunately using wildcards will not include the data in exporting the workflow :/
@alexnajm and if the excel files are not included as workflow dependencies --- then no remapping to externals will occur -right? this generally hits me the other way ---> ie dependecy is remapped ---> replace a specific string in the action tool is stuck to my old location.
@sufregs --- short is --- this seems like normal --- but very annoying behavior --- if you can confirm you aren't including the endless list of excel files in the .yxzp package.
no. they don't show up to be included during the export. the directories as well. And yes, it's annoying 😣.
Thanks for the help.