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

SSAS Won't import from Oracle Data Source

$
0
0
Hi All, I am trying to help one of my BI Developers out and seem to be hitting a brick wall. We are trying to use Oracle 11g as a data source for a tabular model in SSAS 2012. Test Connection succeeds, even data preview shows records, SQL validates with no problem, then it fails when conducting the import. Here is what the error says. [quote]OLE DB or ODBC error: ORA-12154: TNS:could not resolve the connect identifier specified. A connection could not be made to the data source with the DataSourceID of 'blah blah blah', Name of Oracle XXXXXXXX. The current operation was cancelled because another operation in the transaction failed.[/quote] I have obviously seen this error before and have resolved it, but this time it isn't related to the connection per se, because the connection test was successful and the preview of the data is working. Like I said, it only errors on the actual import. After some reading we found that it was potentially related to a 32 v 64 bit conflict with the driver, and the solution from MSDN simply says to create identical DSNs with the same name, but we aren't defining these on her machine for development, we eventually have to deploy it to a server so, we are reluctant to define a DSN outside of the connection we create within the package itself, otherwise we don't know if it will be carried over to the prod server when we deploy. Even if we encounter the same issue when we deploy to prod, we will definitely need to tell our server admin how to address the failure and what exactly needs to be installed to rectify the conflict.

Viewing all articles
Browse latest Browse all 1341

Trending Articles