Configure web services

Hi all,
can anyone help me with question on how to configure web services so that it'll be able to run all projects on the web made with JDeveloper suit. Actually it's a great product, works pretty stable in my case(I didn't see any bugs so far). I can even run all jsp and xml files through JDev facilities, but I could not find any information on how it is supposed to work on it's own. There must be something like service that will fire up JVM to work with servlets and jsp. Can I do it with JRun server? PLease help me...

The servlet's and JSP's that you develop (and debug) from within JDeveloper will work in any web server supporting servlets and JSP's, respectively.
For example, you could use the servlet engine support in:[list][*]Oracle IAS 1.x[*]Apache JServ[*]Oracle8i 8.1.7 ("Oracle Servlet Engine" - OSE)[*]JRun, with any of the web server listeners that it supports[*]Jakarta Tomcat[*]ServletExec from NewAtlanta[*]etc.[list]
Most of the above support JSP's as well.

Similar Messages

  • How to configure Web service using transaction SOAMANAGER?

    Hi SDN,
    I have followed this article to configure using transation SOAMANAGER.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20b723f8-a422-2c10-aca5-fe64eeda1ff2&overridelayout=true
    but I have some issues about looking for ECC_PURCHASEORDER003QR in default_host/sap/bc/srt/xip/sap of above article.
    I can not configure Web service and go to steps further.
    The system is ECC 6.0 release 7.
    How can be done?
    Thanks,
    Luu,

    Hi,
    > but I have some issues about looking for ECC_PURCHASEORDER003QR
    You mean you can't see this service in sicf or you have trouble locating this service in SICF. Can you specify what exactly your problem is?
    Please check if you are on correct Ehp (Enhancement pack) required for this service. This service available with Ehp4.
    To check enhancement pack goto System->status and check component information i.e. SAP_APPL release is 603 in my system which means I am on Ehp3.
    Regards,
    Gourav

  • How to configuration web service in bw that I can open query in explore ?

    Hi
    Can anyone tell me how to configuration web service that when I click " luanch in web browser "in BEX Anaylzer , Display Query on  the web in BEx query Designer  open rsplan modeling on web ,what parameter will be configuration ,give me step to step to configuration
    thanks very much

    configure a messager service and some paramers
    thanks very much!

  • How to use and configure web services in sap

    Hi,
    Experts,
    could you please tell me, how to configure web services in sap.
    As one of my client using handheld  software for inventory, where in whatever tansaction happens in the depot  it has to update in sap.through non sap software please help me out with necessary configuration.
    Thanks
    Edited by: Ahmed quadry on Jun 9, 2009 2:25 PM

    Hi Ahmed,
    Kindly find the below link will helps you to create web  service in SAP
    http://wiki.open-esb.java.net/Wiki.jsp?page=BAPIWEBSERVICE
    Also find the below documents will helps you to create web services in SAP
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/06adbf03-0a01-0010-f386-d8e45561a3c4
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3004a2d2-0653-2a10-779c-f5562b3fac39
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/bb0764f2-0b01-0010-bd85-c7849b40561e
    Regards
    Venkata Rao .G

  • Configuring Web Services for Oracle XML DB

    Hi all...
    I think I need some help one this subject....
    We have a 10G Release 2 Oracle single instance ( not RAC) install on a Linux Redhat v5.3 64 bit server. Are developers are user Visual Studio .Net and wnat to send xml files to a web service so that the xml file (containing data) can call a PL/SQL package (to be written) which will take the data out of the xml input file and insert rows into a prefined table within the instance. Now they have browsed the web and have come upon the following links...
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28369/xdb_web_services.htm
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28369/xdb22pro.htm#i1026724
    Currently, within the database I looked at the schema XDB and have unlocked the account and connected as the user XDB. There are some 680 objects in the following groups...
    SQL> select object_type, count(*) from dba_objects where owner='XDB' group by object_type;
    OBJECT_TYPE COUNT(*)
    SEQUENCE 2
    PROCEDURE 5
    OPERATOR 8
    LOB 334
    LIBRARY 12
    PACKAGE 20
    PACKAGE BODY 17
    XML SCHEMA 25
    TYPE BODY 5
    TRIGGER 12
    TABLE 36
    INDEX 51
    FUNCTION 5
    INDEXTYPE 2
    VIEW 2
    TYPE 144
    16 rows selected.
    Now in the links above it mentions that the xdbconfig.xml needs to be altered etc. However, I have searched the entire $ORACLE_HOME and there is no file definition of that description.
    From a DBA prospective...what do I have to install on the Linux server? I assume from the Oracle Database 10g Companion Products I need to lay down Oracle HTTP Server in a new Oracle home as the first step...or not? Does the HTML DB need to be installed as well?
    And for Configuring Web Services for Oracle XML DB...what else has to be installed? And from what product line?
    Thanks in Advance....
    Cheers
    Roegr

    Hi Marco...
    First of all ...thanks for the reply.
    I followed the link and the infor in that web page. However, there were a few things that did not work....
    1. The http://localhost:8080/ as is brought up a web page withe the heading as
    ==========
    ORACLE DATABASE 10g EXPRESS EDITION LICENSE AGREEMENT..
    ==========
    The other browser test ftp://localhost:2100/
    did not find any page?
    2. Then I went onto running (as the sysdba) the pl/sql to enable the ORAWSV Entry Service
    however it error out. So I did a describe on DBMS_XDB and the function deleteServlet does not appear
    then I had a look and this link to > http://www.liberidu.com/blog/?p=471
    was for 11G and the other link > http://docs.oracle.com/cd/B28359_01/appdev.111/b28369.pdf
    was for 11G.
    However, we are on 10G
    =================
    SQL> select * from V$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    PL/SQL Release 10.2.0.3.0 - Production
    CORE 10.2.0.3.0 Production
    TNS for Linux: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    ==================
    So is there must be other sql for 10G?
    Cheers
    Rog

  • Configure Web Services Security in PI 7.1

    Hi,
    I'm getting an error message when using the XI adapter to send encrypted data. I am using SAP PI 7.1 EHP1 SP3.
    *Communication error Proxy calls are not permitted on sender or receiver side on the IS (client)
    Error during message security handling in outbound channel: Security profile 'Sign and Encrypt Message' *
    According to my research I need to get my basis team to configure Web Services Security. I've found the Netweaver 04 configuration guide but I don't think this is relevant. The following help has information on web services security but little or no information. 
    http://help.sap.com/saphelp_nwpi711/helpdata/en/44/bc872fc60b7006e10000000a155369/frameset.htm
    Is anyone able to point me towards the right document?

    >
    Park Saeiam wrote:
    > Hi
    >
    > May be that partner you define Integration System not Application system in Business system. try define to application system.
    >
    > Thanks
    > Park
    or try use Business services instead.

  • Error while configuring Web service Navigator

    Hi Every one,
    I installed the "NW Sneak preview" 640 with SP11. I created the a Web service for the Java Bean and deployed it. But i am not able to see the deployed Web service in the "Web service Navigator". When i tried to configure it, i am getting the following error
    <b>Error connecting to server "http://<localhost>:50000"
    (http://<localhost>:50000/inspection.wsdl)
    com.sap.engine.webservice.javarpc.exceptions.invalid response code.
    Invaild Response code (404) Not found.</b>
    When i am clicking the SQL Trace, UDDI client, and Web service Navigator of "http://localhost:50000/index.html" page i am getting a 404 error.
    Can any one tell me how to solve this problem?
    Thank you
    Bhaskar

    Hi Bhaskar,
    Slim edition has some apps deactivated. You can deploy them with Visual Admin in the deployment service.
    regards,
    Flavio Lazanha

  • How to configure web service destinations in CE 7.1 EhP1 sneak preview?

    Hi all
    I have downloaded CE7.1 EhP1 sneak preview version from SDN.
    I am trying to configure ADS web service destinations on it at the following path:
    Open the NetWeaver Administrator using https://<server>:<port>/nwa, and navigate to Configuration Management > Infrastructure Management > Web Services Configuration.
    I am not able to locate this.
    Could any one please help me with this?
    Regards
    Kapil

    Hi Kapil ,
    Use this , http://help.sap.com/saphelp_nwce10/helpdata/en/index.htm
    but with one minor change . It is in SOA Management -> Technical Configuration -> Destination Template Management.
    Regards
    Bharathwaj

  • Configure Web Services in a SAP-IDES-System?

    Hello,
    I have access to a SAP-frontend on a SAP-IDES-System and now Iu2019d like to configure two Web Services in SAP. I think I can do this configuration with SPRO, but I donu2019t really know how and where.
    Is there a good documentation about Web Services in SAP IDES?
    Thanks a lot!

    Hi,
    Have a look at below link.
    http://help.sap.com/SAPHELP_NWPI71/helpdata/EN/57/07813ee3d32b44e10000000a114084/content.htm
    I sure it will help you out
    Rgds
    Radhakrishna D S

  • How to configure web services

    hi
    experts,
    could you please tell me, like i have a scenario, one of my cleint has sap and he has got another mobile computing software(non SAP) at depot place,where in whatever transactions happens, for example stock despatches , receipts, it goes to back ofice of mobile software company.
    the thing is mobile software computing  data has to update the data in to sap, and it should be online.
    some body says that web serices might help. please help me out with necessary configuration.

    Hello,
    If your non-SAP application can act as a web service client, web service is a perfect approach post Goods Receipt in SAP. You may use web service ECC_GOODSMOVEMENTCRTRC or a suitable one from this link [http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DE0426DD9B0249F19515001A64D3F462&id=87DFCFE1D9B911DA2B24000F20DAC9EF]
    Once you select your web service, you can setup end points using SOAMANAGER and provide the  WSDL to the client application to generate consumer proxy there.
    Thanks,
    Venu

  • Configuring Web Services in 10.9 Help

    Hi All,
    I cannot find any comprehensive documentation on the subject (short of a retelling of the server.app Help Files) but I'm just trying to set up a web server in 10.9. I have the server app installed. I'm using a separate DNS Server (that will also be my OD Master).  Right now all this is in a couple of VMs on a Mac Pro, isolated from my live network until I get the kinks worked out.  One vm (login.domain.com) for OD and DNS (split with our ISP for outside access) another (www.domain.com) for web services. I'm using the host machine as a web client to test things out.  The web host and my client both point to the DNS server and everything can ping everything else. Once I get it working in a test environment, I'll worry about bring it it out into the world and involving my gateway, ISP, etc.
    The website is working ok where it is on an ubuntu server, so I know there are no major issues there. But I'd like to move it (long story).
    In server.app, I named the webserver "machine" www.domain.com.  I pointed a record on the DNS Server to it and can ping it using the fqdn.  For the main site, I moved the default files (which look to be aliases) into a hidden folder and dropped by web site files into the directory (/library/server/web/data/sites/default).  The site does load. But it loads VERY slowly (it takes about 20-30 seconds for the initial page to load, once it's up, navigating between pages is fine as far as speed). Except, some of the navigation buttons don't work and from what it looks like, the PHP isn't rendering the page properly (links are not correct) so I'm led to believe there's something old/screwy in whatever version of PHP this thing has.
    Why would the site be so slow to load?
    How do I see what version PHP server 10.9 uses? Is it possible to upgrade if it's an older one?
    Do I need to do anything other than add a site in the server.app for the subdomain (staff.domain.com, help.domain.com, etc)? Any special settings/forwarding to make this work?  As long as the DNS points the fqdn to the box, the web server should send the right site/subdomain to the client, shouldn't it?
    Again, if someone could point be to the library of documents for managing this, I'd be grateful.  Apple's site seems to have a lot about wikis and so forth, and info on setting up the simplest of sites, but I don't care about those, I want a couple of websites with php and mysql, subdomains, etc.  It was all hosted in 10.5 (or 10.6) a while back, so unless they broke something on purpose, I know it can do it.  I head hurts from getting some info about httpd.conf from one blog, .htaccess from  another, etc. There MUST be a "setting up a Web Server in 10.9" or "Mavericks Server Administration" doc or something out there.
    Thanks,
    Jeff

    Yes, the functionality has departed System Preferences. Here is an updated guide to jump start your solution. It deals with the Terminal solution below.
    There are two approaches to launching a web server in Mavericks.
    Terminalsudo apachectl {start|stop|restart}
    System Preferences solutions
    Web Sharing Preference Pane (free, originally for Mt. Lion)
    VirtualHostX ($)

  • Configure web service as SSL

    Hi,
    I've created a simple hello world function in SAP, setting it as Web Service. Now I have a .Net page that uses a web reference to this webservice. With the Standard logon data, I can consume this service with no problem. Now I want to secure this web service call by adding SSL authentication to the web service. I can set the "Security Requirement" parameter as SSL on the Logon Data tab editing the default_host - sap - bc - soap - wsdl11.
    The question is, where can I define what certificate is associated with my webservice?
    Thanks in advance.

    Hi,
    As you don't use Web service Security, there is no certificate associated with your web service.
    You want to use SSL authentication, so you  have to create a client certificate on your .Net client and to import it ot its CA certiificate in the trusted certificate list of the SSL server PSE in transaction STRUST of your Abap system.
    Regards,
    Olivier

  • Is there an issue with using a local copy of the WSDL versus a direct connect to Configure Web Service

    I would like to build a WS connector to RemedyForce (~ Salesforce).  I am attemptling to use the configuration tool to buid the MSCONFIG file.  Salesforce does not let you connect directly to a wsdl file. you have to download a static copy. 
    This would seem fine using a "file://" path as the url - but as soon as I attempt to configure any import/synch the utility crashes.  My assumption is it is attemping to reach a true webservice and using file location is not cutting
    it.

    I don't see any issue in downloading the static copy.  Even if you were allowed to connect to the wsdl directly or add it as a service reference in Visual Studio then you would have to manually update that reference.  In closing, you aren't losing
    any functionality by downloading the static copy.
    Thanks,
    Follow my FIM blog at: http://forefrontidm.wordpress.com/

  • Configure Web Service finished with error

    Hi,
    I had configured the web server for version EPM 11.1.2.3 on Server 2008 R2. But I had a failed status. I copied the c:\program files\Oracle\Inventory\logs\Install 2014-01-14-05:00:00PM.log file as below;
    What is the problem? Did you take this failed status before?
    Best Regards,
    Logs:
    [2014-01-14T17:02:53.315+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.silent] [tid: 12] [ecid: 0000KEHHgu3Fw000jzwkno1IpL6P000003,0]  [CONFIG] Launching Config Actions....
    [2014-01-14T17:02:53.334+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 12] [ecid: 0000KEHHgu3Fw000jzwkno1IpL6P000003,0] Install Adapter: Mark Start for:CONFIG
    [2014-01-14T17:02:53.344+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.config] [tid: 12] [ecid: 0000KEHHgu3Fw000jzwkno1IpL6P000003,0] Implementation class for: oracle.as.install.engine.modules.configuration.core.DataStore: null
    [2014-01-14T17:02:53.762+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.config] [tid: 12] [ecid: 0000KEHHgu3Fw000jzwkno1IpL6P000003,0] Adding aggregate:WebtierAggregate
    [2014-01-14T17:02:53.762+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.config] [tid: 12] [ecid: 0000KEHHgu3Fw000jzwkno1IpL6P000003,0] Adding action:Web Tier Configuration
    [2014-01-14T17:02:53.767+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Evaluating Condition
    [2014-01-14T17:02:53.802+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Configuration Module Started..
    [2014-01-14T17:02:53.803+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.silent] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Processing event:12201
    [2014-01-14T17:02:55.808+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Loading Action Instance:Web Tier Configuration
    [2014-01-14T17:02:56.049+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Action Instance:Web Tier Configuration loaded.
    [2014-01-14T17:02:56.049+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Initializing Action:Web Tier Configuration
    [2014-01-14T17:02:56.049+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Setting data for action:Web Tier Configuration
    [2014-01-14T17:02:56.049+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] No data for action:Web Tier Configuration
    [2014-01-14T17:12:37.216+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Starting Action:Web Tier Configuration
    [2014-01-14T17:12:37.585+02:00] [as] [NOTIFICATION] [] [oracle.as.install.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Creating Oracle Instance directories...
    [2014-01-14T17:12:37.598+02:00] [as] [NOTIFICATION] [] [oracle.as.install.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Recording OPMN ports reservations...
    [2014-01-14T17:12:37.600+02:00] [as] [NOTIFICATION] [] [oracle.as.install.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Bootstrapping OPMN configuration files...
    [2014-01-14T17:12:40.023+02:00] [as] [NOTIFICATION] [] [oracle.as.install.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Instantiating opmnctl for direct usage...
    [2014-01-14T17:12:40.030+02:00] [as] [NOTIFICATION] [] [oracle.as.install.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Skipping instance registration
    [2014-01-14T17:12:40.280+02:00] [as] [NOTIFICATION] [] [oracle.as.install.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] *************** Trying to Start OPMN **************
    [2014-01-14T17:12:40.280+02:00] [as] [NOTIFICATION] [] [oracle.as.install.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] *************** Executing Command **************
    [2014-01-14T17:12:40.280+02:00] [as] [NOTIFICATION] [] [oracle.as.install.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] cmd /c C:\Users\ADMINI~1\AppData\Local\Temp\startallOpmn1389712360276.bat
    [2014-01-14T17:12:40.280+02:00] [as] [NOTIFICATION] [] [oracle.as.install.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] ***************************************************
    [2014-01-14T17:12:46.548+02:00] [as] [ERROR] [] [oracle.as.install.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Unable to start opmn
    [2014-01-14T17:12:46.548+02:00] [as] [ERROR] [] [oracle.as.install.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0]  [CONFIG] [Web Tier Configuration]: Unable to start opmn
    [2014-01-14T17:12:46.550+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.silent] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0]  [CONFIG] STEP: Create and Start AS Instance (ohsInstance3193331783) : RETURN STATUS [FAILED]Unable to start opmn
    [2014-01-14T17:12:46.557+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.silent] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0]  [CONFIG] STEP: Create and Start AS Instance (ohsInstance3193331783) : RETURN STATUS [FAILED]Unable to start opmn
    [2014-01-14T17:12:46.559+02:00] [as] [NOTIFICATION] [] [oracle.as.install.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] User Selected ABORT
    [2014-01-14T17:12:46.561+02:00] [as] [ERROR] [] [oracle.as.install.engine.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Config Action:Web Tier Configuration failed.
    [2014-01-14T17:12:46.564+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.silent] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0]  [CONFIG] ACTION:Web Tier Configuration : RETURN STATUS [FAILED]
    [2014-01-14T17:12:46.565+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Action:Web Tier Configuration completed
    [2014-01-14T17:12:46.565+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Fail on Error True. Stopping Execution
    [2014-01-14T17:12:46.565+02:00] [as] [ERROR] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] One or More configurations failed. Exiting
    [2014-01-14T17:12:46.565+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.config] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] CONFIG MODULE FINISH
    [2014-01-14T17:12:46.565+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Install Adapter: Mark End for:CONFIG
    [2014-01-14T17:12:46.566+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Install Adapter: Mark End for:INTERVIEW
    [2014-01-14T17:12:46.566+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Install Adapter: Mark End for:COPY
    [2014-01-14T17:12:46.566+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Install Adapter: Mark End for:LINK
    [2014-01-14T17:12:46.566+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Install Adapter: Mark End for:INSTALL
    [2014-01-14T17:12:46.566+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.silent] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Processing event:12215
    [2014-01-14T17:12:46.578+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.silent] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] The configuration of Oracle WebTier and Utilities CD failed.
    [2014-01-14T17:12:46.578+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.silent] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] EXIT[1]
    [2014-01-14T17:12:48.705+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Writing profile to file:C:\Program Files\Oracle\Inventory\logs\installProfile2014-01-14_05-00-32PM.log
    [2014-01-14T17:12:48.731+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] outputFile:C:\Program Files\Oracle\Inventory\logs\installProfile2014-01-14_05-00-32PM.log
    [2014-01-14T17:12:48.731+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] in writeProfile method..
    [2014-01-14T17:12:48.733+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:INTERVIEW_TIME_ID for writing.
    [2014-01-14T17:12:48.734+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:COPY_TIME_ID for writing.
    [2014-01-14T17:12:48.734+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:LINK_TIME_ID for writing.
    [2014-01-14T17:12:48.734+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:CONFIGURATION_TIME_ID for writing.
    [2014-01-14T17:12:48.734+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:SESSION_INSTALL_TIME_ID for writing.
    [2014-01-14T17:12:48.734+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:OS_NAME_ID for writing.
    [2014-01-14T17:12:48.734+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:PROCESSOR_ARCHITECTURE_ID for writing.
    [2014-01-14T17:12:48.734+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:CPU_SPEED_ID for writing.
    [2014-01-14T17:12:48.735+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:CPU_NUMBER_ID for writing.
    [2014-01-14T17:12:48.735+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:TOTAL_MEMORY_ID for writing.
    [2014-01-14T17:12:48.735+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:AVAILABLE_MEMORY_ID for writing.
    [2014-01-14T17:12:48.735+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:AVAILABLE_SWAP_SPACE_ID for writing.
    [2014-01-14T17:12:48.735+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:PEAK_THREAD_COUNT_ID for writing.
    [2014-01-14T17:12:48.735+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:OH_PATH_ID for writing.
    [2014-01-14T17:12:48.735+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:INSTALL_MODE_ID for writing.
    [2014-01-14T17:12:48.735+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:OH_SIZE_ID for writing.
    [2014-01-14T17:12:48.735+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:SHIPHOME_PATH_ID for writing.
    [2014-01-14T17:12:48.735+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:Create And Start AS Instance for writing.
    [2014-01-14T17:12:48.735+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:Web Tier Configuration for writing.
    [2014-01-14T17:12:49.649+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:CPU_SPEED_ID for writing.
    [2014-01-14T17:12:49.649+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:CPU_NUMBER_ID for writing.
    [2014-01-14T17:12:49.649+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:TOTAL_MEMORY_ID for writing.
    [2014-01-14T17:12:49.649+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:AVAILABLE_MEMORY_ID for writing.
    [2014-01-14T17:12:49.666+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:AVAILABLE_SWAP_SPACE_ID for writing.
    [2014-01-14T17:12:49.666+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:OS_NAME_ID for writing.
    [2014-01-14T17:12:49.666+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:INTERVIEW_TIME_ID for writing.
    [2014-01-14T17:12:49.666+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:INSTALL_TIME_ID for writing.
    [2014-01-14T17:12:49.666+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 13] [ecid: 0000KEHHh17Fw000jzwkno1IpL6P000004,0] Adding Element:CONFIGURATION_TIME_ID for writing.

    Hi,
    When I started to upgrade application, I had an error as "failed". I copied the log file as below; How I can solve the problem?
    [Jan 24, 2014 3:44:43 PM]: Application (***DEMO) Upgrade initiated by user epmadmin...
    [Jan 24, 2014 3:44:44 PM]: *******************************
    [Jan 24, 2014 3:44:44 PM]: 11.1.2.1 to 11.1.2.2
    [Jan 24, 2014 3:44:44 PM]: *******************************
    [Jan 24, 2014 3:44:44 PM]: Execute SQLs-C:\Oracle\Middleware\EPMSystem11R1\products\Planning\config\sql\11_1_2_2Migration_Oracle_Unicode.sql
    [Jan 24, 2014 3:44:44 PM]: *******************************
    [Jan 24, 2014 3:44:44 PM]: Executed line number1
    [Jan 24, 2014 3:44:44 PM]: Executed line number2
    [Jan 24, 2014 3:44:44 PM]: Executed line number3
    [Jan 24, 2014 3:44:44 PM]: Executed line number4
    [Jan 24, 2014 3:44:44 PM]: Executed line number5
    [Jan 24, 2014 3:44:44 PM]: Executed line number6
    [Jan 24, 2014 3:44:44 PM]: Executed line number7
    [Jan 24, 2014 3:44:44 PM]: Executed line number8
    [Jan 24, 2014 3:44:44 PM]: Executed line number9
    [Jan 24, 2014 3:44:44 PM]: Executed line number10
    [Jan 24, 2014 3:44:44 PM]: Executed line number11
    [Jan 24, 2014 3:44:44 PM]: Executed line number12
    [Jan 24, 2014 3:44:44 PM]: Executed line number13
    [Jan 24, 2014 3:44:44 PM]: Executed line number14
    [Jan 24, 2014 3:44:44 PM]: Executed line number15
    [Jan 24, 2014 3:44:44 PM]: Executed line number16
    [Jan 24, 2014 3:44:44 PM]: Executed line number17
    [Jan 24, 2014 3:44:44 PM]: Executed line number18
    [Jan 24, 2014 3:44:44 PM]: Ignored Error -ORA-00904: "CONSOL_OP1": invalid identifier
    Executed line number19
    [Jan 24, 2014 3:44:44 PM]: Executed line number20
    [Jan 24, 2014 3:44:44 PM]: Ignored Error -ORA-00904: "CONSOL_OP1": invalid identifier
    Executed line number21
    [Jan 24, 2014 3:44:44 PM]: Executed line number22
    [Jan 24, 2014 3:44:44 PM]: Executed line number23
    [Jan 24, 2014 3:44:45 PM]: Executed line number24
    [Jan 24, 2014 3:44:45 PM]: Executed line number25
    [Jan 24, 2014 3:44:45 PM]: Executed line number26
    [Jan 24, 2014 3:44:45 PM]: Executed line number27
    [Jan 24, 2014 3:44:45 PM]: Executed line number28
    [Jan 24, 2014 3:44:45 PM]: Executed line number29
    [Jan 24, 2014 3:44:45 PM]: ORA-00001: unique constraint (INNDEMO.PK_HSP_PM_ACTIONS) violated

  • Trying to configure WEBI services for connetion to Universes.

    I am trying to connect CRXI R2 to a universe like the sample universes. I can log onto CCM and I can see the universes when I try to create the connection. I am getting the error 'All the servers with CMS cmsservername, cluster cmsservername and kind webiserver are down or disabled.' I changed the command line to include the -request cmsservername -port 6401 and tried 6401. But when I do that the services will not restart.  When I remove the above addition, the services will restart.
    Any ideas?

    Could youplease provide a little bit more insight on the issue ?
    Are you trying to coonect to Universe from CR Designer or from Universe Designer or from Webi or Deski report ?
    Can you coonect to CMC and see if the servers are running and enabled ?
    Can you open Universe in Universe Designer and test it's connection ?

Maybe you are looking for

  • Problem with reading English UK date format in Excel

    When I build and debug the rulebase I get the following error: Error in rulebase: "Cannot perform comparison expression on right expression with type number". The actual problem is that it does not read the date correctly in Excel. I have got the fol

  • Spark textinput does not display unicode properly

    I need to type in some special charactors using unicode input method. (install microsoft pinyin, and use secondary inputs-> unicode input, and type "E826" into the textinput box) in spark textinput, the charactor is showing as a sqare; while mx texti

  • Info about products?!?

    Please tell me-send to me a link-on my email: jumboemail  at yahoo dot com where can I download Windows XP from msdn???- I understand that it can be downloaded from msdn as an image and a serial, but where? thanks

  • Where can I get a driver for my HP OfficePro 8600 printer

    I can't find my HP Printer disc and the online HP site comes up with an error (404) "page missing" on the online site.  How can I get a driver for my 8600?

  • SQL Report column headings

    How to make the column heading bold / apply color to the column heading when Heading type used is PL/SQL ? Sanjay