Received TranslationException

Hi,
My BPEL is using an AQ-adapter which reads on a queue with payload an object containing a CLOB.
When I enqueue a xml-message containing a character like "é" , bpelpm receives a Translation exception. For this enqueueing I use a PL/SQL procedure which I invoke via TOAD.
DOM Parsing Exception in translator.
DOM parsing exception in inbound XSD translator while parsing InputStream.
at oracle.tip.pc.services.translation.xlators.xsd.XSDTranslator.translateFromNative(XSDTranslator.java:131)
at oracle.tip.adapter.aq.database.MessageReader.translateFromNative(MessageReader.java:1101)
at oracle.tip.adapter.aq.database.MessageReader.readMessage(MessageReader.java:466)
at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.run(AQActivationSpecDequeuer.java:163)
at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:267)
at java.lang.Thread.run(Thread.java:534)
Caused by: oracle.xml.parser.v2.XMLParseException: End tag does not match start tag 'EIGENroepnaam'.
Below is the message I enqueue:( the problem is in the <EIGENroepnaam> tag)
I also tried different encodings voor the XML tag like ISO8859-1
<?xml version="1.0" encoding="UTF-8"?>
<Document xmlns="http://interaccess.nl/webplus">
<Versie>0.1</Versie>
<Eigenaar>Inter Access B.V.</Eigenaar>
<Checksum/>
<Datum>10-08-2005 17:27:36</Datum>
<GemeenteID>797</GemeenteID>
<Aflevering>
<ZendApp>
<AppID>1</AppID>
<Omschrijving>Webplus Intake Systeem</Omschrijving>
<Intake>5037</Intake>
<Actie>Verwerken</Actie>
<StatusSoort></StatusSoort>
<RedenFout></RedenFout>
</ZendApp>
<Proces>
<ProcesID>1</ProcesID>
<Omschrijving>GBA-001</Omschrijving>
<Type>
<TypeID>1</TypeID>
</Type>
<LegesBruto></LegesBruto>
</Proces>
</Aflevering>
<Persoon>
<Authenticatie>
<GBAvoorletters>R</GBAvoorletters>
<GBAroepnaam></GBAroepnaam>
<GBAachternaam>Hoog</GBAachternaam>
<GBAstraat>Braaad</GBAstraat>
<GBAhuisnummer>100</GBAhuisnummer>
<GBAhuisletter/>
<GBAhuisnummertoevoeging/>
<GBAhuisnummeraanduiding/>
<GBAwoonplaats>Rotterdam</GBAwoonplaats>
<GBApostcode>3000 JJ</GBApostcode>
<GBAsofinummer>64565565</GBAsofinummer>
<GBAgeboortedatum>01-01-1950</GBAgeboortedatum>
</Authenticatie>
<Invoer_persoon>
<EIGENvoorletters>R.</EIGENvoorletters>
<EIGENroepnaam>René</EIGENroepnaam>
<EIGENachternaam>Hoog</EIGENachternaam>
<EIGENstraat>Braaad</EIGENstraat>
<EIGENhuisnummer>100</EIGENhuisnummer>
<EIGENhuisletter/>
<EIGENhuisnummertoevoeging/>
<EIGENhuisnummeraanduiding/>
<EIGENwoonplaats>Rotterdam</EIGENwoonplaats>
<EIGENpostcode>3000 JJ</EIGENpostcode>
<EIGENsofinummer>64565565</EIGENsofinummer>
<EIGENrekeningnummer/>
</Invoer_persoon>
</Persoon>
</Document>
I would greatly appreciate any help or suggestions
Thx
Mark
ps. Also the rejectedMessageHandler for the Queue does not work....????

