From a SSAS Tabular project in Visual Studio, I am trying to use an existing connection to set up a new table which gets its data from a stored proc. The SQL is simply "EXEC MySchema.MyProc 3". When I test this (from within VS, the Table Import Wizard "Edit as Text") the results are returned as desired. But when I try to import the data the import fails with the error message below. Using Query Profiler, it appears that the proc has run as normal.
I realise it's not a lot to go on but does anybody have any suggestions for what might be wrong?
Michael
OLE DB or ODBC error.An error occurred while processing the partition 'Query_495bb850-8c0d-4fc6-aa4a-a42773c4edc2' in table 'Query_495bb850-8c0d-4fc6-aa4a-a42773c4edc2'.
The current operation was cancelled because another operation in the transaction failed.