Business Objects Query Builder - application server for data connections

Hi experts,
I am trying to flush out all instances where we have universes with connections pointed to the wrong application server. I was hoping to use query builder to show me the application server being used for all connections (metadata.dataconnection)
Is this possible?
Edited by: Khaled McGonnell on Nov 3, 2010 6:11 PM

Hi Srinivas,
I had tried SELECT * already : )
The application server is the server on which the BI system you are connecting to is located. You have to define this when you create the connection in Universe Designer.
You can see the application server for "connections if you use the following query:
select si_server from ci_systemobjects where si_kind = 'Connection'
However, these are not the connections used by universes. These connections are from logged in users. Any ideas?

Similar Messages

  • Reg:-10901: Database error: [Microsoft][ODBC SQL Server Driver][DBNETLIB]General network error. Check your network documentation.. Contact your Business Objects administrator or database supplier for more information. (Error: WIS 10901)

    Hi Friends,
    When i schedule the report in infoview ,i am getting this error, could you please let me know how to solve this error.
    10901: Database error: [Microsoft][ODBC SQL Server Driver][DBNETLIB]General network error. Check your network documentation.. Contact your Business Objects administrator or database supplier for more information. (Error: WIS 10901)
    Thanks
    sreedhar

    Hi,
    I am able to refresh the report in Infoview and data is dispalying , but when i schedule the report in infoview i am getting that error.
    I am not clear on below one could you please elaborate on this
    You need to create ODBC for SQL server.Check your BO server is able to connect SQL Server.
    Thanks
    sreedhar

  • Version of Application Server for Oracle E-Business suite 12.0.4 ?

    Hi ,
    I want to know the complete version of Application Server for Oracle E-Business suite 12.0.4 . The installation guide/ rapid install mention this :
    A) Oracle database 10.2.0.3
    B)Applications Server : 10.1.3 oc4j
    C) Application Server : 10.1.2.2 (forms)
    D) E-business Applications
    But I want to know the complete version for 10.1.3 .Is it 10.1.3-3 or is it 10.1.3.4 or both ? This will help us ind determining the patches which can be applied ?
    Thanks.
    Best Regards,
    brinda

    Hi,
    Please refer to:
    Note: 468311.1 - Script to find Apache, Java, JRE, Forms version for Oracle E-Business Suite R12
    Note: 454811.1 - Upgrading to the Latest OracleAS 10g 10.1.3.x Patch Set in Oracle E-Business Suite Release 12
    Regards,
    Hussein

  • Sun Java System Application Server for Mac OS X ?

    hi everybody.
    does anybody know if (any given date ?) sun is planning to offer a distribution of its sun java system application server for mac os x ? or even better: any ideas on how to install a currently available version on mac os x 10.4 ? the linux bin seems not to be readable.
    thank you very much in advance, folks.
    and have a nice day
    andre from berlin, germany

    As you noticed, standalone MacOS distribution of application server is currently not available, but what you can do is to download NetBeans with J2EE bundle or Creator (for free) and install bundled Application Server on this platform. Download URLs are:
    http://www.netbeans.info/downloads/download.php?type=4.1
    (NetBeans/J2EE cobundle)
    http://developers.sun.com/prodtech/devtools/free/
    (Creator)
    Also, you can install and run Glassfish (which is open-source version of upcoming Application Server 9.0) on MacOS X:
    http://java.sun.com/javaee/glassfish/getit.jsp

  • Can i use oracle 8i for oracle 9ias application server for developijsp applicationes?

    hi,
    can i use oracle 8i database for oracle 9ias application server for developing jsp applicationes?
    can any one give suggetion?
    jpullareddy

    If you are using OLite, you should use the OLite .NET provider:
    http://download-west.oracle.com/docs/cd/B14156_01/doc/B13788/html/toc.htm
    Look at Chapter 6 and 11, which cover ADO.NET data access.

  • Business object query panel

    hi all,
    iam new to crystal reports.
    can u guide me how to create query in business object query panel in crystal reports
    using two table in universes.
    Regards.
    Vijender

    If you already have the universe exported to server then create new connection in crystal and select universe and connect to server and select the universe from server. Once you select the universe it popsup query panel, here you can drag what all the fields that you want to display in crystal and also you can add filters in the query panel. Once you create the query add that query to crystal and run the report.
    Regards,
    Raghavendra

  • Save the o/p of the query in Application Server, Filename with Timestamp

    Dear Experts,
    I have a scenario that on 1st of every month, a query needs to execute and save the output of that query in Application Server, Filename along with Timestamp.
    For ex: Production_19/09/2011
    So, I Created a Query Extract in RSCRM_REPORT and gave the path name and scheduled. The output of the query is saved successfully in Application Server.
    But I need Timestamp along with Filename.
    Please help me out with the timestamp issues, how could I include Timestamp with Filename (Query Name).
    Thanks,
    SAP BI

    Hi chaith,
    You can achieve the result with out any code. You have to use the APD concept to extract the query to a file.
    check the following link which help you to create a logical path
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60e86545-9940-2d10-9f89-eb5bce1f9228?quicklink=index&overridelayout=true
    you can use the path in the APD.
    Regards,
    Ranganath

  • Business Objects Universe Builder

    <p>Please share if anybody has Business Objects Universe Builder Experience with BO XI R2.</p><p>Regards,</p><p>Padmakara </p><p>&#160;</p>

    Hi
    I met this error before and I think this may be caused by the version of BO universal builder and Oracle database can not match.
    connect to Oracle using OLAPSYS user
    and then run sql below :
    CREATE OR REPLACE VIEW OLAPSYS.CUST_OLAP2_AW_DIM_HIER_LVL_ORD AS
    select a.aw_owner,
    a.aw_name,
    a.aw_dimension_name,
    a.aw_hierarchy_name,
    a.is_default_hier,
    a.aw_level_name,
    b.position- a.position position from
    OLAPSYS.ALL$OLAP2_AW_DIM_HIER_LVL_ORD a,
    (SELECT max(position)+1 position,aw_owner,aw_name,aw_dimension_name,aw_hierarchy_name
    from OLAPSYS.ALL$OLAP2_AW_DIM_HIER_LVL_ORD
    group by aw_owner,aw_name,aw_dimension_name,aw_hierarchy_name)b
    where a.aw_owner = b.aw_owner
    and a.aw_name=b.aw_name
    and a.aw_dimension_name=b.aw_dimension_name
    and a.aw_hierarchy_name = b.aw_hierarchy_name;
    GRANT SELECT ON OLAPSYS.CUST_OLAP2_AW_DIM_HIER_LVL_ORD TO PUBLIC;
    DROP PUBLIC SYNONYM ALL_OLAP2_AW_DIM_HIER_LVL_ORD;
    CREATE PUBLIC SYNONYM ALL_OLAP2_AW_DIM_HIER_LVL_ORD FOR OLAPSYS.CUST_OLAP2_AW_DIM_HIER_LVL_ORD;

  • Where is the Oracle Application Server for Apex 3.2.1?

    Hi, I feel ashamed asking this, but I want to know where to download the Application Server for Apex 3.2.1. Apex is installed in a DataBase 10gR1 and the O.S. where I will install the Application Server is RedHat
    I think it is here
    http://www.oracle.com/technetwork/middleware/ias/downloads/index.html
    But there is a lot of links and things to download and I don't even know if it will work because it is Release 3 and the DataBase is Release 1, but I tried downloading the "Oracle 10gR3 Companion (10.1.3.x) CD", but after running the installer in the disk1, I found that the Oracle HTTP Server that it would install does not include mod_plsql and I know I need it.
    So, which one should I download, or where can I find it?
    Thanks.

    Hi,
    Hi, I feel ashamed asking this, but I want to know where to download the Application Server for Apex 3.2.1. Apex is installed in a DataBase 10gR1 and the O.S. where I will install the Application Server is RedHatI think it is here
    http://www.oracle.com/technetwork/middleware/ias/downloads/index.html
    But there is a lot of links and things to download and I don't even know if it will work because it is Release 3 and the DataBase is Release 1, but I tried downloading the "Oracle 10gR3 Companion (10.1.3.x) CD", but after running the installer in the disk1, I found that the Oracle HTTP Server that it would install does not include mod_plsql and I know I need it.
    So, which one should I download, or where can I find it?>
    Strictly speaking you do not need Application Server or OHS for running Apex, you have an option in ApexListener. If it is a small installation then stick to EPG that comes built-in.
    Try downloading the Oracle HTTP Server from here . You will need to check the commercial aspects yourself as OHS is not a free software for Production environment, AFAIK.
    Cheers,

  • Business objects and start events required for CO11N and CO13 transactions

    Hi,
    We do production order <b>confirmation</b> and <b>cancellation</b> in CO11N and CO13 respectively. Can somebody please tell me the corresponsing business objects and the start events for them? This is a very urgent issue, I will surely rewad good points.
    I guess we need to use AFVC_PM object and "finalconfirmation" event for the confirmation.
    Please confirm this and kindly suggest the same for cancellation.
    Thanks,
    Max

    Hi Max,
    You will have to use the object BUS2005 - which is for Production order.
    If you do not have Required events in the BO, you will have to extend object to add those custom events e.g. Cancellation event.
    In this case you wil have to use Status management technique for raising events if standad transaction is not raising them.
    Hope following SAP Help link might help you  to start off..
    http://help.sap.com/saphelp_47x200/helpdata/en/c5/e4aed5453d11d189430000e829fbbd/content.htm
    Regards,
    Akshay Bhagwat

  • Business Object XI 3.0 Integration for SAP Solutions

    Hi all,
           I am new to Business Object XI 3.0 integration for SAP solutions, can anyone please help me with the basics for Business Objects XI 3.0, I will probably be doing an installation of the same at my organization very soon, can anyone please tell me how much time is it going to take for me to complete the installation, what are the prerequisites, what should be the starting step for the same. Any advice as to where am I suppose to be carefull, I would really appreciate the help.
    Regards,
    Sree.

    Hi shree,
    As you are going for the new installation of Business Objects Enterprise XI R3 you can find all the prerequisites for the installation like the disk space and all other such requirement in the documents provided in the following link.
    You can have the Business Objects documents from the following site.
    -     Please go to Http://help.sap.com
    - Click on Business Objects tab
    - Select the product as Business Objects Enterprise XI 3.0  and it will list all the document under the respective product.
    You can find all the prerequisites in the Business Objects Enterprise admin guide. And if you need to have BO and SAP work together in conjunction you need to have the Business Objects Integration Kit for SAP. Integration Kit provides the database drivers and other features for reporting off SAP.
    Link to download the useru2019s Guide:
    -     Please go to Http://help.sap.com
    - Click on BusinessObjects tab
    - Select the product as Integration Kit for SAP
    User guide: BusinessObjects Integration Kit for SAP Useru2019s Guide.
    I hope that helps you.
    Regards,
    Prashant

  • What is procedure to make application server for existing server

    Hello Friends,
    What is procedure to make application server for existing server due to server load and no. of user..
    Thanks in advance.
    Regards,
    Sachin

    hi
    good
    go through these links,this will gives you complee idea about the creating instances in application serverl.
    http://www.erpgenie.com/sap/basis/
    http://www.sapdevelopment.co.uk/file/file_disall.htm
    thanks
    mrutyun^

  • Oracle version of the Microsoft Application Blocks for Data Access

    Where can I find an Oracle version of the Microsoft Application Blocks for Data Access? Is it tied to any specific version of the Oracle Client software? I currently have version 8.1.7.3 installed.

    I think that DAAB 3.0 only has support for ODBC and OLEDB, which indeed can be used for Oracle. The Nile 3.0 program has an OracleHelper file, but this one uses the Microsoft Dataprovider for Oracle RDBMS. With some minor changes you can make this version work with the ODP.NET that Oracle provides.
    The issue I'm trying to convey is, that it seems hard to use the Microsoft Application Blocks using ODP.NET. As I described earlier, the LOBs and REF Cursors are reference types that actually point to data in the Database. This means, that the Connection to the database must be open to get to the Data.
    In the DataHelper, you open the Connection and get the data you need. The DataHelper should then clean up and close the Connection. Then you pass the data to the caller. However, since we're dealing with Reference types, a closed connection means no data.
    So I guess the only way to make this easy to use and not having to assume the caller/developer will open and close connections, you must copy the data in an instance of a DataSet, before you close the connection and then pass the Dataset back to the caller.
    I wonder if people have delt with this issue and what their solution looks like.
    thnx

  • Adding JBoss Application Server for Monitoring

    How do you add a JBoss Application Server for monitoring? Is there a way to add it silently like silent install of the host target?

    It is a manual process, you need to launch Jboss discover UI using Targets > Middlware page.
    Also, please use JVMD for more detailed analysis.
    You need to specify JARs based on the version of the JBoss -
    Note - Please check the support site for exact certified versions of JBoss.
    JBoss 4:
    dom4j.jar jboss-management.jar jnp-client.jar
    jbossall-client.jar jboss-client.jar
    JBoss 5:
    concurrent.jar jboss-javaee.jar jboss-serialization.jar
    dom4j.jar jboss-jsr77-client.jar jbosssx-as-client.jar
    jbossall-client.jar jboss-logging-spi.jar jbosssx-client.jar
    jboss-client.jar jboss-management.jar jnp-client.jar
    jboss-common-core.jar jboss-remoting.jar jboss-integration.jar jboss-security-spi.jar
    JBoss 6:
    concurrent.jar jboss-management.jar
    dom4j.jar jboss-remoting.jar
    jbossall-client.jar jboss-security-spi.jar
    jboss-client.jar jboss-serialization.jar
    jboss-common-core.jar jbosssx-as-client.jar
    jboss-ejb-api_3.1_spec.jar jbosssx-client.jar
    jboss-integration.jar jboss-transaction-api_1.1_spec.jar
    jboss-jsr77-client.jar jnp-client.jar
    jboss-logging.jar
    If you plan to use JVMD then you should select Remote Agent for discovery/monitoring.
    JNDI service should be configured and Naming Service port should be open.
    Agent should be able to communicate with the host and JNDI port.
    Above list of JARs to be copied on the agent machine (location provided as library path during discovery)
    Could you please share customer details and usecases.

  • Retrieve multiple records of  Business Object in a Application Service?

    Hi,
    I am working on CE71.
    I want to know how to retrieve multiple records of a Business Object in a Application Service?
    Regards,
    Rahul

    Hi,
    This can be achieved by adding find method on one or multiple attributes of the business object.
    Suppose There is a customer business object with attributes (name, id , city, country ). Now you can add findByCity operation that will return all the Customer Objects which have the City = as entered by user.
    Now this find operation can then be called by your application service and this list can then be returned as output of the application service.
    Hope this helps,
    Ashutosh

Maybe you are looking for