Schemac fail

When I try generate Facade from Employee.wsdl, schemac fail with following message.
Do you knowd it ?
1.-Start devprompt.bat
2.- change directory to .wsdl localized
3.- execute command:
schemac -d ./BPEL-INF/classes Employee.wsdl
Result here:
C:\temp\5_TravelJavaClassFacade>schemac -d ./BPEL-INF/classes Employee.wsdl
Oracle XML Schema Processor Versi≤n 10.1.2.0.0
http://otn.oracle.com/bpel
Copyright (c) 2002-2004 - Oracle
(escriba schemac -help para obtener ayuda)
schemac> parsing schema file 'Employee.wsdl' ...
schemac> Loaded schemas from wsdl located at Employee.wsdl
warn: The W3C datatype 'base64Binary' is not currently supported by Collaxa schemac.
warn: The W3C datatype 'QName' is not currently supported by Collaxa schemac.
warn: The W3C datatype 'QName' is not currently supported by Collaxa schemac.
warn: The W3C datatype 'hexBinary' is not currently supported by Collaxa schemac.
warn: The W3C datatype 'time' is not currently supported by Collaxa schemac.
schemac> generating XML business document ...
schemac> compiling XML business documents ...
Error: Fallo al compilar los archivos "C:\temp\5_TravelJavaClassFacade\schemac_1123619812987\src\com\packtpub\service\employee\EmployeeType.java, C:\temp\5_TravelJavaClassFacade\sc
hemac_1123619812987\src\com\packtpub\service\employee\EmployeeTypeFactory.java, ...
La excepci≤n mostrada es: C:\temp\5_TravelJavaClassFacade\schemac_1123619812987\src\org\xmlsoap\schemas\soap\encoding\ENTITIES.java:81: Incompatible type for constructor. Can't con
vert java.lang.String to org.w3c.dom.Element.
org.xmlsoap.schemas.soap.encoding.ENTITIES value = new org.xmlsoap.schemas.soap.encoding.ENTITIES(childValue);
^
C:\temp\5_TravelJavaClassFacade\schemac_1123619812987\src\org\xmlsoap\schemas\soap\encoding\IDREFS.java:81: Incompatible type for constructor. Can't convert java.lang.String to org
.w3c.dom.Element.
org.xmlsoap.schemas.soap.encoding.IDREFS value = new org.xmlsoap.schemas.soap.encoding.IDREFS(childValue);
C:\temp\5_TravelJavaClassFacade\schemac_1123619812987\src\org\xmlsoap\schemas\soap\encoding\NMTOKENS.java:81: Incompatible type for constructor. Can't convert java.lang.String to o
rg.w3c.dom.Element.
org.xmlsoap.schemas.soap.encoding.NMTOKENS value = new org.xmlsoap.schemas.soap.encoding.NMTOKENS(childValue);
==== HERE MY WSLD FILE ====
<?xml version="1.0" encoding="utf-8" ?>
<definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns="http://packtpub.com/service/employee/"
targetNamespace="http://packtpub.com/service/employee/"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" >
<types>
<xs:schema elementFormDefault="qualified"
targetNamespace="http://packtpub.com/service/employee/">
<xs:complexType name="EmployeeType">
<xs:sequence>
<xs:element name="FirstName" type="xs:string" />
<xs:element name="LastName" type="xs:string" />
<xs:element name="Departement" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:simpleType name="TravelClassType">
<xs:restriction base="xs:string">
<xs:enumeration value="Economy"/>
<xs:enumeration value="Business"/>
<xs:enumeration value="First"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
</types>
<message name="EmployeeTravelStatusRequestMessage">
<part name="employee" type="tns:EmployeeType" />
</message>
<message name="EmployeeTravelStatusResponseMessage">
<part name="travelClass" type="tns:TravelClassType" />
</message>
<portType name="EmployeeTravelStatusPT">
<operation name="EmployeeTravelStatus">
<input message="tns:EmployeeTravelStatusRequestMessage" />
<output message="tns:EmployeeTravelStatusResponseMessage" />
</operation>
</portType>
<!-- Partner link type -->
<plnk:partnerLinkType name="employeeLT">
<plnk:role name="employeeTravelStatusService">
<plnk:portType name="tns:EmployeeTravelStatusPT" />
</plnk:role>
</plnk:partnerLinkType>
</definitions>

Solved.
There was a space in one of the paths being used - not sure which, but moved code to c:\temp and removed any obvious spaces in pathnames of CLASSPATH and PATH env vars
Toby

