0

Apparently, Microsoft has discontinued support for Oracle Hyperion Essbase in SSRS, so we can't read directly from the original database.

We devised a solution by exporting our data to csv file, and then read them in SSRS. But it doesn't work.

I tried to create a new OLEDB datasource in SSRS, with those parameters :

Provider=Microsoft.ACE.OLEDB.12.0;Data Source="\\server\share";Extended Properties="text;HDR=No;FMT=Delimited(,)"

But it throws an error... "Unspecified error". I have tried many things, but to no avail.

Does anyone has any idea ?

Thanks

4

1 に答える 1

1

SSRSは引き続きODBC接続をサポートします。私はそれが少し古い学校であることを知っていますが、データを転送するために中間ファイル形式を使用するよりも良いでしょう。Oracleサーバーでlistener.oraを編集する必要がある場合があります。私は、まともなOLEDBドライバーを持たない、またはサポートされていないあらゆる種類の奇妙なデータベース接続にODBCを使用しました。

于 2012-09-06T00:03:26.147 に答える