OBIEE Map viewer

Hi All,
can any one suggest me some link or documentation for OBIEE Map viewer.
Regards,
Narasimha.

Ahsan has posted a My Oracle Support document ID. It is against the rules of the OTN forums to paste content from My Oracle Support; you will need to have a valid Customer Support Identifier (CSI) to access the information via MOS.
Andy.

Similar Messages

  • OBIEE Map views and Google controls

    Hi All,
    I have OBIEE set up for map views using Google maps as the background map. However it now appears to be showing 2 zoom controls, one from OBIEE and one from the background Google maps.
    Does anyone know how to configure Mapviewer to turn off the google zoom control? I cannot see anything obvious through the Manage Map Tile Layers interface.
    It seems that when you use the OBIEE control the zooming works correctly and aligns with the overlay visualisation. If you use the Google control things do not work correctly. Currently we are using 11.1.1.6 for this.
    Thanks very much,
    Stu

    I have the same problem. Has anyone come across the problem or solution yet?

  • OBIEE Map viewer integration error

    I have problem with obiee and mapviewer integration.
    i have completed the phase-1 from the following blog
    (http://oraclebizint.wordpress.com/2007/09/25/oracle-bi-ee-10133-and-mapviewer-step-by-step-integration-phase1/)
    At the end when i was trying to create narrative view the code below mentioned . But after updating this I was unable to get the map.
    The code as follows....
    <html>
    <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <TITLE>Oracle Maps</TITLE>
    <link rel="stylesheet" type="text/css" href="../t.css" />
    <script language="Javascript" src="/mapviewer/fsmc/jslib/oraclemaps.js"></script>
    <script language=javascript>
    var mapview;
    function showMap()
    var baseURL = "http://"+document.location.host+"/mapviewer";
    var mapCenterLon = -122.45;
    var mapCenterLat = 37.6706;
    var mapZoom = 4;
    var mpoint = MVSdoGeometry.createPoint(mapCenterLon,mapCenterLat,8307);
    mapview = new MVMapView(document.getElementById("map"), baseURL);
    mapview.addBaseMapLayer(new MVBaseMap("mvdemo.demo_map"));
    mapview.setCenter(mpoint);
    mapview.setZoomLevel(mapZoom);
    mapview.display();
    var Region = getURLParameter("Region");
    Region = Region.toUpperCase();
    var Parameters="\"" + Region + "\"";
    var marraypara = new Arrayparameter(parameters,'sarray','city_list');
    var themebasedfoi=mapview.getThemeBasedFOI("themebasedfoi1");
    if (themebasedfoi=null)
    themebasedfoi = new MVThemeBasedFOI('themebasedfoi1','mvdemo.customer_by_cities');
    themebasedfoi.setQueryParameters(marrayPara);
    themebasedfoi.setBringToTopOnMouseOver(true);
    mapview.addThemeBasedFOI(themebasedfoi);
    else
    themebasedfoi.setQueryParameters(marrayPara);
    themebasedfoi.setBringToTopOnMouseOver(true);
    themebasedfoi.refresh() ;
    function getURLParameter(paramName) {
    var strURLParamReturn = "";
    var strHref = window.location.href;
    if ( strHref.indexof("?") > -1 ) {
    var strQuerystring = strhref.substr(strHref.indexof("?")).toLowerCase();
    var aQueryString = strQueryString.split("&");
    for ( var iparam = 0; iparam < aQueryString.length; iparam++ ){
    if (
    aQueryString[iparam].indexOf(ParamName.toLowerCase() + "=") > -1 ){
    var aparam = aQueryString[iparam].split("=");
    strURLParamReturn = aparam[1];
    break;
    return unescape(strURLParamReturn);
    </script>
    </head>
    <body onload= javascript:showMap()></body>
    </html>
    can anybody help me....
    thanks in advance.
    Edited by: user10767487 on Mar 31, 2009 10:33 PM
    Edited by: user10767487 on Mar 31, 2009 10:41 PM

    Ahsan has posted a My Oracle Support document ID. It is against the rules of the OTN forums to paste content from My Oracle Support; you will need to have a valid Customer Support Identifier (CSI) to access the information via MOS.
    Andy.

  • Great presentation on OBIEE map views

    By Tony Heljula at the RittmanMead BI Forum/Masterclass.
    Tony's presentation is at:
    http://www.rittmanmead.com/files/biforum2011/Heljula_Spatial.pdf
    Mark Rittman's blog post on the forum with links to all presentations is at:
    http://www.rittmanmead.com/2011/05/rittman-mead-bi-forum-2011-brighton-atlanta-wrap-up/

    Nestor,
    You have the tags in the wrong place:
    Have a look here:
    http://obiee101.blogspot.com/2008/02/obiee-controling-pivot-view-behavior.html
    It should read something like:
    <WebConfig>
    <PivotView>
    <MaxVisibleColumns>3000000</MaxVisibleColumns>
    <MaxVisibleRows>3000000</MaxVisibleRows>
    <MaxCells>5000000</MaxCells>
    </PivotView>
    <CubeMaxRecords>6000000</CubeMaxRecords>
    <CubeMaxPopulatedCells>5000000</CubeMaxPopulatedCells>
    </WebConfig>
    remove the <views> tags
    regards
    John
    http://obiee101.blogspot.com/

  • Objects not visible in Map Viewer Display Data with Mouse Moveover

    Hi All,
    On version 11.1.1.5.2 OBIEE with Map Viewer a customer has the following problem. Data objects are not displayed as expected on the map when the visibility check box is disabled on a dashboard. However the data about the object is incorrectly displayed on the map when the mouse is placed over the location of the hidden object.
    The customer's screen shots show a map with a panel which has a list of assets with a check box controlling if the asset is displayed. When the check box is off then the asset image is correctly not displayed but when the mouse is placed over the hidden asset’s location then incorrectly a pop window shows the hidden asset's Tooltip data.
    I was unable to reproduce this in-house with an OBIEE dashboard connected to Google Maps.
    In the MapViewer User Guide there is a reference to a MapViewer JavaBean method “setSVGShowInfo” which appears to be related to this:
    http://docs.oracle.com/cd/E14571_01/web.1111/e10145/vis_beanapi.htm#i1023460
    What approach should be taken to troubleshoot the problem?
    Aidan
    Edited by: user817045 on 21-Feb-2013 02:08
    Edited by: user817045 on 21-Feb-2013 02:32

    This is likely a bug.
    Is there an SR filed on this?
    Anyway, the Mapviewer javascript API is being used in OBIEE (not the java bean one).
    Is it a standard obiee map view which has this issue?
    Try the OBIEE Sample App (available on OTN)
    Try Dashboard page 3.3. SF Metrics. There are two layers that can be shown on the map (Revenue and Billed Quantity, and Establishment Revenue).
    Enable both and on hover the Rev & Billed qty info is shown. Uncheck Rev & Billed Qty and only the info for Establishment Revenue is shown on hover or when clicked on.

  • Map Viewer in Obiee 11G

    Hi,
    I need to install map viewer in obiee 11g to show maps in dashboards. I have no idea about this, can any one help me.
    Thanks,
    PJ

    OBIEE Samples has very good documentation and the schemas to download and set this up
    http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html
    Select the OBIEE 11.1.1.3 - Sample Application section

  • MAP Viewer Configuration in OBIEE

    Hi guys!
    I'm trying to make the maps in OBIEE up and running but I have a strange problem...I've followed this tutorial:
    http://obieelive.blogspot.com/2012/06/map-viewer-configuration-in-obiee.html?utm_source=BP_recent
    and in the last steps in OBI EE I need to import map layers but I can't see even a single one to import ;/
    Any ideas?
    P.S. My database is Oracle 10g R2 10.2.0.4 SE and OBI is 11.1.1.5.0
    With regards,
    PsmakR

    Hi Fahd,
              I want to install OBIEE11g on solaris10. Could you please send me the installation screenshots. My mail id is [email protected] How did you ran RCU? which RCU you used?  Please send me details.
    Thanks & Regards

  • OBIEE Wth Map viewer

    Hi Frnds,
    Presently we are using OBIEE 10g. We have some reports for which we need to integrate with Oracle Map viewer.
    We are available with both Oracle Map viewer Versions 10 and 11.
    Which one would better suites for OBIEE 10g ? Suggestions and feedback.
    If Oracle Map viewer 10 why not 11 ? Any reasons ??
    It would be grt if some body guides me for step by step integration of OBIEE10g with Oracle map viewer.
    Thank you....

    I guess mapviewer 10g is no more available for download..., so that's why i went ahead with 11g mapviewer...
    Anyways , you can raise an SR with Oracle Support...
    Few more links that might be useful to you..
    http://www.peakindicators.com/index.php/knowledge-base/68-mapping-capabliity-with-oracle-bi-ee-faqs
    http://www.dbuggr.com/smallwei/step-step-instruction-install-oracle-mapviewer-10g-10-1-3-1/
    Also read the Readme file which comes with mvdemo data...
    http://www.oracle.com/technetwork/middleware/mapviewer/mapviewer-obiee-129557.pdf
    Thanks
    Ashish

  • OBIEE 11g  Map View - Issue with Label Translation

    Hi All,
    I have a strange translation issue with the Maps in 11g.
    Created in English language to plot the Revenue for each of the Postal Codes.
    I selected Postal Code and Revenue Amount in the Criteria and created a new Map View. It had the text 'Postal Code' in the Map Legend and then the scale for revenue amount.
    Now I logged on with Chinese Language , it still appears as 'Postal Code' in English where in it was actually supposed to show it in Chinese.
    We have a translation pack to get all the column names translated. If I try creating a new table view, it shows the translated text instead of 'Postal Code', but some how this doesn't work with Maps.
    Has anyone faced similar issues ? Is there a workaround for this ?
    Thanks for any pointers.

    Hi,
    I also encounter the same issue. When I view combined layout, I get the No Results message. But when I edit the table layout, I see that there are records returned. Does anyone had any luck in resolving this issue?
    Thanks!

  • Map View Analyses in OBIEE 11g

    Hi friends,
    Im in the process of using map view in my analysis. For that they asked to put the following thing in the instanceconfig.xml file after *</Logging>* tag
    <SpatialMaps>     
    <ColocatedOracleMapViewerContextPath>/mapviewer/</Colocated
    OracleMapViewerContextPath>
    <RemoteOracleMapViewerAbsoluteURL></RemoteOracleMapViewerAb
    soluteURL>   
    <LayerDataLayout><MaxRecords>600</MaxRecords></LayerDataLay
    out>
    </SpatialMaps>Soon after making this change i saved the instanceconfig.xml file and after that they asked to restart the BIPresentation services(via)EM. But the Restart isn't successful as the Presentation Service is going down.
    But if i removed the above code in the xml file, and if i restarted the services means then the BI presentation services is becoming up. But if i used that code in the xml file means the BI presentation service is going down.
    I couldnt able to predict the reason behind it. Since for performing the map view in my analyses i need to add the above coding. But the Presentation servers is going down for that.
    Thanks
    All izz Well
    GTA

    Hi Deepak,
    This is the full xml tag in my instanceconfig.xml, kindly check in what is missing, then too the same problem.
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!-- Oracle Business Intelligence Presentation Services Configuration File -->
    <WebConfig xmlns="oracle.bi.presentation.services/config/v1.1">
       <ServerInstance>
          <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><CatalogPath>C:\NEW8\instances\instance4\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalog\GCBC</CatalogPath>
          <DSN>coreapplication_OH1347659640</DSN>
          <SpatialMaps>
    <LayerDataLayout>
    <MaxRecords>1000</MaxRecords>
    </LayerDataLayout>
    </SpatialMaps>
          <LightWriteback>true</LightWriteback>
          <Logging>
             <Writers>
                <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><Writer implementation="FileLogWriter" name="Global File Logger" writerClassId="1" dir="{%ORACLE_BIPS_INSTANCE_LOGDIR%}" filePrefix="sawlog" maxFileSizeKb="10000" filesN="10" fmtName="ODL-Text"/>
                <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><Writer implementation="CoutWriter" name="Console Logger" writerClassId="2" maxFileSizeKb="10000"/>
                <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><Writer implementation="EventLogWriter" name="System Event Logger" writerClassId="3" maxFileSizeKb="10000"/>
                <!--  The following writer is not centrally controlled -->
            <Writer implementation="FileLogWriter" name="Webcat Upgrade Logger" disableCentralControl="true" writerClassId="5" dir="{%ORACLE_BIPS_INSTANCE_LOGDIR%}" filePrefix="webcatupgrade" maxFileSizeKb="2147483647" filesN="1" fmtName="ODL-Text"/>
             </Writers>
             <WriterClassGroups>
                <WriterClassGroup name="All">1,2,3,5</WriterClassGroup>
                <WriterClassGroup name="File">1</WriterClassGroup>
                <WriterClassGroup name="Console">2</WriterClassGroup>
                <WriterClassGroup name="EventLog">3</WriterClassGroup>
                <WriterClassGroup name="UpgradeLogFile">5</WriterClassGroup>
             </WriterClassGroups>
             <Filters>
                <!-- Removing Console logger as it does not rotate and Admin MBeans overwrite all filter nodes. -->
                <!--FilterRecord writerClassGroup="Console" path = "saw" information="1" warning="31" error="31" trace="0" incident_error="32"/-->
                <!--  These FilterRecords are updated by centrally controlled configuration -->
                <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><FilterRecord writerClassGroup="File" path="saw" information="1" warning="31" error="31" trace="0" incident_error="1"/>
                <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><FilterRecord writerClassGroup="File" path="saw.mktgsqlsubsystem.joblog" information="1" warning="31" error="31" trace="0" incident_error="1"/>
                <!--  The following FilterRecords are not centrally controlled -->
                <FilterRecord writerClassGroup="UpgradeLogFile" disableCentralControl="true" path="saw.subsystem.catalog.initialize.upgrade" information="1" warning="32" error="32" trace="1" incident_error="32"/>
                <FilterRecord writerClassGroup="UpgradeLogFile" disableCentralControl="true" path="saw.subsystem.catalog.upgrade" information="1" warning="32" error="32" trace="1" incident_error="32"/>           
             </Filters>
          </Logging>
    <SpatialMaps>
    <ColocatedOracleMapViewerContextPath>/mapviewer</ColocatedOracleMapViewerContextPath>
    <RemoteOracleMapViewerAbsoluteURL>http://4iapps-biserver:9704/mapviewer</RemoteOracleMapViewerAbsoluteURL>
    <LayerDataLayout>
    <MaxRecords>600</MaxRecords>
    </LayerDataLayout>
    </SpatialMaps>
    <!--
    NOTE:
      The URL element in the following structure is updated by central admin.
      Manual edits here will be overwritten. Use the Enterprise Manager
      web application.
         <Marketing>
            <ContentServer>
            <URL>value from biee central admin file</URL>
            </ContentServer>
         </Marketing>
    -->
       <ps:Catalog xmlns:ps="oracle.bi.presentation.services/config/v1.1">
             <ps:UpgradeAndExit>false</ps:UpgradeAndExit>
             <ps:UpdateAccountGUIDs>UpdateAndStartNormally</ps:UpdateAccountGUIDs>
          </ps:Catalog>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <ps:Listener xmlns:ps="oracle.bi.presentation.services/config/v1.1" port="9710" ssl="false"/>
          <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <ps:JavaHostProxy xmlns:ps="oracle.bi.presentation.services/config/v1.1" ssl="false">
             <ps:Hosts>
             <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <Host name="coreapplication_obijh1" address="4iapps-biserver" port="9810"/>
    </ps:Hosts>
          </ps:JavaHostProxy>
          <ps:Alerts xmlns:ps="oracle.bi.presentation.services/config/v1.1">
             <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><ps:ScheduleServer ssl="false" ccsPrimary="4iapps-biserver" ccsPrimaryPort="9706"/>
             <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><ps:OfflinePresentationServicesURL>http://192.168.121.1:9704/analytics/saw.dll</ps:OfflinePresentationServicesURL>
          </ps:Alerts>
          <ps:ActionFramework xmlns:ps="oracle.bi.presentation.services/config/v1.1">
             <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><ps:ActionExecutionServiceEndPoint>http://localhost:9704/analytics/actions/ActionExecutionService</ps:ActionExecutionServiceEndPoint>
             <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><ps:TargetBrowsingServiceEndPoint>http://localhost:9704/analytics/actions/ActionRegistryService</ps:TargetBrowsingServiceEndPoint>
             <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><ps:LocationServiceEndPoint>http://localhost:9704/analytics/actions/LocationService</ps:LocationServiceEndPoint>
             <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><ps:WorkflowServer>http://localhost:9704</ps:WorkflowServer>
             <ps:WorkflowService>ANALYTICS</ps:WorkflowService>
             <ps:WorkflowSystem>obiaftests</ps:WorkflowSystem>
          </ps:ActionFramework>
       <Security>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <ClientSessionExpireMinutes>210</ClientSessionExpireMinutes>
    </Security>
    <ODBC>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <ResultRowLimit>65000</ResultRowLimit>
    </ODBC>
    <Views>
    <Pivot>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <DefaultRowsDisplayedInDownload>2500</DefaultRowsDisplayedInDownload>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <DisableAutoPreview>false</DisableAutoPreview>
    </Pivot>
    <Table>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <DefaultRowsDisplayedInDownload>2500</DefaultRowsDisplayedInDownload>
    </Table>
    </Views>
    <Dashboard>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <ShowPageTabsAlways>false</ShowPageTabsAlways>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <ShowSectionHeadingsDefault>false</ShowSectionHeadingsDefault>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <CollapsibleSectionsDefault>true</CollapsibleSectionsDefault>
    </Dashboard>
    <Marketing>
    <ContentServer>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <URL>http://localhost:8765</URL>
    </ContentServer>
    </Marketing>
    <Authentication>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <EnabledSchemas>UidPwd,Impersonate,UidPwd-soap,Impersonate-soap</EnabledSchemas>
    </Authentication>
    </ServerInstance>
    </WebConfig>GTA

  • Problem configuring the OBIEE Report Viewer Portlet to Oracle Portal!

    Now we plan to configure the OBIEE Report Viewer Portlet to Oracle BIEE.what i refre is http://www.rittmanmead.com/2007/09/integrating-oracle-bi-answers-and-oracle-portal/
    But after i deploy it and add the biee portlet to oracle portal and enter the biee reoprt path,tell me the error '(500)Internal Server Error '
    I have check the applicaion.log,the error below:
    11/12/18 00:55:26 BIEE: [id=84609988305,3] EXCEPTION THROWN: Exception:
    org.apache.axis.ConfigurationException: No service named SAWSessionServiceSoap is available
    org.apache.axis.ConfigurationException: No service named SAWSessionServiceSoap is available
    at org.apache.axis.configuration.FileProvider.getService(FileProvider.java:233)
    at org.apache.axis.AxisEngine.getService(AxisEngine.java:311)
    at org.apache.axis.MessageContext.setTargetService(MessageContext.java:755)
    at org.apache.axis.client.Call.invoke(Call.java:2671)
    at org.apache.axis.client.Call.invoke(Call.java:2424)
    at org.apache.axis.client.Call.invoke(Call.java:2347)
    at org.apache.axis.client.Call.invoke(Call.java:1804)
    at com.siebel.analytics.web.soap.SAWSessionServiceStub.impersonateex(SAWSessionServiceStub.java:540)
    at com.siebel.analytics.web.portlets.jsr168.SAWConnection.init(SAWConnection.java:80)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.getSAWConnection(ReportUI.java:911)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.getSAWPage(ReportUI.java:1016)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.doViewIFrameWithActionLinks(ReportUI.java:428)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.doView(ReportUI.java:178)
    at javax.portlet.GenericPortlet.doDispatch(Unknown Source)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.doDispatch(ReportUI.java:1058)
    at javax.portlet.GenericPortlet.render(Unknown Source)
    at oracle.webdb.wsrp.server.Server.getMarkup(Unknown Source)
    at oracle.webdb.wsrp.WSRP_v1_Markup_PortType_Tie.invoke_getMarkup(WSRP_v1_Markup_PortType_Tie.java:224)
    at oracle.webdb.wsrp.WSRP_v1_Markup_PortType_Tie.processingHook(WSRP_v1_Markup_PortType_Tie.java:499)
    at com.sun.xml.rpc.server.StreamingHandler.handle(StreamingHandler.java:230)
    at com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate.doPost(JAXRPCServletDelegate.java:153)
    at com.sun.xml.rpc.server.http.JAXRPCServlet.doPost(JAXRPCServlet.java:69)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(Res
    ourceFilterChain.java:65)
    at oracle.webdb.wsrp.server.ContextFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(
    ServletRequestDispatcher.java:663)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forward
    Internal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processReques
    t(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequest
    Handler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequest
    Handler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWork
    er.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    at org.apache.axis.configuration.FileProvider.getService(FileProvider.java:233)
    at org.apache.axis.AxisEngine.getService(AxisEngine.java:311)
    at org.apache.axis.MessageContext.setTargetService(MessageContext.java:755)
    at org.apache.axis.client.Call.invoke(Call.java:2671)
    at org.apache.axis.client.Call.invoke(Call.java:2424)
    at org.apache.axis.client.Call.invoke(Call.java:2347)
    at org.apache.axis.client.Call.invoke(Call.java:1804)
    at com.siebel.analytics.web.soap.SAWSessionServiceStub.impersonateex(SAWSessionServiceStub.java:540)
    at com.siebel.analytics.web.portlets.jsr168.SAWConnection.init(SAWConnection.java:80)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.getSAWConnection(ReportUI.java:911)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.getSAWPage(ReportUI.java:1016)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.doViewIFrameWithActionLinks(ReportUI.java:428)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.doView(ReportUI.java:178)
    Then i goolge,and find the likely error at https://kr.forums.oracle.com/forums/thread.jspa?threadID=875397
    But after i change the portlet.xml and web.xml and restart the oc4j_portal,still face the same error
    I don't know how to resolve the problem
    Anyone can help me ?
    I have wait about 15 days,but still can not find any useful solution!
    '

    the web.xml under oc4j_portal/portal below:
    $ more web.xml
    <?xml version="1.0"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2/dtd">
    <web-app>
    <distributable/>
    <listener>
    <listener-class>oracle.webdb.portal.servlet.PortalServletContextListener</listener-class>
    </listener>
    <servlet>
    <servlet-name>RepositoryServlet</servlet-name>
    <servlet-class>oracle.webdb.repository.servlet.RepositoryServlet</servlet-class>
    <init-param>
    <param-name>logmode</param-name>
    <param-value>error</param-value>
    </init-param>
    </servlet>
    <servlet>
    <servlet-name>PortalServlet</servlet-name>
    <servlet-class>oracle.webdb.portal.servlet.PortalServlet</servlet-class>
    <init-param>
    <param-name>logmode</param-name>
    <param-value>error</param-value>
    </init-param>
    </servlet>
    <servlet>
    <servlet-name>page</servlet-name>
    <servlet-class>oracle.webdb.page.ParallelServlet</servlet-class>
    <!--
    <init-param>
    <param-name>logmode</param-name>
    <param-value>perf</param-value>
    </init-param>
    -->
    <init-param>
    <param-name>jspRoot</param-name>
    <param-value>internal_jsp</param-value>
    </init-param>
    <init-param>
    <param-name>jspSrcAlias</param-name>
    <param-value>/internal_jsp/</param-value>
    </init-param>
    <init-param>
    <param-name>useWebCache</param-name>
    <param-value>true</param-value>
    </init-param>
    <init-param>
    <param-name>maxParallelPortlets</param-name>
    <param-value>20</param-value>
    </init-param>
    <init-param>
    <param-name>maxParallelPagePortlets</param-name>
    <param-value>10</param-value>
    </init-param>
    *<init-param>*
    *<param-name>resourceUrlKey</param-name>*
    *<param-value>0123456789</param-value>*
    *</init-param>* </servlet>
    <servlet>
    <servlet-name>apploader</servlet-name>
    <servlet-class>oracle.webdb.apploader.AppLoaderServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>PortalServlet</servlet-name>
    <url-pattern>/pls/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>PortalServlet</servlet-name>
    <url-pattern>/page*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>PortalServlet</servlet-name>
    <url-pattern>/event*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>PortalServlet</servlet-name>
    <url-pattern>/witness/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>apploader</servlet-name>
    <url-pattern>/apploader</url-pattern>
    </servlet-mapping>
    <context-param>
    <param-name>oracle.webdb.service.ConfigLoader</param-name>
    <param-value>/WEB-INF/wwjps.xml</param-value>
    <description>This parameter specifies the location of the JPS configuration file</description>
    </context-param>
    <context-param>
    <param-name>oracle.webdb.portal.PortalServletContextListener.logmode</param-name>
    <param-value>error</param-value>
    <description>This parameter specifies the logging mode for the context listener</description>
    </context-param>
    </web-app>
    $

  • Map viewer

    Hi,
    I am trying to return the id of the image from map viewer.
    Can anyone help.
    Thanks,
    Sumitra

    Thta error means MapViewer is not running or OBIEE has not been configured to use a MapViewer instance or the MapViewer URL specified in instanceconfig.xml is different/incorrect.
    Will need some more details.
    If your BI (analytics) URL is say
    my.biserver.com:7001/analytics then is the mapviewer available at
    my.biserver.com:7001/mapviewer
    If not then was it not deployed with OBIEE or is there a setting in instanceconfig.xml for a remote mapviewer instance?
    If mapviewer is working fine (i.e. my.biserver.com:7001/mapviewer shows the welcome page) and you created the themes, maps, and tile layers in the same database instance that MapViewer is configured for (i.e. has a datasource for) then can you see the themes, maps, tile layers in the Metadata page of the mapviewer admin console?

  • Google Map Integration with Map Viewer is not working

    Hi Team,
    My MapViewer Version: Ver11_1_1_7_B130111
    I have created a Google Map (with Type of Map Source as "Google Maps") in Oracle Map Viewer and i could see google map in Oracle Map Viewer(using "show Map").
    I wanted to show a village map theme over the above google map in a web page and i am using Jdeveloper to integrate map viewer with Village data. I could see the google maps inside Jdeveloper however when i run the Jdeveloper code google map is not shown inside the web page.
    I tried with Oracle Maps, Bing Maps as the "map source" in map viewer and tried integrating inside Jdeveloper and got same result (blank screen). However when i tried a different mapviewer ( Base Map ELOCATION.WORLD_MAP from OracleFMW MapViewer Home ) i could see the map in the web page.
    I could get all other base maps (created with "internal" as the map source") in the web page, so there is some thing that i am missing with Google Maps, Bing Maps, Oracle Maps. Could you please help me what is that i am missing or point to a help resource?
    Thanks
    Nag

    Hi Jayanth,
    Issue is solved after creating the web page using latest JDeveloper (11.1.2.4). Thanks a lot for your help
    With Regards
    Nag

  • How do I add a VM that has too many dependencies to be shown as "Map View " ?

    When in Table View there is no option to add/remove a VM to an App or to create/delete an App.
    f.eks. I added three VM's and created an App called "Convergion"
    Two of those VM's can only be shown in "Table View" because of too many outgoing dependencies.
    I accidentally removed the Third VM (the one that could be shown in "Map View") and now I have no way of:
    1) Adding the third VM back to the App
    2) Removing the App or
    3) Remove the two remaining VM's from the App
    So, to create the App again I have to call it "Convergion~1" or something similarilly stupid.
    But two of the VM's now still belong to "Convergion" (the now "Zombied" App) as well as "Convergion~1"
    Any ideas ?
    P.S. I should be able to create an App and manually add the VM's needed from the vCenter Inventory (Search box or similar) without having to have a "Visual" contact in the Map View.
    Some maps get huge and it's not very practical.
    Consider this a feature request.

    Hi,
    I'm Galit from the QE team of VIN.
    All the things that you've described are correct.
    It is actually an edge case where the only VM, that the manual App can be managed from its Map view, was removed from the App.
    The Manual App management is as designed, and may be changed in the future.
    There are 2 ways to overcome this situation:
    1.You can, as you stated, create another Manual App with similar name and remain with the "Zombie App".
    2. To run a specific command that will remove the Zombie App from the DB.
    Please note that option no. 2 involves using an API that we do not publish.
    If you would like to use option no. 2 contact me in private and we will see about supplying the relevant commands to run in order to delete the "zombie" application.
    Thanks,
    Galit Gutman

  • Projection problem in OracleAS Map Viewer

    Hi,
    I am using OracleAS Map Viewer 11 EA1and I try to display a map with an image (srid=1002000) and a vector (srid=8192) on the top. If I understand the documentation correctly, the vector might be reprojected into the map srid which is 1002000. But when the map is created, the vector is not correctly reprojected (I see some roads in the ocean!). I am wandering if it is a bug in map viewer; or maybe I didn't use it corectly!
    My query looks like:
    <map_request
    title=""
    datasource="all_images"
    width="1229"
    height="840"
    srid="1002000"
    antialiase="false"
    format="PNG_URL">
    <center size="7865.9766">
    <geoFeature>
    <geometricProperty typeName="center">
    <Point>
    <coordinates>
    1230462.1 , -582145.4
    </coordinates>
    </Point>
    </geometricProperty>
    </geoFeature>
    </center>
    <themes>
    <theme name="mosaic_pan'"
    min_scale="5000000.0"
    max_scale="0.0">
    <jdbc_georaster_query
    jdbc_srid="1002000"
    datasource="all_images"
    georaster_table="mosaic.mosaic_pan"
    georaster_column="georaster"
    asis="false">
         select georaster from mosaic.mosaic_pan where rowid='AAANn1AAKAAAAAKAAA'
              </jdbc_georaster_query>
    </theme>
    <theme name="road_l" min_scale="10000.0" max_scale="0.0">
    <jdbc_query
    datasource="all_images"
              jdbc_srid="8192"
    render_style="MDSYS:L.MAJOR STREET"
    spatial_column="shape1"
    >select shape1 from can51.road_l</jdbc_query>
    </theme>
    </themes>
    </map_request>
    Thanks in advance,
    Ganael

    your map request seems correct, and yes mapviewer will automatically reproject your vector theme if it's srid (8192) is different from the request srid (1002000). What's more likely is that your georaster is not being displayed correctly? Have you tried displaying the vector road data against a know vector boundary data set like country/state, in the 1002000 projection and see if everything is working fine? then add the georaster layer back on and go from there....

Maybe you are looking for

  • Moving apps, their data from one ipad to another AND changing/deleting at the same time!

    Hi, I would like to get ready for my new iPad. Over time I have accumalated a LOT of Apps which I don't use or  would like to organize differently. Others (games or internal documents/settings) I would like to leave intact. Is there a way to choose w

  • DMS BP giving 'requested resource is not available' error

    Hello, smart KM people  I'm having a problem with our DMS business package in our EP6 SP16 portal.  I configured the DMS repository manager successfully.. and the Document Explorer workset is functional and I'm able to navigate through the folder str

  • Change table'owner

    Good afternoon, I would like to change table's owner without moving data (alter table move or export/import) in oracle 8i does it exist a solution for that ? thanks for your help Fabrice

  • Find "Other" search fails when "User" folder selected - bug?

    I have several partitions on my disk. On my boot partition, I have 2 .aiff files in a sub-directory of my Documents folder. Using the Finder's "Find" command (not spotlight), select search for File Type "other" and "AIFF Audio" from dropdown select t

  • Issue in Proxy service Error Handler.

    Hi, Is it possible to reset or clear all variables used in a proxy service in error handler.