Similar Messages

  • WSIF Invocation (Schemac tool alternative to generate the facade class)

    Hi,
    I am trying to create a BPEL Project which supposed to invokes an EJB using WSIF call,
    I have created the EJB wsif using JDeveloper for the following method signature,
    public void handleMessage(Message inMessage) {
    The Parameter Message is an Complex object and having a byte[] array.
    when i trying to create facade class for the WSDL file
    <oracle_home>\bpel\bin schemac Mywsdl.wsdl
    It says the following:
    warn: The W3C datatype 'base64Binary' is not currently supported by Collaxa sche
    mac.
    warn: The W3C datatype 'base64Binary' is not currently supported by Collaxa sche
    mac.
    warn: The W3C datatype 'hexBinary' is not currently supported by Collaxa schemac
    warn: The W3C datatype 'time' is not currently supported by Collaxa schemac.
    schemac>WARNING: schemac tool has been deprecated, please use jaxb compliant com
    piler (e.g. oracle jaxb) to generate java classes from xml schema.
    schemac> generating XML business document ...
    schemac> compiling XML business documents ...
    and finally the SCHEMAC Failed Message.
    ------------------------------>
    I tried using the orajaxb suggested by above message :
    <oracle_home>/bin/>orajaxb -schema Mywsdl.wsdl
    Mywsdl
    file:/D:/product/10.1.3.1/OracleAS_1/bin/Mywsdl<Line 14, Co
    lumn 6>: XML-24534: (Error) Element 'definitions' not expected.
    file:/D:/product/10.1.3.1/OracleAS_1/bin/Mywsdl<Line 14, Co
    lumn 6>: XML-24526: (Error) Invalid attribute 'name' in element 'element'
    file:/D:/product/10.1.3.1/OracleAS_1/bin/Mywsdl<Line 14, Co
    lumn 6>: XML-24530: (Error) Element 'schema' has invalid namespace: 'http://sche
    mas.xmlsoap.org/wsdl/'
    file:/D:/product/10.1.3.1/OracleAS_1/bin/Mywsdl<Line 14, Co
    lumn 6>: XML-24527: (Error) Invalid element 'types' in 'schema'
    file:/D:/product/10.1.3.1/OracleAS_1/bin/Mywsdl<Line 14, Co
    lumn 6>: XML-24527: (Error) Invalid element 'message' in 'schema'
    file:/D:/product/10.1.3.1/OracleAS_1/bin/Mywsdl<Line 14, Co
    lumn 6>: XML-24527: (Error) Invalid element 'message' in 'schema'
    file:/D:/product/10.1.3.1/OracleAS_1/bin/Mywsdl<Line 14, Co
    lumn 6>: XML-24527: (Error) Invalid element 'portType' in 'schema'
    file:/D:/product/10.1.3.1/OracleAS_1/bin/Mywsdl<Line 14, Co
    lumn 6>: XML-24527: (Error) Invalid element 'binding' in 'schema'
    file:/D:/product/10.1.3.1/OracleAS_1/bin/Mywsdl<Line 14, Co
    lumn 6>: XML-24527: (Error) Invalid element 'service' in 'schema'
    and failed last.
    -------------------------->
    The Wsdl files has the binding as follows,
    <format:typeMap typeName="tns1:handleMessageElement" formatType="com.MyExample.HandleMessageElement"/>
    so my BPEL throws an run time Exception Missing classs HandleMessageElement:
    Please help me out in creating the facade classe using jaxb compliant com
    piler (e.g. oracle jaxb) for my wsdl,so that i could keep the classes in the bpel/system/classes
    Thank you
    Sivakumar

    Hello,
    Yes you are correct this is the way to create a service and client, at lease for SOAP....
    A Service, in OracleAS Web Service stack must at least have one SOAP (1.1 or 1.2) binding, you cannot in the current release have only WSIF.
    The warning, is not in this context an issue, you can ignore it.
    Also, the Application Server Control, does not currently expose any information about WSIF binding. The only way to see it would be to access the WSDL file a take a look to the bindings, you should see the WSIF one.
    About the client generation, currently the GenProxy command is only used to create SOAP clients, to create a WSIF client you must use the steps documenting in the advanced developer guide: Writing WSIF Client.
    Regards
    Tugdual Grall

  • Having issues calling EJB3 from BPEL failing xmlparserv2 error.

    Oracle/BPEL 10.1.3.4
    Description :
    I am having errors in orabpel during marshalling of EJB call using WSIF. missing class JXDocumentBuilderFactory see ERROR 1 for details. I generated proxy classes using schemac against the document type I want to pass to EJB from BPEL. The proxy requirs the missing class. I worked for 3 days trying various things and only after unzipping jar file to classes directory defined in oracle.bpel.common was I able to execute the call successfully. As luck would have it on reboot the app server failed to start .
    I cannot find where anybody has commented on the reliable use of WSIF and EJB with BPEL in one cantainer anb EJB in a different container. I do see some old blogs about using EJB 2.1 with orabpel and EJB in the same container. I assume if others were doing this it should work out of the box.
    Question :How do you use BPEL to invoke your business logic? WSIF with proxy classes seemed like the best performance solution to me. Do you use webservices? Have you seen this error before?
    I would REALLY appreciate your feedback! Thanks in advance John
    ERROR 1:
    oracle.classloader.util.AnnotatedNoClassDefFoundError:
    Missing class: oracle.xml.jaxp.JXDocumentBuilderFactory
    Dependent class: com.collaxa.cube.xml.BaseFacade
    Loader: oracle.bpel.common:10.1.3
    Code-Source: /C:/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar
    Configuration: <code-source> in /c:/product/10.1.3.1/OracleAS_1/j2ee/home/config/server.xml
    The missing class is available from the following locations:
         1. Code-Source: /C:/product/10.1.3.1/OracleAS_1/lib/xmlparserv2.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\product\10.1.3.1\OracleAS_1\j2ee\home\oc4j.jar)
         This code-source is available in loader oracle.xml:10.1.0_2.
    ; nested exception is:
         oracle.classloader.util.AnnotatedNoClassDefFoundError:
         Missing class: oracle.xml.jaxp.JXDocumentBuilderFactory
         Dependent class: com.collaxa.cube.xml.BaseFacade
         Loader: oracle.bpel.common:10.1.3
         Code-Source: /C:/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar
         Configuration: <code-source> in /c:/product/10.1.3.1/OracleAS_1/j2ee/home/config/server.xml
    The missing class is available from the following locations:
         1. Code-Source: /C:/product/10.1.3.1/OracleAS_1/lib/xmlparserv2.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\product\10.1.3.1\OracleAS_1\j2ee\home\oc4j.jar)
         This code-source is available in loader oracle.xml:10.1.0_2.

    Ok,
    I found that EJBBinding annotation does accomplish wsdl creation when the deployment occurs, the WSDL is not in a file but rather you can get to it with enterprise manager (10.1.3.4) find your service and test it. After selecting a means to test (http or https) the next page will show a link "Service Description" The url that comes up looks something like http://thehostname/MyApplication/MyService?WSDL.
    When you create a the stateless ejb tell it to expose as Webservice and select generate WSIF bindings.
    Just put the following annotation on your Webservice interface.
    In this case my "WorkItemFacade" listed below is the name of my implementation.
    // Indicates that this is indeed a web service
    @WebService
    // generates WSIF EJB Bindings for NON soap marshalling
    @WSIFEJBBinding( className="proto.model.WorkItemFacade",
    initialContextFactory="oracle.j2ee.rmi.RMIInitialContextFactory",
    jndiProviderUrl="opmn:ormi://zdeploymentHost:6003:zInstanceName-home/zEJBMODULESName-ejb6
    // Class name becomes the name of the service in the wsdl
    public interface WorkItemWebService extends Remote {
    boolean verify( String s_xchg_doc) throws RemoteException;
    void add( String s_xchg_doc) throws RemoteException;
    When you are in BPEL where it asks for a wsdl for the invoke of a partner link put the url in that you obtained before in test e.g. http://thehostname/MyApplication/MyService?WSDL
    This will of course require your app server to be up and with the EJB deployed.
    Hope this helps someone in similar circumstance.
    John

  • [java] Failed at "Could not get DeploymentManager".

    I am running the second example in the BPEL Help tutorial. In that we are supposed to run ant from tutorials\127.OrderBookingTutorial\PriceQuote and it gives error because it is not able to resolve
    my PC name 5mq9p91. I changed couple of build.properties files and for hostname put in the IP address, so some of these worked, but some of the places still have 5mq9p91 causing FAILURE.
    Where does ant get my machine name, how I can get it to pull full qualified name or the IP address?
    ERROR:
    [echo] Deploying SelectManufacturingUI using "admin_client.jar deployer:oc4j:opmn://5MQ9P91:6003/home -file C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI/SelectManufacturingUI.ear ..."
    [java] Failed at "Could not get DeploymentManager".
    (1. EXECUTION OF ANT BELOW)
    Actual problem is once I complete this exercise, partner link has compilation error, because the WSDL does not have complete qualified PC name.
    In the WSDL you can see the reference to "soap:address location="http://5MQ9P91:8888/orabpel/default/RapidDistributors/1.0""
    how do I change this to have complete qualified address?
    Actual Error:
    Error:
    [Error ORABPEL-10903]: failed to read wsdl
    [Description]: in "bpel.xml", Error loading schemas from wsdl.
    Error while loading schemas from wsdl file at location "http://11.111.111.11:8888/orabpel/default/RapidDistributors/RapidDistributors?wsdl". The reason is http://5MQ9P91:8888/orabpel/xmllib/ws-addressing.xsd.
    Please verify the schemas defined in wsdl.
    [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    (2. RapidDistributors WSDL INFO BELOW)
    Few things I did to solve the problem, without much success:
    Installed BPEL and when I use firefox I get DNS Lookup Error
    http://5mq9p91:8888/
    Now if I use http://5mq9p91.na.zzzzz.net:8888/ it works fine and if I use the IP address it works fine.
    Have the same problem with IE, but after putting entried in C:\WINDOWS\system32\drivers\etc\hosts file problem went away.
    I also added DNS Suffix na.zzzzz.com in the Control Panel --> Network --> TCP/IP --> Advanced --> DNS Tab
    (3. IPCONFIG /ALL DETAILS BELOW)
    1. EXECUTION OF ANT
                   C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote>ant
                   Buildfile: build.xml
                   RapidDistributors:
                   Trying to override old definition of task customize
                   pre-build:
                   validateTask:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Validating workflow
                   [echo] --------------------------------------------------------------
                   [echo]
                   [validateTask] Validation of workflow task definitions is completed without errors
                   compile:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Compiling bpel process RapidDistributors, revision 1.0
                   [echo] --------------------------------------------------------------
                   [echo]
                   [bpelc] validating "C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\RapidDistributors\bpel\RapidDistributors.bpel" ...
                   [bpelc] BPEL suitcase generated in: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\RapidDistributors\output\bpel_RapidDistributors_1.0.jar
                   deployProcess:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Deploying bpel process RapidDistributors on 11.111.111.11, port 8888
                   [echo] --------------------------------------------------------------
                   [echo]
                   [deployProcess] Deploying process C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\RapidDistributors\output\bpel_RapidDistributors_1.0.jar
                   [deployProcess] Successfully deployed the process "RapidDistributors" on server "11.111.111.11" and port "8888"
                   deployTaskForm:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Deploying workflow form for RapidDistributors on 11.111.111.11, port 8888
                   [echo] --------------------------------------------------------------
                   [echo]
                   [deployTaskForm] There are no forms to deploy
                   deployDecisionServices:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Deploying decision services for RapidDistributors on 11.111.111.11, port 8888
                   [echo] --------------------------------------------------------------
                   [echo]
                   [deployDecisionServices] There are no decision services to deploy
                   process-deploy:
                   post-build:
                   deploy:
                   SelectManufacturing:
                   Trying to override old definition of task customize
                   pre-build:
                   validateTask:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Validating workflow
                   [echo] --------------------------------------------------------------
                   [echo]
                   [validateTask] url is file:/C:/home/bpel/ProcessManager/product/10.1.3.1/OracleAS_1/bpel/system/services/schema/WorkflowTaskDefinition.xsd
                   [validateTask] Validation of workflow task definitions is completed without errors
                   compile:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Compiling bpel process SelectManufacturing, revision 1.0
                   [echo] --------------------------------------------------------------
                   [echo]
                   [bpelc] validating "C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturing\bpel\SelectManufacturing.bpel" ...
                   [bpelc] BPEL suitcase generated in: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturing\output\bpel_SelectManufacturing_1.0.jar
                   deployProcess:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Deploying bpel process SelectManufacturing on 11.111.111.11, port 8888
                   [echo] --------------------------------------------------------------
                   [echo]
                   [deployProcess] Deploying process C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturing\output\bpel_SelectManufacturing_1.0.jar
                   [deployProcess] Successfully deployed the process "SelectManufacturing" on server "11.111.111.11" and port "8888"
                   deployTaskForm:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Deploying workflow form for SelectManufacturing on 11.111.111.11, port 8888
                   [echo] --------------------------------------------------------------
                   [echo]
                   [deployTaskForm] 07/07/12 09:22:47 Notification ==>Application Deployer for default_SelectManufacturing_1_0_Approval STARTS.
                   [deployTaskForm] 07/07/12 09:22:47 Notification ==>Undeploy previous deployment
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initialize C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\j2ee\home\applications\default_SelectManufacturing_1_0_Approval.ear begins...
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initialize C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\j2ee\home\applications\default_SelectManufacturing_1_0_Approval.ear ends...
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Starting application : default_SelectManufacturing_1_0_Approval
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initializing ClassLoader(s)
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initializing EJB container
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Loading connector(s)
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Starting up resource adapters
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initializing EJB sessions
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Committing ClassLoader(s)
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initialize workflowform begins...
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initialize workflowform ends...
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Started application : default_SelectManufacturing_1_0_Approval
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Application Deployer for default_SelectManufacturing_1_0_Approval COMPLETES. Operation time: 718 msecs
                   [deployTaskForm] Successfully deployed form on server "11.111.111.11"
                   deployDecisionServices:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Deploying decision services for SelectManufacturing on 11.111.111.11, port 8888
                   [echo] --------------------------------------------------------------
                   [echo]
                   [deployDecisionServices] There are no decision services to deploy
                   process-deploy:
                   post-build:
                   deploy:
                   SelectManufacturingUI:
                   Trying to override old definition of task customize
                   deploy:
                   [echo] Deploying SelectManufacturingUI from C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI:
                   [echo]
                   schemac:
                   build_ear:
                   [jar] Building jar: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI\SelectManufacturingUI.war
                   [ear] Building ear: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI\SelectManufacturingUI.ear
                   deployOc4j:
                   deployBindWebAppOc4j:
                   deployIas_10gR2:
                   deployBindWebAppIas_10gR2:
                   deployIas_10gR3:
                   [echo] Deploying SelectManufacturingUI using "admin_client.jar deployer:oc4j:opmn://5MQ9P91:6003/home -file C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI/SelectManufacturingUI.ear ..."
                   [java] Failed at "Could not get DeploymentManager".
                   [java] This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
                   [java] More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
                   [java] Java Result: 1
                   deployBindWebAppIas_10gR3:
                   [echo] Binding WebAp SelectManufacturingUI using "admin_client.jar deployer:oc4j:opmn://5MQ9P91:6003/home ..."
                   [java] Failed at "Could not get DeploymentManager".
                   [java] This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
                   [java] More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
                   [java] Java Result: 1
                   deployBindWebAppIas:
                   deployOraclej2ee:
                   deployNonOraclej2ee:
                   [delete] Deleting: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI\SelectManufacturingUI.war
                   [delete] Deleting: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI\SelectManufacturingUI.ear
                   CreateOrderBookingUI:
                   Trying to override old definition of task customize
                   deploy:
                   [echo] Deploying CreateOrderBookingUI from C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\CreateOrderBookingUI/jsp:
                   [echo]
                   schemac:
                   build_ear:
                   [jar] Building jar: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\CreateOrderBookingUI\CreateOrderBookingUI.war
                   [ear] Building ear: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\CreateOrderBookingUI\CreateOrderBookingUI.ear
                   deployOc4j:
                   deployBindWebAppOc4j:
                   deployIas_10gR2:
                   deployBindWebAppIas_10gR2:
                   deployIas_10gR3:
                   [echo] Deploying CreateOrderBookingUI using "admin_client.jar deployer:oc4j:opmn://5MQ9P91:6003/home -file C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\CreateOrderBookingUI/CreateOrderBookingUI.ear ..."
                   [java] Failed at "Could not get DeploymentManager".
                   [java] This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
                   [java] More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
                   [java] Java Result: 1
                   deployBindWebAppIas_10gR3:
                   [echo] Binding WebAp CreateOrderBookingUI using "admin_client.jar deployer:oc4j:opmn://5MQ9P91:6003/home ..."
                   [java] Failed at "Could not get DeploymentManager".
                   [java] This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
                   [java] More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
                   [java] Java Result: 1
                   deployBindWebAppIas:
                   deployOraclej2ee:
                   deployNonOraclej2ee:
                   [delete] Deleting: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\CreateOrderBookingUI\CreateOrderBookingUI.war
                   [delete] Deleting: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\CreateOrderBookingUI\CreateOrderBookingUI.ear
                   deploy:
                   BUILD SUCCESSFUL
                   Total time: 50 seconds
                   C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote>
    2. RapidDistributors WSDL INFO
         http://11.111.111.11:8888/orabpel/default/RapidDistributors/RapidDistributors?wsdl
              <?xml version="1.0" encoding="UTF-8" ?>
              - <definitions name="RapidDistributors" targetNamespace="http://xmlns.oracle.com/RapidDistributors" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://xmlns.oracle.com/RapidDistributors" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing" xmlns:ns1="http://www.globalcompany.com/ns/sales" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:client="http://xmlns.oracle.com/RapidDistributors">
              - <types>
              - <schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/RapidDistributors" xmlns="http://www.w3.org/2001/XMLSchema">
              - <element name="RapidDistributorsProcessRequest">
              - <complexType>
              - <sequence>
              <element name="input" type="string" />
              </sequence>
              </complexType>
              </element>
              - <element name="RapidDistributorsProcessResponse">
              - <complexType>
              - <sequence>
              <element name="result" type="string" />
              </sequence>
              </complexType>
              </element>
              </schema>
              - <schema xmlns="http://www.w3.org/2001/XMLSchema">
              <import namespace="http://www.globalcompany.com/ns/sales" schemaLocation="OrderBookingPO.xsd" />
              </schema>
              - <schema xmlns="http://www.w3.org/2001/XMLSchema">
              <import namespace="http://schemas.xmlsoap.org/ws/2003/03/addressing" schemaLocation="http://5MQ9P91:8888/orabpel/xmllib/ws-addressing.xsd" />
              </schema>
              </types>
              - <message name="RapidDistributorsResponseMessage">
              <part name="payload" element="ns1:SupplierInfo" />
              </message>
              - <message name="RapidDistributorsRequestMessage">
              <part name="payload" element="ns1:OrderItems" />
              </message>
              - <message name="WSAMessageIDHeader">
              <part name="MessageID" element="wsa:MessageID" />
              </message>
              - <message name="WSAReplyToHeader">
              <part name="ReplyTo" element="wsa:ReplyTo" />
              </message>
              - <message name="WSARelatesToHeader">
              <part name="RelatesTo" element="wsa:RelatesTo" />
              </message>
              - <portType name="RapidDistributorsCallback">
              - <operation name="onResult">
              <input message="tns:RapidDistributorsResponseMessage" />
              </operation>
              </portType>
              - <portType name="RapidDistributors">
              - <operation name="initiate">
              <input message="tns:RapidDistributorsRequestMessage" />
              </operation>
              </portType>
              - <binding name="RapidDistributorsBinding" type="tns:RapidDistributors">
              <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
              - <operation name="initiate">
              <soap:operation style="document" soapAction="initiate" />
              - <input>
              <soap:header message="tns:WSAReplyToHeader" part="ReplyTo" use="literal" encodingStyle="" />
              <soap:header message="tns:WSAMessageIDHeader" part="MessageID" use="literal" encodingStyle="" />
              <soap:body use="literal" />
              </input>
              </operation>
              </binding>
              - <binding name="RapidDistributorsCallbackBinding" type="tns:RapidDistributorsCallback">
              <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
              - <operation name="onResult">
              <soap:operation style="document" soapAction="onResult" />
              - <input>
              <soap:header message="tns:WSARelatesToHeader" part="RelatesTo" use="literal" encodingStyle="" />
              <soap:body use="literal" />
              </input>
              </operation>
              </binding>
              - <service name="RapidDistributorsCallbackService">
              - <port name="RapidDistributorsCallbackPort" binding="tns:RapidDistributorsCallbackBinding">
              <soap:address location="http://set.by.caller" />
              </port>
              </service>
              - <service name="RapidDistributors">
              - <port name="RapidDistributorsPort" binding="tns:RapidDistributorsBinding">
              <soap:address location="http://5MQ9P91:8888/orabpel/default/RapidDistributors/1.0" />
              </port>
              </service>
              - <plnk:partnerLinkType name="RapidDistributors">
              - <plnk:role name="RapidDistributorsProvider">
              <plnk:portType name="tns:RapidDistributors" />
              </plnk:role>
              - <plnk:role name="RapidDistributorsRequester">
              <plnk:portType name="tns:RapidDistributorsCallback" />
              </plnk:role>
              </plnk:partnerLinkType>
              </definitions>
    3. IPCONFIG /ALL DETAILS
                   C:\>ipconfig /all
                   Windows IP Configuration
                        Host Name . . . . . . . . . . . . : 5MQ9P91
                        Primary Dns Suffix . . . . . . . : na.zzzzz.net
                        Node Type . . . . . . . . . . . . : Hybrid
                        IP Routing Enabled. . . . . . . . : No
                        WINS Proxy Enabled. . . . . . . . : No
                        DNS Suffix Search List. . . . . . : na.zzzzz.net
                                            na.zzzzz.net
                                            zzzzz.net
                   Ethernet adapter Local Area Connection:
                        Connection-specific DNS Suffix . : na.zzzzz.net
                        Description . . . . . . . . . . . : Broadcom NetXtreme 57xx Gigabit Controller
                        Physical Address. . . . . . . . . : 00-13-72-BA-E2-DF
                        Dhcp Enabled. . . . . . . . . . . : Yes
                        Autoconfiguration Enabled . . . . : Yes
                        IP Address. . . . . . . . . . . . : 11.111.111.11
                        Subnet Mask . . . . . . . . . . . : 255.255.255.0
                        Default Gateway . . . . . . . . . : 13.141.178.1
                        DHCP Server . . . . . . . . . . . : 13.135.65.50
                        DNS Servers . . . . . . . . . . . : 13.135.0.11
                                            13.135.0.13
                                            13.151.1.16
                        Primary WINS Server . . . . . . . : 13.135.65.50
                        Secondary WINS Server . . . . . . : 13.151.32.32
                        Lease Obtained. . . . . . . . . . : Wednesday, July 11, 2007 6:02:29 PM
                        Lease Expires . . . . . . . . . . : Monday, July 16, 2007 6:02:29 PM
                   Ethernet adapter {4AC576C8-F05E-422F-BA75-A986D1994DDF}:
                        Connection-specific DNS Suffix . :
                        Description . . . . . . . . . . . : Nortel IPSECSHM Adapter - Packet Scheduler Miniport
                        Physical Address. . . . . . . . . : 44-45-53-54-42-00
                        Dhcp Enabled. . . . . . . . . . . : No
                        IP Address. . . . . . . . . . . . : 0.0.0.0
                        Subnet Mask . . . . . . . . . . . : 0.0.0.0
                        Default Gateway . . . . . . . . . :
                   C:\>

    Solution:
    C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\utilities\ant-orabpel.properties
    changed hostname and put in the IP Address, and this worked.
    But now that I run ANT it still has the "Could not get DeploymentManager" problem, so it was not because of machine name translation.
    so now what?
    more over, actual problem is to fix the WSDL file:
    "http://11.111.111.11:8888/orabpel/default/RapidDistributors/RapidDistributors?wsdl".
    If WSDL file is fixed my tutorial example may work....
    Any body...please help!!!!

  • Failed to create LoanDemoPlusUI

    Hello,
    i have a problem with the UI part while trying to install one of the Bpel demos : LoanDemoPlus (i have the same problem with LoanDemo and LoanDemoPlusWithWorkflow)
    Environnment :
    Linux 2.6.n AND I586 XP SP2 (french languages)
    BPEL : 10.1.2 with required patchs (as described on OTN)
    While compiling the demo LoanDemoPlus using obant.sh, the following errors occured : (see the transcript below)
    it seems that the generated code by shemac doesn't compile whith the java compiler.
    i have managed to copy the ear from another environnement (english language settings) where the compilation error does not happened and deploy and run it successfuly
    Also, the jsp from the tutorial 102.InvokingProcesses is working perfectly.
    This is not a solution because i will have to create real projects and to deploy it from scratch within my original environment.
    How to fix this issue please ?
    Error Logs
    LoanFlowPlusUI:
    [schemac] schemac> parsing schema file '/app/oracle/bpel/integration/orabpel/samples/demos/LoanDemoPlus/LoanFlowPlus/LoanFlowPlus.wsdl' ...
    [schemac] schemac> Loaded schemas from wsdl located at /app/oracle/bpel/integration/orabpel/samples/demos/LoanDemoPlus/LoanFlowPlus/LoanFlowPlus.wsdl
    [schemac] schemac> generating XML business document ...
    [schemac] schemac> compiling XML business documents ...
    BUILD FAILED
    /app/oracle/bpel/integration/orabpel/samples/demos/LoanDemoPlus/build.xml:31: Echec de la compilation Java.
    Echec de la compilation des fichiers "/app/oracle/bpel/integration/orabpel/samples/demos/LoanDemoPlus/schemac_1120644013621/src/com/autoloan/www/ns/autoloan/LoanApplicationType.java, /app/oracle/bpel/integration/orabpel/samples/demos/LoanDemoPlus/schemac_1120644013621/src/com/autoloan/www/ns/autoloan/LoanOfferType.java, /app/oracle/bpel/integration/orabpel/samples/demos/LoanDemoPlus/schemac_1120644013621/src/com/autoloan/www/ns/autoloan/ILoanApplicationType.java, /app/oracle/bpel/integration/orabpel/samples/demos/LoanDemoPlus/schemac_1120644013621/src/com/autoloan/www/ns/autoloan/ILoanOfferType.java, /app/oracle/bpel/integration/orabpel/samples/demos/LoanDemoPlus/schemac_1120644013621/src/com/autoloan/www/ns/autoloan/LoanApplicationTypeFactory.java, /app/oracle/bpel/integration/orabpel/samples/demos/LoanDemoPlus/schemac_1120644013621/src/com/autoloan/www/ns/autoloan/LoanOfferTypeFactory.java".
    Exception signalée : /app/oracle/bpel/integration/orabpel/samples/demos/LoanDemoPlus/schemac_1120644013621/src/com/autoloan/www/ns/autoloan/LoanApplicationType.java:84: ')' expected.
    throw new java.util.NoSuchElementException("Le noeud "{http://www.autoloan.com/ns/autoloan}creditRating" n'existe pas dans XML, vérifiez le contenu XML de l'objet de façade. Pour accéder au contenu XML, appliquez la méthode toString() à l'objet de façade.");

    Hello,
    i have a problem with the UI part while trying to
    install one of the Bpel demos : LoanDemoPlus (i have
    the same problem with LoanDemo and
    LoanDemoPlusWithWorkflow)
    Environnment :
    Linux 2.6.n AND I586 XP SP2 (french languages)
    BPEL : 10.1.2 with required patchs (as described on
    on OTN)
    While compiling the demo LoanDemoPlus using obant.sh,
    the following errors occured : (see the transcript
    below)
    it seems that the generated code by shemac doesn't
    compile whith the java compiler.
    i have managed to copy the ear from another
    environnement (english language settings) where the
    compilation error does not happened and deploy and
    run it successfuly
    Also, the jsp from the tutorial 102.InvokingProcesses
    is working perfectly.
    This is not a solution because i will have to create
    real projects and to deploy it from scratch within my
    original environment.
    How to fix this issue please ?
    Error Logs
    LoanFlowPlusUI:
    [schemac] schemac> parsing schema file
    le
    '/app/oracle/bpel/integration/orabpel/samples/demos/Lo
    anDemoPlus/LoanFlowPlus/LoanFlowPlus.wsdl' ...
    [schemac] schemac> Loaded schemas from wsdl located
    ed at
    /app/oracle/bpel/integration/orabpel/samples/demos/Loa
    nDemoPlus/LoanFlowPlus/LoanFlowPlus.wsdl
    [schemac] schemac> generating XML business document
    nt ...
    [schemac] schemac> compiling XML business documents
    ts ...
    BUILD FAILED
    /app/oracle/bpel/integration/orabpel/samples/demos/Loa
    nDemoPlus/build.xml:31: Echec de la compilation
    Java.
    Echec de la compilation des fichiers
    "/app/oracle/bpel/integration/orabpel/samples/demos/Lo
    anDemoPlus/schemac_1120644013621/src/com/autoloan/www/
    ns/autoloan/LoanApplicationType.java,
    /app/oracle/bpel/integration/orabpel/samples/demos/Loa
    nDemoPlus/schemac_1120644013621/src/com/autoloan/www/n
    s/autoloan/LoanOfferType.java,
    /app/oracle/bpel/integration/orabpel/samples/demos/Loa
    nDemoPlus/schemac_1120644013621/src/com/autoloan/www/n
    s/autoloan/ILoanApplicationType.java,
    /app/oracle/bpel/integration/orabpel/samples/demos/Loa
    nDemoPlus/schemac_1120644013621/src/com/autoloan/www/n
    s/autoloan/ILoanOfferType.java,
    /app/oracle/bpel/integration/orabpel/samples/demos/Loa
    nDemoPlus/schemac_1120644013621/src/com/autoloan/www/n
    s/autoloan/LoanApplicationTypeFactory.java,
    /app/oracle/bpel/integration/orabpel/samples/demos/Loa
    nDemoPlus/schemac_1120644013621/src/com/autoloan/www/n
    s/autoloan/LoanOfferTypeFactory.java".
    Exception signalée :
    /app/oracle/bpel/integration/orabpel/samples/demos/Loa
    nDemoPlus/schemac_1120644013621/src/com/autoloan/www/n
    s/autoloan/LoanApplicationType.java:84: ')'
    expected.
    throw new
    hrow new java.util.NoSuchElementException("Le noeud
    "{http://www.autoloan.com/ns/autoloan}creditRating"
    n'existe pas dans XML, vérifiez le contenu XML de
    l'objet de façade. Pour accéder au contenu XML,
    appliquez la méthode toString() à l'objet de
    façade.");
    Hi,
    I have the same error.
    My environment is Windows XP SP2 (french language too). I use the JBoss version.
    The compilation error comes from a class generation malfunction in the getCreditRating() method of the class LoanApplicationType.
    The generated code is as following :
    public int getCreditRating()
    java.lang.String childValue = super.getChildElementValue( "creditRating", "http://www.autoloan.com/ns/autoloan");
    if( childValue != null ) {
    int value = com.collaxa.cube.xml.schema.XMLSchemaUtils.parseInt( childValue);
    return value;
    throw new java.util.NoSuchElementException("Le noeud "{http://www.autoloan.com/ns/autoloan}creditRating" n'existe pas dans XML, vérifiez le contenu XML de l'objet de façade. Pour accéder au contenu XML, appliquez la méthode toString() à l'objet de façade.");
    The string passed as a parameter to the NoSuchElementException method is not correct.
    Have you got a workaround to this problem ?
    Christian

  • Bit locker drive encryption failed due to power failer and hard disk corrupted

    I ran Bitlocker drive ecryption drive D. My pc is windows 7 ultimate, while it was in progress of 1% due to power failer the encryption failed, when power resume the drive didn't showed the file format nor the size but it shows the size in disk management.
    It showed like this in My computer
    I do Have the recovery code password and back of recovery password so I ran the "manage-bde-_unlock D:-rp[my code ]
    and my pc got hang  no other option rather than to press the restart button. 
    then I used commang "repair-bde -force D:I:-rp[my rp] and following info showed but it stucked in 1% about 8 hours, and there was no increase in the pecentage
    I also connected the hardisk to mac but all othe partation showed but didn't showed the encrypted one.
    I had lots of memorable picture and other backups so any one kindly help me to get out of this problem. Thanks for help

    Hi,
    The BitLocker encryption and decryption processes can be interrupted by turning the computer off, and it will resume where it left off the next time Windows starts. This is true even if the power is suddenly unavailable.
    Bitlocker-repair (repair-bde)  tool
    can't repair a drive that failed during the encryption or decryption process.
    In addition, could you please explain a bit for what drive you are trying to deal with? external one?
    When you first restart your PC, have you seen any signs that indicate that the encryption is in process?
    Regarding your scenario, please take a look to see if the following articles could help here:
    Scenario 11: Recovering Data Protected by BitLocker Drive Encryption (Windows 7)
    Besides, when running manage-bde command, did we followed the steps mentioned in the below article?
    Scenario 14: Using a Data Recovery Agent to Recover BitLocker-Protected Drives (Windows 7)
    Best regards
    Michael Shao
    TechNet Community Support

  • Cannot send email from my Touch (connection to smtp server fails)

    Hello,
    I have a new iPod Touch with 1.1.4 and the January apps. I am having a problem setting the Mail application.
    I am trying to connect to the IMAP/SMTP servers at my university. I am using the exact same settings and passwords I use on my laptop, which works fine. I can receive email fine on my Touch, but every time I try to send one it fails tellings me "the connection to the outgoing server smtp.myuniversity.edu failed".
    If I on purpose write a wrong password for the outgoing mail, the error message I get is different ("check the account settings for the outgoing server smtp.myuniversity.edu").
    The university IT people confirmed my settings, and told me that there is nothing blocking any handheld device from using the server.
    Does anyone know why this would happen?
    Thanks,
    Marcelo

    Thank you very much for your responses
    1) the link to mail setup is (sorry, it's quite long)
    http://www.knowledgepak.com/kpaksonline/kpol.asp?PiAlias=kpolpi17&k2dockey=04096 3251575739@kpol17&ViewLink=true&SkipHeader=false&printformat=true
    2) I am indeed using SSL, as instructed by IT
    3) I do use port 587 instead of 25 (25 does not work either)
    Any ideas? Thanks again.
    MC

  • BSI ConnectToDataSet...failed

    Hi
    We have a problem with the BSI, we had been getting a dump "RFC_ERROR_SYSTEM_FAILURE", I followed the SAP Note 1068271 for the debug, and the result is:
    =Thu Jan 22 11:53:37 2009
    =SAP AG, Walldorf - Business API for BSI TaxFactory 8.0
    =RfcAccept called
    =Mapping ABAP RFC_PAYROLL_TAX_CALC_US_80 to C function srv_Payroll_Tax_Calc_US_80
    =Mapping ABAP RFC_HR_TAXLOCATOR_US_80 to C function srv_hr_taxlocator_us_80
    =Waiting for ABAP function calls
    =Running function srv_Payroll_Tax_Calc_US_80
    =Loading import parameters
    =Loading export parameters
    =Loading internal tables
    =Calling Payroll_Tax_Calc_US
    =Running Connect_DB_Payroll_Tax_Calc_US
    BSI dataset                  -> 110
    ConnectToDataSource...Succeeded 
    ConnectToDataSet...failed 
    Error String ->  7777 - [Oracle][ODBC][Ora]ORA-00933: SQL command not properly ended
    =RFC error
    operation/code Connect_DB_Payroll_Tax_Calc_US
    key RFC_ERROR_SYSTEM_FAILURE
    status
    message See RFC trace file or SAP system log for more details
    internal status
    The RFC under sm59 is working fine, the error is on the connection to the Dataset according to the Debug log "ConnectToDataSet...failed".
    I don't know what to check about the Dataset, could you please help me?
    Best Regards

    Yes, it's correct.
    I checked it's 8.0.
    I think is a problem with the parameters under tf80server.bat.
    SET
    TF80_CONNECT_STRING=DSN=;UID=;PW
    D=;
    SET TF80_SCHEMA_NAME=.TF80
    REM for SAP trace debugging, uncomment below & see file
    errors.txt in gateway working directory
    REM C:\BSI\TAXFACTORY\tf80serverdebug.exe %*
    REM else for usual operation
    C:\BSI\TAXFACTORY\tf80server.exe %*
    I don't know what is the "ODBC_DSN_NAME"
    I have the user, password, the database name...
    Best Regards

  • Installation of IPC AP 7.0 Jar is getting Failed when uploading in CRM

    Hello Experts,
    we did some changes in the previosly uploded version of IPC AP 7.0  customer user exit Jar file in eclipse.
    While uploading the new modified jar through transaction /SAPCND/UE_DEV in CRM we are getting error :" installation of module <Jar file name > has failed ".
    when we checked the logs in SM 53 we seen the below mentioned error:
    Message: Exception of type com.sap.sql.log.OpenSQLException caught: Exception of type com.sap.sql.sqlparser.CommonSQLParserException: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE ^ (reason: Modification of ABAP tables is not permit ted)" is not supported
    caught: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE ^ (reason: Modification of ABAP tables is not permitted)" is not supported
    --> com.sap.sql.log.OpenSQLException: Exception of type com.sap.sql.sqlparser.CommonSQLParserException: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE '^' (reason: Modification of ABAP tables is n" is not suppor ted
    caught: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE '^' (reason: Modification of ABAP tables is not permitted)" is not supported
    at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Object;)Lcom/sap/sql/log/OpenSQLException;(Syslog.java:85)
    at 
    if  required i can post the complete stack trace.
    any inputs/suggestions are most welcome.
    Thanks & regards,
    Siddharth

    Hi Mark,
    Yesterday after Posting the thread we found the same Note ,Issue occured because of  JAVA write access was not enabled on the table ,After enabling it as mentioned in SAP Note, Jar file get successfully uploaded.
    Thanks for your Help also.
    Regards,
    Siddharth

  • Upgrade to ERp6 phase STARTSAP_NBAS error: DDIC login fails

    Hi
    During an upgrade from 4.7  to ERP6  I get the following error
    message in phase STARTSAP_NBAS:
    SYSTEM START failed, code -2
    -2: the test rfc did not work.
    Try to log on to the system with user DDIC
    When I try to log on to the system as user DDIC, I get the following
    error message:
    DB-Error -0
    SAP* can log in .The password I submit is correct. I have not changed this password at
    any time.
    Any ideas are most welcome

    Hi,
    DB-Error -0 indicate problem with kernel, try to upgrade kernel.
    check Note 760175 - 6.20: Logon not possible (after DB export or system copy)
    regards,
    kaushal

  • Running workbook from .bat fails to start application missing CORE40 dll

    I have been running several workbook via windows task scheduler / vbscript &/or bat files.
    I now have a new box which I access thru Remote Desktop Connection, so I can run all these automated updates without having my screen blinking everytime a shedule workbook starts.
    If I click on the actual Discoverer icon, or the discoverer workbook shortuct, all works well.
    If I click on the .bat file, or try to run the workbook via the cmd , it gives me the following error:
    DIS4USR.EXE – Unable To Locate Component
    “this application has failed to start because CORE40.DLL was not found. Re-installing the application may fix this problem.”
    The dll is under c/orant/bin/core40.dll, which is where I've read it should be, and it works fine in my regular box...
    Please help! URGENT :)
    Thanks!

    Hello
    Check the PATH environment variables for the machine you are on and the one you are connecting to.
    You might not have Discoverer's objects in the PATH.
    Another possibility is that you have more than one piece of ORACLE software on the machine and you may need to also set the ORACLE_HOME within the BAT file.
    Best wishes
    Michael

  • Due to my laptop screen failing i have to return to facory settings, can i reinstall adobe reader and adobe air afterwards?

    Due to my laptop screen failing I have to return it to factory settings, can I reinstall adobe reader and air afterwards?

    I don't see why not. Do you foresee a special difficulty?

  • Downloads to documents folder fail due to parallel upload

    Hi, mobile documents is a great tool that I use to replicate all business relevant documents to mobile clients. However there is one great disadvantage for me. When you download a file that is a bit larger (>1 MB), during the download the client will already start uploading the temporary file. So the download then fails as it cannot convert the temporary file into the final one.
    This is something that does not happen for equivalent clients (for example skydrive). Do you think this is something that can be fixed?
    thanks,
    Heiko

    Hi Heiko,
    Let me explain again:
    You said "uploader locks the file so that it can no longer be changed". For the temporary file it is the downloader which have locked the file. Hence, the impression that file is getting uploaded because it is locked is hence not correct.
    The next version might be available in Q1\Q2 2014. We will keep everyone updated via community.
    Best Regards,
    Ashwani Kr Sharma

  • Jabber call to voice mail fails with fast busy over VPN

    I have an issue that I ran into with CIPC phones over a VPN.  If a CIPC phone called over a VPN and started ringing a phone the call would fail with fast busy at the time the call would be forwarded to voicemail.  I found the issue was when remote the CIPC phone would negotiate the g.729 codec, when forwarded to a voicemail pilot over a SIP trunk set to g.711 the call would fail due to codec missmatch when no transcoders are present.
    So now I am running into what I believe to be the same issue with Jabber, when on premise the calls to voice mail work just fine, but when remote they fail.  I can directly call the voicemail pilot without error, but if calling a phone the call gets fast busy at the point we are forwarded to voicemail.  Even though all my regions are set to talk to all other regions on G.711 and the voicemail SIP trunk is set to G.711, I believe with the new features in CUCM9 that a lower speed codec has been negotiated since the we are going over the VPN, or Jabber has done this as it knows it's over VPN (not sure).  WIth CIPC I could go into the settings and turn off the Optimize for Bandwidth check box and the call would negotiate G.711.  With Jabber I can't find anything that would tell my Jabber client to stay on G.711 and I can only imagine this is a codec missmatch as the following are true.
    1. CIPC and Jabber share the same line
    2. VPN established and CIPC optimised for low bandwidth un-checked
    3. Over the same VPN the CIPC phone can leave a voicemail
    4. Over the same VPN the Jabber client gets fast busy once forwarded to voicemail
    5. Voicemail environment is Exchange-UM over SIP trunk
    6. SIP trunk is assigned a Device Pool, that is assigned to a region that all other regions communicate G.711 to
    7. On CIPC if optimised for low bandwidth is checked I get the exact same issue as I get with the Jabber client (fast busy when forwarded to voicemail)
    Would anyone know what I can do in CUCM 9 to fix this issue, as said no issue when all devices are on premise.  Wondering if there is a service parameter or a way to change the codec selection so the Jabber client attempts to always negotiate G.711.  The correct answer would be to get some PVDM DSP resources and kick up a transcoder in my resource group, and that may be what I talk them into doing if I have no other options.                  

    We have been getting the exact same thing for almost a year now... since switching to FiOS Digital Voice in May of last year!  Every time I call in to report it they 'escalate' the issue but it never gets resolved.  The problem seems to be in the initial connection.  Most of the time it works fine but, several times a month, after I call to get messages and it starts to play the new message it goes dead and I get the busy signal.  I get the same message when I call back:  “I’m sorry – that account is in use at this time.  Please try again later!”  I have even called in with my cell phone and get the same message!  I HAVE EVEN used the Internet to see if I could get my messages and, when I hit Play, I get a pop-up saying: “Your Voice Mail box is currently in being accessed; please try again later.  If the problem continues, please contact our Customer Support Center at 1-888-553-1555. We apologize for any inconvenience.”  This is obviously a software bug that Verizon has no clue on how to troubleshoot OR fix!!!  I wonder how many people have the problem and just don’t bother reporting it because of the hassle?  When it first started happening they destroyed my entire mailbox and I had to re-enter the complete mailbox setup again – 3 times!!!  NEVER let them talk you into that!!!  It’s their problem and they need to fix it!!!!!!!  I wish I could go back to the ‘normal’ voicemail we originally had… they want hundred$ to switch back because I’d be breaking my #$@%^&* contract!  Good luck if you have Verizon………

  • Gmail access fails on safari. But it works when i login as administrator. Please help!

    I am unable to use gmail from a regular user account on my iMac.It fails with an error string that ends with "... becasue Safari can't establish a secure connection to the server "accounts.google.com". "
    I have tried resetting safari and it does not help.
    I have tried adding DNS entries based on some discussion board suggestions and that does not help either.
    I am able to access gmail as an administator on the same machine though!
    Please point me in the right direction, please! Thanks!

    You may have to take the computer to the Apple store to have the computer checked out.
    Dead line is tuesday?
    1. Try an external USB keyboard.
    2. This may help.
        http://support.apple.com/kb/PH10680
    3. Virtual keyboard
        There is a virtual keyboard available in OS X 10.8.4
        System Preferences > Keyboard
        Checkmark the box beside "Show Keyboard & Character Viewrs in menu bar.
        Click "Input Sources"  and then "Show input menu in menu bar".
    Best.

Maybe you are looking for

  • How to get the network details in flex4.5 web application

    How to get the network details in flex 4.5 web application similar to the nativeinterface in air application

  • Two Column Text Flow Problem

    Aside from Pages not importing Word (from a Mac) properly when there's columns involved I have another column problem. I'd like to find a way to make a document that has two equal side-by-side columns, lets call them Column A on the left and Column B

  • Horizontal menu CSS heirarchy

    A while back, one of you wonderful folks posted a link to a tutorial (I believe by one of this group's contributors) of sorts and it contained some very helpful info to newbies on understanding the heirarchy of items in the SpryMenuBarHorizontal.css

  • AVI to WMV

    Hi wonder if anyone can help. i invested in QTpro so i could edit AVI files. But when i export from AVI to WMV the file is cut to nearly half the running time. for example a 36 sec AVI exported to WMV comes out at 19 secs ...losing the following 17 s

  • Smart Phones disconnecting freequenlty..

    hi, one of my customer complaining some of their users smart phones ( both Apple IOS and Android ) are freequnlety de-associating from WLAN. this was reported only with 2 users now, but there are many users with both Apple and Androids are working pr