I have a workflow that runs fine from my desktop but fails when scheduled on Alteryx Server. The workflow reads a set of files from a directory and uses a macro to join the data together. The schemas are not the same across all files. The output is getting published to Tableau Server. The error that I receive is:
SimpleDatabase::SelectMetadataName: expected found=1, actual found=0 (fk=7 name="Flag for Validity (Approved - Incremental/Approved - Non-Incremental/Rejected/¶Further Review/On Hold)" nameTable="COLUMNS")
"Flag for Validity..." is the name of one of the columns that does not exist in all files. However, it does exist in the file that I use as the input for the .yxmc file. If I do not publish to Tableau, but rather a .xlsx file, then the workflow runs successfully on Alteryx Server.
I have tried several things for troubleshooting, including having a few meetings with Alteryx Support in which they watched me walk through the workflow and scheduling, but no issue could be identified. I am using version 11.7.