Integrating OBIEE with Mapviewer

Was trying to integrate mapviewer with OBIEE.Followed step given by venkat in blog.
Having some problem in passing URL from Mapviewer to BI.
have used following code
function foiClick(point,foi)
var drillURL
="http://localhost/analytics/saw.dll?Go&NQUser=Administrator&Path=/users/administrator/test&Options=md&Action=Navigate&P0=1&P1=eq&P2=CUSTOMER_D.CITY&P3="+foi.attrs[1];
alert("URL "+drillURL)
objWin = window.open(drillURL, "biee","height=480,width=240,scrollbars=yes,resizeable=yes");
problem is with " foi.attrs[1] ".It is not able to get the CITY name.
Error: 'attrs' is null or not an object

what we want is when user clicks on map it should be able to get the city name where user has clicked.
As per few blogs and documents it states that 'foi.attrs[1]' will store city name.
we are passing that city name as filter in our URL.
"http://localhost/analytics/saw.dll?Go&NQUser=Administrator&Path=/users/administrator/test&Options=md&Action=Navigate&P0=1&P1=eq&P2=CUSTOMER_D.CITY&P3="+foi.attrs[1];
full code used for this purpose is
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>Map Cache Server/Map Client</TITLE>
<link rel="stylesheet" type="text/css" href="../t.css" />
<script language="Javascript" src="/mapviewer/fsmc/jslib/oraclemaps.js"></script>
<script language=javascript>
var mapview;
function showMap()
var baseURL = "http://"+document.location.host+"/mapviewer";
var mapCenterLon = -122.45;
var mapCenterLat = 37.6706;
var mapZoom = 4;
var mpoint = MVSdoGeometry.createPoint(mapCenterLon,mapCenterLat,8307);
mapview = new MVMapView(document.getElementById("map"), baseURL);
mapview.addBaseMapLayer(new MVBaseMap("mvdemo.demo_map"));
mapview.setCenter(mpoint);
mapview.setZoomLevel(mapZoom);
var themebasedfoi = new MVThemeBasedFOI('themebasedfoi1','mvdemo.CUSTOMER_BY_CITIES') ;
mapview.display();
setMapListener();
function foiClick(point,foi)
var drillURL
="http://localhost/analytics/saw.dll?Go&NQUser=Administrator&Path=/users/administrator/test&Options=md&Action=Navigate&P0=1&P1=eq&P2=CUSTOMER_D.CITY&P3="+foi.attrs[1];
alert("URL "+drillURL)
objWin = window.open(drillURL, "biee","height=480,width=240,scrollbars=yes,resizeable=yes");
function setMapListener()
mapview.addEventListener("mouse_click", foiClick);
</script>
</head>
<body onload= javascript:showMap()>
<h3>Oracle Maps example</h3>
<div id="map" style="position:absolute;left:10px; top:50px; width:65%; height:70%"></div>
</body>
</html>

