Problem in filtering reports in presentation services

Hello,
I have a problem with the data that is returned after filtering reports in the presentation services.
The simplified problem:
I have two physical tables: table A and table B.
Between the two tables there's a left outer join, meaning, records from table A that does not join with any records in table B, should also be returned from the DB.
In the presentation services, I create a report based on column 1 from table A and column 2 from table B.
The problem starts when I filter the report in the presention services by a third column (from table B), that is not part of the report:
The problem is that the Oracble BI creates a SQL query, that filters the data after the left outer join between the two tables is executed. Meaning, in the SQL query, first the data from the left outer join is returned, and then, in the SQL query, anthoer WHERE cluase is added, and filters the data by the filter we set in the presentation services.
I want the filter we set in the presention services will be executed on table B, and only after that, the left outer join between the table A and table B will be executed.
Is there a away of doing it?
How can I define for the BI to create such query?
Thanks!

Hi friend,
a solution could be create a view of the table B with the filter (by the third field) applied. Then, you can apply left join between table A and view of table B. So, you will obtain the results what you want.
I hope this can be usefull for you. Please, if it's usefull or resolve your problem, mark the answer, Thanks
Good luck friend.

Similar Messages

  • ORA-02263 when creating Report on Web Service Result

    Hi,
    I'm using Application Express 4.2.1.00.08 and I'm having problems creating a report on web service result.
    This is the tutorial I'm using: http://docs.oracle.com/cd/E14373_01/appdev.32/e13363/web_serv.htm (yes, I realize it's intended primarily for APEX 3.2).
    I am able to create the web service, but when creating a report on web service result, I get the following error in the last step:
    ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.
    I have tried creating a report on the same web service result on apex.oracle.com (Application Express 4.2.1.00.08) and I don't get the error, and I am able to create the report.
    The same thing happens with another web service, so I'm puzzled.
    What could be the problem?
    Thank you.

    I wasn't able to solve the original problem, but I was able to recreate the process manually, using APEX_WEB_SERVICE.PARSE_RESPONSE function, documented here:http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21676/apex_web_service.htm#autoId10
    Thanks again for your help!

  • Presentation Services crash on Drill Down in a report

    Hi,
    We are using Oracle Business Intelligence Enterprise Edition v10.1.3.4 running on a Windows 2003 server. The underlying database is an instance of Oracle OLAP 11g v11.1.0.6.0.
    It has been noticed that for some of our reports, when we click on a data item which is a hyperlink (member of a hierarchy in the underlying OLAP cube), then it is expected that the report should drill down to show the children of the element being clicked on. For some of these elements, the number of children in the drill down is potentially larger than any 'normal' element. A click (drill down) on such an element results in the following error message being recorded in the NQServer.log and the Presentation Services crash at the same time.
    *[nQSError: 12002] Socket communication error at call=recv: (Number=10054) An existing connection was forcibly closed by the remote host.*
    It seems that at this point in time the report is hitting some threshold of the application (like CubeMaxRecords or CubeMaxPopulatedCells). We have not yet changed the defaults for any of the parameters in the instanceconfig.xml file since some users claim that increasing the limits for the default parameters result in a performance hit.
    Any thoughts on overcoming this problem scenario are highly appreciated.
    Thanks and Regards,
    Piyush

    Hi,
    We are using Oracle Business Intelligence Enterprise Edition v10.1.3.4 running on a Windows 2003 server. The underlying database is an instance of Oracle OLAP 11g v11.1.0.6.0.
    It has been noticed that for some of our reports, when we click on a data item which is a hyperlink (member of a hierarchy in the underlying OLAP cube), then it is expected that the report should drill down to show the children of the element being clicked on. For some of these elements, the number of children in the drill down is potentially larger than any 'normal' element. A click (drill down) on such an element results in the following error message being recorded in the NQServer.log and the Presentation Services crash at the same time.
    *[nQSError: 12002] Socket communication error at call=recv: (Number=10054) An existing connection was forcibly closed by the remote host.*
    It seems that at this point in time the report is hitting some threshold of the application (like CubeMaxRecords or CubeMaxPopulatedCells). We have not yet changed the defaults for any of the parameters in the instanceconfig.xml file since some users claim that increasing the limits for the default parameters result in a performance hit.
    Any thoughts on overcoming this problem scenario are highly appreciated.
    Thanks and Regards,
    Piyush

  • How to get report from BI Publisher in BIEE presentation services

    Hello all, I have installed the BIEE and BI Publisher in the same host, and I have followed the configuration in the oracle biee install documentation, but when I want to access to the BI Publisher Enterprise or get the report from the BI Publisher in the presentation services, I will get the error saying cannot access to the BIP, do I need to do any further configuration or do I need to install any other component?
    Thanks in advance~

    For me, it seems integration problem. Verify the following:
    1. Are you able to login into BI Publisher Directly? If yes,
    2. What Security Model being Setup in BI PUB? (You can verify this from xmlp-server-config.xml file)
    3. If it is XDO or BI Server ==> Password Synchronization Steps between BI Preso Services and BI Publisher.
    4. If it is BI Server ==> Create necessary roles in RPD..
    -Vency

  • Date format Problem in forms&reports Services 10g

    Hi Dears,
    I Faced a problem during running reports ( i am using forms& Reports Services 10g), when i pass the parameters via parameter form to the report (built in forms10g Rel 2.0) its appearing in arabic like (25-يناير-2010) as my Date Formate is (DD-YYYY-MON) and NLS_LANG parameter is defined as Arabic_Saudi arabia.AR8MSWIN1256 so as a result report is not running due to unknown Date formate, how can i change the Same Date format (DD-YYYY-MON) to appear in english like (25-2010-JAN)
    Thanks

    You could specify the parameter as type VARCHAR2, explicitly cast it (maybe to DD.MM.YYYY) when you pass it from forms and cast it back in your query, like TO_DATE(:P_PARAM, 'DD.MM.YYYY')

  • Problem starting Presentation Service

    Hi,
    I am using Oracle BI in RHEL 5. All services(BI Publishers, Analytics etc.) were running perfectly till yesterday afternoon. But from yesterday evening I am not able to access presentation services(analytics). BI Publisher is OK. I tried restarting the services in the following sequences.
    run-saw.sh stop
    run-sa.sh stop
    sa-init.sh
    run-sa.sh start
    run-saw.sh start
    But my sawlog0.log file shows some errors. Also when I am executing the command run-saw.sh stop it says that Presentation Service is not running. I looked the Application server control and checked the status of analytics from the application tab. The status is Up. Can anyone help me please. Can I solve this without reinstalling Oracle BI. The following is the message I got from the sawlog0.log.
    Type: Information
    Severity: 30
    Time: Thu Mar 18 09:36:24 2010
    File: project/sawserver/sawserver.cpp Line: 386
    Properties: ThreadID-3086345936
    Location:
         saw.sawserver
    Oracle BI Presentation Services 10.1.3.4.1 (Build 090414.1900) are starting up.
    Type: Error
    Severity: 42
    Time: Thu Mar 18 09:36:24 2010
    File: project/webbedrock/binaryfile.cpp Line: 666
    Properties: ThreadID-3086345936
    Location:
         saw.catalog.local.loadCatalog
         saw.webextensionbase.init
         saw.sawserver
    Access denied: /bi/Oracle_BI/OracleBIData/web/catalog/samplesales/root/system/privs/security/administerprivs.atr
    Permission denied
    Type: Error
    Severity: 40
    Time: Thu Mar 18 09:36:24 2010
    File: project/webcatalog/localwebcatalog.cpp Line: 764
    Properties: ThreadID-3086345936
    Location:
         saw.catalog.local.readObject
         saw.catalog.local.loadCatalog
         saw.webextensionbase.init
         saw.sawserver
    Error outside of Presentation Catalog occurred.
    Type: Error
    Severity: 42
    Time: Thu Mar 18 09:36:24 2010
    File: project/websecurity/securitymanager.cpp Line: 99
    Properties: ThreadID-3086345936
    Location:
         saw.catalog.local.loadCatalog
         saw.webextensionbase.init
         saw.sawserver
    Error loading security privilege /system/privs/security/AdministerPrivs.
    Type: Error
    Severity: 42
    Time: Thu Mar 18 09:36:24 2010
    File: project/webbedrock/binaryfile.cpp Line: 666
    Properties: ThreadID-3086345936
    Location:
         saw.catalog.local.loadCatalog
         saw.webextensionbase.init
         saw.sawserver
    Access denied: /bi/Oracle_BI/OracleBIData/web/catalog/samplesales/root/system/privs/security/administerprivs.atr
    Permission denied
    Type: Error
    Severity: 40
    Time: Thu Mar 18 09:36:24 2010
    File: project/webcatalog/localwebcatalog.cpp Line: 818
    Properties: ThreadID-3086345936
    Location:
         saw.catalog.local.writeObject
         saw.catalog.local.loadCatalog
         saw.webextensionbase.init
         saw.sawserver
    Error outside of Presentation Catalog occurred.
    Type: Error
    Severity: 42
    Time: Thu Mar 18 09:36:24 2010
    File: project/websecurity/securitymanager.cpp Line: 105
    Properties: ThreadID-3086345936
    Location:
         saw.catalog.local.loadCatalog
         saw.webextensionbase.init
         saw.sawserver
    Error saving security account /system/privs/security/AdministerPrivs.
    Type: Error
    Severity: 20
    Time: Thu Mar 18 09:36:24 2010
    File: project/sawserver/main.cpp Line: 338
    Properties: ThreadID-3086345936
    Location:
         saw.sawserver
    Error saving security account /system/privs/security/AdministerPrivs.
    -------------------------------------

    hi,
    please go through this link and check whether your catalog has all the files
    http://debaatobiee.wordpress.com/2009/10/25/bi-catalog-files-how-it-works-the-security-privileges/
    if this doesn't work copy the shared folder in the sample sales report and create a new folder and make it online
    after that restart the presentation server, then paste the shared folder into newly created folder
    thanks,
    saichand.v

  • Every time iTunes comes up in my MAC it quits and says "iTunes quit unexpectedly.  The problem has been reported to apple.".  ???? This has been going on for weeks.  Apple customer service sent me here...

    Every time iTunes comes up on my computer it quits within a few seconds and the message reads," iTunes quit unexpectedly. They problem has been reported to apple.  But it's been like this for weeks.

    Is this AppleCare you are calling? If it is, you need to call back.  They are there to help you with technical issues, specifically ones with your computer.  Or, are you emailing iTunes customer service?

  • Problem with Multiple Presentation Services

    Hello,
    Can any one help me out regarding multiple presentation services with different servers like url of the presenation services should be like
    http://localhost1:9704/analytics and
    http://localhost2:9705/analytics_test
    i have done up to the different port numbers,by deploying analytics_test in enterprise manager and changed the port number in web.xml and created new another instance config file with changed DSN name and listener port ,and also making changes in xmlp-server-config.xml and bioffice.xml but i am struck at host names now, where do i need to do changes so that i get
    localhost1 and localhost2 ??
    Thank you

    If you want to work on test environment on your own machine, you can follow the instruction in the link above :
    http://bvellinger.blogspot.com/2008/01/obiee-10132-and-multiple-presentation.html
    Then you must edit the file :
    C:\WINDOWS\system32\drivers\etc\host
    And modify it like this :
    127.0.0.1       localhost1
    127.0.0.1       localhost2Then a ping return a reply :
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Nicolas>ping localhost1
    Pinging localhost1 [127.0.0.1] with 32 bytes of data:
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Ping statistics for 127.0.0.1:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms
    C:\Documents and Settings\Nicolas>ping localhost2
    Pinging localhost2 [127.0.0.1] with 32 bytes of data:
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Ping statistics for 127.0.0.1:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms
    C:\Documents and Settings\Nicolas>

  • Oracle BI Presentation Services problem - Message without protocol negotiat

    Hello,
    I have installed all the BI EE components on a single RH linux machine, I'm able to start ORACLE BI presentation service and Java host services after the startup the log file (sawlog0.log) says
    Oracle BI Presentation Services 10.1.3.4 (Build 080726.1900) are starting up.
    Type: Information
    Severity: 30
    Time: Thu Feb 26 18:42:56 2009
    File: project/sawserver/sawserver.cpp Line: 459
    Properties: ThreadID-3086547168
    Location:
    saw.sawserver
    Oracle BI Presentation Services have started successfully.
    BUT when I hit the URL [http://]&lt;local host name&gt;:9710/analytics/saw.dll?Dashboard
    The browser is blank and the log file throw error message as following
    Type: Error
    Severity: 40
    Time: Thu Feb 26 18:45:12 2009
    File: project/webcomm/rpcserver.cpp Line: 744
    Properties: ThreadID-41417616
    Location: saw.rpc.server
    saw.rpc.server.handleConnection
    saw.rpc.server.dispatch
    saw.threadPool
    saw.threads
    Message without protocol negotiation
    Type: Warning
    Severity: 40
    Time: Thu Feb 26 18:45:12 2009
    File: project/webcomm/socketrpcserver.cpp Line: 491
    Properties: ThreadID-41417616
    Location:
    saw.rpc.server.handleConnection
    saw.rpc.server.dispatch
    saw.threadPool
    saw.threads
    Bad request. Closing connection.
    Please note that Java host service is up & running with following message
    Feb 26, 2009 6:42:59 PM Main main
    INFO: Listening for new connections
    Can someone help me on what I'm missing?

    Did you check the Enterprise Manager to see wheter the application was correctly deployed and is up and running?
    http://ofdsys.us.oracle.com:9704/em
    Go Applications -> "analytics" (already here you can check the status) -> Module "analytics" -> "Test Web Module"

  • What Is Presentation Services Cache In Fact?

    I have searched on this forum and on BI blogs but don't understand the concept of a presentation services cache clearly.
    At first let tell what I need.
    I have a dashboard page with prompts and report. From this report I navigate to another dashboard page with reports and several promts that have to be initialized with values from previous dashboard page. The navigation is based on PortalPageNav() function.
    I created table in DB, PL/SQL function , through EVALUATE I passed parameters to PL/SQL function and wrote its into DB table.
    Then I added this table in RPD and on Presentation Layer.
    In Answers I get correct results.
    Then I initialize the default values of prompts on a second dashboard page through 'SQL Results' and type something like this:
    SELECT "Parameters"."Value" FROM "BO" WHERE "Parameters"."Name"='Param1'
    1. I login and go to first dashboard page, change prompts, run report then navigate to second dashboard (it opens in new window). All prompts initialize correctly.
    2. I open window with first dashboard page change prompts, run report then navigate to second dashboard again. And I see the previous values in prompts. But in a DB table I see new values.
    There 2 ways for deciding this problem
    1. By clearing cursor cache:
    answers - administration- manage session - close all cursors
    or
    answers - administration- manage session - choose appropriate cursor and close it
    2. By reloading second dashboard page
    All ways are not convenient or user friendly.
    BUT I NEED IN AUTOMATIC CLEARING OR NOT CACHING SOME PROMPTS!
    I cant't write in a user's guide - for correct work you have to login as Administrator and clear cursor cache every time after changing prompts on first dashboard page or reloading second dashboard page :)
    I became research this issue.
    1. BI Server Cache is turned off through NQSConfig.ini
    2. I began read a lot of info about Presentation Services Cache:
    1) John Minkjan blog - [http://obiee101.blogspot.com/2008/11/obiee-presentation-services-cache.html]
    I need no turn Presentation Services Cache or disable it.
    2) [http://businessdecisionsystems.com/blog/?p=122] this article give us info about storing log records but there is no info about clearing cursors.
    3) [http://hekatonkheires.blogspot.com/2010/02/obiee-10g-presentation-server-cache.html] good article about physical storing of presentation services cache but I didn't find any info on clearing some cursors
    4) Nico in a blog write [http://gerardnico.com/wiki/dat/obiee/html_cache#clear_the_presentation_server_cache_without_stopping_and_restarting_the_services] that Presentation Services Cache is a HTML cache but he don't say how clean the entries without clicking on 'Close All Cursors' button.
    5) In this topic presentation cache refresh in prompt the same problem and no answer :(
    6) The user10203008 in a topic To pass new session variable value to stored proc before running a report. has the same issue but all advices about BI Server Cache. He found solution but it is disable whole Presentation Services Cache. I need clear ONLY SOME CURSORS.
    So, I have a answer!
    DOES ANYBODY KNOW WHERE IS STORING DATA ABOUT CURSORS ON A PAGE ANSWERS - ADMINISTRATION - MANAGE SESSION ?
    May be somebody knows a developer of Siebel Analytics or may be he is on a forum and tell us how realized a clearing some cursors in a automatic mode?
    Edited by: AnTonic on Jan 28, 2011 7:17 PM
    Edited by: AnTonic on Jan 28, 2011 7:18 PM
    Edited by: AnTonic on Jan 28, 2011 7:20 PM

    I found a solution.
    I decide to emulate a pressing button 'Refresh' at the end of a page. So I look at a html code of Dashboard page and found a corresponding javascript function. It is RefreshPage('saw.dll?Dashboard&PortalPath=<PortalPath>&Page=<PagePath>')So I trying to create a text box with HTML Markup option and enter RefreshPage on onload() function. But then I got a cycle: open dashboard page -> onload() -> RefreshPage() -> onload() -> RefreshPage() -> ...
    So I decide to find a code of this function. The function code is in %SAROOTDIR%\web\app\res\b_mozilla\dashboards\portalscript.js
    // force cache refresh
    function RefreshPage(sCmd)
       var viewStateDiv = document.getElementById("idViewStateDiv");
       if (viewStateDiv)
          sCmd += "&Action=RefreshAll";
          sCmd += "&ViewState=" + viewStateDiv.getAttribute("stateID");
          sCmd += "&StateAction=samePageState";
       window.location.replace(sCmd);
       return false;
    }We may see that for refreshing page the Action='RefreshAll' is used. So we need pass this Action.
    I wrote in a first post that I was using PortalPageNav() javascript function for navigation. So I created my custom CustomPortalPageNav() function which is based on original PortalPageNav() code with one new parameter 'sAction'. So I pass a value 'RefreshAll' through this parameter and it works!

  • Issue in OBIEE 11g Presentation service.

    Hi All,
    I found a problem in OBIEE 11g Presentation service, i.e., When i created an analysis with few columns in the criteria, it showed proper result, but when i deleted one column and then again add the same column in the criteria, result did not show the added column.
    Anyone else find this issue?
    Please share your views..
    Regards.

    On the left hand corner you will see list of views in the report, on a basic analysis you will see title and table view. Select the table view and click on edit ( pencil symbol ). A new page opens up, scroll down a little and you will see the columns included and columns excluded sections. Make sure the column that you are trying to add to the report is not present in the excluded list. If it is, drag and drop it above.
    Answer points if question is answered.
    Thanks,
    -Amith.

  • BI Publisher and Presentation services integration

    Hi,
    I have configured BI publisher and done the presentation services integration also. When I try to build a query by connecting to RPD, I am able to generate a query and design the report.
    But when I select BI Answers as a data source, I am not listed out the reports. When I click on browse button, it opens the popup window and dispays BI Catalog and nothing else. when I check saw log, it has authentication error.
    We have enabled LDAP authentication. I have used Administrator user to configure BI publisher. I have enabled the BI Publisher security type for BI Publisher authentication.
    I have used the Administrator user while executing the cryptotools utility.
    The following is the error.
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 13024] Successful completion of init block 'LDAP Authentication' is required. (08004)
    I am loogin in using administrator user and trying to use BI answers as a data source.
    If anyone have any idea on this issue. Kindly help on the same.
    Thanks & Regards
    Rajesh J

    Hi,
    Yes Seriously , the documentation at this link http://docs.oracle.com/cd/E15586_01/fusionapps.1111/e20838/jdev.htm shows clearly there is a out-of-box region called "BI Publisher Region " to be integrated with ADF UI.
    But after installing the extensions also I am not able to find that option.
    I have installed "Oracle Fusion Applications Companion 11g (11.1.1.5.3) " updates as mentioned here "https://blogs.oracle.com/jdevextensions/entry/setting_up_a_fusion_applications"
    After installing we see "BI ADF Components" in Technology Scope but If we open a jspx/jsff we don't see "BI Publisher" region option in component palette. Looks like there is something seriously missing.
    One thing to note is I installed Jdev 11.1.1.5 downloaded from OTN and installed the updates from "http://edelivery.oracle.com" will that be a problem?
    Any body from ORACLE ACE directors pls help us. We need this region looks like it has more options to save the document etc..
    Thanks for your help!!

  • Possible elements in the instanceconfig.xml file for presentation services

    g'day
    Has anyone here come across a list of all the possible elements that can be put in the configuration file for a presentation service, instanceconfig.xml ?<P>
    I have found next to nothing in the documentations, about what can be configured there.<P>
    What I am specifically after is: How can I change the default listening port for the Presentation Service? The default port is 9710 and I want to move to another port.<P>
    Also, how can I move the JavaHost from the default port 9810? I can change the file <i>OracleBI/web/javahost/config/config.xml</i> to reflect the change. Once the JavaHost has been restarted it starts up on the expected port, but the Presentation Service still tries to communicate over RPC to port 9810. How do I configure the presentation service to search for the JavaHost on a non-default port?<P>
    I have boiled it down to my original question: What are the possible values I can configure in the instanceconfig.xml file?<P>
    Any comments here would be great.<P>
    Cheers,<br>
    Borkur

    So, I had a little breakthrough here.
    I found in the OBIEE deployment guide, page 142:
    To change the Presentation Services listener port
    1 Open the instanceconfig.xml file for editing.
    2 Locate the <WebConfig> element.
    3 Within the <WebConfig> tags, create the element <RPC> and assign it the RPC Listener Port
    value for the BI Presentation Services instance, as shown in the following example.
    <WebConfig>
    <ServerInstance>
    <RPC>
    <Listener port="9715" />
    </RPC>
    </ServerInstance>
    </WebConfig>
    NOTE: In the preceding example, the RPC Listener port for the BI Presentation Services instance
    has been changed to port 9715 from the default of 9710.
    4 Save changes to the file.
    This almost works. The RPC element has been deprecated, as was reported in the sawserver.out.log:
    The configuration entry 'RPC/Listener' is deprecated. Please refer to the admin guide for more information.
    What I then did was to just remove the RPC elements and leaving the Listener element straight under there ServerInstance element. This seems to have solved the problem.
    I still have to figure out how to let the Presentation Service know that I have moved the JavaHost to antoher port ...
    Cheers,
    Borkur

  • Integration of BI Publisher with presentation services

    Hello,
    I have installed and configured OBI Answers and Publisher in a Linux infrastructure and configured thro' Websphere/IHS. Answers/Dashboards is working fine. I am trying to integrate BI publisher with OBI answers/dashboards. This is working fine through OC4J but when I try to integrate through Websphere, I get a crypto error.
    I have to deployed a plug-in in web server and tried to integrate BI publisher with presentation services through "cryptotools" and configuring it through instance config. When I hit http://myserver:port/xmlpserver I get "Error 500: com.phaos.crypto.CipherException ". Similarly when I select more products/BI Publisher through OBI Dashboards/Answers, I get the following
    Reporting Login: java.lang.NoClassDefFoundError: com.phaos.crypto.CipherException; nested exception is: java.lang.NoClassDefFoundError: com.phaos.crypto.CipherException
    I feel this is a common issue across both the end points. Has anyone come across this type of issue or similar issue ?
    Help is greatly appreciated.
    thx
    Dinesh

    I'm installing 10.1.3.4 and YES, i have installed BIP war in Websphere.
    I think I may have resolved my original problem but faced with a different one now. I am able to logon to BI publisher standalone and integrated with OBI Answers (thro websphere). But when i click the dashboards link from BI Publisher, its going to the default OC4J installation and not my websphere. The similar re-direction works fine from OBI - Publisher but not from Publisher - OBI.
    I need to find out, how its finding the server name and port to redirect from BIP -> OBI. Can you guys help please ?
    thx
    dinesh Veera

  • Different rows of a view in Physical Layer and Presentation Services

    Hi all
    From Administration tool you I have the view <View_Name> which has 3165 rows after Update Rows command.
    The same number of rows is even when i make a simple select in TOAD:
    Select count(*) from <View_Name>
    The simple report has only three fields on Presentation Layer:
    Asset Id-----Asset Number----------------Asset Description
    This report displays 3101 rows.
    I have done Reload Server Metadata, but no changes. Please help me to solve this issue.
    Regards

    Hi Sutirtha Roy
    The problem seems in OWB because from here i can no see the rows in Presentation Service.
    Or am I wrong??
    Regards

Maybe you are looking for

  • Performance with LinkedList in java

    Hello All, Please suggest me any solution to further improve the performance with List. The problem description is as follows: I have a huge number of objects, lets say 10,000 , and need to store the objects in such a collection so that if i want to

  • How to add Comma and Tabs in Calc Script Header

    Hi, I need to add in the begging of the report script the following lines: PNL OPENB 1/31/2020 12 R,N,Y 5     6     7     2     3     1     I     C     8     9     A     D     V     V     V     V     V     V     V     V     V     V     V     V The la

  • User profiles being created on the CAS

    After a recent disk space warning i noticed that under the C:\Users folder there are a large number of user profiles in there. There is really nothing in the profiles except for shortcuts that show up for any account created. Now i know there should

  • Keychain, exchange file, archive issues

    -My keychains don't work. I have to re-type passwords and logins every time I connect to a network. I ran FirstAid-everything seems to be fine. -When connecting to a back-up server, it either appears to have empty folders or sometimes gives an error

  • FDM 11.1.2.1 register HFM adapter problem

    Hi experts, i have seen many post about this problem when connecting to HFM using FDM, but never when you register the adapter, that's why i post this. Our environment is Windows 2008 R2 64 bit with FDM11.1.2.1 32x installed. We have imported the fil