Map Viewer URL Connection Issue

Hi,
I have an UI project, for which i have created a Deployment Profile named 'adfXXXXXUI' nothing but created a adflibrary for that UI project.
While creating the adf jar, i have come across an Option called 'Connections' .
Here i have selected Connection Names Only ... means i will be getting all the names of the connections i have created & those will be reflected in my local connection.xml file.
After configuring the rest of the params, i deployed my UI project to "deploy -> adfXXXXXUI.jar".
And we have used this jar to integrate with another UI application ... And the taskflows avilable in the jar will be used in the other UI application.
Now here is my problem ... Actually my connections.xml file has a URL Connection. This is how it looks like....
<?xml version = '1.0' encoding = 'UTF-8'?>
<References xmlns="http://xmlns.oracle.com/adf/jndi">
<Reference name="MapServer" className="oracle.adf.model.connection.url.HttpURLConnection" xmlns="">
<Factory className="oracle.adf.model.connection.url.URLConnectionFactory"/>
<RefAddresses>
<XmlRefAddr addrType="MapServer">
<Contents>
<urlconnection name="MapServer" url="http://sbsys1.intra.schneider.com:8109/mapviewer"/>
</Contents>
</XmlRefAddr>
</RefAddresses>
</Reference><Reference name="snibuilddb" className="oracle.jdeveloper.db.adapter.DatabaseProvider" credentialStoreKey="snibuilddb" xmlns="">
<Factory className="oracle.jdeveloper.db.adapter.DatabaseProviderFactory"/>
<RefAddresses>
<StringRefAddr addrType="subtype">
<Contents>oraJDBC</Contents>
</StringRefAddr>
<StringRefAddr addrType="user">
<Contents>sni_guest</Contents>
</StringRefAddr>
<StringRefAddr addrType="port">
<Contents>3720</Contents>
</StringRefAddr>
<StringRefAddr addrType="hostname">
<Contents>uxsys186v</Contents>
</StringRefAddr>
<SecureRefAddr addrType="password"/>
<StringRefAddr addrType="serviceName">
<Contents>snit0.world</Contents>
</StringRefAddr>
<StringRefAddr addrType="DeployPassword">
<Contents>true</Contents>
</StringRefAddr>
<StringRefAddr addrType="oraDriverType">
<Contents>thin</Contents>
</StringRefAddr>
</RefAddresses>
</Reference>
</References>
All the taskflows avaialble in my jar using the URL connection which mentioned above. But the adflibray jar got created with a file named 'jar-connection.xml', where i can see <Reference/> as an empty Tag. Because i have selected connections name only as an option when creating the adflibrary for my UI.
Hence it is appearing so ... But when i added this jar to the other application, i have dragged & dropped the taskflows as a region on to the JSPX page. And i started running the page. On the page .... i can see only the data which is not making use of MapServer connection defiition. Along with that, some maps needs to rendered .. but that is not happening. Rest of the page with the filter critieria is being displayed properly.
Now i have selected Include Connection Details as an option, by editing the adfLibrary Deployment profile of the UI & redeployed & found the same thing. Like, though i specify the Include Connection Details as an option ... i did not see those URL connection details in my jar-connection.xml file.Still it is not working.
All the taskflows inside the jar are trying to use this URL connection from jar-connection.xml, which is avaiable inside the adfLibUI.jar.
I tried with a scenorio some thing like ... For the application to which i have added this adfUILibrary, there itself i created a URLConnection ... but it did not worked as well.
Requesting you to let me know how can i get avail of my URL connection in to my jar ...
Thanks & Regards,
Kiran Konjeti

