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

Similar Messages

  • 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

  • Can multiple tabs be opened in one analysis in OBIEE 11g

    Hyy All, I am not able to open mltiple tabs in one analysis in obiee, Before It, I was using SAP BO, It was possible in there, Please help me out. .

    Hii ChristianBerg,  Thanks for replying..
    First Point by you (- Multiple views inside a view selector within any given analysis), I am adding some more to it that I need "- Multiple views inside a view selector within any given analysis in tabs" :: How can I achieve It? Can you tell provide me any sample report which have multiple sub reports or views? please.. Thanks a lot In Advance.

  • Mapping Roles/Groups between OBIEE 11g and Oracle EBS R12

    Hi,
    We are implementing OBIEE 11g with Oracle EBS R12 as source system. Also we are using Out of the box RPD for Oracle EBS R12.
    But we are facing lot of challenges to map OBIEE 11g groups and EBS roles and responsibilities. We do not have prior experience with EBS as source system.
    Can anyone tell how to map between obiee groups with Oracle E-Business suit R12
    Is there any document link or notes regarding this.
    Any help regarding this will really save us.
    Thanks in advance

    Please read:
    Integrating with EBS Suite Security: http://docs.oracle.com/cd/E28280_01/bi.1111/e16364/ebs_actions.htm#BIEIT1321
    As I understand you need to create a Connection Pool to your EBS database. I think that would be a serious security aspect for the integration to work over two different networks. But I don't think it's impossible.
    Domain Prerequisites is another challenge in this scenario.
    More specifically: http://docs.oracle.com/cd/E28280_01/bi.1111/e16364/ebs_actions.htm#CHDHCAFD

  • Seeing the detailed sql  with db table names for an analysis in OBIEE 11g?

    Hello All,
    I am trying to see the detailed sql for an analysis to see which tables my analysis is hitting back in the database. Currently all i see is the subject area name with bunch of s_0, S_1,S_2.... but i want to see the actual table names which the Analysis is pulling the data from, I am new to OBIEE. Any help or advise with the steps in order to accomplish my goal is greatly appreciated.
    Thanks,
    Ravi.
    Edited by: user1146711 on Aug 23, 2011 3:24 PM
    Edited by: user1146711 on Aug 23, 2011 3:30 PM

    Hi ravi,
    You can check in the presentation services by going to Administration/manage session/view log for the specific report that you are running.
    You can even check the SQL in log file NqQuery.log in your installation folder C:OracleBI\server\log\NqQuery.log
    Check this Courtesy by gerard http://gerardnico.com/wiki/dat/obiee/manage_session_log
    hope answered.
    Cheers,
    KK

  • Unable to Create a new Analysis in OBIEE 11g

    Hi All,
    I have installed OBIEE 11.1.1.6.0 in Windows 8 .All the links in presentations services are working properly except New icon. I am unable to create a new report , dashboard,filter or prompt .I can see my Subject area in Manage privileges but it is not opening all the links in Manage links are not working .Weblogic has following roles Administrators ,BI Author, Bi Administrator ,Bi consumer but still unable to create a new report.
    Any inputs are appreciated.
    Thanks

    Try to Open the catalog offline using Catalog Manager and give permissions as in http://www.cool-bi.com/Issues/CatalogPermissions.php
    Try to do it on root folder.

  • Using a floor plan as a map to show in OBIEE 11g

    Hi,
    I have a floor plan of a shopping center and would like to highlight facts such as revenue over each shop on the floor.
    Does anyone know how you would create the spatial information that would be needed to map out the boundry of each shop on the shop floor - as this isn't something that you going to be able to get from something like Google Maps for example.
    Is there a seperate application that has to do this?
    Thanks
    Ben

    find out the coordinates of each shop boundary and after getting boundary coordinates. apply html tag(fmap and href) , you can show the result according to boundary

  • I cant able to create a new Analysis and Dashboard prompt in OBIEE 11g

    Hi Gurus,
    i try to create a new Analysis in OBIEE 11g in (brower: ie,Google chrome, Mozila), i got the error "*unterminated string literal*" and "*Exception at function updateSelectionsPanel: unterminated string literal*".
    and i try to create a new Dashboard Prompt using column prompt when i select the column i don't get the filter form and not to be add the column prompt in the Dashboard Prompt.
    Thanks,

    Moving this discussion to the Adobe Creative Cloud forum.
    Kriskristferson if you are facing difficulties with your order then please contact our support team directly at Contact Customer Care.

  • WRITE BACK IN OBIEE 11g

    Hi ,
    Colud you please clearify the error "The system not able to read the WRITE BACK template.Please contact your system Administrator.
    for that, I folled this Document.
    http://rajeshthomas.blogspot.in/2012/08/writeback-analysis-in-obiee-11g-part-1.html
    Regards,
    Akurathi

    hi,
    check the writeback xml code,there might be some syntactical errors and column numbers in the insert/update statements.You should check the enable writeback check box for all the columns which you used in the writeback template.
    mark if helpful/correct..
    thanks,
    prassu

  • OBIEE 11g having problems with password protected PDF files.

    I have been able to get an analysis in OBIEE 11g to display PDF files.
    However, some of these documents contain sensitive information and must be secured. Since anyone with access to the file name
    could simply type in the proper path in the browser window, this is unacceptable. In order to try and prevent this, I created a pdf file
    that is protected with a password.
    Opening the file by itself, produces the desired results. The password is requested before the file will open.
    When I open the file through my analysis in OBIEE, Adobe reader activates, but the password is not requested and the file does not open.
    It is as if OBIEE is somehow not sensing that Adobee is asking for a password.
    Does anyone have any experience with this?

    FYI, in case anyone is interested, I found out what is going on.
    I created the original password protected PDF using Microsoft Word. I did this because I do not have a full version of Adobe Acrobat that allows me to create files.
    On a hunch, I found someone that has a full version of Acrobat, and had them create a password protected PDF file. This file worked perfectly.
    Apparently, Word is not strictly adhering to PDF guidelines, and OBIEE senses the differences, resulting in the file not opening properly.
    Something to keep in mind for anyone linking to password protected PDF files in OBIEE.

  • Cross subject area analysis in OBIEE 11 RPD

    Hi,
    Can anybody tell how to implement Cross subject area analysis in OBIEE 11g in RPD. What are the changes in OBIEE 11g wit respect to Cross subject area analysis when compared to OBIEE 10g.
    Thanks,
    Anilesh

    Hi,
    Its same as 10g, but when applying filters, you can hide or unhide the filters.
    http://prasadmadhasi.com/2012/01/30/working-with-multiple-subject-areas-in-obiee-11-1-1-5-0/
    http://oraclebiee11g.blogspot.in/2011/01/querying-across-multiple-subject-areas.html
    Using answers-
    http://gerardnico.com/wiki/dat/obiee/multiple_subject_area
    Please let me know further and hope this helped/ answered.
    Regards
    MuRam

  • 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

  • View maps on OBIEE 11g Dashboard

    Hi All,
    My Installation: I have OBIEE 11g installed on Windows Server 2008. My Database is SQL Server 2012.
    My Requirement: Display maps in OBIEE Dashboard.
    Firstly, from the various posts available online, I have understood that the OBIEE 11g MapViewer works ONLY with Oracle database. If this is true then I need another way to view maps because I don't have Oracle DB.
    Can I have Google maps on my OBIEE dashboard ?
    Any suggestions/advice will be highly appreciated.
    Thanks n Regards
    Dev
    Edited by: Devpriyo on Mar 25, 2013 3:45 PM

    Hi Dev
    Did you find the resolution.Even I am facing the same issue.It would be great if u have found the solution.
    Regards
    Kishore

  • 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!

  • Issue in OBIEE 11G Google Maps

    Hi All,
    Am able to use the Google maps in OBIEE 11G and built the Barchart that should show X-Axis : Cities , Y-Axis : Measure for each State . But the problem is when i click on one state , it is showing all the cities and metric in the map instead of showing only corresponding cities of particular state.
    Please clik on https://docs.google.com/open?id=0B3A03HtPEX65YjExZDNlMDEtOTc3NC00ZGE0LThhMmMtMTRmZmRlNjAxZDU3 for image .
    Thanks in Advance .
    Edited by: Hercules on Nov 11, 2011 9:04 AM

    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.

