Hi Team,
I have created analytic app and i want to integrate in alteryx server.
When im trying to save the workflow in server it throws error for my directory tool.
In folder there are N numbers of file by name processing report, hence in directory im using wildcard by using '**reports'.csv.
i want to import file whose name ends with "Processingreports".
When im running in designer workflow it runs without any error, by when tryin to save in alteryx server it throws error.
please check attached img and help me on the same.
Hello,
Hey @Surajnair ,
You need to guarantee your server also has access to this N drive.
If the N drive is a shared drive, you only have to change the path to UNC. Here you can find more about it: https://knowledge.alteryx.com/index/s/article/Paths-and-Alteryx#
Here you can find how to change your absolute path to UNC automatically: https://help.alteryx.com/current/en/designer/workflows/workflow-dependencies.html#idp313697
Best,
Fernando Vizcaino
Hi @michael569gardner @fmvizcaino ,
Im attaching my sample workflow.
In Analytic app when im trying to run the workflow in designer file is getting created via python tool code.
Same when im trying to run in server file is not getting generated.
im having access to create file from server.
Python code is basically converting .dat file into csv file.