OBI EE MapViewer Error

Hi,
I want to design a map report via Google map on OBI 11.1.1.6.
When I wanted to import map layer, I had an error about Available Layer. Firstly "loading" message wa appeared but the process finished unsuccessfully. "Bad XML Request." message was appeared.
Anybody can help me?

Hi
the Complete steps for google MAp configuration for obiee 11g is give here
http://obieelive.blogspot.com/2012/06/map-viewer-configuration-in-obiee.html?utm_source=BP_recent
Thanks

Similar Messages

  • MapViewer error -05523

    I have added a JDBC theme to my map with the following query:
    var baseQuery="select /*+ index(a, LIST_CENTRELINE_I) */ innera.name1, innera.name2, geom " +
    "FROM (SELECT a.PRI_NAME as name1, b.PRI_NAME as name2, sdo_geom.sdo_intersection( a.shape, b.shape, 0.1) geom " +
    "FROM list_centreline a, list_centreline b " +
    "where UPPER(a.pri_name) like UPPER(TRIM(REPLACE('"+ street1+"','%','')) ||' %') " +
    "and UPPER(b.pri_name) like UPPER(TRIM(REPLACE('"+ street2+"','%','')) ||' %') " +
    "and SDO_FILTER(a.shape, b.shape, 'mask=ANYINTERACT querytype = WINDOW') = 'TRUE' " +
    "and a.retired_on is null) innera" ;
    I am getting the values for street1 & street2 from prompt dialogs. This query determines the intersection of two streets.
    When I try to run this in my map I get the mapviewer error-05223 there is some other info as well:
    Root cause:FOIServlet:ORA-13226: interface not supported without a spatial index
    Does anyone know how to overcome this problem?
    Here is the Theme definition:
    var theme = '<themes><theme name="JDBC_THEME_INTERS" >' +
    '<jdbc_query ' +
    'datasource="wms" '+
    'jdbc_srid="28355" ' +
    'spatial_column="geom" '+
    'render_style="'+markerStyle+'">' + baseQuery +
    '</jdbc_query></theme></themes>' ;

    Try defining your dynamic theme to not have the spatial filter appended to the query. Use the parameter "asis" equal to true.
    var theme = '<themes><theme name="JDBC_THEME_INTERS" >' +
    '<jdbc_query ' +
    'datasource="wms" '+
    'jdbc_srid="28355" ' +
    'spatial_column="geom" '+
    'asis="true" ' +
    'render_style="">' + baseQuery +
    '</jdbc_query></theme></themes>' ;
    Joao

  • Mapviewer error

    HI!
    I have imported the Mapviewer demo(mvdemo.dmp)in my schema, But I keep getting this error
    Message
    ORA-00942: table or view does not exist
    Message
    RME-02124: Failed to execute SQL statement: select o.object_name, o.object_type from user_objects o where o.status='INVALID' and exists (select 1 from sdd_reserved_names r where r.rn_res_name=o.object_name and r.rn_type=decode(o.object_type,'PACKAGE BODY','PACKAGE', 'TYPE BODY', 'TYPE', o.object_type)) order by decode(o.object_type,'VIEW',1,'PACKAGE','2','PACKAGE BODY',3,'FUNCTION',4,5)
    Cause
    An error occurred while executing a SQL statement.
    so can any one help me.....!

    Hi, can you check the version of the sdovis.jar that should be in your unpacked mapviewer directory $OC4J_HOME/j2ee/home/applications/mapviewer/web/WEB-INF/lib ?
    The method is to simply do a command-line:
    jar tvf sdovis.jar
    and you should see a class with the name Ver904***.class. That should be the version of the jar.
    lj

  • Mapviewer errors

    hello,
    I want to see geometrics objects stored in an oracle 10g database with mapviewer.
    When I put this query ( in the sample map request ):
    <?xml version="1.0" encoding="UTF-8" ?>
    <map_request datasource="mvdemo" width="640" height="480" format="PNG_STREAM">
    <themes>
    <theme name="t1">
    <jdbc_query spatial_column = "GEOMETRIE" datasource = "mvdemo">
    select geometrie from geo_table;
    </jdbc_query>
    </theme>
    </themes>
    </map_request>
    I have the following errors:
    <?xml version="1.0" encoding="UTF-8" ?>
    <oms_error>Message:null Fri Jun 17 15:19:24 CEST 2005 Severity: 0 Description: Message:null Fri Jun 17 15:19:24 CEST 2005 Severity: 0 Description: Message:[SDOVIS] No spatial data to render! Description: at oracle.sdovis.DBMapMaker.renderEm(DBMapMaker.java:1304) at oracle.sdovis.MapMaker.renderMap(MapMaker.java:1399) at oracle.lbs.mapserver.core.RealWorker.generateMapImage(RealWorker.java:568) at oracle.lbs.mapserver.core.RealWorker.process(RealWorker.java:232) at oracle.lbs.mapserver.MapServerImpl.renderMap(MapServerImpl.java:189) at oracle.lbs.mapserver.oms.doPost(oms.java:325) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186) at java.lang.Thread.run(Unknown Source)</oms_error>
    Why this error occurs?
    if you know some links which explain the using of mapviewer please send me them.
    Thanks for your helps.
    xjufi

    Omit the semi-colon.
    http://www.oracle.com/technology/products/mapviewer/index.html
    User guide secion 2.3.2
    Demos that are part of the kit

  • OBI Server Start Error: 1607

    Hi,
    When starting OBI server Im getting the error as
    Could not start the Oracle BI Server Service On Local computer
    Error: 1607: The process terminated unexpectedly
    How to get over this.
    Thanks.

    You should check NQServer.log.There you will find exact description of the error.Also check NQSconfig.ini and check whether RPD path is correctly defined or not.
    Thanks
    Sandeep
    Edited by: Sandeep Saini on 06-Sep-2010 03:40

  • Deployment of Custom Mapviewer errors out

    As a post installation step for OUASA Dashboard Package Installation , i am trying to delpoy mapviewer but it errors out with the following message:
    Current Status of your Deployment:
    Deployment command type: undeploy
    Deployment State : failed
    Deployment Message : weblogic.management.ManagementException: [Deployer:149001]No application named 'mapviewer' exists for operation undeploy
    Starting an edit session ...
    Started edit session, please be sure to save and activate your
    changes once you are done.
    deployig mapviewer_ear:::/u03/apptest/Middleware/Oracle_BI1/bifoundation/jee
    No stack trace available.
    This Exception occurred at Tue Feb 12 14:35:47 EST 2013.
    weblogic.management.scripting.ScriptException: Error occured while performing deploy : Could not find Targets that match bi_server1 in null.
    at weblogic.management.scripting.ExceptionHandler.handleException(ExceptionHandler.java:48)
    at weblogic.management.scripting.WLSTUtils.throwWLSTException(WLSTUtils.java:188)
    at weblogic.management.scripting.JSR88DeployHandler.getTMIDs(JSR88DeployHandler.java:319)
    at weblogic.management.scripting.JSR88DeployHandler.deploy(JSR88DeployHandler.java:510)
    This Exception occurred at Tue Feb 12 14:35:47 EST 2013.
    weblogic.management.scripting.ScriptException: Error occured while performing deploy : Unexpected Error: Error occured while performing deploy : Could not find Targets that match bi_server1 in null. : Error occured while performing deploy : Could not find Targets that match bi_server1 in null.

    This issue is possibly specific to the OUASA deployment scripts.

  • Custom Messages for Mapviewer Errors

    Hello,
    I want customize any error message of mapviewer, i.e. Mapviewer-05523: ....
    Mapviewer Version 11p5
    Is it possible?
    Thanks

    It might be possible to edit theses messages (MVMessages) in the oraclemaps.js script file. But I would advise against doing that since you might lose warranty.

  • Obi Publisher 11g error

    Hi,,
    while creating report ,I am getting the below error,Can any body knows this? If so pls give me the workaround to overcome this error.
    Failed to load: js/xdo/app/designer/ribbon/tabs/groups/template/PaperGroup.tmpl
    Please contact the system administrator.
    Thanx
    Aravind D
    Edited by: Aravind on Aug 22, 2011 1:20 PM
    found cause

    Are you sure the template is accesible from that location?
    regards
    John
    http://obiee101.blogspot.com/
    http://obiee11g.com/

  • OBI Web Services Error: Unable to read ReportDataFile

    Hi,
    We're developing reports using BI Publisher. We got a couple of questions regarding the web services.
    1. If I have a xml data file on local disk (e.g. c:\reports\data.xml), how do I set the file location in the ReportRequest? I see an attribute called reportDataFileName, but no matter how I set it, it always throws an exception: oracle.apps.xdo.webservice.exception.OperationFailedException: PublicReportService::generateReport failed: due to unable to read ReportDataFile [c:\reports\data.xml].
    2. When I call runReport(), it returns bytes in ReportResponse.resportBytes. Is there a way to let publisher save the report file on the server disk and return me the file location?
    Any help will be greatly appreciated.
    Thanks,
    Rakesh

    Hi,
    File location cannot be your local machine location it should be the server location of file. As while creating a data source for the file you need to specify the file location of the server where your file is kept and then you can use it.
    For the second can you please explain it as i am not sure what issue it is facing.
    Thanks.

  • Error in OBI Answers

    Tried to place a request in OBI Answer, got error
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16023] The ODBC function has returned an error. The database may not be available, or the network may be down. (HY000) Type=Report
    I have sampel Business model presentation SH in the RPD, It runs OK, that eliminates the problem of database and network down as suggested in the message. If I copy the query and run in SQL*Plus, it is OK, indicates the query is OK.
    What is wrong then?

    Hi,
    What do you mean by It runs OK ?
    1) have you tried pulling data from physical layer? are you able to see data here ?
    2) Cross check your connection pool it may pointing to other schema which is not available.
    hope it helped you
    --Srinivas                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Mapviewer view zoomed out within BI report

    Hello,
    I'm trying to troubleshoot an issue with a mapviewer map within a BI report showing the map zoomed way out. This map is a FL state map with the cities within the states marked. The geometry theme "FL_CITIES" preview fine on the MapBuilder.jar client application.
    However, when rendering the map in OBI report, Mapview just shows a grey screen. When I click on the map, then a small map of FL displays, but it is zoomed out.
    I tried to update the mapZoom to a different number on
    mapview.setZoomLevel(mapZoom);
    but there is no change in rendering of the map.
    Has anyone else encountered this behavior? I'm on 10.1.3.3. I've cut and pasted the showMap() function:
    function showMap()
    baseURL = "http://"+document.location.host+"/mapviewer";
    var mpoint = MVSdoGeometry.createPoint(-82.6, 28.2,8307);
    mapview = new MVMapView(document.getElementById("map"), baseURL);
    var mapZoom = 0;
    mapview.addBaseMapLayer(new MVBaseMap("MVDEMO.DEMO_MAP"));
    mapview.setZoomLevel(mapZoom);
    mapview.addCopyRightNote(
    "<font color=black>"+
    "Oracle MapViewer"+
    "</font>"+
    "&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp");
    mapview.addMapTileLayer(new MVBaseMap("elocation_mercator.world_map","http://elocation.oracle.com/mapviewer/mcserver" ));
    var mapZoom=5;
    mapview.addCopyRightNote("Oracle eLocation - &#169;2008 Oracle Corp. &#169;2008NAVTEQ&#8482;");
    mapview.addNavigationPanel("WEST",false,false,null);
    mapview.setCenter(mpoint);
    mapview.setZoomLevel(mapZoom);
    flFOI = new MVThemeBasedFOI('flFOI','mvdemo.fl');
    mapview.addThemeBasedFOI(flFOI);
    countiesFOI = new MVThemeBasedFOI('countiesFOI','mvdemo.fl_counties');
    mapview.addThemeBasedFOI(countiesFOI);
    regionsFOI = new MVThemeBasedFOI('regionsFOI','mvdemo.fl_cities');
    regionsFOI.setRenderingStyle("V.UI_DATA_CITIES");
    //setupNsdp(regionsFOI);
    regionsFOI.setBoundingTheme(true);
    // regionsFOI.enableLabels(true);
    mapview.addThemeBasedFOI(regionsFOI);
    mapview.display();

    Thank u so much for ur reply,
    According to the link provided, I hav created session variable, but I getting the following error:
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 23006] The session variable, NQ_SESSION.U_USER, has no value definition. (HY000)
    how to set the value to the variable?

  • Error while starting Presentation services

    Hi,
    I tried adding the following tag in instanceconfig.xml file and restarted the Presentation services.
    <PivotView>
    <MaxCells> 4000000 </MaxCells>
    <MaxVisibleColumns> 5000 </MaxVisibleColumns>
    <MaxVisiblePages> 2500 </MaxVisiblePages>
    <MaxVisibleRows> 50000 </MaxVisibleRows>
    <MaxVisibleSections> 3000 </MaxVisibleSections>
    <ResultRowLimit>20000</ResultRowLimit>
    </PivotView>
    <CubeMaxRecords> 1000000 </CubeMaxRecords>
    <CubeMaxPopulatedCells> 1000000 </CubeMaxPopulatedCells>
    When i tried to access the OBIEE dashboard link , it throws the following error: *500 Internal error.*Also in the ascontrol.log file, the following error occured:
    *[EMUI_10_10_40_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key should not be null*
    Could anyone help me in this?
    Regards,
    Bhuvan R

    Hello User,
    Can you please check out this below theread
    OBI Presentation Services error
    Hope its helpful

  • MVMapView.transformGeom and big geometries result in error 05511

    Hello,
    i have a problem with using MVMapView.transformGeom with geometries with many ordinates. When i try to transform such a geometry object i get a Mapviewer error 05511.
    Using Firefox with firebug i could examine the response from the server. It tells me that the Request-URI is too large (414)
    I can also see that the parameters are transfered to the server using GET, so it is no wonder that i get that error.
    Wouldn't it be better to use POST instead of GET to send the geometry to the server?
    I had a deeper look at the oraclemaps.js and found out that for example getLenght or getArea seem to use POST, so i tried to modify transformGeom in the same way, but that didn't work. It still builds a long URI instead of posting a parameter array ( If you look at the request in firebug, you will notice that the POST-TAB is empty. Normally the parameters should appear there, like for example in a getfoi request)
    Now i wonder if there is another way to transform a big geometry.
    Or maybe the transformGeom function can be altered to use POST instead of GET in the next version of mapviewer.
    Regards,
    DIrk

    Yeah, we should have put the request parameters in the request body, not the URL.
    Based on your post, I believe you're capable of fixing it by yourself. What you need to do is to take the request parameters out of the URL, change the method from "GET" to "POST" and send the parameters separately in the request.send call. The line that defines the request URL has "request=cstransform&dstsrid=" in it.
    This is a temporary solution. We'll fix it in our code. Don't do it if you're not sure about what I am talking about.

  • Which OC4J instance to install Mapviewer?

    Is there a specific instance of the OC4J on my 9iAS server that I should install Mapviewer? The way my development environment is setup we already have numerous OC4J instances.
    HTTP Server
    OC4J_BI_Forms
    OC4J_Demos
    OC4J_home
    OC4J_Portal
    OC4J_Wireless
    etc...
    Should I install Mapviewer under one of these instance or create a new OC4J instance? Is there a standard place?
    Thanks!
    -Scott

    There is no 'standard' OC4J instance for MapViewer. So yes you can deploy mapviewer into any of the existing OC4J instances, however the following points may make creating a separate OC4J instance for MapViewer reasonable:
    1. individually config memory usage by MapViewer. if mapviewer will be serving lots of big maps that require fetching a ton of data from DB, then you will need to bump up the memory allocation to the oc4j instance.
    2. the mapviewer error/log messages will not be mixed with logs from other applications.
    3. you can just restart the mapviewer oc4j instance w/o affecting other applications; conversely, if you deploy mapviewer to existing OC4J instances, and when that instance is restarted the mapviewer server will also be restarted.
    LJ

  • Libclntsh.so.10.1: cannot open shared object file: No such file or director

    Hi,
    I am getting this error when I am running a report in OBIEE. I can login to the .rpd but when I run a request, I am getting:
    libclntsh.so.10.1: cannot open shared object file: No such file or directory
    [nQSError: 46029] Failed to load the DLL /obieesbos1/obi/OBIEE/OracleBI/server/Bin/libnqsdbgatewayoci10g.so. Check if 'Oracle OCI 10G' database client is installed.
    But I can ping to the tnsnames on this server using sqlplus. The envionment is on Linux. Any suggestions?

    yes, in fact I have an Oracle Consultant looking into the issue since three days but of no helpl
    I can connect to the source database using sqlplus on this machine and can run a query. But OBI is throwing error.
    Not sure what else is missing. Any suggestions?
    Here is the user.sh
    # Oracle Parameters
    # Make sure that Oracle DB 32 bit Client is installed
    ORACLE_HOME==/obieesbos1/obi/oracle/product/10.2.0/db_1
    export ORACLE_HOME
    TNS_ADMIN=$ORACLE_HOME/network/admin
    export TNS_ADMIN
    PATH=$ORACLE_HOME/bin:/opt/bin:$PATH
    export PATH
    #LD_LIBRARY_PATH=$OracleBI_HOME/server/Bin:$LD_LIBRARY_PATH
    #export LD_LIBRARY_PATH
    #LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    #export LD_LIBRARY_PATH
    # If you have Linux 64 bit Platform, and would like to run Oracle BI 32 bit
    # then you must install Oracle DB 64 bit client, and this client comes with
    # 32 bit libraries under $ORACLE_HOME/lib32. The LD_LIBRARY_PATH in this case
    # shall be like this:
    LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH

Maybe you are looking for

  • New OSX not does not work with RED Rocket Card and old OSX Randomly Logs Out - UNSTABLE

    It looks like my MBPR 16GB (MacBook Pro) randomly logs out and causes my programs to quit unsaved.  I can not update to the new OSX mountain Lion because the new Apple release is no longer compatible with the RED Rocket card needed for debaying RED S

  • App Updates Will Not Sync From iTunes To iPhone

    I am having an issue with App Updates since I upgraded to iOS8. I prefer to update my Apps through iTunes on my iMac & then \sync them over to my iPhone 5s. However, I am having issues with this now. After  have downloaded the updates with iTunes I s

  • Address book Error 331

    I've added my old sim card addresses with no problem. After 2 days, whenever I press my trackball, my pearl locks up, and I can not move the trackball. The only think that works is to shut off the phone by pressing the red "end" key. Have looked all

  • Log4j - dynamic file name

    Hi I hava some servers that use log4j to log in shared folder. i want that every server will create his own log file with his host name. I'm using log4j.xml to configure the appender and I want to use variable to create dynamic file name. Could it pa

  • Can I share a scheduled workbook?

    We have set up scheduled workbooks as the EUL owner, but cannot figure out how the user can access these scheduled reports using their own db id. The user has access to the original report, but does not have the rights to schedule it themselves. Vers