Maybe you are looking for

  • Overclocking the z77a-gd65 board

    Hello my new found friends (I hope).I am new to both these forums and overclocking but I'm willing to learn. I have a msi z77a-gd65 mobo, 32 gigs crucial memory with an i7 3770k cpu rated at 3.5 GHz. I also have a corsair H80i cpu liquid cpu cooler. 

  • Movies Showing up on iPhone 5S but Not in iTunes on MacBook

    Hi: I purchased a movie bundle (Madagascar 1,2,3) for my daughter and all the movies show up on my iPhone 5S but only Madagascar 1 shows up in my iTunes on my MacBook. Also, Toy Story 3 and The Penguins of Madagascar show up in both places. I have ch

  • Contract account pop up screen on va01

    I have modified the program to create business partner(BP) so that it can create a different partner called a one time BP. the difference between these 2 types of BPs is the business group. the problem now is when i am creating a sales order for the

  • Autoupdate from service in Axis2 is not working

    Hi! I am testing some services in Axis2 but the problem that I have is, that if I make changes during the service is running, then the changes are not visible. First I should restart the tomcat and then the changes are visible :-( Why this? I have re

  • URGENT- checksum error during database instance installation

    Hi Experts and Developers, I would be glad,if you can help me solve this. I did not have any problem during Central instance installation.But getting <b>2 checksum errors</b> during my database instance installation. The log file for 1st error says C