Hi Bo,
I 've got the translation to work, it was caused by a faulty oracle client installation on my laptop.
but the rejectedMessageHandler still doesn't work
my bpel.xml looks like :
<?xml version = '1.0' encoding = 'UTF-8'?>
<BPELSuitcase>
<BPELProcess id="PrintenGBA" src="PrintenGBA.bpel">
<partnerLinkBindings>
<partnerLinkBinding name="MidOfficeQueue">
<property name="wsdlLocation">MidOfficeQueue.wsdl</property>
</partnerLinkBinding>
<partnerLinkBinding name="Engage">
<property name="wsdlLocation">Engage.wsdl</property>
</partnerLinkBinding>
<partnerLinkBinding name="FrontOfficeQueue">
<property name="wsdlLocation">FrontOfficeQueue.wsdl</property>
</partnerLinkBinding>
</partnerLinkBindings>
<activationAgents>
<activationAgent className="oracle.tip.adapter.fw.agent.jca.JCAActivationAgent" partnerLink="MidOfficeQueue">
<property name="portType">Dequeue_ptt</property>
<property name="rejectedMessageHandlers">
file://D:\bad
queue://jdbc:oracle:thin:@unhvsmodev01:1521:m1dev10g|webplus_midoffice/webplus_midoffice|BAD
</property>
</activationAgent>
</activationAgents>
</BPELProcess>
</BPELSuitcase>
The message goes into the directory but not to the Queue??
Thx for investigating
Mark

