Hi Alteryxers
I am trying to run a stored proc to process a Tabular model. I have run up against the issue where designer complains that :
Error: Dynamic Input (3): Error opening "EXEC ProcessTabularDatabaseXMLA": No Columns Returned.
I have added a dummy data set to be returned at the end of the proc after the XMLA is execute but still getting the error. I was also hoping for the second step of the proc to only execute once the XML script has finished executing, otherwise it looks like the process is finished (while the cube is still being processed in the background).
I've tried changing between OLEDB, ODBC and MS SQL Native Client but no joy. Any pointers would be greatly appreciated.
Thanks
Andrew