Quantcast
Channel: SQLServerCentral » Data Warehousing » Analysis Services » Latest topics
Viewing all articles
Browse latest Browse all 1341

Strange Error : Cube with Oracle & SQL Server Data Sources

$
0
0
Hi, I've got a user who is building a cube that has both SQL Server & Oracle data sources. Tables from both sources are added to the cube and measures from both are added, you can Explore data from tables in both data sources and everything appears to be working fine but when you attempt to Process the cube it fails with the following error ... [quote]21 Internal error: The operation terminated unsuccessfully22 Errors in the high-level relational engine. The following exception occurred while the managed IDbCommand interface was being used: ORA-0942: table or view does not exist.23 Errors in the OLAP storage engine: An error occurred while processing the 'SQLServerTableName' partition of the 'SQLServerTableName' measure group for the 'CubeName' cube from the BlahBlah database.24 Server: The current operation was cancelled because another operation in the transaction failed. [/quote]It appears to be attempting to query the SQL Server table on the Oracle connection and is returning an Oracle error. I've run a trace on the SQL Server side and I can see SSAS connecting to SQL Server but it doesn't attempt to query the table. We can build and process cubes from each source individually but not from both sources in the same cube. I've tried simplifing the cube itself, just including a single table from each connection and we're having the same problem. Any ideas?Edit: Additional System InfoSSAS 2012Oracle 11

Viewing all articles
Browse latest Browse all 1341

Trending Articles