Similar Messages

  • Error while integrating OBIEE with EPM workspace

    Hi,
    I am trying to integrate OBIEE with EPM workspace and getting the following error:
    The EPM Workspace Connection program resulted in a non-zero return code (4294967295).
    Details:
    0 [main] ERROR com.hyperion.hit.registry.RegistryUtils - An error occured when trying create a connection to registry. Detailed message is oracle.jdbc.OracleDriver
    com.hyperion.hit.registry.exceptions.RegistryException: java.lang.ClassNotFoundException: oracle.jdbc.OracleDriver
    at com.hyperion.hit.registry.RegistryUtils.createNewConnection(RegistryUtils.java:197)
    at com.hyperion.hit.registry.RegistryConnection.getInstance(RegistryConnection.java:143)
    at com.hyperion.hit.registry.Registry.getInstance(Registry.java:155)
    at com.siebel.analytics.web.hyperionregistry.HyperionRegistry.main(HyperionRegistry.java:145)
    Caused by: java.lang.ClassNotFoundException: oracle.jdbc.OracleDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:169)
    at com.hyperion.hit.registry.RegistryUtils.createNewConnection(RegistryUtils.java:192)
    ... 3 more
    I copied the reg.properties file as mentioned in the document.
    Can you please help me.
    Thank you
    Venky

    Hello,
    Are you doing it the correct way. Here, are the steps mentioned - http://isimplyshare.com/integrating-obiee-using-epm-workspace/
    Regards,
    Faisal Memon

  • Integrating OBIEE with EBS -   not logged in to the Oracle BI Server

    I have followed Metalink Note 552735.1 to integrate OBIEE with EBS R12. In addition I followed the forum threads such as
    OBIA 7.9.5 EBS Integration Not Logged On nQSError 43001 Authentication Fail
    on additional steps.
    After launching the url from EBS, I get the following error message:
    Not Logged In
    You are not currently logged in to the Oracle BI Server.
    If you have already logged in, your connection might have timed out, or a communications or server error may have occurred.
    My saw0log.log file is showing the following message. My BI Server is up and I'm not sure where I need to change the localhost in my config files.
    Odbc driver returned an error (SQLDriverConnectW).
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred.
    [nQSError: 12008] Unable to connect to port 9703 on machine LOCALHOST.
    [nQSError: 12010] Communication error connecting to remote end point: address = LOCALHOST; port = 9703.
    [nQSError: 12002] Socket communication error at call=: (Number=-1) Error -1 occurred. (HY000)
    Type: Error
    Severity: 42
    Time: Mon Sep 21 15:28:12 2009
    File: project/webconnect/connection.cpp Line: 294
    Properties: ThreadID-3599
    Location:
         saw.connectionPool.getConnection
         saw.subsystem.security.checkAuthenticationImpl
         saw.threadPool
         saw.threads
    Error connecting to the Oracle BI Server: Could not connect to the Oracle BI Server because it is not running or is inaccessible. Please contact your system administrator.
    Odbc driver returned an error (SQLDriverConnectW).
    Type: Error
    Severity: 42
    Time: Mon Sep 21 15:29:07 2009
    File: project/webxml/saxreader.cpp Line: 559
    Properties: ThreadID-1286;HttpCommand-Dashboard;Proxy-;RemoteIP-152.140.65.68;User-;Impersonator-
    Location:
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Can anyone please advise on this? Thanks in advance.

    We resolved the localhost issue but still receive the not logged in to the Oracle BI Server message.
    Now this is what shows in our saw0log.log:
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43001] Authentication failed for in repository Star: invalid user/password. (08004)
    Type: Error
    Severity: 42
    Time: Mon Sep 21 16:40:09 2009
    File: project/webconnect/connection.cpp Line: 276
    Properties: ThreadID-6169
    Location:
         saw.connectionPool.getConnection
         saw.subsystem.security.checkAuthenticationImpl
         saw.threadPool
         saw.threads
    Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    Type: Error
    Severity: 42
    Time: Mon Sep 21 16:41:07 2009
    File: project/webxml/saxreader.cpp Line: 559
    Properties: ThreadID-2057;HttpCommand-Dashboard;Proxy-;RemoteIP-152.140.65.145;User-;Impersonator-
    Location:
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Sax parser returned an exception.
    Message: Expected an element name, Entity publicId: /u01/obi/obid1/OracleBI/web/msgdb/messages/controlmessages.xml, Entity systemId: , Line number: 7, Column number: 44
    Type: Warning
    Severity: 40
    Time: Mon Sep 21 16:41:07 2009
    File: project/websubsystems/messagetablemanager.cpp Line: 117
    Properties: ThreadID-2057;HttpCommand-Dashboard;Proxy-;RemoteIP-152.140.65.145;User-;Impersonator-
    Location:
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Error loading XML Message File (/u01/obi/obid1/OracleBI/web/msgdb/messages/controlmessages.xml): Sax parser returned an exception.
    Message: Expected an element name, Entity publicId: /u01/obi/obid1/OracleBI/web/msgdb/messages/controlmessages.xml, Entity systemId: , Line number: 7, Column number: 44
    Error Codes: UH6MBRBC

  • Integrating OBIEE with search engine

    Hi All,
    We have a requirement where we need to intergrate OBIEE with search engine (Google).
    Please let me know if this is feasible.
    Thanks and Regards,
    Andy

    Hi Experts,
    I used Embedded content to show an external HTML page to show on Siebel Dashboard but it is only visible in Section Height.
    I want it to display on entire dashboard Height.
    Is it possible?
    Please help
    Thanks
    Meera

  • Integrating OBIEE with APEX

    Hi all,
    I want to integrate OBIEE with APEX, In the OBIEE Application, i have created a cookie for username and passing it in the apex applicatin,while running the apex application, I will get the username , it has to check for the user from a table and if valid, the application should open,
    without asking for any authentication.
    Could i achieve that........? IF so please help me out with some suggestions
    thanks in advance
    kavitha l

    Hi Kavitha,
    we have a how to document about this in german language here
    http://www.oracle.com/global/de/community/tipps/biee-apex/index.html
    Perhaps this helps ...
    Best regards
    -Carsten
    Deutsche Application Express Community!
    http://www.oracle.com/global/de/community/index.html
    SQL und PL/SQL: Tipps, Tricks & Best Practice
    http://sql-plsql-de.blogspot.com

  • Integrating OBIEE with OLAP 10g??

    Hi,
    I'm working on OLAP 10g and I am trying to create cube on star schema. I have worked on the sample module Oracle has provided in the website and it was pretty much straight fwd.
    I'm confused how to model the levels, hierarchy and define attributes. As per my understanding I know that we need to define levels which are part of dimensional hierarchy and the same are selected to define hierarchies in AWM. How do we define other attributes like Address, First Name, Last Name? I dont think I can define them in the attributes as they would appear on all the levels while defining the mappings.
    Can you please let me know how to model in AWM while defining dimensions and cubes? If you have any documents other than the sample database documents which Oracle has provided please send it across. I appreciate your help in this regard.
    I'm trying to build cubes and import them in OBIEE to create start schema and generate reports. We are trying to address performance issue.

    All you need is here :
    http://www.oracle.com/technology/obe/olap_biee/index.html
    It talk about Olap 11g but you can apply it to 10g.
    Cheers
    Nico

  • OBIEE and Mapviewer

    I just read on the cook book of the OOW last november regarding using OBIEE with Mapviewer. However, I came to one part and I don't know what should put inside the file obiee_nsdp_xml_direct.jsp. Anybody have any idea how to do it? Or this file can be retrieve somewhere?
    Thanks in advance =)

    Sorry, should have included it in the workshop doc. Will be there this time.
    Jerry Conrad wrote it. Hopefully he won't mind it being posted here.
    Note its sample code and hence all the usual disclaimers apply.
    Enclosing the code in CDATA.
    <![CDATA[
    <%@ page language="java" session="true" isThreadSafe="true" contentType="text/html; charset=UTF-8" %>
    <%@ page import="javax.xml.parsers.*"%>
    <%@ page import="java.net.*"%>
    <%@ page import="java.io.*"%>
    <%@ page import="org.w3c.dom.*"%>
    <%
    // Sample jsp code file to demonstrate one way to convert Answers xml to
    // MapViewer's NSDP xml. Author: Jerry Conrad.
    //set the character encoding to UTF-8 prior to accessing
    //data in the request
    request.setCharacterEncoding("UTF-8");
    %>
    <%
    // RETRIEVE THE QUERY STRING PARAMETERS
    String userName = request.getParameter("uid");
    String userPassword = request.getParameter("password");
    String thesid = request.getParameter("sid");
    String nq_id = request.getParameter("nqid");
    if (userName == null) {
         userName = "Administrator";
    if (userPassword == null) {
         userPassword = "Test";
         Document domDoc = null;
         String fieldName = null;     
         String urlString = "http://" + request.getRemoteHost() + ":9704/analytics/saw.dll?Go&searchid=" + thesid + "&format=xml&NQId=" + nq_id;
         if (thesid != null) {
         DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
         DocumentBuilder db = dbf.newDocumentBuilder();
         URL url = new URL(urlString);
         URLConnection URLconnection = url.openConnection();
         HttpURLConnection httpConnection = (HttpURLConnection)URLconnection;
         int responseCode = httpConnection.getResponseCode();
         if ( responseCode == HttpURLConnection.HTTP_OK) {
    InputStream in = httpConnection.getInputStream();
    System.out.println("thesid= " + thesid);
    System.out.println("nq_id=" + nq_id);
    System.out.println("server host=" + request.getRemoteHost());
    System.out.println("server addr=" + request.getRemoteAddr());
              domDoc = db.parse(in);
    } else {
    System.out.println( "HTTP connection response != HTTP_OK" );
         out.println("<nsdp_xml>");
         out.println("<table>");
         //Iterate through metadata object and create the ndsp_xml header
         NodeList rowDef = domDoc.getElementsByTagName("element");
         out.println("<tr>");
         out.println("<th>Column 1</th><th>Column 2</th>");
         out.println("</tr>");
         //Iterate through rows & items and create the ndsp_xml body
         NodeList rows = domDoc.getElementsByTagName("R");
              if (rows != null) {
                   for (int i = 0; i < rows.getLength(); i++) {
                        out.println("<tr>");
                        Node row = rows.item(i);
                        if (row == null || row.getNodeType() == Node.TEXT_NODE) {
                             continue;
                        NodeList items = row.getChildNodes();
                        if (items == null) {
                             continue;
                        for (int y = 0; y < 2; y++) {
                             Node item = items.item(y);
                             if (item == null || item.getChildNodes() == null)
                                  continue;
                             if (item.getChildNodes() == null
                                       || item.getChildNodes().item(0) == null
                                       || item.getNodeType() == Node.TEXT_NODE)
                                  continue;
                             out.println("<td>" + item.getChildNodes().item(0).getNodeValue() + "</td>");
                        out.println("</tr>");
              } else {
                   out.println("No rows.");
         out.println("</table>");
         out.println("</nsdp_xml>");
    %>
    ]]

  • OBIEE 10g integration with mapviewer

    hello all,
    i am trying integrate mapviewer map in obiee dashboard. and i am able to show maps which do not use bi answers data for any kind of interaction (i.e,no "nsdp" section in the map file). this works fine. if i am using any dashboard prompt to filter the map ( for example if want to see a particular county from a statewide map using dashboard prompt as filter) it is giving error as below:
    *[MVThemeBasedFOIControl.foiLoaded] MAPVIEWER-05523: Cannot process response from MapViewer server. (MAPVIEWER-06009: Error processing an FOI request.*
    Root cause:FOIServlet:Missing IN or OUT parameter at index:: 1)
    there are two databases with same set of data. one is poc which was created by some one else. so we had to setup new schema to properly define all the data.
    so problem occurs when using new schema as datasource. all the html datasource configurations are properly defined on mapviewer for new data.
    followed these steps in setting up new schema:
    ->initially did not run any scripts nor created mvdemo , started clean and loaded the required tables using map builder from GIS shape files with geometry projected to world_mercator(54004). on the contrary POC schema two geometry columns in each table where one is actual coordinate system from GIS file and then it is projected to world_mercator system and loaded into second column using sql. all the geometry indexes looked similar.
    ->created all the mapping metadata exactly same as the POC. where all the themes uses world_mercator geometry.
    both schemas are on same database. i have no idea of what causing the error when i use dashboard prompts. i am not sure if there are additional steps to be followed in creating database or if something else is missing some where. i have no prior experience with mapviewer and oracle spatial. this is kind of learning curve for me.
    please let me know any suggestions or solutions .
    regards,
    mallik
    Edited by: 863261 on Jun 2, 2011 12:33 PM
    Edited by: 863261 on Jun 8, 2011 5:49 AM

    Hello,
    Is your environment similar to this in http://obiee-bip.blogspot.com/2010/10/obiee-integration-with-oracle-access.html or something different like diid you have create groups in OAM .?
    Also assuming your repository groups and presentation catalog groups are already setup. In the different authorization init block you have created enable the ‘Required for Authentication’ check box.
    NOTE: According to Oracle Access Manager (OAM) and Oracle Business Intelligence (OBI) Integration [ID 1217103.1]
    Creation of group should be done by loging as Administrator user to rpd and webcat. This should be done on different machine that does not have OAM integration. With OAM integration only OAM user can log into presentation services and they don’t have Administrator user privileges.
    Hope this helps. Pls mark if it does.
    Thanks,
    SVS

  • Integrating Environments of OBIEE with Siebel CRM fins

    i want to drive siebel screen data by clicking on obiee dashboard that is embedded in a view in siebel . i understand that we can do this using action link but i am not getting the option for action link in column properties because their environments are not integrated so can anyone suggest me the steps that are needed to be done ???
    Any help is highly appreciable
    ps: siebel swse and obiee server are installed on same machine and siebel server and gateway are installed on a different machine

    Don't open multiple threads with the same question!
    Integrating obiee and siebel crm environments
    OBIEE integration with Siebel
    Integrating Environments of OBIEE with Siebel CRM fins
    Did you set the NQHOST parameter in Siebel? Read also this: http://download.oracle.com/docs/cd/E14847_01/bia.796/e14843/anyinstadmnappintegrate.htm#i1043309
    The action link option is only available in an integrated environment. This also means you need to access Answers via Siebel.
    There are also some license keys which must be activated in Siebel. You can get them here: http://licensecodes.oracle.com/siebel_crm_bi_integration.html

  • Error while integrating OBIEE report with EBS using Rich Content Container

    I am trying to integrate OBIEE report with EBS using Rich Content Container OAF functionality. I have followed the steps mentioned in oracle Note - Embedding Analytics in Oracle E-Business Suite [ID 974422.1]. When i run my page, the container region comes up with the error message - The requested URL /pls/ghrfpkd2/OracleSSWA.Execute was not found on this server. Can someone please help me with some documents on the steps to integrate OBIEE with EBS using Rich Content Container.

    I'm getting the same error on WebSphere 6.1.5. Is there any solution for this?

  • How to integration obiee Authentication with external app?

    now i need integrate obiee with external app(web application).
    one user have 2 roles. one is teacher, others is school admin.
    when he login in external app, the first screen show teacher and school amdin. he click teacher login in this system.
    after user login in . system set the role into session.
    then he want to see obiee dashboard in external app side.
    in obiee side, i need do some resources control for this role.
    but i how to get this role? i can get the two roles from LDAP server. but i need confirm user login in external app use which role?
    i no idea for this .please help me.
    Thank you very much.

    Hi,
    Sounds like your OBIEE apps needs to be able to get the role from the session (I assume database session), which means OBIEE needs to be able to get the same session from the external app. Does the external app set a cookie or something that would identify the session? If so use that cookie in OBIEE to get the session? More than likely need more details of the architecture of you external application!
    Regards,
    Gareth

  • OBIEE with Essbase as datasource-what I need to know

    I am getting into a project where Essbase is the datasource. I know nothing about Essbase but I an experienced OBIEE prof. Can anyone tell me the things I need to know about integrating Essbase with OBIEE, using Essbase cubes in obiee. I looking for some basic fundamentals of Essbase so I could successfully use Essbase cubes with OBIEE.
    I find lot of materials online but not sure what I need to know for using Essbase as datasource for OBIEE. Any insight / links would be of lot of help. Thanks a million

    It really depends on what you plan to do and which products in the stack you're going to use for what. If you intend to use Essbase as an aggregation layer to speed up you analysis, then you should look into learning more about fine-tuning your Essbase applications in terms of data loads, aggregation, optimizing calculations,...in terms of languages MDX and MaxL.
    If you're looking to integrate applications like Workspace as well then you'll have to look at those as well.
    Both areas are vast in terms of applications and functionalties so I'd suggest learning the basics and then deepening your know-how according to needs.
    Cheers,
    C.

  • ALE/IDOC and RFC/BAPI Integration Scenarios with SAP DS for ESA v3

    Hi,
    we are planning two PoCs of Integration Plattforms. One of our major requirement set is SAP Integration into our existing SOA.
    Because we also have R/3 4.7 Systems in production, we are planning to test ALE/IDOC and RFC/BAPI Integration scenarios with these Integration Plattforms.
    My question is:
    We are looking for are smart solution to get a SAP Test Environment, where we can test ALE/IDOC und RFC/BAPI Integration scenarios.
    It is possible to do this with SAP DS for ESA v3 or shall we better use IDES for that purpose?
    Best regards,
    Steven

    Hi Abhishek,
      This is our scenario. We are doing an integration of SAP HR r/3 system with the CRM system. We need housing information details of the employees which we have in custom infotype 9310 in SAP HR system and we need those details in the CRM system. So am planning out for an ALE/IDOC approach for the integration and gonna  maintain the 9310 details in a custom table. In the CRM system, we gonna build a BOL layer for accessing the 9310 details. Also i'm preparing a HLD for this process. I wanna read and go through few same HLD's before i submit my proposal to my client. Please suggest me and help me out.
    Thanks in advance.
    Regards,
    Arunmozhi.

  • Problem in starting Integration service with DAC 11g

    Hi friends,
    Im @ the step of registering integration service and the repository service in DAC 11g. I can start the Repository service well in DAC, but facing issue in starting integration service with DAC, while trying to test connection im getting a message like
    Failure connecting to BIA_IS!
    Im not sure the reason to this problem in DAC. I have also setted the necessary environment variables like INFA_HOME and INFA_DOMAINS_FILE referring the domains.infa file like
    INFA_DOMAINS_FILE = C:\Informatica\9.1.0\domains.infa
    Also checked with the dac_env file which has the below contents
    REM -----------------------------------------------------
    REM
    REM ENVIRONMENT VARIABLES THAT YOU MAY NEED TO SET FOR
    REM  PROPER INFORMATICA 8.x or 9.x HANDSHAKE.
    REM
    REM INFORMATICA_SERVER_LOCATION denotes installation of
    REM Informatica components. Example:
    REM C:\Informatica\PowerCenter9.1
    REM
    REM DOMAINS.INFA_FILE_LOCATION denotes the location
    REM (including name) of domains.infa file
    REM
    REM Please make sure to set correct values for variables
    REM mentioned above
    REM
    REM -----------------------------------------------------
    set INFORMATICA_SERVER_LOCATION="C:\Informatica\9.1.0"
    set DOMAINS_INFA_FILE_LOCATION=C:\Informatica\9.1.0\domains.infa
    set INFA_CMD_STYLE=8
    set PATH=C:\Informatica\9.1.0\server\bin;%PATH%
    set INFA_DOMAINS_FILE=%DOMAINS_INFA_FILE_LOCATION%
    What could be the problem and where to check with the logfile related to the integration service failure in DAC.
    Thanks in advance.
    Regards,
    Saro

    Hi guys,
    The issue is sorted out. The below are the two precautions to be considered.
    *) Make sure of INFA_HOME/Server/bin exist @ the end in the PATH variable.
    *) For each and every change in the PATH variable, it is better to restart the services(both infa and DAC) then and there for the changes to take effect.
    Regards,
    Saro

  • Integrating FTP with JDeveloper

    Can anyone help me with integrating FTP with JDeveloper (10.1.3)
    I am developing jsp pages for a web site. the website runs on a Sun Solaris UNIX server.
    At present i develop my jsp pages in JDeveloper and save then to a file on my PC. I then have to use an external tool (Ultraedit) to FTP them to my webserver for testing.
    I have seen in this forum that there is something called 'ant' which will allow you to FTP direct from JDeveloper. I know zero about 'ant' and after spending a couple of hours trawling arround the web i'm still no wiser.
    Can someone give me a hands held, idiot friendly explanation of what i have to do to integrate FTP?
    john

    Here is a basic explanation of the FTP task in ANT.
    You can just create a new Ant build file in your project, add this task with the correct parameters and then right-click run on the build file.
    Another options is to use JDeveloper to create standard WAR file for deployment and then passing it to the server to deploy.

Maybe you are looking for

  • Headers getting repeated while running the report in background

    Hi, I have a report which uses ALV grid display for output display. I have displayed a heder in the top_of_page option. while running the program in foregound the header gets displayed only once. but when executing in background the header is getting

  • PhotoShop CS6 .psd file currpt/not open :( my lots hard work

    Hi Friends, Today Accidentally my photoshop has closed at that time i am working on my demo template work from last 2 months, so again i open my .psd file thier is error prompt "could not complete your request because the file is not compatible with

  • HT204088 I get a blank screen when I click on iTunes app on my ipad2

    I get a blank screen when I click on iTunes app on my iPad how can I rectify?

  • CSV report Generation

    I am using Batch Loader to load around 100,000 documents per day with per script around 1000 documents. I need to generate a report for the documents mentioned in my script and vs successfully loaded in UCM. Please help me and let me know to generate

  • Daylight savings pushed all my appointments ahead 1 hour

    I'm using iOS 8 on an iPhone 6.  I dug deep into the system settings and could find no daylight savings settings to adjust.  Have I missed one?  Also note, this is only an issue on my iPhone.  The times are still correct on my desktop calendar and on