Hi All,
I have 2 apps as chained apps, they are working fine in designer while it give error when saving to server.
my app1 reads a file1.xlsx, creates an output file2.xlsx where i have column names (headers) in the format NAME and VALUE. the app2 again reads the file1.xlsx but gives user the list box letting users to select which column they want. and finally app2 gives an output called ouput1.
I have saved it with all the assets of app1 and app2.
now when i run it in server, it is giving error at the tool id oof output from app1. The error says
"Unable to delete Excel file (C:\ProgramData\Alteryx\Service\Staging\3988_b8df92xxxxx\file2.xlsx). Make sure the file is writable and not open for writing in another application (ToolId: 28)"
I have tried to write the files in .\, %temp%, mapped sharepoint location in local machine.