Similar Messages

  • JmsConsumer_translateFromNative: Received TranslationException

    Hi,
    I am trying to consume a message from an AQ JMS topic using a SOA BPEL 10g service, for some messages on the topic I am able to get successful BPEL instances but for few other messages I am getting the below error in opmn logs:
    <2010-08-16 15:36:36,968> <ERROR> <default.collaxa.cube.activation> <JMSAdapter::Inbound> JmsAdapterMessage_getPayloadAsInputStream: Received null or unknown payload type (null)
    <2010-08-16 15:36:36,968> <WARN> <default.collaxa.cube.activation> <AdapterFramework::Inbound> [Consume_Message_ptt::Consume_Message(messageData)]onReject: The resource adapter 'JMSAdapter' requested handling of a malformed inbound message. However, the following bpel.xml activation property has not been defined: 'rejectedMessageHandlers'. Please define it and redeploy the business process. Will use the default Rejection Directory file://E:\app\SOA2\bpel\domains\default\jca\testribmsg\rejectedMessages for now.
    <2010-08-16 15:36:36,968> <WARN> <default.collaxa.cube.activation> <AdapterFramework::Inbound> [Consume_Message_ptt::Consume_Message(messageData)]onReject: Sending invalid inbound message to Exception Handler:
    <2010-08-16 15:36:36,968> <ERROR> <default.collaxa.cube.activation> <JMSAdapter::Inbound> JmsConsumer_sendInboundMessage: Error (Invalid input to translator.
    The Inbound XSD translator recieved invalid input value : null for argument : InputStream/Result.
    This is because the translator was invoked with invalid arguments. Contact oracle support if error is not fixable.
    ) while preparing to send XMLRecord JmsXMLRecord
    <2010-08-16 15:36:36,968> <ERROR> <default.collaxa.cube.activation> <JMSAdapter::Inbound> JmsAdapterMessage_getPayloadAsInputStream: Received null or unknown payload type (null)
    <2010-08-16 15:36:36,968> <ERROR> <default.collaxa.cube.activation> <JMSAdapter::Inbound> JmsConsumer_translateFromNative: Received TranslationException
    <2010-08-16 15:36:36,968> <ERROR> <default.collaxa.cube.activation> <JMSAdapter::Inbound>
    ORABPEL-11206
    Invalid input to translator.
    The Inbound XSD translator recieved invalid input value : null for argument : InputStream/Result.
    This is because the translator was invoked with invalid arguments. Contact oracle support if error is not fixable.
    at oracle.tip.pc.services.translation.xlators.xsd.XSDTranslator.translateFromNative(XSDTranslator.java:143)
    at oracle.tip.adapter.jms.inbound.JmsConsumer.translateFromNative(JmsConsumer.java:647)
    at oracle.tip.adapter.jms.inbound.JmsConsumer.sendInboundMessage(JmsConsumer.java:550)
    at oracle.tip.adapter.jms.inbound.JmsConsumer.send(JmsConsumer.java:386)
    at oracle.tip.adapter.jms.inbound.JmsConsumer.run(JmsConsumer.java:306)
    at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
    at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
    at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:825)
    at java.lang.Thread.run(Thread.java:595)
    Please let me know if you can help me resolve this error.

    Hi
    This is because the structure of message is not compatible (some times even structure is matching, data and its format can cause this ) with the XSD you have provided while configuring JMS adapter.
    In this case even you do not get BPEL instances.
    Please validate the message (causing fault) against the message that got processed successfully.
    Regards
    PavanKumar.M
    Edited by: pavan4s on Aug 18, 2010 12:00 AM

  • AQ adapter dequeue problem

    Hi,
    I made a process which uses a AQ adapter with a CLOB payload when I enqueue a message, an exception is raised.
    <ERROR> <default.collaxa.cube.activation> <AQ Adapter::Inbound> MessageReader_readMessage: Received TranslationException
    <ERROR> <default.collaxa.cube.activation> <AQ Adapter::Inbound> ORABPEL-11207
    IO Failure in translator.
    IO failure because the Inbound XSD translator failed to DOM Parse InputStream .
    Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
         at oracle.tip.pc.services.translation.xlators.xsd.XSDTranslator.translateFromNative(XSDTranslator.java:128)
         at oracle.tip.adapter.aq.database.MessageReader.translateFromNative(MessageReader.java:1095)
         at oracle.tip.adapter.aq.database.MessageReader.readMessage(MessageReader.java:464)
         at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.run(AQActivationSpecDequeuer.java:163)
         at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
         at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:267)
         at java.lang.Thread.run(Thread.java:534)
    <WARN> <default.collaxa.cube.activation> <AdapterFramework::Inbound> PrintenGBA[Dequeue_ptt::Dequeue(Document)] - onReject: An Adapter requested handling of a malformed inbound message. However, the Adapter Framework is unable to perform this operation since the following bpel.xml activation property has not been defined: 'rejectedMessageHandlers'. Please define it and redeploy the business process.
    <ERROR> <default.collaxa.cube.activation> <AQ Adapter::Inbound> MessageReader_readMessage: exception from onReject()
    <ERROR> <default.collaxa.cube.activation> <AQ Adapter::Inbound> ORABPEL-00000
    java.util.MissingResourceException
    The sample: ADT_with_CLOB_Payload worked just fine and i can't find any relevant differences.
    Anybody any idea?
    Mark

    Could you please mail your project (rename to .zipr) at [email protected] and please explain the steps to replicate this problem.

  • Raise business events from BPEL

    How to raise business events from BPEL process?
    Related questions -
    1. Is it possible or good to address this by embedding Java code in BPEL process that raises the business event? If so, what additional jar files should be included?
    2. Any links on API to raise the business events from Java code?
    3. Any links that describe how to raise the business events from BPEL process?

    Hi Guillaume,
    Thanks for your reply.
    Please find below environment details.
    EBS 11.5.10,
    Stand alone SOA Suite v10.1.3.1
    Oracle Apps Adapter
    I am trying to capture PO approval event ('oracle.apps.po.event.xmlpo') raised by BES in BPEL PM.
    I see in the BPEL PM logs that there is a handshake happening between EBS-BES and BPEL PM. But after the handshake, some XML DOM parser errors are thrown.
    I have pasted the error seen in BPEL PM log below
    <2007-08-01 11:33:18,000> <INFO> <default.collaxa.cube.engine> <CubeEngine::loadAllProcesses>
    26 processes have been loaded for BPEL domain "default".
    <2007-08-01 11:34:18,750> <ERROR> <default.collaxa.cube.activation> <AQ Adapter::Inbound> MessageReader_readMessage: Received TranslationException
    <2007-08-01 11:34:18,750> <ERROR> <default.collaxa.cube.activation> <AQ Adapter::Inbound>
    ORABPEL-11211
    DOM Parsing Exception in translator.
    DOM parsing exception in inbound XSD translator while parsing InputStream.
    Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
         at oracle.tip.pc.services.translation.xlators.xsd.XSDTranslator.translateFromNative(XSDTranslator.java:139)
         at oracle.tip.adapter.aq.database.MessageReader.translateFromNative(MessageReader.java:1179)
         at oracle.tip.adapter.aq.database.MessageReader.readMessage(MessageReader.java:533)
         at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.run(AQActivationSpecDequeuer.java:189)
         at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
         at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:272)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.xml.parser.v2.XMLParseException: Start of root element expected.
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:341)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:291)
         at oracle.tip.pc.services.translation.xlators.xsd.XSDTranslator.translateFromNative(XSDTranslator.java:134)
         ... 6 more
    <2007-08-01 11:34:18,750> <ERROR> <default.collaxa.cube.activation> <AQ Adapter::Inbound> MessageReader_readMessage: Received TranslationException
    <2007-08-01 11:34:18,750> <ERROR> <default.collaxa.cube.activation> <AQ Adapter::Inbound>
    ORABPEL-11211
    DOM Parsing Exception in translator.
    DOM parsing exception in inbound XSD translator while parsing InputStream.
    Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
         at oracle.tip.pc.services.translation.xlators.xsd.XSDTranslator.translateFromNative(XSDTranslator.java:139)
         at oracle.tip.adapter.aq.database.MessageReader.translateFromNative(MessageReader.java:1179)
         at oracle.tip.adapter.aq.database.MessageReader.readMessage(MessageReader.java:533)
         at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.run(AQActivationSpecDequeuer.java:189)
         at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
         at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:272)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.xml.parser.v2.XMLParseException: Start of root element expected.
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:341)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:291)
         at oracle.tip.pc.services.translation.xlators.xsd.XSDTranslator.translateFromNative(XSDTranslator.java:134)
         ... 6 more
    From the initial assessment, it looks like the event schema defined in BPEL PM and BES event schema mismatch. But I do not know, how to correct it.
    Please let me know, if you have any suggestions in overcoming this issue.

  • Issue in creation of plant related data at receiving server using BD10

    Hi all,
    This is regarding Material master creation using B10.I am using MATMAS05 message type for sending data from one system to another.Data is sent and received successfully.When i go in mm03 i can see all the views created successfully accept views related to PLANT.Please guide to resolve the issue.
    When i entered into Log-
    1)"The field MBEW-BKLAS is defined as a required field; it does not contain an entry".
    2)"No material master data exists for material AB_08.04.09(30) in plant 4001".
    My segemnt is as follows-
    ZMATMAS05                      matmas05
           E1MARAM                        Master material general data (MARA)
               Z1KLART                        KLART----
    My extention
               E1MARA1                        Additional Fields for E1MARAM
               E1MAKTM                        Master material short texts (MAKT)
               E1MARCM                        Master material C segment (MARC)
                   Z1AUSPM                        E1AUSPMDistribution of Classification:----
    My extention
                   E1MARC1                        Additional Fields for E1MARCM
                   E1MARDM                        Master material warehouse/batch segment (MARD)
                   E1MFHMM                        Master material production resource/tool (MFHM)
                   E1MPGDM                        Master material product group
                   E1MPOPM                        Master material forecast parameter
                   E1MPRWM                        Master material forecast value
                   E1MVEGM                        Master material total consumption
                   E1MVEUM                        Master material unplanned consumption
                   E1MKALM                        Master material production version
               E1MARMM                        Master material units of measure (MARM)
               E1MBEWM                        Master material material valuation (MBEW)
               E1MLGNM                        Master material material data per warehouse number (MLGN)
               E1MVKEM                        Master material sales data (MVKE)
               E1MLANM                        Master material tax classification (MLAN)
               E1MTXHM                        Master material long text header
               E1CUCFG                        CU: Configuration data
           E1UPSLINK                      Reference from Object to Superior UPS
    Thanks.
    Edited by: sanu debu on Apr 27, 2009 7:10 PM

    CREATE CONTROLFILE SET DATABASE "NEWDB" NORESETLOGS ARCHIVELOGAlso when you are setting a new database, the option should be RESETLOGS and not NORESETLOGS.
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\ONLINELOG\O1_MF_2_7FK0XKB8_.LOG
    D:\APP\ADMINISTRATOR\ORADATA\NEWDB\DATAFILE\O1_MF_SYSTEM_7FK0SKN0_.DBFWhy underscore(_) at the end of the datafile name. Any specific reason ?

  • FileName in the AS2 receiver?

    Hi Guys,
    we are sending a file to the partner with the AS2 and we want to maintain the same file name as the sender. I dont see any adapter specific attributes in the AS2 adapter.
    How can i maintain the same file in the AS2 receiver adapter. any help or suggestions would be appreciated
    Thanks,
    Srini

    Hi sarvesh,
    The problem is resolved using the seeburger AttributeMapper module.
    Thanks,
    Srini

  • IDoc not received in MII

    Hi All, 
    I am using SAP MII 12.1.5 Build 87. 
    I am facing problem with iDoc Listner we have configured iDoc Listner properly in SAP ERP, SAP NW and in SAP MII. 
    We are able to send iDoc from SAP but we are not able to receive same in MII. 
    Port and iDoc Server is giving status connected previously it was working fine in SAP MII 12.1.5 Build 83. 
    Following are the log details for SAP MII Logger as well as SAP NW Log. 
    SAP NW Log: 
    Error processing JRA IDOC message  
    SAP MII Log: 
    Error processing JRA IDOC message  
    Error processing JRA IDOC message [server=xxx, client=xxx]  
    [EXCEPTION]
    java.lang.NullPointerException
    at com.sap.xmii.ejb.JRAListenerBean.onMessage(JRAListenerBean.java:130)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_MessageListenerType.invoke(Interceptors_MessageListenerType.java:110)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Lock.invoke(Interceptors_Lock.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
    at com.sap.engine.services.ejb3.runtime.impl.MDBProxyInvocationHandler.invoke(MDBProxyInvocationHandler.java:77)
    at $Proxy943.onMessage(Unknown Source)
    at com.sap.mw.jco.jra.idoc.JRAIDocExtension$IDocMessageHandler.onMessage(JRAIDocExtension.java:72)
    at com.sap.mw.jco.jra.JRA$ReaderThread.sendDirectToMdb(JRA.java:6641)
    at com.sap.mw.jco.jra.JRA$ReaderThread.sendAsynchRequest(JRA.java:6601)
    at com.sap.mw.jco.jra.JRA$ReaderThread.handleRequest(JRA.java:6771)
    at com.sap.conn.jco.rt.DefaultServerWorker$RequestDispatcher.handleRequest(DefaultServerWorker.java:989)
    at com.sap.conn.jco.rt.DefaultServerWorker$RequestDispatcher.handleRequest(DefaultServerWorker.java:967)
    at com.sap.conn.jco.rt.DefaultServerWorker.dispatchRequest(DefaultServerWorker.java:142)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.dispatchRequest(MiddlewareJavaRfc.java:2927)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.executePlayback(MiddlewareJavaRfc.java:2659)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.playbackTRfc(MiddlewareJavaRfc.java:2478)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.handletRfcRequest(MiddlewareJavaRfc.java:2362)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.listen(MiddlewareJavaRfc.java:2207)
    at com.sap.conn.jco.rt.DefaultServerWorker.dispatch(DefaultServerWorker.java:259)
    at com.sap.conn.jco.rt.DefaultServerWorker.loop(DefaultServerWorker.java:322)
    at com.sap.conn.jco.rt.DefaultServerWorker.run(DefaultServerWorker.java:220)
    at com.sap.mw.jco.jra.JRA$ReaderThread.run(JRA.java:7260)
    at com.sap.engine.services.connector.jca15.work.TaskImpl.run(TaskImpl.java:255)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:115)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:96)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Please help me out on this issue.                                         
    Regards,
    Manoj Bilthare
    Edited by: Manoj Bilthare on May 19, 2010 12:57 PM

    Hi Manoj,
    Once you have configured your Listener have you checked pressing the update button and i dont want to ask you which version of NW SP you have installed as you said it was working for you with Build 83, but nevertheless NW SP Level should not be not less than SP3.
    If this doesn't help you,please try  restarting your server again.
    How about the credential editor have you configured this as well?
    Regards,
    Sudhir Kumar
    Edited by: Sudhir Kumar Shambana on May 19, 2010 10:46 AM

  • Invoices are not getting displayed in the process receivables for a cust.

    Dear All.
    Collection Management
    I have a situation here in prod environment the worklist is displaying the customer and his outstanding balances/all the data when we select that customer and go for process receivables then i cant find any invoices/documents under the invoices tab.
    But we have the open invoices in AR for that particular customer, I am wondering how the invoices will get deleted
    Can some one help me in this issue..
    Thank you,
    D vasanth

    Hi ,
    Based on the requirement , check whether the customer contact has been done carried out for the invoice  , then possibility it must have gone out of the worklist , chekc whether the Invoice posted in the AR has been transferred to FSCM collection .

  • Receiving null and [Receiving text] SMS

    Hi,
    Strange things on some SMS: I receive one correctly but a the end there is the text "[Receiving text]"
    Then I receive a second SMS only containing null
    Why is that ?
    Thanks.

    You coded:
    if (line == null)
    eof = true;
    else
    do something else;
    // then, regardless of the above,
    st1 = new StringTokenizer(line,","); // line is still null here
    So there's the problem.

  • Haven't been able to receive any email today

    Is the network having trouble today? I haven't been able to receive any email on my iPhone today at all. It just says "checking mail" with the spinning wheel. I can access the internet, phone, and voicemail functions, but no mail. I have regular mac mail (no gmail or yahoo) so I can get my mail on my mac laptop, but not on my phone. Was working fine yesterday...any clues anybody? I did the big update last week and it has been working fine till today...

    If you registered your iPhone with Apple using a support profile, try going to https://supportprofile.apple.com/MySupportProfile.do and unregistering it.  Also, try changing the password associated with the Apple ID that you were using for iMessage.

  • Jabber for iPhone and iPad cannot receive calls

    We currently have Call Manager 9.1.1 and Presence 9.1.1.
    I am starting to use the Jabber Client for iPhone and iPad, but am having trouble receiving calls dialed to a particular extension.
    If I can go settings for the iPhone Jabber client as an example, I am succesffuly connected to all accounts: IM, Phone Services, Voicemail, and WebEx.
    When I go to the keypad, I can succesffuly dial internal extensions and make outbound calls to any numbers and they come accross as using my extension.
    When calling the extension, my desk phone rings, but not the Jabber client.
    Not sure what could be causing this issue to occur for Jabber not receiving the calls.
    Thanks for any suggestions.
    Paul Gaydos 

    Should still work. But would be good to check indial into jabber with the phone unplugged, just for testing purposes.
    also, you have checked the partition and configuration on the TAB device is the same as on the deskphone?
    Can you attach call manager traces when making a test call and attach to the case.  Let us know the extension and device names you have used in the test, and a timestamp of the test.
    thanks
    =============================
    Please remember to rate useful posts, by clicking on the stars below. 
    =============================

  • Get All Values From NewForm.aspx using Event Receiver Item Adding

    HI All,
             I have conditions to check before the insertion of "Calendar Event".For this I am using Item Adding Event Receiver ,When Click on Save button I need to get all the values of Items filled in NewForm.aspx and check
    the condition,If condition satisfies make them insert else show alert info  as"Not Valid",Below is code and error message
    public override void ItemAdding(SPItemEventProperties properties)
                base.ItemAdding(properties);
               string StartTime = properties.AfterProperties["Start Time"].ToString();
               string EndTime = properties.AfterProperties["End Time"].ToString();
    Error
    Object reference not set to an instance of an object.
    Use the New "Keyword to create an object instance
    Can any one help me how can I do it.
    Thanks,
    Quality Communication Provides
    Quality Work.
    http://siddiq-sharepoint2010.blogspot.in/
    Siddiqali Mohammad .

    Hi,
          Have you tried with the code snippet as mentioned below
    string EndDate = Convert.ToString(properties.AfterProperties["EndDate"]);
    string StartDate = Convert.ToString(properties.AfterProperties["EventDate"]);
    If my post is helpful - please click on the green arrow to mark it as answer

  • Itunes wont open and when re-installed received this msg: Service Apple mob device failed to start.  You have insufficent privileges to start system svc.  Help?

    Itunes wont open and when re-installed received this msg: Service Apple mob device failed to start.  You have insufficent privileges to start system svc.  Help?

    Download Itunes from Apple.com, not from within Itunes.
    Redo the install, following the below procedure.   However, when you re-install Itunes,  right click and run the install as administrator.   For Win 7, you have to hold down the cntrl and shift keys when you right click and then "run as administrator" will be an option.
    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (Vista, Win 7 & later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes

  • I am trying to import developed images from LightRoom 5 in o Photoshop 6.  I am receiving this message and the images will not open.....'Could not open scratch file because the file is locked, you do not have necessary access permissions or another progra

    I am trying to import developed images from LightRoom 5 Photoshop 6 for further editing.  I am receiving this message and the images will not open.....'Could not open scratch file because the file is locked, or you do not have necessary access permissions or another program is using the file.  Use the 'Properties' command in the Windows Explorer to unlock the file. How do I fix this?  I would greatly appreciate it if you would respond with terms and procedures that a computer ignorant user, such as me, will understand.   Thanks.

    Have you tried restoring the Preferences yet?

  • I cannot receive email properly now. When I open mail, it says that is downloading about 1,700 emails. At the very end, it gives me my newest ones. But this takes a long time. I've contacted the Internet service provider and verified all the right setting

    I cannot receive email properly on either my IPad or my IPhone. I have had them for over a year and they have always worked fine. Until three days ago, when they both started acting up. On the IPad, when I open mail, it says it is downloading about 1,700 emails. At the very end, which takes quite a while to get to, I finally get the most recent ones. The IPad is sending emails just fine.
    On my IPhone, when I open mail, it says it is downloading 100 emails, but it doesn't do that. And it gives me no new emails at all. The IPhone is sending email just fine.
    I have already deleted the email accounts on both devices and reinstalled them. I've contacted the Internet service provider and verified all the right settings. The Outlook email on my desktop is working perfectly.

    WMV is a heavily-compressed format/CODEC, and the processing time will depend on several factors:
    Your CPU, which is not that powerful in your case
    Your I/O sub-system, which is likely a single HDD on your laptop
    The source footage. What is your source footage?
    Any Effects added to that footage. Do you have any Effects?
    Each of those will have an impact on the time required.
    The trial has only one main limitation - the watermark. Now, there are some components, that have to be activated, but are not with the trial, but they would be evident with Import of your source footage, if it's an issue.
    Good luck,
    Hunt

Maybe you are looking for

  • App License - I am lost, any help?

    Hello, I am trying to get developer license for payed apps. But I got really lost now... So I got to point where I had to send fax. I sent it. I got no answer for a week, so I discovered contract page on ItunesConnect, where I applied for payed apps,

  • Why is the "Partition" tab gone from my Disk Utility???

    Why is the "Partition" tab gone from my Disk Utility? How do I partition a disk?

  • Full optimize WinVista for the good developtment of Photoshop x64

    I want to full optimize WinVista 64bits  because my photoshop is a little slow. Thanks.

  • Cannot load image to an Applet

    I cannot use ImageIcon( "mylogo.jpg") because I've got this security error in the java console: ava.security.AccessControlException: access denied (java.io.FilePermission mylogo.jpg read) whay should I do ? how come there is no such problem with the

  • Error: Messages getting TimedOut:

    Dear All, We have a issue in our PRD environment: we see that many Synchronous messages in PRD  get TIMED OUT: we are planning to Increase the Message TimeOut parameter Value in PI system. I just want to know, what can be possible Downfall and effect