Message Transmission Transport Exception in B2b 11g

Hello b2bgurus,
I am working on a outbound flow using RosettaNet exchange protocol. The message sent from oracle b2b reach remote TP. But the the state of the message is MSG_ERROR. We get exception message as response from remote TP.
In the logs i noticed few error messages like
Message Transmission Transport Exception
Transport Error Code is OTA-HTTP-SEND-1005
StackTrace oracle.tip.b2b.transport.TransportException: [IPT_HttpSendConnectionRefused] HTTP connection is refused.
     at oracle.tip.b2b.transport.TransportException.create(TransportException.java:94)
[2011-03-31T05:52:19.197-06:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@142219e7] [userId: <anonymous>] [ecid: 0000IwBjgzpESOTuu8bADH1D_56O00011A,0] [APP: soa-infra] [dcid: a65da66a7bc245f6:-2f10c1aa:12f0b5fe6be:-7ffd-0000000000001b8f] B2B Label:PCBPEL_11.1.1.3.0_GENERIC_RELEASE: Informational -: B2B-50025: Repository error: Exception [TOPLINK-6027] (Oracle TopLink - 11g Release 1 (11.1.1.3.0) (Build 100323)): oracle.toplink.exceptions.QueryException[[
Exception Description: Query sent to a unactivated UnitOfWork.
Query: ReadAllQuery(oracle.tip.b2b.model.instance.BusinessMessage)
[2011-03-31T05:52:19.249-06:00] [soa_server1] [ERROR] [] [oracle.soa.b2b.transport] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@142219e7] [userId: <anonymous>] [ecid: 0000IwBjgzpESOTuu8bADH1D_56O00011A,0] [APP: soa-infra] [dcid: a65da66a7bc245f6:-2f10c1aa:12f0b5fe6be:-7ffd-0000000000001b8f] Problem getting Queue Table for Queue : IP_IN_QUEUE
[2011-03-31T05:52:19.259-06:00] [soa_server1] [ERROR] [] [oracle.soa.b2b.transport] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@142219e7] [userId: <anonymous>] [ecid: 0000IwBjgzpESOTuu8bADH1D_56O00011A,0] [APP: soa-infra] [dcid: a65da66a7bc245f6:-2f10c1aa:12f0b5fe6be:-7ffd-0000000000001b8f] [IPT_MsgCannotBeSent] AQ message cannot be sent.
[2011-03-31T05:52:19.259-06:00] [soa_server1] [WARNING] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@142219e7] [userId: <anonymous>] [ecid: 0000IwBjgzpESOTuu8bADH1D_56O00011A,0] [APP: soa-infra] [dcid: a65da66a7bc245f6:-2f10c1aa:12f0b5fe6be:-7ffd-0000000000001b8f] [[
Message Transmission Exception
Transport Error Code is OTA-AQ-1001
StackTrace oracle.tip.b2b.transport.TransportException: [IPT_MsgCannotBeSent] AQ message cannot be sent.
     at oracle.tip.b2b.transport.TransportException.create(TransportException.java:94)
[2011-03-31T05:52:19.260-06:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@142219e7] [userId: <anonymous>] [ecid: 0000IwBjgzpESOTuu8bADH1D_56O00011A,0] [APP: soa-infra] [dcid: a65da66a7bc245f6:-2f10c1aa:12f0b5fe6be:-7ffd-0000000000001b8f] B2B Label:PCBPEL_11.1.1.3.0_GENERIC_RELEASE: oracle.tip.b2b.transport.TransportException: [IPT_MsgCannotBeSent] AQ message cannot be sent.[[
     at oracle.tip.b2b.transport.TransportException.create(TransportException.java:94)
[2011-03-31T05:52:19.261-06:00] [soa_server1] [ERROR] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@142219e7] [userId: <anonymous>] [ecid: 0000IwBjgzpESOTuu8bADH1D_56O00011A,0] [APP: soa-infra] [dcid: a65da66a7bc245f6:-2f10c1aa:12f0b5fe6be:-7ffd-0000000000001b8f] Informational -: B2B-50025: Repository error: oracle.tip.b2b.transport.TransportException: [IPT_MsgCannotBeSent] AQ message cannot be sent.[[
     at oracle.tip.b2b.msgproc.DbAccess.enqueueIPMessage(DbAccess.java:4485)
Caused by: java.sql.SQLException: Unexpected exception while enlisting XAConnection java.sql.SQLException: Transaction rolled back: Transaction timed out after 30 seconds
BEA1-7C72C9CF4888E08EC522
     at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1609)
Caused by: weblogic.transaction.TimedOutException: Transaction timed out after 30 seconds
BEA1-7C72C9CF4888E08EC522
     at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1607)
Informational -: B2B-50025: Repository error: oracle.tip.b2b.transport.TransportException: [IPT_MsgCannotBeSent] AQ message cannot be sent.
     at oracle.tip.b2b.msgproc.DbAccess.enqueueIPMessage(DbAccess.java:4485)
     at oracle.tip.b2b.msgproc.Notification.deliverException(Notification.java:1298)
Caused by: java.sql.SQLException: Unexpected exception while enlisting XAConnection java.sql.SQLException: Transaction rolled back: Transaction timed out after 30 seconds
BEA1-7C72C9CF4888E08EC522
     at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1609)
Though im in middle of testing, just curious to know about these errors.. Have anybody faced this kind of issues? I saw few forums abt B2B-50025: error. Please let me know how to debug these issues

I see two exceptions here -
Message Transmission Transport Exception
Transport Error Code is OTA-HTTP-SEND-1005
StackTrace oracle.tip.b2b.transport.TransportException: [IPT_HttpSendConnectionRefused] HTTP connection is refused.
at oracle.tip.b2b.transport.TransportException.create(TransportException.java:94)This exception has occured while transmitting the document to Trading Partner perhaps on HTTP endpoint. From the error it seems, HTTP endpoint was not available when Oracle B2B tried to send the message to it.
The message sent from oracle b2b reach remote TPBy default Oracle B2B retries 3 times to deliver a message. Perhaps it failed to send the document in first or second attempt but could send it in later attempt(s) and that's why your TP have received the message.
But the the state of the message is MSG_ERROR. We get exception message as response from remote TP.That's why your request message has been marked as error. Check the exception response detail and try to find why your TP's B2B sending exception response. If you are not able to identify the exact issue why exception response came back, ask your TP. You may also paste the exception response content here if you need any help from us.
Exception Description: Query sent to a unactivated UnitOfWork.
Query: ReadAllQuery(oracle.tip.b2b.model.instance.BusinessMessage)This exception is coming after first exception and it is coming because Oracle B2B is trying to enqueue the exception message to IP_IN_QUEUE but transaction has already timed out. For this you need to increase the JTA timeout value. By default it gets set to 30. Try after increasing it to 150
For increasing JTA timeout value, login to Weblogic Admin Console as admin user, click on the domain name in Domain Structure at left side of page, in configuration tab goto JTA subtab and set the value of "Timeout Seconds" from 30 to 150. Save the change and retest your configuration. You should not see this exception any more.
Regards,
Anuj

Similar Messages

  • Message Transmission Transport Exception

    Im getting this this exception while putting my flat file data in FTP from B2B.The folder has rights for writing a file but still B2B throws an error while writing a file in this folder.
    This log is from b2b.log file.
    Message Transmission Transport Exception
    Transport Error Code is 504 unknown security mechanism
    StackTrace oracle.tip.transport.TransportException: Unable to establish SSL session on control channel due to 504 unknown security mechanism(504)
    at oracle.tip.transport.basic.ftp.FTPAgent.login(FTPAgent.java:551)
    at oracle.tip.transport.basic.ftp.FTPAgent.init(FTPAgent.java:571)
    at oracle.tip.transport.basic.FileSource.init(FileSource.java:185)
    at oracle.tip.transport.basic.FileSource.<init>(FileSource.java:110)
    at oracle.tip.transport.basic.FileSender.send(FileSender.java:119)
    at oracle.tip.transport.b2b.B2BTransport.send(B2BTransport.java:311)
    at oracle.tip.adapter.b2b.transport.TransportInterface.send(TransportInterface.java:1013)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1754)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:972)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1166)
    at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:833)
    at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:400)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: java.io.IOException: Unable to establish SSL session on control channel due to 504 unknown security mechanism(504)
    at oracle.tip.transport.basic.ftp.FtpSocketFactory.createSSLTLSSession(FtpSocketFactory.java:627)
    at oracle.tip.transport.basic.ftp.FTP.connect(FTP.java:465)
    at oracle.tip.transport.basic.ftp.FTPClient.establishFtpSession(FTPClient.java:155)
    at oracle.tip.transport.basic.ftp.FTPAgent.login(FTPAgent.java:524)
    ... 12 more

    Hi Venkat,
    From B2B log it seems that your B2B is trying to connect to this end-point using FTPS (also known as FTP Secure and FTP-SSL). FTPS is an extension to the commonly used File Transfer Protocol (FTP) that adds support for the Transport Layer Security (TLS) and the Secure Sockets Layer (SSL) cryptographic protocols.
    Make sure you have selected "FTP" as Transport Protocol in Transport configuration of your TP's DC.
    Cross check the delivery channel configuration of your TP again and make sure that you have not enabled any of below (If you do not want to use Transport and Message security) -
    1. nonrepudiation of receipt
    2. nonrepudiation of origin
    3. encryption
    4. transport security
    5. compression
    As I mentioned earlier also, try with HostName and IP both.
    Paste the complete B2B log in debug mode here / mail to my id (in my profile).
    Regards,
    Anuj

  • Exception HAndling B2B 11g .AQ Integration

    Trying to catch the B2B exception for 850 and send it to SOA. I have used AQ integration for B2B.Please tell me how to implement this in soa

    All the B2B errors/exceptions get enqueued to IP_IN_QUEUE (by default) in a proper format (ipException.xsd defines the structure) and has recipient name b2berroruser. You may create your own process for dequeing those exception messages and perform error handling.
    You may also configure a custom error queue (JMS) if you do not want to use IP_IN_QUEUE (which is an AQ). For all details, you may refer the user guide -
    http://download.oracle.com/docs/cd/E17904_01/integration.1111/e10229/app_except.htm#BCEIEEFF
    Regards,
    Anuj

  • WLI 7.0 - XOCP Transport Exception while sending message in B2B Integration

    Hi,
    I am trying to implement B2B integration on two WLI Servers . I have done the
    configuration of
    Trading Partners, Conversation and Collaboration Agreements on both the machines.
    The business protocol used is XOCP. I am trying to implement XOCP
    Peer-to-Peer Messaging with one WLI server(first) having two trading partners
    configured, one with a Hub delivery channel and the other with a spoke delivery
    channel.One Trading Partner(with a spoke delivery channel) is configured on the
    other WLI server(second).
    When I start the second WLI server (the other Trading Partner) I get the following
    error on the console:
    <Error> <B2B> <000000> <<CA> ERROR: Failed to register Collaboration Agreement
    WLP_SERVER/10.3.8.183:57bef0:f8f7b78128:-8000 with error ERROR: Failed to join
    Channel, received null reply.>
    At the same time the WLI server of the first Trading Partner shows the following
    error:
    <Error> <B2B> <000000> <<XOCP-Protocol> ERROR: CA received WLP_SERVER/10.3.8.183:2aabf2:f8f7c4b9f2:-8000
    in XOCP message
    http://10.3.8.183:9001/ExampleReplierPartner:JoinCSpace_ExampleReplierPartner_1069318538697:0
    not found in repository. Rejecting the message...>
    <Error> <B2B> <000000> <<XOCP-Protocol> ERROR: While decoding XOCP request, received
    transport exception: ERROR: CA received WLP_SERVER/10.3.8.183:2aabf2:f8f7c4b9f2:-8000
    in XOCP message
    http://10.3.8.183:9001/ExampleReplierPartner:JoinCSpace_ExampleReplierPartner_1069318538697:0
    not found in repository. Rejecting the message...>
    Please find attached the files with WLI console errors for your reference.
    Any help on solving this problem would be highly appreciated.
    Nirupama Srivastava
    MBT, MUMBAI
    [B2BError.zip]

    Hi,
    I am trying to implement B2B integration on two WLI Servers . I have done the
    configuration of
    Trading Partners, Conversation and Collaboration Agreements on both the machines.
    The business protocol used is XOCP. I am trying to implement XOCP
    Peer-to-Peer Messaging with one WLI server(first) having two trading partners
    configured, one with a Hub delivery channel and the other with a spoke delivery
    channel.One Trading Partner(with a spoke delivery channel) is configured on the
    other WLI server(second).
    When I start the second WLI server (the other Trading Partner) I get the following
    error on the console:
    <Error> <B2B> <000000> <<CA> ERROR: Failed to register Collaboration Agreement
    WLP_SERVER/10.3.8.183:57bef0:f8f7b78128:-8000 with error ERROR: Failed to join
    Channel, received null reply.>
    At the same time the WLI server of the first Trading Partner shows the following
    error:
    <Error> <B2B> <000000> <<XOCP-Protocol> ERROR: CA received WLP_SERVER/10.3.8.183:2aabf2:f8f7c4b9f2:-8000
    in XOCP message
    http://10.3.8.183:9001/ExampleReplierPartner:JoinCSpace_ExampleReplierPartner_1069318538697:0
    not found in repository. Rejecting the message...>
    <Error> <B2B> <000000> <<XOCP-Protocol> ERROR: While decoding XOCP request, received
    transport exception: ERROR: CA received WLP_SERVER/10.3.8.183:2aabf2:f8f7c4b9f2:-8000
    in XOCP message
    http://10.3.8.183:9001/ExampleReplierPartner:JoinCSpace_ExampleReplierPartner_1069318538697:0
    not found in repository. Rejecting the message...>
    Please find attached the files with WLI console errors for your reference.
    Any help on solving this problem would be highly appreciated.
    Nirupama Srivastava
    MBT, MUMBAI
    [B2BError.zip]

  • Error while configuring channels in B2B 11g

    Hi b2bgurus,
    I am implementing RosettaNet protocol in 11g. 3C3 Invoice Notification. While configuring channels i got this following error:
    "Messages for this page are listed below.
    Acme_Custom_V02.00_Invoice_Notification_Outbound is not valid. Please correct the following errors.
    Error -: B2B-52255: Certificate alias not specified in the secure delivery channel Acme_Channel.
    Error -: B2B-52326: Transport protocol with https url has to have valid keystore location and password in host "
    I get the above error while I provide http url as input. Do we have a protocol where we can provide https url?
    Please explain i am new to B2B.
    Thanks in advance

    get this error when i provide the url while channel creation. SSL is enabled by using BIG IP. Hence preparation of Key store is not requiredYou understanding is not correct. If you are initiating a SSL connection from Oracle B2B (by giving a HTTPS URL in delivery channel), then you have to configure identity and trust store in your Weblogic servers (SOA server) and you have to configure keystore on Oracle B2B console as well. As I mentioned earlier also refer the blog (http://anuj-dwivedi.blogspot.com/2010/10/enabling-ssl-on-oracle-b2b-11g.html) and perform the required steps.
    If you don't configure a keystore then you CAN NOT initiate a SSL connection from Oracle B2B.
    If you want Big IP to handle SSL then from Oracle B2B you have to initiate a plain HTTP connection and at BIG IP you have to route the request to the respective HTTPS channel (which I am not sure is possible though I am not familier with BIG IP)
    Regards,
    Anuj

  • Message transmission through esb fails

    Hi All,
    I have a scenario, where in i am trying to put a message into the JMS File based Queues. The message is successfully read by the JMS Adapter in esb and it tries to call the bpel process. when it is trying to do so, i am getting the following error message.
    <operationQName>JCIAsyncRtrSystem.Soap_CallingADP.initiate</operationQName>
    <errorMessage>An unhandled exception has been thrown in the ESB system. The exception reported is: "org.collaxa.thirdparty.apache.wsif.WSIFException: exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message transmission failure,response code: 500........</errorMessage>
    Any pointers to resolve the above error would be greatly helpful.
    Thanks in advance.

    Have you had this working in the past? if so have there been any recent changes?
    What I would do is deinstall the ESB and redeploy it. It looks like there is some issue connection to the BPEL process.
    It is also recommended to use the fastpath and not web services, have a look at the following link
    http://www.oracle.com/technology/products/integration/esb/files/esb-presentation-bpel-fastpath.pdf
    cheers
    James

  • Transactional Behaviour of Oracle B2B 11g

    Hi Gurus/Anuj,
    Can you please explain Transactional Behaviour in Oracle B2B 11g?
    For a Inbound Interface I have three Mediators(Mediator M1,M2 and M3)
    Partner push a file at file location --> B2B Interface used in M1 ,through B2B Binding,picks the FIle and brings to SOA and--> Give it to M2 and M3.
    I need to perform Error Handling in this case..
    M1 M2 and M3 are Asynchronous,Synch and Synch in nature and I guess M1 will propogate it's transaction to M2 and M2 will propogate it's transaction to M3.
    Routing rules are Sequential..
    Note : Fault policies are applicable to parallel routing rules only. For sequential routing rules, the fault goes back to the caller and it is the responsibility of the caller to handle the fault.
    Am I correct in understanding that :
    B2B Adapter in M1 is the caller and M2 and M3 ,as being Synchronous,will follow M1'a transaction.
    And if a Fault goes into M2 and M3,it will go back to the caller,means M1.
    And in M1 we can have Fault-Handling.
    Also please explain Transactional Behaviour in Oracle B2B 11g?
    Is B2B is Asynchronous in nature?
    Is B2B Adapter a Transactional Adapter?
    What category of JCA adapter is Oracle B2B adapter?
    Thanks
    Vivek
    Edited by: Vivek on May 19, 2011 11:41 PM
    Edited by: Vivek on May 19, 2011 11:54 PM

    Hi Vivek,
    Also please explain Transactional Behaviour in Oracle B2B 11g?Oracle B2B depends upon the underlying transport being used for transactional behavior. As far as transaction propagation is concerned, we never had any such need in B2B communication.
    Am I correct in understanding that :
    B2B Adapter in M1 is the caller and M2 and M3 ,as being Synchronous,will follow M1'a transaction.
    And if a Fault goes into M2 and M3,it will go back to the caller,means M1.
    And in M1 we can have Fault-Handling.If you are using AQ interface of B2B adapter with XA Data Source then that adapter can participate in an XA global transaction that can span multiple resources. In this transaction, the application server acts as the coordinating transaction manager with multiple databases (or other resources such as JMS), each of which is involved in a single transaction.
    If you are using JMS interface of B2B adapter with XA Connection factor then that adapter can also participate in an XA global transaction that can span multiple resources.
    If you are using Default (Fabric) interface of B2B adapter then it does not participate in global transaction, rather it starts it's own local transaction and executes in that. So it will totally depend upon the interface you are using with B2B adapter that it will start and propagate a global transaction or will not participate in a global transaction. Moreover, if B2B adapter is starting a transaction and propagating it to a async service then that sync service will start a new local transaction and further sync services may execute in that transaction. As soon as the control comes back to B2B adapter, it will commit the transaction.
    Is B2B is Asynchronous in nature?B2B can be used for both sync and async calls (between partners). B2B is async when communicating with middleware.
    Is B2B Adapter a Transactional Adapter?Explained above
    What category of JCA adapter is Oracle B2B adapter?No special category. It is a specific adapter for Oracle SOA SCA composites to facilitate them in communication with Oracle B2B. You may or may not use this adapter in SOA SCA composites.
    Regards,
    Anuj

  • MapBuilder B2B 11g - How to

    Hello!
    I spent couple days with b2b 11g and I guess that I do not understand how map builder is working.
    I made a mapping from one xml document to another and when I attach it in agreement it does not make anything - just return unmapped document.
    Can anyone tell me how should I deal with it? And if it is possible write some example here?
    Thanks in advance,
    Mariusz

    Could you pls update the latest link for the doc.
    The following link does not work now:
    http://www.oracle.com/technology/sample_code/products/soa/index.html
    While configuring the AS2 channel I am not clear about the URL parameter available in Transport Protocol Parameter section. What value should be given there.
    I have installed SOA on my local machine.
    Thanks.
    Edited by: 856216 on Nov 13, 2011 10:28 PM

  • B2B 11g as a hub with forward agreement

    This is in regards to Anuj's blog on Implementing Oracle B2B 11g as a Hub.
    http://anuj-dwivedi.blogspot.com/search?updated-max=2011-10-09T22:37:00%2B05:30&max-results=10
    We are trying to implement it at a client same way with a forward agreement. How to correlate between the messages that came from TP A (actual sender) to Host and then fwd'ed to TP B (receiver). The ack needs to be sent from TP B to TP A but the sender information changed once the host forwards it to the TP B.
    This is issue 1.
    The other issue is reconciliation. The business scenario may that how many messages came from TP A to TP B per day and categories them. Since there are two messages created due to the fwd agreement, is there a way to correlate these messages?
    Appreciate any help on this
    Edited by: SmDas on May 3, 2012 10:02 AM

    Suman,
    Is it the way you recommend or something different.Yes, this is what I suggested.
    1) Since for each transaction there are two messages, how do we correlate based on the transaction control number, do you have the SQL?You may get the transaction control number from TP A. Now use below query to find out both the transactions at your host (hub) -
    SELECT * FROM B2B_INSTANCEMESSAGE WHERE TRANSACTIONCONTROLNUMBER = '12345';
    where 12345 is transaction control number
    2) if we want to get a single row returned based on certain PO number, how do we extract the transaction control number based on PO number? You can ask TP A to provide transaction control number or you can query at TP B side on the basis of PO number (if you are using XPath functionality) to get the transaction control number. Once you get the transaction control number, you may use the same to query transactions at your hub (host) using the SQL I provided above.
    Regards,
    Anuj

  • MDM 2 outbound Message Got Transport Error

    Hi
    I am trying to execute a command for a Device (Connect/Disconnect/On demand read) but once the Outbound Comm Object is reaches the Awaiting Response life cycle State, It errors out on receiving a Synchronous Error Response. Following is the list of Log entries for Outbound Comm object -
    6. 11-26-2011 10:15PM Transitioned to Response Error. Student , 01 ( USER01 ) Status Transition
    5. 11-26-2011 10:15PM Outbound message got transport error. Please check "How to Create Activity Outbound Communication" configuration.   Student , 01 ( USER01 )   Exception   Universal Head-End System, Disconnect Device, Real-time, Error
    4.00 11-26-2011 10:15PM Outbound Message is sent to Head-End System. Student , 01 ( USER01 ) System Universal Head-End System, Disconnect Device, Real-time, Error
    3.00 11-26-2011 10:15PM Transitioned to Awaiting Response. Student , 01 ( USER01 ) Status Transition
    2.00 11-26-2011 10:15PM Transitioned to Validate. Student , 01 ( USER01 ) Status Transition
    1.00 11-26-2011 10:15PM Created in status Pending.
    Also , Synchronous response is supposed to be sent by head end in a actual scenario. how the OB COmm BO is getting any sync response?

    We have found the cause of my problem.
    On the configuration of our Outbound Message XAI Receiver F1OUTBNDMSG, we had the Executer ID set to XAIURL (Remote XAI). This caused the XAI Receiver to initiate the Inbound XAI call. The correct configuration is to set the Executer ID to BYPASSXAI.
    The CC&B 2.3.1 help files explain this well as seen below:
    XAI Receiver - Main
    Identify the Executer ID. Select the XAILOCAL executer if the XAI class for this receiver is STGCTLRCVR. Select the BYPASSXAI executer if the XAI class for this receiver is OUTMSGRCVR. For all other receivers select the XAIURL executer. For more information, refer to XAI Executer.
    Unfortunately, we were looking at CC&B 2.2 documentation and it does not contain the above information.

  • OSB - Couldn't create SOAP message due to exception: Unable to create StAX

    Hi,
    If I call 2 webservices via OSB 10Rg3 in quick succession I get the following fault on the second response :
    <May 6, 2010 5:25:14 PM CEST> <Error> <ALSB Logging> <BEA-000000> < [null, null, null, ERROR] <soapenv:Header xmlns:soapenv="http://schemas.xmlsoap.org/soap/e
    nvelope/"/><S:Body xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
    <S:Fault xmlns:ns4="http://www.w3.org/2003/05/soap-envelope">
    <faultcode>S:Client</faultcode>
    <faultstring>Couldn't create SOAP message due to exception: Unable to create StAX reader or writer</faultstring>
    </S:Fault>
    </S:Body><con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-380001</con:errorCode>
    <con:reason>Internal Server Error</con:reason>
    <con:location>
    <con:node>RouteToTestService</con:node>
    <con:path>response-pipeline</con:path>
    </con:location>
    </con:fault>>
    Any ideas what could cause this? The provider web services are working fine... and there is no problem if there is a long time delay between calling the 2 web services.

    It seems that one of the providers was mis-configured (the first service called) :
    HTTP Transport Configuration      
    Follow HTTP redirects      DISABLED
    Use Chunked Streaming Mode      ENABLED
    when I enabled the HTTP redirect then the problem went away...
    HTTP Transport Configuration      
    Follow HTTP redirects      ENABLED
    Use Chunked Streaming Mode      DISABLED

  • Do you have an option for block all incoming message and request EXCEPTED messages from my contacts?

    Please help!!To whom it may concernDear Madam/Sir who works for Skype & Microsoft  Dear all who can really help,  Do you have an option for block all incoming message and request EXCEPTED messages from my contacts? or Do you have any solution to solve my problem from begin to now in present time?  Even though, I set the Privacy settings: - Allow calls from... "people in my Contact list only"- Automatically received video and share screens with "people in my Contact list only"- Allow IMs from "people in my Contact list only"  I still received unknow users sent me messages in every day, contact requests etc. And they're all clearly spammings and identity thefts.  I only wanna contact with my family and my freinds here with Skype via my Windows device and my mobile phone (w/Android OS).  And this is the only way to contact with them, because they could use Skype only in overseas.  BUT I don't need new friend from other unknow Skype member.   I keep blocked all unknow spammers in every day.  However in this morning, I feel so scared with Skype on my mobile, I looked at my mobile Skype, I saw it automatically showed me the list of all blocked members. BUT they were all unblocked (contact unblocked) by my mobile (Android version) Skype itself automatically, and listed them one by one on the screen, and about 30 seconds later, they all were disappeared suddenly.  I don't know what do to now, is it indicating my account was hacked?And how could I found out all those members again and block them again and delete all of them for ever?  I appreciate if you would improve the privacy protection. Thank you very very very much. 

    Hrm... that may be true and this may be a function of the phone email client that Apple just doesn't do.
    No, I can easily MANUALLY delete the messages. I would prefer if I didn't have to do it twice, tho. Once on the mail server and once on the phone.
    What I think the phone needs to do is, when it checks the POP, anything NOT there should be removed locally. I think you are correct on POP; the phone will poll the mx (mail exchanger) and the mx will pass off the messages to the phone. The phone then keeps ALL of that unitl you manually delete it.
    If, say, I remove a message from the mx, I would like the phone, when next polls, to see that that particular message isn't on the server anymore and remove it locally.
    Perhaps it's just me but if I delete the message on the mx itself, via my ISP's webmail interface, I really don't want to have to remove it again from my phone.
    thxs!
    cheers
    rOot

  • Error message while transporting the HR role

    All
    I was trying to move my HR role from Dev to QA.
    I got the error message from transport and not sure about it.
    Please let me know if you have any suggestions.
    Invalid organizational level $ORGEH deleted from role Z_ALL_MODULES_EXCEPT_BASIS_HR
    Invalid organizational level $ORGUNIT deleted from role Z_ALL_MODULES_EXCEPT_BASIS_HR
    Errors occurred during post-handling
    PRGN_AFTER_IMP_ACTGROUP_ACGR for ACGR L
    PRGN_AFTER_IMP_ACTGROUP_ACGR belongs to package S_PROFGEN
    The errors affect the following components:
       BC-SEC-USR-PFC (Authorization and Role Management)
    Post-import method PRGN_AFTER_IMP_ACTGROUP_ACGR completed for ACGR L, date and time: 20071011162942

    Pranav,
    You can see a list of all org levels in table USORG
    There are standard SAP programs for adding or deleting org levels
    PFCG_ORGFIELD_CREATE
    PFCG_ORGFIELD_DELETE
    If you want these fields to be maintained as org levels then you need to make sure that you  have created them in all system.
    If you don't want these fields as org levels then you can delete them using the program I listed above.

  • Oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters

    Dear Guru's,
    I am not able to solve the above issue for last couple of days.
    I am newbie to the webservice
    My Issue...
    I am using Jdeveloper 11.1.2.4.0 Release 2
    1. Using Jdev I built one small Web Service with two methods.
            While testing the Webservice...
                   I passed User Id as Parameter and it successfully return the values (user id, user name and description) from fnd_user table
    2. I created another application to consume the web service i created.
                   1. I added the webservice SOAP and added the method.
                   2. Created a jsf page and drag and drop the parameter and return values to the jsf page.
    3. While executing the created jsf page I received the error message as below
    "oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters are {0=Attribute, 1=UserName, 2=UserName}"
    Even I know that this issue is repeated one in our forum, I was not able to solve this issue.
    Can anybody help to solve this issue.
    Thanks and Regards,
    Durai S E

    Dear Guru's,
    I am not able to solve the above issue for last couple of days.
    I am newbie to the webservice
    My Issue...
    I am using Jdeveloper 11.1.2.4.0 Release 2
    1. Using Jdev I built one small Web Service with two methods.
            While testing the Webservice...
                   I passed User Id as Parameter and it successfully return the values (user id, user name and description) from fnd_user table
    2. I created another application to consume the web service i created.
                   1. I added the webservice SOAP and added the method.
                   2. Created a jsf page and drag and drop the parameter and return values to the jsf page.
    3. While executing the created jsf page I received the error message as below
    "oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters are {0=Attribute, 1=UserName, 2=UserName}"
    Even I know that this issue is repeated one in our forum, I was not able to solve this issue.
    Can anybody help to solve this issue.
    Thanks and Regards,
    Durai S E

  • Unable to set Internal delivery channel in B2B 11g

    Hi
    I am very new to B2B
    I have some doubts that i want to clear
    I am not sure whether the internal delivery channel will be automatically set in B2B 11g
    I created an agreement for one of the external trading partner from host trading partner
    When I try to deploy the agreement it is failing with the validation error
    I don't know what is the error but I am believing that the internal delivery channel is not set for my host trading partner
    I have two question's here
    1. How to set Internal delivery channel in 11g B2B if it is not automatically set. If it is set what is it
    2. Where can I find the log file on server. I want to get the details of the validation error occuring while I am deploying the agreement
    Any help is greatly appreciated
    Thanks
    Vijay Sai.S

    Hi
    Now I want to define a custom IDC using HTTP.
    How Can I do that
    If go to channels tab for my TP and select HTTP as channel, I am not able to save it and the error is Unable to create an IDC with HTTP as method.
    Can you tell me how can I create custom IDC
    I don't want to use QUEUE channel for IDC.
    Secondly do I have to give proper details of my TP?
    I mean to say I that I want to just deploy an agreement for testing purpose by just giving some dummy details of my TP connection.
    What if I don't have proper details of my TP connection
    Thanks for the log file path
    I found it.
    I couldn't find any extra details in it though
    Thanks
    Vijay Sai.S

Maybe you are looking for