OBIEE 11g Map Visualization Error - basemap is defined in spatial meta-data

Hi All,
I have installed OBIEE 11g successfully on my Desktop Machine, deployed the Sample Applications regarding Mapviewer and its working fine. I have seen all the Maps and they are running fine in fact they are editable and i can easily do anything with those Maps but,
The issue is that when i am going to create a new Report and try to integrate Map on it then it shows an error as display below;
A basemap is required to render a map. Please ensure that atleast one basemap is defined in the spatial meta-data
Error Details
Error Codes: EMGUNIA3
Location: saw.views.evc.activate, saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool,
saw.threadpool, saw.threads
I have also followed this link ( http://erpthings.blogspot.com/2011/01/obiee-11g-inbuilt-mapping-and-spatial.html ) but it is also stuck on the same error at the end.
I didn't understand the problem why its giving an error like this while the Sample Application worked fine so, if there is any way to define a basemap in spatial meta-data plz guide me OR
Is there any way to integrate Map with OBIEE 11g ?
Cheers,
Masood.

This question has been solved!
Basically you need to ensure the database schema where the data source (Navteq) has been imported must have the privilege "Create Type"
This comes from the Oracle manual extract as shown below:
1.4.4.3 Creating MapViewer Array Types, if Necessary
For each database schema that it connects to, MapViewer checks for the existence of
the following SQL array types that support array-type binding variables that might
exist in some predefined themes:
■ MV_STRINGLIST
■ MV_NUMBERLIST
■ MV_DATELIST
If these types do not exist, MapViewer attempts to create them in the database schema
associated with the MapViewer data source. However, if the user associated with that
schema does not have sufficient privileges to create new types, a privileged user must
create the types by connecting to the data source schema and entering the following
statements:
CREATE or REPLACE type MV_STRINGLIST as TABLE of VARCHAR2(1000);
CREATE or REPLACE type MV_NUMBERLIST as TABLE of NUMBER;
CREATE or REPLACE type MV_DATELIST as TABLE of DATE;
Cheers.

Similar Messages

  • Error: Timeout occurred whilst retrieving page meta data.????

    Hi,
    I sucessfully enabled SSL on PORTAL 3.0.9.8.0 but I could only use it inside our firewall. This is because I had my servername setup to be "portal" instead of a valid DNS name like "portal.mycomp.com".
    I have changes my servername from "portal" to "portal.mycomp.com" in all the conf. files that I know of and it still doesn't work. The funny thing is that I can access the single-sign-on server but not portal. For example, #1 of the following doesn't work but #2 works.
    #1: https://portal.mycomp.com/pls/portal30
    #2: https://portal.mycomp.com/pls/portal30_sso
    This is the error msg I got from my browser when I try to go to #1 ---> "Error: Timeout occurred whilst retrieving page meta data."
    I had also made sure that I didn't have any typo when I executed the ssodatan script. The following is how I executed my ssodatan script:
    ssodatan -w https://portal.mycomp.com/pls/portal30/ -l https://portal.mycomp.com/pls/portal30_sso/ -s portal30 -o portal30_sso -c portal
    *note: "portal" is my connect string.
    Does anyone have any idea what my problem would be?
    Yes, I have also re-requested a new SSL Certificate from Varisign with the new servername "portal.mycomp.com" and installed it properly.
    Thanks in advance,
    Victoria.

    Victoria,
    Did you find a solution to this ?
    We are running Oracle Portal 3.0.9.8.1 on Solaris and are having
    the same problem. Everything works okay through http but with
    https:
    1. https://<domain name>/pls/portal30
    we get the error "Error: Timeout occurred whilst retrieving page
    meta data."
    2. https://<domain name>/pls/portal30_sso - works okay
    3. https://<domain name>/test.jsp - works okay
    Thanks
    Simon.

  • Error: Timeout occurred while retrieving page meta data.

    Hi,
    I have 10.1.2.0.0 installed. I log into portal and time to time I keep getting the following error:
    Error: Timeout occurred while retrieving page meta data.
    Any ideas what might be the cause. It may work ok for sometime but all of a sudden I keep getting the above error.
    Thanks

    I could be the RAC, and have failovers etc. as usually this is associated with a performance issue or timeout... There should be something in the logs.
    What I recommend you is that you log a Service Request into Support... and supply the PDA (Metalink Note:169490.1).
    I hope it helps...
    Cheers,
    Pedro.

  • SSL. Error: Timeout occurred whilst retrieving page meta data

    Hi!
    I am configuring oracle 9iAS 1.0.2.2a Portal to enable SSL and I did
    everything that was said at http://igloo.its.unimelb.edu.au/Webmail/tips/msg00569.html
    zone.properties
    servlet.page.initArgs=useScheme=http
    servlet.page.initArgs=usePort=7778
    servlet.page.initArgs=httpsports=4443
    wdbsvr.app
    [DAD_portal30]
    cgi_env_list = REQUEST_PROTOCOL=HTTPS,SERVER_PORT=4443
    [DAD_portal30_sso]
    cgi_env_list = REQUEST_PROTOCOL=HTTPS,SERVER_PORT=4443
    This was my ssodatan
    ssodatan -w https://me.me.me:4443/pls/portal30/ -l
    https://me.me.me:4443/pls/portal30_sso/ -s portal30 -o portal30_sso
    But when I access https://me.me.me:4443/pls/portal30/ I get
    Error: Timeout occurred whilst retrieving page meta data
    However, https://me.me.me:4443/pls/portal30_sso/ is working fine!
    One more thing. I can access my login server at
    http://me.me.me:7778/pls/portal30/ and when it prompts for username and password
    it uses https.
    https://me.me.me:4443/pls/pors/portal30_sso.wwsso_app_admin.ls_login
    Help would be greatly appreciated!

    jserv.log (these lines appear many times)
    [28/06/2002 17:07:03:987 GMT+03:00] page/JNI: Exception when trying to connect in 0.
    [28/06/2002 17:07:03:987 GMT+03:00] page/Timeout occurred, label=page url=https://me.me.me:4443/pls/portal30/!PORTAL30.wwpob_page.show?_pageid=51
    [28/06/2002 17:07:03:987 GMT+03:00] page/ContentFetcher Unexpected Exception, name=content-fetcher3
    javax.net.ssl.SSLException: SSL handshake failed: X509CertChainIncompleteErr
         at oracle.security.ssl.OracleSSLSocketImpl.startHandshake(Native Method)
         at oracle.security.ssl.OracleSSLSocketImpl.startHandshake(Unknown Source)
         at HTTPClient.HTTPConnection.getSSLSocket(HTTPConnection.java, Compiled Code)
         at HTTPClient.HTTPConnection.sendRequest(HTTPConnection.java, Compiled Code)
         at HTTPClient.HTTPConnection.handleRequest(HTTPConnection.java, Compiled Code)
         at HTTPClient.HTTPConnection.setupRequest(HTTPConnection.java:3545)
         at HTTPClient.HTTPConnection.Post(HTTPConnection.java:2478)
         at HTTPClient.HTTPConnection.Post(HTTPConnection.java:2605)
         at oracle.webdb.cache.CacheHTTPConnection.getHTTPResponse(CacheHTTPConnection.java:129)
         at oracle.webdb.cache.CacheHTTPResponse.process(CacheHTTPResponse.java, Compiled Code)
         at oracle.webdb.cache.CacheHTTPConnection.common(CacheHTTPConnection.java:114)
         at oracle.webdb.cache.CacheHTTPConnection.Post(CacheHTTPConnection.java:210)
         at oracle.webdb.page.ContentFetcher.run(ContentFetcher.java, Compiled Code)
    Changes to httpd.conf
    <IfDefine SSL>
    Port 4443
    Listen 4443
    </IfDefine>
    <VirtualHost default:80>
    </VirtualHost>
    <VirtualHost default:4443>
    DocumentRoot "/oas/Apache/Apache/htdocs"
    ServerName me.me.me
    ServerAdmin [email protected]
    ErrorLog /oas/Apache/Apache/logs/error_log
    TransferLog /oas/Apache/Apache/logs/access_log
    SSLCertificateFile /oas/Apache/Apache/conf/ssl.crt/mycert.crt
    SSLCertificateKeyFile /oas/Apache/Apache/conf/ssl.key/mycert.key
    </VirtualHost>

  • OBIEE 11g ODBC connectivity error

    Hi all,
    I am getting the following error when I tried to access a simple query through Answers.
    "*Odbc driver returned an error (SQLExecDirectW).*
    *Error Details*
    *Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P*
    *State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 16001] ODBC error state: IM002 code: 0 message: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified. (HY000)*
    *SQL Issued: SELECT s_0, s_1, s_2 FROM ( SELECT 0 s_0, "BISample"."Product"."BRAND" s_1, "BISample"."Target"."REVENUE" s_2 FROM "BISample" ) djm*"
    What I did was
    1. Create a DSN 'orcl', 32 bit Oracle ODBC driver. Tested and worked against the Oracle database.
    2. Import metadata using Local, ODBC 3.5 and DSN = orcl
    3. Build a simple BMM and subject area
    4. In the phyiscal layer, right click on a table, and select view data/update row count. Error with message "The connection has failed"
    5. Hoping for the best, create a simple query in answer and got the above odbc driver error in results tab.
    Interestingly, if I edit the connection pool and use OCI (my SID is also orcl), then everything works fine.
    I'm new to OBIEE and hope someone can tell me if I have missed a step or make any mistakes!
    Thanks!
    Regards
    Han Kiat

    Hi All,
    I am able to connect SQL Server database with OBIEE 11g RPD offline and imported metadata and verified update row count/view data but when i was trying to publish the same RPD the data is not returning also "update row count/view data" is giving and error "The connection has failed."
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 16001] ODBC error state: IM002 code: 0 message: [DataDirect][ODBC lib] Data source name not found and no default driver specified. (HY000)
    Environment:
    OBIEE 11g/WLS 10.3.3/Oracle database 11g installed on RHL 5
    Client tools are installed on local Vista 32 bit system.
    Oracle database is working fin, where as SQL Server is giving issues.
    You want me to create a ODBC connection in RHL 5 server to connect to SQL Server ? i am little bit confused here how to create !
    same time i have created ODBC for oracle apps database and imported and able to view data in RPD when i am in Online mode.
    When i open RPD in online mode and trying to import the data i dont have access to local machine ODBC's which is expected and if i change to "Remote Server" nothing is showing here.
    Appreciate your comments on the above.
    Thanks

  • OBIEE 11g Insuffcient Privileges error

    Hi Experts,
    I have installed OBIEE 11g in my laptop and working fine. But suddenly when I try to login web logic user am getting below error. Please help me on this.
    Insufficient Privileges. "Access Home Page"
    Error Details
    Error Codes: C64RS3Z2
    Thnaks.

    Hi,
    Thanks for your response,
    I tried login Admin URL then click-->Manage Privileges am getting below error.
    Error retrieving user/group data from Oracle BI Server's User Population API.
    Error Details
    Error Codes: GDU6UYHS:OPR4ONWY:U9IM8TAC:OI2DL65P
    Odbc driver returned an error (SQLExecDirectW).
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 13049] User 'BISystemUser' with 'empty' permission can not query user population.Please have your System Administrator look at the log for more details on this error. (HY000)
    Please have your System Administrator look at the log for more details on this error.
    Please help me on this it is very urgent.
    Thanks

  • OBIEE 11G Write Back Error

    Hi All:
    I am testing the OBIEE 11G write back function. After all the steps , there's an Error message said "Write back Error" . No other detail information. Do you have any idea about where's the problem of it?
    My xml file was under the folder of 'C:\OBIEE11\Oracle_BI1\bifoundation\web\msgdb'. and the detail is as below.
    <?xml version="1.0" encoding="utf-8" ?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="write_back_test">
    <XML>
    <writeBack connectionPool="Connection Pool">
    <insert> </insert> <update>FACT_Writeback set MAX_LY2 = '@{c1}' where PERIOD_KEY = '@{c0}'
    </update>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    Really Thanks for your help.
    Sunny.Sun

    Hi,
    I think these is a problem with your connection pool name, please check it. It's a name of connection pool in BI administrator.
    if it's not problem, Can you try my way, replace '@{c1}', '@{c0}' by @1, @2...with 1,2 is a number of column in Criteria.
    It's my template :
    <?xml version="1.0" encoding="utf-8" ?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="SetQuotaUseID">
    <XML>
    <writeBack connectionPool="WB_CONN">
    <insert> </insert>
    <update>UPDATE biee_map_revenue SET DIST_CODE=@5 WHERE REV_ID = @1 </update>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    Edited by: OBIEE.vn on Feb 13, 2011 6:31 PM

  • OBIEE 11g SampleApp installing error

    Hi Everyone,
    I am getting following error messages in EM while deploying SampleApp from oracle for OBIEE 11g.
    SEVERE: Element Type: BI_INSTANCE, Element Id: coreapplication, Operation Result: FAILED_TO_START, Detail Message: Error in starting one or more components of BI Instance; Please check the server log files for detailed message
    [nQSError: 46066] Operation cancelled
    [nQSError: 46066] Operation cancelled
    Please help.
    Thanks
    Manish

    Make sure all the BI services are up and running before deploying the RPD in the Enterprise manager. You can check to see if all the services are running by going to the system maintainance tab in Enterprise manager under Business Intelligence Domain. After making sure all the services are up and running, try to upload the RPD again, and make sure the RPD is not corrupted.
    -Amith.

  • OBIEE 11G [nQSError: 17001] ERROR

    Hi Experts,
    I've installes OBIEE 11g & upgraded the existing OBIEE 10g RPD & WebCat to the 11g but when i try to see the dashboards & reports i get the following error.
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified at OCI call OCIServerAttach. [nQSError: 17014] Could not connect to Oracle database. (HY000)
    I've already tested the database connection using the Oracle SQL PLUS ,i'm able to connect to database.
    Please let me know what changes need to be donw in the RPD.
    Regards,

    Hi,
    Try putting the tnsnames.ora of your local db client in the following directory: <obi 11g install dir>\Oracle_BI1\network\admin. Looks like OBI11g comes with an Oracle client install or something.
    Regards

  • OBIEE 11g Map question

    Hi all,
    We are using OBIEE 11g Mapviewer to display some results. We have point as well as polygon location geometries which combined with other dimensions display scores on the map.
    It seems there is a restriction on the display graphics that can be used based on a geometry type. It is something like the following table:
    Geometry Type - Graphic Format
    Polygon - Color Fill, Bubble, Pie Graph, and Bar Graph
    Point - Bubble, Variable Shape, Image, and Custom Point
    We display a pie graph of scores on a given polygon and would like to keep it standard irrespective of the underlying geometry.
    I was wondering if its possible to force use a Pie Graph on Point geometry?
    Please let us know if there is a way to solve this. Really appreciate your time.
    Thanks!

    Hi
    Your best bet is to follow the Security Guide:
    http://docs.oracle.com/cd/E20490_01/bia.7963/e19042.pdf
    Really you just need to make sure the Responsibility names are the same as the Application Roles. So either you create new responsibilities in EBS to match the existing (seeded) roles or you create new roles in OBI Apps to match your existing responsibilites. Both ways round are valid and it all depends on your security solution.
    Thanks
    Robin

  • OBIEE 11g database connection error after deploying to server.

    Hi,
    I deployed RPD to obiee 11g server and when I run a report it is giving database connectivity error. In 10g we just specify OLAP_DSN, OLAP_USER and same in connection pool with database password. I did the same in 11g as well but it's not working.
    Is there any other place I need to specify database connection detail?
    Thanks
    Jay.

    coming with different names :) If you respond to your older threads will happy to respond you.
    When we answer your question we love to know how it helped you. we are not asking your $$$$$$$$$$$$$

  • OBIEE 11g Map

    Hi all,
    I'm using OBIEE 11.1.1.6. And trying to get some MAP Reports, its working fine, but only for the states of USA. Can anyone tell me, how to use to get map for states/cities other than USA.
    Regards
    Raj Kumar
    Edited by: 947214 on Mar 28, 2013 11:45 PM

    As per my knowledge..by default OBIEE 11g comes with some defaults maps if you want go for more maps then you need to purchase the licence .

  • Obiee 11g connection pool error

    Hai Experts,
    Gudmorning.I'm trying to migrate my 10g rpd to 11g.i have given the connection pool details.but it is showing the connection pool failed.
    can anyone help me regarding this.??
    Thanks in advance,
    Chaitanya.

    Hi,
    Check this..http://siebel-essentials.blogspot.com/2010/09/11-obiee-11g-tips-4-connecting-to.html
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10540/conn_pool.htm#insertedID0
    Even go through the link Saichand gave.
    Regards,
    Srikanth
    Edited by: Srikanth Mandadi on Nov 19, 2010 11:12 PM

  • Obiee 11g creating domain error

    Hi,
    I am installing obiee 11g on windows 7 ..when i'm installing obiee 11g when it came to last step 14 of 15 creating domain had failed..how can i resolve this issue

    Hi,
    The issue due to java and static IP are not pointing to weblogic domain creation steps that why its getting erro..few months back i too face this issues and resolve it please refer my blog
    Solution: while installation Enterprise/Software type ...while installing weblogic server run like below comment
    D:\OBIEE111160\wls1036_generic.jar
    Weblogic 10.3.5/6 64bit installtion must run like below
    go --> windows --->type run ==> cmd prompt -->
    C:\>cd C:\java\jrockit-jdk1.6.0_29-R28.2.2-4.1.0\bin
    C:\java\jrockit-jdk1.6.0_29-R28.2.2-4.1.0\bin>java -D64 -jar D:\OBIEE111160\wls1
    036_generic.jar
    and another thing please make sure static IP (looback adaptor and host\etc file should be pointing like below
    Install Loopback Adapter with Static IP Address
    http://www.oracledistilled.com/windows/configuring-the-loopback-adapter-on-microsoft-windows/
    Note: hots/host/etc file the static ip should be set like below
    # localhost name resolution is handled within DNS itself.
    10.10.1.7 localhost Deva-PC
    (IP address host domain name host/computer name)
    For refer my blog
    http://obieeelegant.blogspot.sg/2012/07/obiee111160-software-only-installation.html
    Thanks
    Deva

  • OBIEE 11g Scheduler installation error on Linux box. Please help!

    Hello,
    I'm trying to install OBIEE on a Linux box. The repository was created using a Windows PC on a separate Oracle database on another server.
    I have four of the five OBI components running but I keep getting this error for the Scheduler.
    [2011-09-19T14:47:54.000+00:00] [OracleBISchedulerComponent] [ERROR:1] [] [] [ecid: 004fKlhR3PrEkJr5KJo2ye0006XX000000] [tid: dc253800] [68008] Scheduler Error: [[
    Current Table: S_NQ_JOB.
    [nQSError: 17001] Oracle Error code: 1017, message: ORA-01017: invalid username/password; logon denied
    at OCI call OCISessionBegin.
    Current Table: S_NQ_JOB_PARAM.
    [nQSError: 17001] Oracle Error code: 1017, message: ORA-01017: invalid username/password; logon denied
    at OCI call OCISessionBegin.
    Current Table: S_NQ_INSTANCE.
    [nQSError: 17001] Oracle Error code: 1017, message: ORA-01017: invalid username/password; logon denied
    at OCI call OCISessionBegin.
    Current Table: S_NQ_ERR_MSG.
    [nQSError: 17001] Oracle Error code: 1017, message: ORA-01017: invalid username/password; logon denied
    at OCI call OCISessionBegin.. Errors were encountered while initializing Scheduler's backend database, check database configuration.
    I've checked the configuration and there is nothing wrong with it, plus I have checked connectivity from the weblogic server and the Linux server to this. Also I do not have Enterprise edition everything I do is at console level in Linux.
    Please help. I've been trying to sort through this for a long time.
    Thanks.

    Becky,
    You need not do any thing additional to have EM running in the OBI 11g instance. Although it is a deployed JEE application, if your Weblogic Server (WLS) is started and up and running then your EM Console should also be up and running.
    You say that you are doing everything from the command line. So, start the Weblogic Server then navigate to http://< your server name> : 7001/console
    If that comes up then go to
    http://<your server name>:7001/em
    That is your EM Fusion Console and it should come up as well.
    Don't mess with the XML file directly.

Maybe you are looking for