SSIS connectivity to Oracle Hyperion Smartview

Hi
We are using Oracle Hyperion Smartview plugin in Microsoft excel to connect to Oracle Hyperion provider services.
How can I use Microsoft SSIS to connect to it?
Regards
Kaushik

Hi Kaushik,
You cannot unless you write your own connector using this plugin which is difficult.
See also threads like https://social.msdn.microsoft.com/Forums/sqlserver/en-US/95d8fbee-6f67-4ce9-a0fe-d5e510893f10/ssis-and-hyperion-essbase-
Please post here how you were able to connect.
Arthur
MyBlog
Twitter

Similar Messages

  • SSIS - Connecting to Oracle

    Hi,
    I am new to using SSIS (after using DTS on SQL Server 2000 for many years).
    I am trying for the first time to connect to an Oracle 9.2 database and export data from it into SQL Server 2005.
    I used the Microsoft OLE DB Oracle Provider to connect to the Oracle instance. The test connection works fine, but when I try and preview a table or copy data from Oracle I get the error....
    The component reported the following errors
    Cannot retrieve column code page
    Has anyone got any ideas how I fix this?
    Many thanks
    Pete

    Here is one of the original threads regarding Code Pages.
    http://forums.microsoft.com/msdn/showpost.aspx?postid=117014&siteid=1#117014
    It also discusses some potential Number/Decimal conversion issues that
    may occur with your version of Oracle.  I haven't seen this issue
    with 10g r1/r2.
    I also have one other suggestion if you are using BLOB/CLOB columns in
    Oracle.  The best way of importing these columns is to use the
    DataReader and use the .GetClobVal or .GetBlobVal function in your SQL
    statement.
    Larry Pope

  • Unable to connect to oracle source with SSIS connection manager

    I have oracle drivers installed and I  am trying to connect to oracle database by using SSIS with oracle provider
    Oledb but receiving error as:
    Test connection failed because of an error in initializing provider. No error message available, result code: E_UNEXPECTED(0x8000FFFF).Any suggestions
    Thanks..

    http://sqlblog.com/blogs/jorg_klein/archive/2011/06/09/ssis-connect-to-oracle-on-a-64-bit-machine.aspx
    Solution
    Download the Oracle 11G full client.
    Install the 32 AND the 64 bit version of the
    11G full client (Installation Type: Administrator) and reboot the server afterwards. The 32 bit version is needed for development from BIDS with is 32 bit, the 64 bit version is needed for production with the SQLAgent, which is 64 bit.
    Configure the Oracle clients (both 32 and 64 bits) by editing  the files
    tnsnames.ora and
    sqlnet.ora. Try to do this with an Oracle DBA or, even better, let him/her do this.
    Use the "Oracle provider for OLE DB" from SSIS, don't use the "Microsoft Provider for Oracle" because a 64 bit version of it does not exist.
    Schedule your packages with the SQLAgent.
    Arthur
    MyBlog
    Twitter

  • Error connecting to Oracle from when running SSIS Package on Windows 64-bit

    Hi.
    I have an SSIS (SQL Server Integration Services) Package that reads a view on Oracle and loads data into table in SQL Server 2005. This is on a Windows 2008 Server (64-bit). SQL Server 2005 with SP3. Oracle Client 11g (32 bit & 64 bit) Runtime Version installed on server. The server has been rebooted since installing OracleClient.
    I get the following error when run as a SQLAgent job 64 Bit (Execution type SQL Server Integration Services Package)...
    Started: 9:29:24 AM
    Error: 2010-01-04 09:29:25.37
    Code: 0xC0202009
    Source: SADM_CURR_Address_and_Cell_Phone-Oracle Connection manager "Oracle/PeopleSoft"
    Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040154.
    An OLE DB record is available. Source: "Microsoft OLE DB Service Components" Hresult: 0x80040154 Description: "Class not registered".
    End Error
    Error: 2010-01-04 09:29:25.37
    Code: 0xC020801C
    Source: DFT-Oracle to SS2005 OLE DB Source [1]
    Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Oracle/PeopleSoft" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
    End Error
    Error: 2010-01-04 09:29:25.37
    Code: 0xC0047017
    Source: DFT-Oracle to SS2005 DTS.Pipeline
    Description: component "OLE DB Source" (1) failed validation and returned error code 0xC020801C.
    End Error
    Error: 2010-01-04 09:29:25.37
    Code: 0xC004700C
    Source: DFT-Oracle to SS2005 DTS.Pipeline
    Description: One or more component failed validation.
    End Error
    Error: 2010-01-04 09:29:25.37
    Code: 0xC0024107
    Source: DFT-Oracle to SS2005
    Description: There were errors during task validation.
    End Error
    DTExec: The package execution returned DTSER_FAILURE (1).
    Started: 9:29:24 AM
    Finished: 9:29:25 AM
    Elapsed: 1.108 seconds
    When I execute this same exact package as a SQLAgent job 32-bit (type Operating System CmdExec) it runs successfully. When I run the package using the Execute Package Utility, it runs successfully. When I am editting the package in BIDS I can connect to Oracle. For both 64 and 32 bit, I use a dtsconfig file which specifies the Oracle connection string and password.
    Someone mentioned on another forum that maybe there is no Oracle ODBC driver for 64-bit Windows. I would assume that the OracleClient 64-bit would include that.
    I hope I have included all info needed. Please let me know if you may have a resolution to this problem.
    Thanks.
    John

    I was trying to transfer data from oracle to sql server 2008 on a daily basis.
    I have very hard time connecting to oracle from ssis package on windows server 2008. I am almost dead and cannot find any help. i was able to connect to oracle using import/export 64 bit feature of SQL Server 2008 using Oracle provider for OLEDB. But I am not sure why the same does not work with BIDS?
    Here's the environment info:
    1. Oracle Client 10g
    2. SQL Server 2008
    3. Windows Server 2008
    Appreciate your help. Please save me.
    Thanks,

  • Cannot Connect to Oracle using SSIS

    I am working with a client that has the following: a Windows Server Standard 2003 with SQL Server Standard 2005 installed. Oracle 10g is installed on a Linux Red Hat server. All are 64-bit and have the most current service packs installed. We are trying to pull Oracle data to SQL Server using SSIS and/or the SQL Server Import/Export wizard. the 10g client tools are installed on the Windows/SQL Server box. We can connect from there to Oracle using both SQL *Plus and Aqua Data Studio. However, when I try to import data to SQL Server using with the .Net or OLEDB provider, I get the error stating that I have to install the Oracle client tools.
    Can anyone help with this? No one on the Microsoft side seems to have an answer.
    Many thanks!
    Jeanne

    I am also facing the same problem. I have read a related article on
    http://stevemchugh.blogspot.com/2007/02/adventures-of-ssis-and-oracle-in-64bit.html
    Although the problem solved in this article is not of exact nature as posted in this post but it still provide some thoughtful inside of SQL server 2006 64 bit and Oracle 10 g SSIS connectivity.
    If some succeeds in this please also help in figuring out my problem

  • Error in Connecting the Oracle Attunity Source in SSIS package

    Hi ,
        May this question might have been posted before but as far as i am concerned i was not able to find the solution i am looking after , so please help me out on this . 
    I am using the Oracle Attunity Software to connect to the Oracle source and the Testing is also successful but during Run time the Attunity Oracle source is failing and the Error found was as shown below
    [Oracle Source [65]] Error: The AcquireConnection method call to the connection manager Oracle Connector 1 failed with error code 0x80004005.  There may be error messages posted before this with more information on why the AcquireConnection method
    call failed.
    [SSIS.Pipeline] Error: Oracle Source failed validation and returned error code 0x80004005.
    [SSIS.Pipeline] Error: One or more component failed validation.
    Error: There were errors during task validation.
    Validation is completed
    [Connection manager "Oracle Connector 1"] Error: OCI error encountered. ORA-01005: null password given; logon denied
    Warning: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (5) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified
    in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
    I have tried the following solutions like changing the "Run64BitRuntime" to False also but its not working and i have even tried converting my package Protection Level with the "EncryptSensitiveWithPassword" but still of no use 
    Please help me out 
    Thanks & Regards,
    Santosh

    Hi Santosh,
    Please try to run the package under a proxy account, here is the article regarding how to schedule a package the safe way with SQL Server Agent:
    http://microsoft-ssis.blogspot.com/2010/12/how-to-schedule-package-save-way-with.html
    Regards,
    Elvis Long
    TechNet Community Support
    Oh.. much Thanks :) Let me try that 

  • Oracle Hyperion FAILURE TO CONNECT TO SERVER (help!)

    Please help!
    What could be the problem if error below is encountered:
    *+[ORACLE HYPERION FINANCIAL REPORTING STUDIO, FUSION EDITION]+*
    FAILED TO CONNECT TO SERVER.*
    Details:*
    Error connecting to database connection WS_PLN_Fin: java.lang.IllegalStateException: Timer already cancelled.java.lang.IllegalStateException*
    Other applications can connect successfully to the server.
    Thanks

    java.lang.IllegalStateException: Timer already cancelled.java.lang.IllegalStateException+
    If we google a bit for this Java Exception, it says
    This error might occur due to the Load at startup option being enabled for the Web module. This applies if your application has servlets that are configured to load at startup, then try to access enterprise beans during startup.
    The solution it says is to disable this process if this is part of a start up sequence and then follow the correct order to Sart the Hyperion Services in correct order.
    May be this may help!!
    --XAT                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Hyperion IR Client 11.1.2.2 is not connecting to oracle database

    Hi all,
    I just recently migrate from Brio 8.3.1 to 11.1.2.2
    My machine is Microsoft Windows Server 2008 64-bit.
    My oracle client is 9.2.0 32-bit version
    When i try to connect one of my BQY reports to oracle database, it just throw error "Oracle Error -1: ORA-12154: TNS could not resolve the connecter identifier specified"
    I can ping the server. I can login using sqlplus.
    I already follow the instruction in this thread by adding ORACLE_HOME variable.
    Re: Hyperion IR client 11.1.2.2 is not connecting to database
    But still doesnt work.
    ORACLE_HOME: D:\OracleClient\ora92\bin;
    PATH: D:\OracleClient\ora92\bin;C:\Program Files (x86)\Oracle\jre\1.3.1\bin;C:\Program Files (x86)\Oracle\jre\1.1.8\bin;D:\Oracle\Middleware\EPMSystem11R1\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\Oracle\Middleware\ohs\bin;D:\Oracle\Middleware\ohs\opmn\bin;D:\Oracle\Middleware\ohs\opmn\lib;D:\Oracle\Middleware\ohs\perl\bin;D:\Oracle\Middleware\EPMSystem11R1\common\ODBC-64\Merant\6.1\Drivers
    TNSNames:
    DWHPROD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = server)
    (PORT = 1521)
    (CONNECT_DATA =
    (SERVICE_NAME = DWHPROD)
    SQLNET:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    Any other solutions??
    Thanks.

    Just upgraded my Client version to 11gR2...
    Still the same.
    I cant connect to Oracle DB using Oracle Net.
    If i using ODBC, it works. But my user still insist that they use OracleNet connection for their BQY reports.
    Any suggestion what should i check??
    Thanks

  • Connecting to Oracle Data Source using SSIS

    Hi Guys,
    Please I am working on a BI Project that requires me to connect to an oracle data source using SSIS.
    Can someone assist me with the required steps to achieve that. 
    I dont want to use a third party tool.
    Thanks
    me

    Hi lilutchay,
    If the SQL Server Integration Services is Enterprise or Developer edition of SQL Server 2008, we can use
    Microsoft Connector Version 1.2 for Oracle to connect Oracle databases with version Oracle 9.2.0.4 or higher, Oracle 10.x or Oracle 11.x. If the SQL Server Integration Services is Enterprise or Developer edition of SQL Server 2012, we can use
    Microsoft Connector Version 2.0 for Oracle to connect Oracle databases with version Oracle 9.2.0.4 or higher, Oracle 10.x or Oracle 11.x.
    While if we want to connect to other Oracle version databases, we can use
    OLE DB provider for Oracle which has been tested in SSIS labs and is recommended by Microsoft.
    For the detail steps for Microsoft Connector for Oracle, we can refer to the first blog suggested by Deric. For more details about the use of connecting to oracle using Oracle Provider for OLEDB from SSIS, please refer to the blog below:
    http://www.databasefun.com/archives/591
    Reference:
    SSIS with Oracle Connectors
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • ORACLE SSIS connection - ERROR

    What can I do to try to establish a connection between Oracle and SSIS?, this is so far the most frustrating experience with this tool.
    I have updated all the tns files that I have found in my pc. I have done tnsping to the database and I am getting an answer. But with SSIS anything seems to work.
    I am having the next error:
    Test connection failed because of an error in initializing provider. ORA-06413: Connection not open
    But the provider is not working of line
    I am new with this tool, if you can help or if you need more information ask me, but please be polite with your comments or answers
    I'm using SQL SERVER 2012 and Microsoft Visual Studio 2010

    Hi dj2907,
    Did you use
    Microsoft Connector Version 2.0 for Oracle by Attunity to load data into Oracle or unload data from Oracle in the context of Microsoft SSIS?
    I suggest that you should use this adapter to connect to an Oracle Database in SSIS. For more details about how to use this connector to establish a connection to Oracle, please refer to the following blog:
    http://www.sjoukjezaal.com/blog/2014/05/connecting-to-an-oracle-database-using-ssis-2008/
    Besides, as to the error message, the cause should be 64-bit Microsoft OS's install 32-bit applications into the following location
    "C:\Program Files (x86)\..."
    rather than the typical location of
    "C:\Program Files\..."
    This causes an existing networking bug to occur where the networking layer is unable to parse program locations that contain parenthesis in the path to the executable which is attempting to connect to Oracle.
    To fix this issue, please find the location of the application that is generating the error.  Check the path to this location and see if it contains any parenthesis.  If so, you must relocate the application to a directory without any parenthesis
    in the path.
    The following similar thread is for your reference:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/ab662d63-6385-4f73-b27f-d526048f601f/connecting-to-oracle-on-64bit-x64-machine?forum=sqlintegrationservices
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Sun Ray error when connecting to Oracle VDI - No Kiosk Sessions Available

    When the Sun Ray DTUs go to connect to the Oracle VDI cluster at times they will throw the error "Error starting Kiosk session: No Kiosk accounts configured." We have tried going through the steps to confirm that the Kiosk sessions are configured on the two secondary hosts but the problem persists. When the Sun Ray DTUs do connect they will work for a while and then when left idle for a period of time will loose their connection and be unable to restart the connection with the error mentioned. The Screen Blanking option on the Sun Ray DTUs is set to "0" to prevent them from going into power-save mode but this makes no difference. The Sun Ray DTUs are all updated with the latest GUI firmware and there are no custom options set in the Sun Ray Session Servers.
    The thing that bothers me the most is I have not seen any error messages in the logs. I will post up the logs as links in a follow-up post.
    Has anyone had any similar issues while connecting with a Sun Ray DTU?
    Currently we are running Oracle VDI 3.2.1 on the cluster.
    Here are the commands we used to reset the Sun Ray Kiosk accounts:
    # /opt/SUNWkio/bin/kioskstatus -c
    # /opt/SUNWkio/bin/kioskuseradm status
    # /opt/SUNWkio/bin/kioskuseradm delete
    # /opt/SUNWkio/bin/kioskuseradm create -l utku -g utkiosk -i auto -u –c

    I was trying to transfer data from oracle to sql server 2008 on a daily basis.
    I have very hard time connecting to oracle from ssis package on windows server 2008. I am almost dead and cannot find any help. i was able to connect to oracle using import/export 64 bit feature of SQL Server 2008 using Oracle provider for OLEDB. But I am not sure why the same does not work with BIDS?
    Here's the environment info:
    1. Oracle Client 10g
    2. SQL Server 2008
    3. Windows Server 2008
    Appreciate your help. Please save me.
    Thanks,

  • Connection to Oracle BI server using BRIO

    Hi,
    I read in the administrator manual that it's possible to connect to Oracle BI Server with third-party tools over ODBC. The instructions say to configure a DSN on the remote machine using the Oracle BI Server driver. Does this mean that I need to install this driver or perhaps a client this driver is packaged with in order to complete this connection?
    Is there some other way to connect to Oracle BI server using Brio?
    Any help appreciated.
    Thank you!
    Some background:
    We have Oracle BIEE 101320 installed with connections established to our warehouse. We have Oracle Answers (Siebel Analytics) configured and have dashboards running off the BI server.
    There are a lot of folks here who use Brio. We'd like to get them to connect to the Oracle BI server rather than to the data warehouse.
    --Josh
    Message was edited by:
    user598511

    Hi
    We are a Hyperion partner and have just started looking at Oracle BI Enterprise Edition. When I installed it it automatically creates an ODBC DSN on the server called AnalyticsWeb. I am working directly on the server and I can then connect using Hyperion Interactive Reporting Studio using an oce which points to the DSN. So Brio Explorer/Designer would be the same. Working on a separate client machine I guess you would need a DSN on that machine. Not sure you would do this but if you do a custom install on the client of the client tools, you should see Oracle BI Server as a data source.
    BUT...
    I imported the Hyperion Sample database into the Oracle metadata repository using the Admin tool, and then connect to it using Hyperion IR studio. While I can see the tables in the catalog, when I drag them into the Datamodel, they just disappear. I would be interested to see what you get.
    Cheers
    Bob Pentney
    Indigo NZ

  • Oracle hyperion epma server not starting in hyperion 11.1.2.4

    I have installed Hyperion 11.1.2.4 on windows 2008. All the services are running fine except Oracle hyperion epma server. I have tried reinstalling/reconfiguring but nothing is working.When I start the service, I get the message - The Oracle EPMA Server service on local computer started and stopped. Some services stop automatically if they are not in use by other services or programs. I have also checked the windows event log but it didn't give me any clue.
    Any suggestions.

    I also see below errors in registry.log
    [2015-04-05T19:50:01.591-05:00] [EPMREG] [NOTIFICATION] [EPMREG-52000] [oracle.EPMREG.REG] [tid: 10] [ecid: 0000KmCD7qADwW05zzWByW1L8TWk000000,0] [SRC_CLASS: com.hyperion.hit.registry.ComponentImpl] [SRC_METHOD: setFileContent] WRITE - SETFILECONTENT: Component- SHARED_SERVICES_PRODUCT, File Name- CSSConfig
    [2015-04-05T19:50:04.157-05:00] [EPMREG] [NOTIFICATION] [EPMREG-51247] [oracle.EPMREG.REG] [tid: 13] [ecid: 0000KmCDAe_DwW05zzWByW1L8TWk000003,0] [SRC_CLASS: com.hyperion.hit.registry.DatabaseComponentImpl] [SRC_METHOD: getDatabaseHostName] Registry DB has been configured with thin driver jdbc:oracle:thin:@localhost:1521:orcl.
    [2015-04-05T20:11:53.931-05:00] [EPMREG] [NOTIFICATION] [EPMREG-52000] [oracle.EPMREG.REG] [tid: 10] [ecid: 0000KmCI8JNDwW05zzWByW1L8TpH000000,0] [SRC_CLASS: com.hyperion.hit.registry.ComponentImpl] [SRC_METHOD: setFileContent] WRITE - SETFILECONTENT: Component- SHARED_SERVICES_PRODUCT, File Name- CSSConfig
    [2015-04-05T20:11:56.990-05:00] [EPMREG] [NOTIFICATION] [EPMREG-51247] [oracle.EPMREG.REG] [tid: 13] [ecid: 0000KmCIBCyDwW05zzWByW1L8TpH000003,0] [SRC_CLASS: com.hyperion.hit.registry.DatabaseComponentImpl] [SRC_METHOD: getDatabaseHostName] Registry DB has been configured with thin driver jdbc:oracle:thin:@localhost:1521:orcl.
    [2015-04-05T20:23:55.609-05:00] [EPMREG] [WARNING] [EPMREG-11102] [oracle.EPMREG.REG] [tid: 10] [ecid: 0000KmCKsFvDwW05zzWByW1L8U0X000000,0] [SRC_CLASS: com.hyperion.hit.registry.RegistryUtils] [SRC_METHOD: buildConnFromDriverManager] Check whether the database server is reachable. RootCause : IO Error: The Network Adapter could not establish the connection
    [2015-04-05T20:23:57.230-05:00] [EPMREG] [ERROR] [EPMREG-11154] [oracle.EPMREG.REG] [tid: 10] [ecid: 0000KmCKsFvDwW05zzWByW1L8U0X000000,0] [SRC_CLASS: com.hyperion.hit.registry.datasource.SharedServicesDatabaseConnectionBuilder] [SRC_METHOD: getConnection] Failed to create connection from data source. RootCause:IO Error: The Network Adapter could not establish the connection.
    [2015-04-05T20:23:57.230-05:00] [EPMREG] [NOTIFICATION] [EPMREG-53000] [oracle.EPMREG.REG] [tid: 10] [ecid: 0000KmCKsFvDwW05zzWByW1L8U0X000000,0] [SRC_CLASS: com.hyperion.hit.registry.exceptions.RegistryException] [SRC_METHOD: <init>] Registry Exception Occured - Failed to create new database connection using datasource.RootCause:[IO Error: The Network Adapter could not establish the connection]
    [2015-04-05T20:23:57.241-05:00] [EPMREG] [NOTIFICATION] [] [oracle.EPMREG.REG] [tid: 10] [ecid: 0000KmCKsFvDwW05zzWByW1L8U0X000000,0] [SRC_CLASS: com.hyperion.hit.registry.Registry] [SRC_METHOD: lookupComponentsWithException] EPMREG-11045
    [2015-04-05T20:23:57.241-05:00] [EPMREG] [NOTIFICATION] [EPMREG-53000] [oracle.EPMREG.REG] [tid: 10] [ecid: 0000KmCKsFvDwW05zzWByW1L8U0X000000,0] [SRC_CLASS: com.hyperion.hit.registry.exceptions.RegistryException] [SRC_METHOD: <init>] Registry Exception Occured - Failed to create new database connection using datasource.RootCause:[IO Error: The Network Adapter could not establish the connection]
    It says it couldnt reach the database. But my database is fine. The shared services is running fine.

  • Shared services  9.3.1  configuration  to connect to oracle 10g xe fails

    I am trying to install Hyperion shared services on Windows XP media center. I have Apache Tomcat running as localhost and Oracle 10g express edition running as database. When I try to install hyperion shared services, the installation process goes well until database configuration details.
    I can see my server name, Port: 1521. Then I have a table with other details
    Product SID User Name Password DataTablespace Index Tablespace.
    I enter the password used to connect to oracle database as "admin" in shared services.
    User Name = hypuser
    SID = hypdb
    Product = Hyperion
    Then I click next. I keep receiving this error message " Unable to connect to the database for product hyperion shared services".
    Can some one tell me what the problem is?
    Backuperror notepad shows: System error 1060 has occurred.
    The specified service does not exist as an installed service.
    Thanks.

    Hi,
    First of all "Windows XP media center" is not an officially supported O/S so you may experience issues.
    Before you configure the database you will have you have created a schema for HSS in Oracle, for example if you created a schema called HSS with password of hyperion then the connection details will be
    SID : XE
    username : HSS
    password : hyperion
    The SID is usally XE by default on oracle express editions.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • SAP BPC and Hyperion SmartView

    Hello, Forum u2013
    Encountering an issue when trying to use SAP BPC and Hyperion SmartView at the same time and just curious if anyone else is 1) using both programs at the same time and 2) if so, have you encountered any problems?
    Here is the scenario:
    I have a SAP template file (EvDRE) that is used in conjunction with Hyperion SmartView.  The way it works is that the template would extract the numbers out of Hyperion and then send the base numbers to the SAP system.
    In order to do this, however, I have to create the connection to the Hyperion database first, which I do using VBA code.
    When I execute this code within a blank workbook, I am able to successfully create the connection to Hyperion with no problems.
    When I execute the same code within my SAP template, I receive a MS Excel error (u201CExcel has encountered an error and must close programu2026u201D).  This has been a consistent result that Iu2019ve received.
    Please note that I am not logged into either SAP or Hyperion when I receive this error (this happens outside both systems).  I'm worried that as soon as I log into both programs, the whole thing will crash...
    So, just curious if anyone out there is encountering the same issue when trying to use both programs.
    Please let me know.
    Carlo

    My suggestion is to attempt to break it into 2 seperate work flows for testing, using 2 seperate templates.  One to pull, then copy the data to the second sheet for submission.  I would assume that you would have to be connected to initiat eeither the extraction of sending of data using your added code, so seperating the 2 steps may prove useful.
    Hope this helps.

Maybe you are looking for