This is purely ssl issue. You can try adding the below logic first.. This code basically sets ssl properties for us.
import java.security.Security;
Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
Properties properties = System.getProperties();
String handlers = System.getProperty("java.protocol.handler.pkgs");
if (handlers == null) {
    // nothing specified yet (expected case)
    properties.put("java.protocol.handler.pkgs", "com.sun.net.ssl.internal.www.protocol");
else {
    // something already there, put ourselves out front
    properties.put("java.protocol.handler.pkgs", "com.sun.net.ssl.internal.www.protocol|".concat(handlers));     
System.setProperties(properties);
Below you start your code....

Similar Messages

  • HttpsURLConnection URL connection issue

    Hi All,
    I need to create URL connection with HTTPS URL. I can run Main java class successfully in machine which hosted in SAP Java server, but fail to run integrate it with e-commence application. When depployed in to SAP Java server cannot open HttpsURLConnection and always return CalssCastexception. However same code run as Java Main class
    Is this can be a (SSL) Handshake? or is this SSL issue?
    MyCode:
    String httpsURL = "https://encrypted.google.com/";
        URL myurl = new URL(httpsURL);
        HttpsURLConnection con = (HttpsURLConnection)myurl.openConnection();
        InputStream ins = con.getInputStream();
        InputStreamReader isr = new InputStreamReader(ins);
        BufferedReader in = new BufferedReader(isr);
        String inputLine;
        while ((inputLine = in.readLine()) != null) {
          System.out.println(inputLine);
        in.close();
    Thank You

    This is purely ssl issue. You can try adding the below logic first.. This code basically sets ssl properties for us.
    import java.security.Security;
    Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
    Properties properties = System.getProperties();
    String handlers = System.getProperty("java.protocol.handler.pkgs");
    if (handlers == null) {
        // nothing specified yet (expected case)
        properties.put("java.protocol.handler.pkgs", "com.sun.net.ssl.internal.www.protocol");
    else {
        // something already there, put ourselves out front
        properties.put("java.protocol.handler.pkgs", "com.sun.net.ssl.internal.www.protocol|".concat(handlers));     
    System.setProperties(properties);
    Below you start your code....

  • Qaaws url connection issue

    Dear All,
    *Description of Problem :*
    When i am entering the below URL link1 in the host definition at Qaas,then it is not able to accept it.Suppose if i change the URL like below link2 ,qaaws is accepting.
    I need the expert help on this
    Link1: http://tchbopd1.company.co.in:8080/dswsbobje/services/Session
    Link2:http://tchbopd1:8080/dswsbobje/services/Session
    I had check the same issue on another colleague system.Its working fine with above both links.
    Product\Version\Service Pack\Fixpack (if applicable):
    Bo Xi3.1 SP3 FP3.2
    Relevant Environment Information (OS & version, java or .net & version, DB & version):
    BO server-HP UX 11.31 Ia 64
    Bo client-windows
      web application-Tomcat
    Database-oracle
    Steps to Reproduce (if applicable):
    1.Open the Query as a web service tool(Qaaws)
    2.Click on the host and add new entry,at the time of entering in the url  line check the above mentioned problem.
    Regards,
    Vinay
    Edited by: BOCONSULT on Dec 24, 2010 5:15 AM

    Hi Stratos,
    Thanks for the reply.
    I am showing below the  host entry  which i am using
    ipaddress    host name
    172.31.2133    company     company.co.in
    in the qaaws url when i am entering  link1 below it is working.suppose if used the link2 it is not working.
    link1:http://company:8080/dswsbobje/services/Session
    link2:http://company.co.in:8080/dswsbobje/services/Session
    Please suggest  on this.
    Regards,
    Vinay

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

  • Nakisa OrgChart STVN 21 JAVA Connectivity issue with ECC 6.0 Ehp4

    Dear Nakisa,
    We have deployed Nakisa component with following steps:
    1. Java component OrgChart21 TalentOrgChart21_16.sca on SAP Netweaver CE 7.1 Ehp1.
    2. applied Nakisa "STVN21_Addon_NW701.SAR" and "STVN21TP_OCOMECC60_1_1.zip" on SAP ERP 6.0 Ehp4.
    3. Created SSO connectivity between NWCE and ERP 6.0 Ehp4.
    5. Applied Nakisa License on portal using following URL:
    http://coe-lba-asd1.group.coe:57000/OrgChart/manager.jsp
    6. We have provided security settings entries without role mapping and getting following issues while accessing Nakisa user portal:
      404   Not Found
      SAP NetWeaver Application Server 7.11 / AS Java 7.11 
      Error: The requested resource /default.jsp is not available
      Troubleshooting Guide https://sdn.sap.com/irj/sdn/wiki?path=/display/jsts/home
    Details: File [default.jsp] not found in application root of alias [/] of Java EE application [sap.com/com.sap.engine.docs.examples].
    Now we would require implement connectivity between Nakisa JAVA component and ERP 6.0 Ehp4. Please help us with its procedure.
    Regards,
    Raj

    Hello,
    The connectivity if I understand you correctly is based on the Connection String.
    Please refer to the page 33 "Setting the Authentication Source" on the Administrator Guide for STVN2.1.
    An example of connection string would be:
    ASHOST=SAPTWO SYSNR=02 USER=gsmith PASSWD=PWD1234 CLIENT=800
    Cheers,
    Bentow.

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

  • 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

  • The Game Center is "unable to load data due to network connectivity issues or errors".

    The Game Center is "unable to load data due to network connectivity issues or errors".
    My internet is fine: all other apps that do not rely on the Game Center work, as does my browser and other online functions; additionally, a friend's iPhone connects to his Game Center perfectly while he is sitting next to me.
    Closing the Game Center app and then reopening it is ineffective. Opening the options for the Game Center in the settings, logging out of my Apple ID, then logging back in, and then reopening the Game Center is ineffective. Opening the options for the Game Center in the settings, logging out of my Apple ID, then reopening the Game Center app and logging back in from there is ineffective.
    This issue has gone on for more than a month, and so the phone has gone through all variations of "turn it off then back on again, refresh the system, etc etc" that are the basic first suggestions for trouble shooting.
    One game app, which required a Game Center profile to launch, stopped working entirely, and would return a message saying something like "connect to the Game Center". I eventually deleted it to free up space. Other games which can be linked to the Game Center to connect with friends simply fail to link, returning "Game Center unavailable". This is the aspect that is currently bothering me the most: I cannot play games with friends unless the app can also link to Facebook and connect to friends from there.
    When I open the Game Center, I see the following screen. The bubbles float gently, and it seems as if I had the ability to update my "status". However doing so results in a message that has vanished once the app is reopened.
    Upon tapping Games, either the bubble from the main screen or the option on the ribbon at the bottom, the following screen appears. Clicking on Challenges shows a message that achievements must be viewed to issue a challenge. Clicking achievements results in a message that games must be connected (and from my friend's phone I know I have several apps that should appear).
    Upon tapping friends, it does show me a list of suggested friends pulled from Facebook, but attempting to send a friend request results in the following screen. After accepting the error box, the "send" button for the request is grayed out and unavailable regardless of adding or deleting friends and/or an accompanying message.
    In short, the Game Center is completely unresponsive for no discernible reason, and this problem began with no warning and is now long term. Though my iPhone is older (a 4s), my friend's is even older (a regular 4) and works fine.

    I am having the very same problem on my iPad running ios 7. All is fine on my iPhone it opens no problem - this is running on ios 8. I wish they would fix it.

  • Connectivity Issue

    Hi All
    Probably due to connectivity issue from Adapter engine to Integration engine, we have encountered with the following error in audit log of channel monitoring. Can any have an idea where we look for right settings?
    "Transmitting the message to endpoint http://<Host name : service number (8000)>/sap/xi/engine?type=entry using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.net.ConnectException: Connection refused"
    I tried to surf SDN, however I didn't get exact solution. Thanks in advance

    Hi,
    check if this 8000 is the same port used in SMICM-Services-http port,sxmb_admin-integration engine configuration-pipeline URL and  exchange profile-http ports.it should be same 8000.
    thanks.

  • ADF Map Viewer Themes Rendering Problem

    Hi,
    Im presently working on ADF Map Viewer. Im facing the below mentioned issue. Can any one has come across this???
    Im building the Themes using Map Builder.
    I have 3 thems, which i combined together & created as a Base Map using Map Builder.
    While adding the themes, i also set the theme mode as "Mapviewer_native". The themes are Area Theme, Region Theme & Building Block Theme.
    For the first theme, i did not specify any minimum scale & maximum scale to make sure that this theme needs to be rendered initially.
    For the second theme, which supposed to be rendered after doing certain zoom in...for this theme i have set the Max & Min scale as Max 3 || Min 8.
    For the third theme i have added the range from 3 to 0.
    Im able to test this fine with Map Builder...On making zoom in at certain levels the second theme is getting rendered..and after doing some more zoom in the third theme is getting rendered.
    Till this everything fine... Here the problem came....
    I used <dvt:map component & assigned the above created Map as Base Map... But here im not able to see the second theme...Initially its showing the Area Map & On selecting the Zoom In ...its directly going to theme 3.
    Can you please suggest me some thing by using i can get this second theme as well....
    Looking forward to hear from you
    Regards,
    Konjeti

    Hi,
    not that I am aware of.
    Frank

  • Help Viewer is an issue with InDesign CS6

    Would anyone happen to know if the Help Viewer is an issue with InDesign CS6? Even with a manual install the Help feature launches without issues the first time and won’t launch after the second time. This is the message we are receiving on Windows 7:
    “Help viewer is not installed check your internet connection and reinstall InDesign”

    Anup R. wrote:
    Can you try the option mentioned in 2nd para of the reply, if you are connected to internet?
    You can try changing the preference "General Settings" > "Display Local Help content only" to "No" so that application launches the online help content.
    -Anup.
    YES! It does help.Thank you very much. I changed the setting yesterday but side tracked before I see the online content works. So in general scope, yes it takes me to the online help center, which gives me options for more "community" answers. So yes, thank you for making me look further.
    However, I really was a fan of the local help that looked like and felt like the user manuals produced by Adobe, not just blogs, and more message boards. So I am still partially dismayed that I take the time to download and update the local help files, but can't use them. And wish Adobe would just fix the problem, so I can have immediate access to user manuals without having to surf all over for answers. Perhaps this is a novice thought, but I liked reading it in manual formats provided by the amnufacture of the software.
    Thanks again though for the help and it will just have to get used to this method. UNLESS you can tell me good news of something else I am missing?

  • Troubleshoot TC connectivity issues

    My Time Capsule has worked great for over two years.  All of the sudden, my MacBook Pro started having connectivity issues.  Eventually (over about two weeks), the issues became a total lack of wi-fi internet in our household.  I disconnected and powered off the modem and the TC.  I even called my ISP (Comcast).  We reset everything and everything else works fine (phone, TV and Internet plugged directly into modem).  I cannot plug my MacBookPro into the modem since I have no ehthernet port.  The light on the TC blinks amber.
    Our local computers can access the files stored on the TimeCapsule, but airport utility gave the errors below (see pictures) before the comcast assisted reset. Now the Internet icon shows green in airport utility, but the error on the top icon says "no internet access"  (Or something like that, I am submiting this from memory since I am using the wi-fi at work- and I have NO IDEA why they pics are upside down, they are on my computer right side up).
    Please tell me there is an easy fix, or at least one that can be accomplished via a computer that cannot cannect to the internet at the same time as the time capsule.

    Your pictures sadly did not load correctly.. I see nothing but a blank square with the file name. You appear to have spaces in the names.. never a good idea. They are photo 1.jpg and photo 2.jpg
    Try again if you want.
    A Gen3 TC is now past 3years.. well past if  you bought it early in the life of the Gen3. Oct 2009.
    The economic life of most computer equipment is now 3years.
    You should at least try a factory reset of the TC.
    Before doing this I would also downgrade the TC firmware to 7.6.1 or even 7.5.2. You do this by holding the option key when clicking version.
    And redo the setup. No files on the hard disk are lost doing this.
    If the computers are using Mavericks.. I do strongly suggest you set names correctly.
    Make all names in the TC short, Less than 10 characters is excellent.. no more than 20.
    No spaces.
    Pure alphanumeric.. no apostrophe. It is not legal even in Apple network as it is replaced.
    Mavericks changed to using SMB networking by default and it leads to all kinds of issues.
    But if you have network connection to the TC by wireless but not ethernet from WAN port to the main comcast modem.. the internals of the TC are simply failing.
    It is old and tired. Repair is not part of apple's world view.
    I have repaired them. And posted instructions but it is well beyond a tinkerer .. this needs fairly committed DIY repair.
    https://sites.google.com/site/lapastenague/a-deconstruction-of-routers-and-modem s/apple-time-capsule-repair/new-issue-with-a1355-gen-3-tc

  • Outlook with Exchange connection issues

    I am implementing a security policy which includes blocking all outbound traffic on the firewall of our network (Except normal 80, 443 etc). It seems
    that if I apply this, some users aren't able to connect to exchange. This appears to be related to Outlook Anywhere. What ports would I need to allow to prevent this connection issue?

    Hi
    As per the information and details provided by you, to solve the Outlook with Exchange connection issues, Please follow these steps: -
    Microsoft introduced
    RPC over HHTP as a better way for Outlook client to connect to Exchange. The MAPI connections still use RPCs, but they encapsulate those with an HTTP connection. Since that HTTP connection is secured using SSL, it is may be
    more accurate to call it RPC over HTTPS. These connections only require connectivity
    over TCP port 443, which as you know is assigned to HTTPS and is normally open by
    firewall admin for web servers.
    Outlook Anywhere wraps
    Remote Procedure Calls inside an HTTP layer to allow connectivity with the Exchange server. This simplifies the firewall administration process requiring only
    the SSL port 443 to be opened to the CAS (Client Access Server) instead of several ports to the actual Mailbox Server (MBX).
    I hope this information will be helpful for you.
    Thanks and regards
    Shweta@G 

  • Oracle Apps R12 iRec URL Redirection issue

    Dear Friends,
    We have configured R12 i-Rec in an server and placed in DMZ.
    we have made this server as external and we have made the irec responsibilities to external and using the DMZ Server URL we were able to work without any issue.
    Now to publish this URL to Interner users with https and Port masking , we have mapped this URL http://abc.com:8020 to https://xyz.com using Microsoft UGC Firewall 2010.
    Now from Internet we were able to hit the URL https://xyz.com and could login as oracle application user with the same url https://xyz.com
    But when we click any of the irec responsilities (irecruitmnt agency (or) others) which is made external, the page is redirected to the Real DMZ Server URL http://abc.com:8020/OA_HTML/...
    and it shows error:
    The page cannot be displayed.
    I believe it should not happen , throughout the session it has to maintain the same new URL
    Please let us know the Fix.
    Regards,
    DB

    Hi;
    What is error in apache log file?
    Regard
    Helios

  • 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

Maybe you are looking for

  • Why can't I create a magnet from the photo touchsmart application

    When I use the NOTES application, I can do all that it allows. Magnets are not a problem. HOWEVER, in the  photo application when you drag an image down a 'not permitted icon - circle with line on an angle' icon appears and it will not let me drag th

  • Web Services with a Site minder protected Environment

    Hi All, I am not sure this is the right group to post this, if not let me know what is the best group or forum to post this. I am having a problem with invocation of web services which are protected by a site minder SSO. I am trying to access them fr

  • How to import DMP Schema?

    Hi I have .DMP Schema, I want to import that into Oracle 11g database. how can I do this? Could anybody help on this? Thanks Regards Suresh

  • Java Logging

    Hi, Is there a way to use the java.util.logging class to create custom xml logs? Here is a typical output I would like to see: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE log SYSTEM "logger.dtd"> <log> <record> <date>2000-08-23 1

  • Understunding this code for having two instanciation of applets

    this an exemple i would like to understund how this code work and how it make difference between register() and register(buffer, (short)(offset + 1), (byte)buffer[offset]); protected MyApplet1(byte[] buffer, short offset, byte length) {     // data o