Configure MapViewer in Ecilipse enviroment

Hello Team,
I am looking to configure Mapviewer in development environment. I have WebLogic Server 12, Oracle 11g database and Ecilispe 3.7.2. Is there any document which gives step by step directions.
Thanks,
Jatinder...

MapViewer is a WFS client only, not a WFS server.
If you want an Oracle database to serve up data in response to a WFS request you need to deploy and configure the Oracle Spatial web services (i.e.) WFS support.
http://download.oracle.com/docs/cd/E11882_01/appdev.112/e11830/sdo_wfs.htm#CIHEFGJJ

Similar Messages

  • Combining package configuration and Execute SQL task at run time

    Hi everyone,
    I have an issue regarding setting values at run time
    I use package configuration to manage different enviroments scenarios (DEV, PROD):
    XML file to store the connections string of SSISConfigDB
    and the actual values of parameters in that SSISConfig DB tables Filtered by ConfigurationFilter column
    Now, one of my packages needs in addition setting at run time value of a flat file name
    i used an Execute SQL task - within the task i read into a variable the file name using command line
    then, the full path of Flat File Connection is set by expression concatenating the root folder and the variable
    the problem is that the variable stays empy! as if the Execute SQL task was never executed!
     Am i doing something incorrect? in the package configuration wizard the configured value are only XML file and the connection string of the DB.
    to summerize - how can i combine package configuration, default value, Execute SQL task and expression at runtime?

    1.EvaluateasExpression=TRUE (Full Path variable)
    2. Do you mean to invlole a ISNULL() function in the expression? if so, no
    3. Of course i recieve a valid value
    4. The Full path expression is evaluated to the root folder - without the portion of the file name
    here is the syntax in Execute SQL Task:
      truncate table OnErrorFlagTable
      Declare @Path varchar(128)
      Declare @FileName varchar(128) 
      Declare @SenderID varchar(5)
      Declare @INST_COD varchar(5)
      Declare @Flag int = 0
     Declare @FileType varchar(2)='01'
      Truncate table TraumaRecords
    Select @Path = 'C:\RootFolder\'
     --***Insert into Temp table the file so we can take his name***--
    Create Table #Tmp(Txt Varchar(Max))
    Insert Into #Tmp(Txt)
    Exec master..xp_cmdshell 'Dir *.txt C:\RootFolder\/b'
    select top 1 @Filename = Txt From #Tmp
    Where ISNUMERIC(substring(Txt,1,1))=1
    order by Txt desc
    Insert into OnErrorFlagTable
    Select 2,@FileName
    Select @FileName as TraumaFileName,@FileType as FileType
    Then, in ResultSet TraumaFileName and FileType are mapped
    Expression of @TraumaFlatfileFullPath is
    @[User::TraumaFlatfilePath]+ @[User::TraumaFlatFileName]
    where the variable @[User::TraumaFlatfilePath] is evaluated in variable window (default value)
    and it's value is C:\RootFolder\
    and @[User::TraumaFlatFileName] is the ResultSet of the ExecuteSQLTask
    and for some reason when executed in SSIS return null while in SSMS return the expected value
    Can you try making this into a procedure with required parameters and call it from SQL task to see if you get return value correctly? Use OUTPUT parameters for getting back required values
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Problem Accessing Mapviewer 12c Administration Console

    I am attempting to install and configure Oracle Mapviewer 12c (v12.1.3).  The installation appears successful but after performing the installation, I am unable to access the Mapviewer 12c Administration Console.  The default Admin Console URL is http://[host]:[port]/mapviewer.  I can reach the URL using a browser (Firefox, Chrome, IE) but the admin welcome page will not display.  The browser just "spins it's wheels" as it tries to load the page. The image below is from Firefox
    Examining the browser's developer console (by pressing F12) while the page is loading, you can see it cycling through the login page repeatedly (see image below).
    My environment consists of the following:
    1) Server OS: Linux x86_64 (RedHat Enterprise 5.11)
    2) Oracle Weblogic Server 12c - "Oracle Fusion Middleware Infrastructure" distribution
    As per the documentation, Oracle Mapviewer 12c requires specific dependencies that the Generic Weblogic Server installation will not provide (i.e. http://www.oracle.com/technetwork/middleware/weblogic/overview/index.html).  Instead, you must use the "Oracle Fusion Middleware Infrastructure" distribution, to install weblogic server and all the required dependencies.
    The Oracle Fusion Middleware Infrastructure distribution was downloaded from the Oracle ADF download page on OTN or from the Oracle Software Delivery Cloud.
    - Oracle ADF download page on OTN: http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html
    - JAR file fmw_12.1.3.0.0_infrastructure_Disk1_1of1.zip
    3) Oracle Fusion Middleware MapViewer Version 12c (12.1.3)
    - downloaded from http://www.oracle.com/technetwork/middleware/mapviewer/downloads/index.html
    - JAR file is fmw_12.1.3.0.0_mapviewer.jar
    Following the instructions in the Users Guide for Oracle Mapviewer 12c E29624-02 (http://docs.oracle.com/middleware/1213/core/JIMPV/index.html), I first installed and configured Weblogic Server 12c, followed by Mapviewer 12c.
    I made two different installation attempts:
    a) I installed Mapviewer Using the Universal Installer
    b) I Manually Deployed an Exploded MapViewer EAR Folder in WebLogic Server
    Both attempts produced the same results.
    Specifically, after installing and configuring Mapviewer, I could verify the version of Mapviewer using the URL:
    http://[host]:[port]/mapviewer/omserver?getv=t
    Accessing this URL immediately resulted in the expected response text string:
    Ver12.1.3_B140430.1010
    I could also successfully access the Weblogic Admin Console (http://[host]:[port]/console) and confirm the Weblogic is running, and that Mapviewer has been successfully deployed and running as well.
    However, at this point, if I try accessing the Mapviewer 12c Administration Console via http://[host]:[port]/mapviewer, the Console launch page does not display (as described above).
    At this point, I am asking myself why does Oracle's Demo site work (http://slc02okf.oracle.com) and mine doesn't.  I assumed Oracle's own demo site for Mapviewer was using Mapviewer 12c.  I based that assumption on the fact that Orqacle's Demo site (http://slc02okf.oracle.com/mvdemo/demo/oracle_maps_demo_v2.jsp) displays a header referencing Mapviewer 12c (see image below).
    However, when I queried the version URL for Oracle's Demo site (i.e. http://slc02okf.oracle.com/mapviewer/omserver?getv=t), I see instead that they are running Mapviewer 11g!!
    Ver11_1_1_7_3_B140717
    So, long story short, has anyone successfully deployed Mapviewer 12c, and if so, can you access the Mapviewer 12c Administration Console??
    Any and all input is greatly appreciated.
    Wayne

    Wow!  That was it.  I was starting the Mapviewer server using 1.8.0_31 (the latest Java 8 JDK).  I switched it over to 1.7.0_75 (latest Java 7) and it works!  Big Thanks!
    The Mapviewer 12c User Guide states that you need "JDK7 or later".  I just assumed "later" meant JDK8 as well.  However, when I checked the certification matrix on My Oracle Support for Mapviewer 12c and JDK, it only shows Java 7 as being certified.

  • How to integrate mapviewer in obiee 11g?

    Hi ,
    May i ask you how to configure mapviewer in oracle business intelligence ( i have already installed it)?

    check this
    The Port number is the AdminServer Port Number of the domain. This is where the EM app will be targetted and deployed. If you choose all defaults and have like a Simple Installation of BI Software, then you should have one Server named AdminServer running at default Port: 7001.
    To really confirm exactly, open you config.xml file which is under your domain root folder/config/config.xml file. Search for "em.ear" and see to which server it is targetted, generally it will be AdminServer (<target> tag entry). Now from the top search for "AdminServer" in the same file. You should see an entry like shown below. SSL Port is 7002. If you do NOT see <listen-port> tag, it means it is using DEFAULT Port which is 7001. But if you do see this tag, use that port number. Do not get confused with <ssl> port. Every domain have normal and ssl ports and most of the times we use normal port.
    <server>
    <name>AdminServer</name>
    <idle-connection-timeout>1000</idle-connection-timeout>
    <period-length>200000</period-length>
    <idle-periods-until-timeout>20</idle-periods-until-timeout>
    <dgc-idle-periods-until-timeout>21</dgc-idle-periods-until-timeout>
    <ssl>
    <name>AdminServer</name>
    <hostname-verification-ignored>true</hostname-verification-ignored>
    <listen-port>7002</listen-port>
    </ssl>
    <machine>RJEGGA</machine>
    <listen-address></listen-address>
    <server-diagnostic-config>
    <name>AdminServer</name>
    <diagnostic-context-enabled>true</diagnostic-context-enabled>
    </server-diagnostic-config>
    </server>
    So, try, http://youradminserverhost:adminserverport/em
    NOW, if you get like Page Not Found, or do not see entry from em.ear file in your config.xml file, this means your domain is not having EM app deployed.
    How to know the Em url in OBIEE 11g

  • Mapviewer WMS Server

    I have spatial data in Oracle database. The SDO_SRID of this data is 262148 (Non-Earth meters).
    Now I want to configure mapviewer as a WMS server.
    If I try http://host:port/mapviewer/wms?REQUEST=GetCapabilities&VERSION=1.1.0&SERVICE=WMS
    I get
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <!DOCTYPE ServiceExceptionReport SYSTEM "http://schemas.opengis.net/wms/1.1.1/WMS_exception_1_1_1.dtd">
    <ServiceExceptionReport version="1.1.1">
    <ServiceException>
    <![CDATA[java.lang.NullPointerException
         at oracle.spatial.geometry.JGeometry.load(JGeometry.java:2972)
         at oracle.lbs.webmapserver.WMSCapabilities.getLatLonBounds(WMSCapabilities.java:1084)
         at oracle.lbs.webmapserver.WMSCapabilities.GetCapabilities(WMSCapabilities.java:684)
         at oracle.lbs.mapserver.oms.wmsGetCapabilities(oms.java:2648)
         at oracle.lbs.mapserver.oms.doPost(oms.java:703)
         at oracle.lbs.mapserver.oms.doGet(oms.java:386)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.lbs.webmapserver.WMSServletFilter.doFilter(WMSServletFilter.java:254)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    ]]>
    </ServiceException>
    </ServiceExceptionReport>
    Thanks in advance

    Thanks for reply
    SQL> select * from user_sdo_geom_metadata
    2 where
    3 (table_name = 'TERENURI')
    4 /
    TABLE_NAME
    COLUMN_NAME
    DIMINFO(SDO_DIMNAME, SDO_LB, SDO_UB, SDO_TOLERANCE)
    SRID
    TERENURI
    GEOLOC
    SDO_DIM_ARRAY(SDO_DIM_ELEMENT('X', 0, 400000, ,000002), SDO_DIM_ELEMENT('Y', 0,
    400000, ,000002))
    262148
    Posting request like http://host:port/mapviewer/wms?REQUEST=GetMap&VERSION=1.1.1&...
    returns image.
    Could there be any problems with SRID?

  • Google Map Issue in OBIEE - Subject area not getting associated

    Hi Gurus,
    We are trying to integrate Google map and OBIEE via mapviewer. We have done the following already - 
    1. Loaded World Sample data from Navteq.
    2. Configured mapviewer source and added Google map as a tile layer with the API KEY.
    3. Imported one layer (e.g. M_STATES_ABRV) in OBIEE and linked it with BI subject area (tried this step with importing other layers as well)
    4. Added background map.
    Now , in this step when we add the layer in the map, we select M_STATES_ABRV and change zoom levels. But Once we come back to main screen after Clicking OK, we see the background map is not associated with the subject area. Hence any map view report creation with this subject area fails.
    We have the tried the same theme with Oracle Maps (internal type like WORLD  MAP or DEMO MAP), it works fine. only Google Map gives this issue.
    This was not expected. Please suggest what we missed. We tried with cache clear, tile delete and recreation, service restart almost everything .
    We looked into other threads in this community, different oracle support documents - Doc ID 1485088.1,Doc ID 1346805.1 etc  and in different internet blogs -  where it's easy as child's play, but we are still out of luck.
    OBIEE version - 11.1.1.7.140527
    Environment- windows server 2008 R2
    Please suggest.
    Regards,
    Krish

    I have found the solution: You need to *select* zoom levels for the BI Layer.  When a BI Layer is added to a background map, by default no zoom layers are selected.  Once a zoom level is selected, the BI Layer will save.

  • Jsp form help

    Hello everyone out there'
    I am a computer science teacher in a private high school in Nigeria and have some experience in java programming language and also new to the JSP tech .I want to introduce the school into using web applications in managing their infomation like registration,staff info,accounts e.t.c .They have asked me to make a presentation in two days time on web appllications ,i have decided to use JSP tech to demonstrate a web application .I have also downloaded the TOMCAT server install and configured it ,set the enviroment varible and is working well when itried invoking a html form.I have even install the j2sdk 1.5.
    The problem now is on my JSP form i want to link to an Access database the code is provided below:
    <%@page contentType="text/html" import="java.sql.*" %>
    <%@page pageEncoding="UTF-8"%>
    <html>
    <head><title>JSP Page</title></head>
    <body bgcolor='palegoldenrod'>
    <img src ='Apps/Japp/logo.jpg ' height="100" width="100"/><hr/>
    <center ><form method="POST" action="/Apps/Japp/TEST.jsp" >
    <table bgcolor='navyblue'>
    <tr><td><font Color="yellow" size="5"><b>Student Number :</b> </font></td>
    <td><input Type ="text" name= "number" size="30"/></td></tr>
    <tr><td><font Color="yellow" size="5"><b>First Name :</b> </font></td>
    <td><input Type ="text" name= "fname" size="30"/></td></tr>
    <tr><td><font Color="yellow" size="5"><b>Middle Name :</b> </font></td>
    <td><input Type ="text" name= "mname" size="30"/></td></tr>
    <tr><td><font Color="yellow" size="5"><b>Last Name :</b> </font></td>
    <td><input Type ="text" name= "lname" size="30"/></td></tr>
    <tr><td><font Color="yellow" size="5"><b>Subject :</b> </font></td>
    <td><input Type ="text" name= "sub" size="30"/></td></tr>
    <tr><td><font Color="yellow" size="5"><b>Grade :</b> </font></td>
    <td><input Type ="text" name= "grade" size="30"/></td></tr>
    <tr><td><font Color="yellow" size="5"><b>Exam Type :</b> </font></td>
    <td><input Type ="text" name= "etype" size="30"/></td></tr>
    <tr><td><font Color="yellow" size="5"><b>Number In Group:</b> </font></td>
    <td><input Type ="text" name= "ngroup" size="30"/></td></tr>
    </table>
    <font Color="yellow" size="5"><b>Teachers Comments </b> </font>
    <textarea name= "comment" rows="8" cols=50/></textarea>>
    <input type="submit" value="Submit your Entries" />
    <input type="reset" value="Clear Entries" /></form>
    </center >
    <hr/>
    <%
    Connection conn;
    Statement stat;
    String studentNumber = request.getParameter( "num");
    String firstName= request.getParameter(" fname");
    String middleName= request.getParameter("mname" );
    String lastName = request.getParameter( "lname") ;
    String subject= request.getParameter( "sub") ;
    String grade= request.getParameter("grade") ;
    String numInGroup= request.getParameter("ngroup") ;
    String coment = request.getParameter("comment" ) ;
    String examType= request.getParameter("etype" ) ;
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    conn = DriverManager.getConnection("jdbc:odbc:Tester","bart","college");
    stat = conn.createStatement();
    stat.executeUpdate( "INSERT INTO REPORT " +
    "VALUES (studentNumber,firstName , middleName,lastName ," +
    "subject,grade,numInGroup,coment,examType" );
    stat.close();
    conn.close();
    catch (Exception e)
    e.printStackTrace();
    %>
    </body>
    </html>
    i am recieving the error message below when I sumit my entry from the form.Can anyone tell me what to do tosolve this problem and do ineed to configure an xml file i n the web module for this iam using NETBEANS IDE
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: /Japp/TEST.jsp(6,1) Illegal value of scope attribute: PAGE (must be one of "page", "request", "session", or "application")
         org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:83)
         org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:402)
         org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:186)
         org.apache.jasper.compiler.JspUtil.checkScope(JspUtil.java:252)
         org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:536)
         org.apache.jasper.compiler.Node$UseBean.accept(Node.java:1133)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2180)
         org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2230)
         org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2236)
         org.apache.jasper.compiler.Node$Root.accept(Node.java:485)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2180)
         org.apache.jasper.compiler.Validator.validate(Validator.java:1518)
         org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:247)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:456)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:553)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:291)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:305)
    note The full stack trace of the root cause is available in the Tomcat logs.
    Apache Tomcat/5.0.19

    org.apache.jasper.JasperException: /Japp/TEST.jsp(6,1)
        "Illegal value of scope attribute": "PAGE" (must be one of "page", "request", "session", or "application")The error says it all. In your TEST.jsp you have a JSP tag that uses the scope attribute. You have it written as: scope="PAGE".
    Keep in mind that JSP is Java, and Java is case sensitive. Re-read the error message and see if you can't locate and fix the problem.
    PS: This occurs because you are writing code without following any sort of coding standards. It makes for errors in JSPs, but also real hard to read HTML. Create a set of rules for yourself and follow them. It will make it a lot easier to manage later on. Some example rules:
    1) Name all pages with capital letters to start the name, and to deliminate words. Use lower case letters the rest of the time. Example:
    "Test.jsp" "StudentMailAddressForm.html" ...
    2) Use only lower case letters for tags except when required not to:
    <td ...> <body ...> <jsp:useBean...>
    3) All tag attribute names should be lower case except when required not to:
    < ... color="..." > <... name="... >
    4) Put all tag attributes in double quotes.
    <... name="address" ...> < ... size="15" ... > <... src="images/ThePic.jpg" ...>
    5) Allattribute values should be lower case except:
    a. To distinquish words <... name="hamSandwich" ...>
    b. The value will be displayed to the user <... value="Submit Form" ...>
    c. The value is a proper noun <... user="Steve Luke" ... >
    d. When required to be case sensitive like looking up info in a DB...
    These are just examples, but if you think about the rules when you make them you will be writing good XHTML code in no-time, and the transition to JSP, with its case-sensitivity will be easy.

  • Map Viewer SRS Parameter (WMS service)

    Hello,
    In MapViewer WMS documentation it is mentioned, that two SRS parameter values are supported: SDO:8307 and EPSG:4326. We try to access WMS server using MapInfo Professional as client, but it reports that SDO:8307 projection is not supported by MapInfo (EPSG:4326 is supported).
    So, is it possible to configure MapViewer in such way, that it will return EPSG:4326, not SDO:8307?
    Thanks,
    Andrejus Baranovskis

    Hello,
    Coordinate system used with our datasource we have declared in table MDSYS.CS_SRS. It is analog of EPSG:2600, but it is not included in Oracle Spatial standard coordinate systems list.
    Response from Oracle WMS:
    <Layer queryable="1" opaque="0" noSubsets="0">
    <Name>DATA_R</Name>
    <Title>DATA_R</Title>
    <SRS>SDO:1000002</SRS>
    <BoundingBox SRS="SDO:1000002" minx="100000.0" miny="5700000.0" maxx="800000.0" maxy="6700000.0" resx="0.01" resy="0.01" />
    <ScaleHint min="10000.0" max="1.0" />
    </Layer>
    May be we can define SDO:1000002 equivalent in EPSG in Oracle Spatial DB?
    MapViewer version: 10.1.2.0.2
    Thanks,
    Andrejus

  • Non-durable Topic subscription with ClientID in a cluster environment

    forgive me for asking this, i spent the entire day trying this out in my pc but still not able to get the exact result.
    If i deploy an MDB on jms2 server with the following configuration in a cluster enviroment (jms1[masterbroker] <--> jms2) under Sun Application Server 9,
    <activation-config-property-name>imqEnableSharedClientID</activation-config-property-name>
    <activation-config-property-value>true</activation-config-property-value>
    <activation-config-property-name>clientId</activation-config-property-name>
    <activation-config-property-value>445566</activation-config-property-value>what should i expect if i issue the following command to jms1 and jms2?
    1. imqcmd list dur
    1-1. will there be an INACTIVE durable connection for jms1?
    1-2. will there be an INACTIVE durable connection for jms2?
    2. imqcmd query dst -t t -n TestT <- i want to know the number of consumer(s).
    thanks and hope you can enligthen me.

    I found a Metalink entry how you can configure the Oracle Enterprise Manager in a FailSafe Environment but only for Grid Control:
    Note:396659.1     How To Setup Grid Control Central Agent Manually in Oracle Failsafe Environment
    Is there a script/guide to do it with the local "enterprise manager database control"?
    Replying to mnazi: Ok it is an overview and they mean that it is better to implement the enterprise manager to a management server but I couldn't found any hot information in the documentation to that. Maybe you know further info's?

  • [HELP] Enabling field in F-47

    Hello Gurus,
    I'm trying to enable the PO number ( purchase order ) and PO item in F-47, i've already checked the transactions OB41 for posting key and OBC4 for G/L account group.
    I have two enviroments 210 and 220, on 210 i have the purchase order field in F-47 and on 220 no, but OB41 and OBC4 have the same configuration in the both enviroments.
    What's going on?
    Any advice?
    Regards,
    Rafael

    I've already checked OB41 for the posting key 39 and PO is flagged as optional, in OBC4 is flagged as obligatory and on OB14 is flagged as obligatory too.
    But the PO field still not appear in F-47.
    Any advice?
    Regards,
    Rafael

  • JDeveloper 10.1.3.4 won't connect to Oracle BPEL 10.1.3.4 after patch

    Hi
    I've tried to install Oracle BPEL 10.1.3.4 four times now. Everytime I apply the 10.1.3.4 patch, JDeveloper won't connect to BPEL. I followed the installation documents step by step:
    1.- Create SOA Schemas
    2.- Install Oracle SOA Suite
    3.- Upgrade BPEL and ESB Schemas
    4.- Install 10.1.3.4 patch
    5.- Configure PHP5
    6.- Change data-source.xml
    I always get the same problem in JDeveloper
    XMLParseException:Whitespace required in the Identity Services. The configuration in JDeveloper is correct because it works on 10.1.3.1.
    Regards,
    Néstor Boscán

    I install 10.1.3.1. JDeveloper works perfectly:
    Application Server: OK
    BPEL Process Manager Server: OK
    ESB Server: OK
    Then I run the upgrade scripts:
    soa_schema_upgrade\bpel\scripts\upgrade_10131_10134_oracle.sql
    And I install the patch.
    Then I configure PHP5:
    Set the enviroment variable PHPRC.
    Configure the httpd.conf file:
    LoadModule php5_module libexec/libphp5.so
    AddModule mod_php5.c
    AddType application/x-httpd-php .php .php5
    AddType application/x-httpd-php-source .phps
    Change the factory class in data-sources.xml to oracle.jdbc.pool.OracleDataSource.
    Also I set in server.xml
         <application name="hw_services" path="../applications\hw_services.ear" parent="orabpel" start="true" />
    The patch sets the start attribute to false.
    Everything restarts correctly but I can't connect from JDeveloper. There are no errors in the opmn log, or the applications.log.
    Regards,
    Néstor Boscán

  • Oracle map's FOI on https?

    I'm having problem displaying FOI on the simple html page deployed on standalone OC4J (10.1.3.1). In "http mode" page is working just fine but when I try to do "https version" of it following the instructions on http://download.oracle.com/docs/cd/B25221_04/web.1013/b14429/configssl.htm
    (or making a keystore, making and configuring secure-web-site.xml file (I marked my application and the mapviewer as "shared="true" ") and configuring server.xml file)) I'm able to view my htlm page but in Firefox(2.0.0.6) FOI is not shown (OC4J says "WARNING IOException in ServerSocketAcceptHandler$AcceptHandlerHorse:run") and in IE(6.0) FOI is shown only after accepting "This page contains both secure and nonsecure items" message.
    I did cahange
    var baseURL = "http://" + document.location.host + "/mapviewer"; to
    var baseURL = "https://" + document.location.host + "/mapviewer"; in my JavaScript.
    Any ideas?

    even though you sent the request to MapViewer via https url, MapViewer does not know it got the request via SSL. So it generates the URLs for the FOI images with 'http' prefix not 'https'. You need to configure MapViewer (in the mapViewerConfig.xml file) so that it always uses https://... as the base url for all the generated map images and FOI images. This is done in the <save_images_at> element in the config file.
    thanks
    LJ

  • Installing Oracle Database 10g R2 on Red hat linux 4

    by following the guide of installation problem in the Following step
    Configuring the Oracle Users Enviroment
    Open the Oracle user shell startup file in any text editor
    problem is how to open and path of this file
    then
    Enter or edit the following line in the shell startup file
    umask 022
    if the oracle_sid,oracle_home,oracle_base enviroment variable is se in the file then remove the corresponding lines from the fie.
    save the file and exit from the editor
    I have problem in searching this file for oracle user
    Thanks

    how can we edit in this file for oracle installation i have tried with gedit
    [oracle@DB10G ~]$ gedit bash_profile
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    (gedit:762): Gtk-WARNING **: cannot open display:
    Thanks

  • SAP Retail Store Services

    Hello,
    i want to configure SAP Retail Store Services in Portal (701) (ERP 6.0 EHP4)
    Business Component BP IS-R-SRS 1.40 is already installed.
    But i can´t find a documentation explain the configuration in the Portal Enviroment.
    Can anybody guide me ?
    Regards & Thanks,
    Steven

    HI Steven,
    It looks like you need to use a iView to call the SRS.
    Documentation about the SRS: SAP notes 763210 and 918018.
    Maybe [this|http://help.sap.com/erp2005_ehp_04/helpdata/EN/25/f96c801c124fd1ae205d763585d427/frameset.htm] SAP Help page also can provide you with information.
    I hope this can be (at least) a kick-start.
    Best regards,
    Cristiano

  • OBIEE Map views and Google controls

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

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

Maybe you are looking for

  • Trouble with curve 9360

    Hi everyone. I'm having a serious problem with my phone. It is a new phone and i started using it since 2 days only. First of all when i turned it on, it didnt ask me to set up a blackberry ID. I tried to put manually my old blackberry ID using black

  • Camera's USB device appears on iPhoto but nowhere on the Desktop

    Camera is Fuji F30 (previous was Fuji F700). With the F700 we could access the F700's USB memory directly from the Desktop which was very convenient (see other post in this area) Now we can see the F30 as an icon within iPhoto but nowhere as a USB de

  • Solaris 10 rebooting / resetting loop after recent patchset install

    I installed the latest patchset the other day and everything looked like it installed correctly, I received no errors. Afterwards and going to reboot, the system now is in a constant reboot loop. Rebooting with command: boot / pci@0,6000000/pci@0/pci

  • Monitor HTTP Sessions

    Hi, I want to monitor all http sessions on the SAP Portal. For this I know two possibilities - In the Visual Administrator -> Security Provider you can access the login sessions, but these are only the sessions of the authenticated users - In the Net

  • Su53 dump

    Hi All, how can i add missing authorizations to the user. my authorization check is like this, Degree of simplification for authorization check:1 ABAP Program Name: xxxxxxxx. my doubt is to which role shall i add (thrugh PFCG) this missing authorizat