Hyperion- Can it Connect to two database at a time

Hi All,
I am new to Hyperion Reporting and Analysis. Kindly help me in the following Scenario.
Consider two database 'A' and 'B'
I want to create a report from tables from Database "A" and "B"
How to do that.
Kindly Help me out
Thanks in advance
Regards
Gatha

For Interactive Reporting there are a couple options.
1. Us the OBIEE BI Server and model your semantic layer with the connections. The Product is designed for Federated Queries.
2. Build within Client
- Query 1 for Database A
- Query 2 for Database B
- Qyery 3 using local results build the data model from Query Results A and B - Joined appropriately
3. Depending on the Database - SQLServer, Oracle, DB2 etc you could connect to multiple DB within one OCE - You will need to look at Mark Ostroff's tips and tricks guide from previous Hyperion Conference for how to do it.
Hope this is Helpful
Wayne Van Sluys
TopDown Consulting

Similar Messages

  • Can I connected to two Database in jdbc page?

    I need to run two queries in my project but it has two different databases.

    Yes.
    You have to load the appropriate driver(s) and use two different Connection objects, but as long as the 2 DBs have different URLs, it all works just fine.

  • Can i connect to the database through the internet

    hi all
    i installed a database oracle 8i enterprise edition on a pc that exists in a town far from me . i wonder can i connect to this database through the internet from my house
    please i need a answer
    thanks in advance

    You can connect from an Oracle client to any Oracle database in the world that meets certain requirements.
    First you need an open network connection between the two points so either no firewall exists between the two stations or the firewall(s) have been configured to allow Oranet traffic. This means both databases must have access to the Internet and certain ports are open.
    Second you will need the IP address and port for the remote listener, which in turn must be up and running on the target server.
    Then you must have the Service Name or SID and a valid username/password combination for the target database. Plus the username must have create session privilege.
    That should be about it.
    HTH -- Mark D Powell --

  • Connecting to two database simulteneously

    I am writing code to get data out of an existing customer database and put this data into a new database as part of a product update. I am told I can start one database server, and use it to get connections to both databases. My problem is that the database are in essence the same - they are just in different directories. My directory structure looks like this:
    c:\myapplication\my.db
    c:\old_myapplication\my.db
    To access the first database I do the following:
    // initialize the database driver
    String dbDriver = properties.getProperty("database_driver","com.sybase.jdbc2.jdbc.SybConnectionPoolDataSource");
    String URL = "jdbc:sybase:Tds:127.0.0.1:2638";
    try {
      Class.forName(dbDriver);
    } catch(Exception e) {}
    originalDBConnection = DriverManager.getConnection(URL, "username","password");.....
    This works fine and I connect to the first database. My problem is that I can't figure out how to connect to
    the second database! I don't see where the path to the database is ever specified, and since both
    databases use the same driver it seems I need to use the same URL.

    Thanks fun_one, you were right, I did need to create two connections. I'm using jconnect...I'll post the final solution for posterity :-).
    To connect to two databases (and one server) using jconnect...
    1. When starting the database server, specify the names and paths of your databases. Here is my command:
    start dbsrv8.exe %2 %3 %4 -n %DBNAME% -c 32M -x tcpip -gkall -gdall -gx 30 c:\myapp\database\mydb.db -n db2 c:\myapp\database\mydb.db -n db1
    ....where db1 and db2 are the names of my databases.
    2. Then initialize the database driver as normal:
                // initialize the database driver
                String dbDriver = properties.getProperty("database_driver","com.sybase.jdbc2.jdbc.SybConnectionPoolDataSource");
                try {
                    Class.forName(dbDriver);
                } catch(Exception e) {
                    e.printStackTrace(System.out);
                }3. Now, when getting a connection add the database name to the url
    //Connect to db1
    String urlOne = "jdbc:sybase:Tds:127.0.0.1:2638?ServiceName=db1";
    Connection db1connection = DriverManager.getConnection(urlOne, dbUserName, dbPassword);
    //Connect to db2
    String urlTwo = "jdbc:sybase:Tds:127.0.0.1:2638?ServiceName=db2";
    Connection db2connection = DriverManager.getConnection(urlTwo, dbUserName, dbPassword);I found the following webpage very useful:
    http://manuals.sybase.com/onlinebooks/group-sas/awg0703e/dbugen7/@Generic__BookTextView/47925

  • Connecting to two database instances using the same Toplink

    Hi,
    We are trying to create a process using BPEL where data from one database instance needs to be passed to the other. The process is compiling properly and we could deploy it in BPEL Process Manager. But when we try to run the process, the data is not getting inserted into the second instance. There is no error /exception being thrown at most of the time, but at times we are getting a 'Unique constraint error' eventhough there is no duplication of data.
    Can we connect to two different instances using the same toplink. How can we achieve this.
    Thanks in advance
    Pratheusha

    You need to use two different sessions with two different mapping descriptors

  • Connecting to two database instances from the same TopLink

    Hi,
    We are trying to create a process using BPEL where data from one database instance needs to be passed to the other. The process is compiling properly and we could deploy it in BPEL Process Manager. But when we try to run the process, the data is not getting inserted into the second instance. There is no error /exception being thrown at most of the time, but at times we are getting a 'Unique constraint error' eventhough there is no duplication of data.
    Can we connect to two different instances using the same toplink. How can we achieve this.
    Thanks in advance
    Pratheusha

    You need to use two different sessions with two different mapping descriptors

  • How can I connect to the database using ODBC within excel.

    Hi,
    How can I connect to the database using ODBC within excel and just refresh the data when needed.
    Thanks,
    Priyanka
    Edited by: user554934 on Jun 9, 2009 2:53 AM

    This is NOT an APEX relevant question, try posting it in the SQL/PL/SQL Forum..
    Thank you,
    Tony Miller
    Webster, TX

  • How can I connect to a database from ipaq with cldc??

    how can I connect to a database from ipaq with cldc??

    Hi Again
    There is a library by Mimer which allows you do connect to a Mimer SQL Server, don't know must about it, but here is a link.
    http://developer.mimer.com/
    If that doesn't suit you, I suspect that you will have to use some sort of proxy solution. Either by creating a servlet to accept the sql string you want to send, or by creating your own custom proxy server running J2EE. The servlet or the proxy server must be able to receive an SQL String, do the query to the actual database and return the results in some sort of format to the mobile device. Maybe just a space delimited string.
    Hope this helps
    -Daur

  • Can I open these two database simultaneously on a same system?

    I have cloned the current database using Oracle EM Clone tool on a same WinXP system. Can I open these two database simultaneously on a same system? If can, How can Iogin to another database(cloned database)?

    You should be able to start both databases if you did the cloning correctly.
    EM use RMAN duplicate to clone database. It's basically created a AUXILIARY database and duplicate target database into it.
    You must enter destination global name and instance name before proceed. What's instance name you entered?
    set your ORACLE_SID to that instance name and login.

  • Can I connect to MySQL database

    sorry for my English...
    I'm absolutely new in Flex
    can I connect to MySQL database?
    I read here that I need to create a java class file and edit
    an xml to create connection to oracle, can I connect to MySQL
    server too, I think that the PHP-XML is too slow to work with lare
    amounts of data... so can you post me MXML, the XML, and the JAVA
    class file, with I will be able to send sql to mysql server and get
    the response?
    or FDS is a stand-alone SQL server?

    Flex is not a SQL server.
    The Flex SDK and compiler supports developing applications
    that run in the Flash player.
    Flex Data Services is deployed as a Java web application that
    simplifies integrating Flex clients with Java server-side resources
    (including interacting with SQL databases via Java).
    FlexBuilder is an IDE for developing Flex apps.
    I'd recommend spending some time browsing the Flex product
    area on adobe.com.
    Best,
    Seth

  • Can't connect to the database after 1-2 day, Named Pipes Provider, error: 40,Microsoft SQL Server, Error: 121

    HI
    I have a problem. I can't connect to the database. It said : 
    An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider,
    error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 121)
    When I restart the server, I can connect normally. But after 1-2 days, it can't be connected. 
    How can I fix this?

    Hi Lee,
    Please refer to the following article to configure SQL Server 2005 to allow remote connections:
    http://support.microsoft.com/kb/914277/en-us
    Regards,
    Elvis Long
    TechNet Community Support

  • HT4356 I  from an iPad , but get, " no AirPrint printers found" , how can I connect the two devices?(I have followed all the usual network steps!

    I  am trying to airprint from an iPad , but get, " no AirPrint printers found" , how can I connect the two devices?(I have followed all the usual network steps!

    Make sure you have a AirPrint enabled printer.
    http://support.apple.com/kb/ht4356

  • Can I connect Azure SQL Database from Project Siena ?

    Can I connect Azure SQL Database from Project Siena ?
    I want to connect Azure SQL Database of Office 365 SharePoint's Access App from Project Siena.
    Access App's Database is Azure SQL Database.
    and can connect to Excel/PowerBI/etc.
    Access App's Database can connect from specific location / any locations.
    Access App's Database can allow read-only connection / read-write connection.
    I want to create Windows App connected to Access App's Database.
    Regards,
    Yoshihiro Kawabata.

    Hi Yoshihiro,
    Could you share more with us about the high level scenario for what you are trying to accomplish offline? We can discuss further at
    [email protected]
    Once we are done, we will definitely share our findings with the community.
    Thanks!

  • Can I connect an external hard drive to Time Capsule for off site back up?

    I like having a copy of everything at another site in case of a house fire. Can I connect an external hard drive to Time Capsule to make a duplicate of what is on Time Capsule? I would store that hard drive at work and bring it home monthly or something to back up Time Capsule. Thanks!

    Can I connect an external hard drive to Time Capsule to make a duplicate of what is on Time Capsule?
    That is exactly what the Archive function on the Time Capsule is for. Connect a USB drive and click Archive, and a mirror image of your Time Capsule will be copied over to the USB drive.  It's a slow process that will take 4-8 hours depending on how much data is on the Time Capsule, so best to start things late at night and let them run overnight.
    Another option would be to use a commercial application like Carbon Copy Cloner to keep your backup.  The advantage to this approach is that once the first "master" backup is done, the application will only back up the changes on the Time Capsule that have occurred since the last backup. So, subsequent backups will be much faster, probably only taking about 10-15 minutes.

  • How many sets of wireless headphones can I connect to my iPad at one time?

    How many sets of wireless headphones can I connect to my iPad at one time?

    Did you mean Bluetooth? One. Did you mean FM or infrared, driven from the 3.5mm output jack? Any number of them, assuming you use the same frequency to receive the stream.

Maybe you are looking for