What are the options for extracting data out of Hyperion 7.3 with SSIS?

Deadly 提交于 2020-01-06 07:58:08

问题


We need to get data out of some Hyperion cubes (databases) using SSIS. Are there any connection managers available for this? Has anyone done this?


回答1:


There are some third party connectors out there. Don't think any exist from oracle or microsoft.




回答2:


I know this is a very old question but I just happened upon it and thought I would offer some perspective. There isn't build in support for getting data from Hyperion with SSIS. There are a few ways to go, however.

You can fairly easily export Hyperion data with a calc or report script to text/SQL. You could use SSIS to run a batch file that kicks off a Hyperion job that loads up a SQL database or text file, then load it with SSIS.

There are a handful of tools with Essbase adapters so you can use those if you aren't using SSIS.




回答3:


I don't have any experience with Hyperion, but can you make use of the Script Task in SSIS?



来源:https://stackoverflow.com/questions/71476/what-are-the-options-for-extracting-data-out-of-hyperion-7-3-with-ssis

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!