AS2 Batch Error B2B-51083

Hi
I am encountering an issue with batching outbound EDI messages which need to be sent via AS2. I am get the error below. We only get this message if we require the message to be signed. If the message only requires encryption the batch process works fine. If I send a message with a signature/encryption without batching that works fine as well. Only when batching with a signature required will I get the error below. Is this a bug or some kind of configuration error. I am using 11.1.1.4. Any help would be appreciated.
Error -: B2B-51083: General failure creating S/MIME digital signature.: Error -: B2B-51018: Message is not digitally signed.
Supplemental Detail     at oracle.tip.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:499)
at oracle.tip.b2b.packaging.mime.MimePackaging.applySecurity(MimePackaging.java:1907)
at oracle.tip.b2b.packaging.mime.MimePackaging.createMimeMessage(MimePackaging.java:331)
at oracle.tip.b2b.packaging.mime.MimePackaging.pack(MimePackaging.java:169)
at oracle.tip.b2b.msgproc.Request.outgoingBatchRequest(Request.java:1276)
at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1546)
at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:800)
at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3682)
at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3127)
at oracle.tip.b2b.scheduler.TimeoutEventHandler.execute(TimeoutEventHandler.java:90)
at oracle.integration.platform.blocks.scheduler.ScheduledJob.execute(ScheduledJob.java:137)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
Caused by: Error -: B2B-51018: Message is not digitally signed.
at oracle.tip.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:452)
... 15 more
Error -: B2B-51018: Message is not digitally signed.
at oracle.tip.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:452)
at oracle.tip.b2b.packaging.mime.MimePackaging.applySecurity(MimePackaging.java:1907)
at oracle.tip.b2b.packaging.mime.MimePackaging.createMimeMessage(MimePackaging.java:331)
at oracle.tip.b2b.packaging.mime.MimePackaging.pack(MimePackaging.java:169)
at oracle.tip.b2b.msgproc.Request.outgoingBatchRequest(Request.java:1276)
at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1546)
at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:800)
at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3682)
at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3127)
at oracle.tip.b2b.scheduler.TimeoutEventHandler.execute(TimeoutEventHandler.java:90)
at oracle.integration.platform.blocks.scheduler.ScheduledJob.execute(ScheduledJob.java:137)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
Error -: B2B-51083: General failure creating S/MIME digital signature.: Error -: B2B-51018: Message is not digitally signed.
at oracle.tip.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:499)
at oracle.tip.b2b.packaging.mime.MimePackaging.applySecurity(MimePackaging.java:1907)
at oracle.tip.b2b.packaging.mime.MimePackaging.createMimeMessage(MimePackaging.java:331)
at oracle.tip.b2b.packaging.mime.MimePackaging.pack(MimePackaging.java:169)
at oracle.tip.b2b.msgproc.Request.outgoingBatchRequest(Request.java:1276)
at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1546)
at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:800)
at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3682)
at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3127)
at oracle.tip.b2b.scheduler.TimeoutEventHandler.execute(TimeoutEventHandler.java:90)
at oracle.integration.platform.blocks.scheduler.ScheduledJob.execute(ScheduledJob.java:137)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
Caused by: Error -: B2B-51018: Message is not digitally signed.
at oracle.tip.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:452)
... 15 more

Hi Anuj,
I am facing issue with AS2 batching. We are on 11.1.1.5. Single transaction works fine, but multiple transactions is raising this error message.
Please let us know if any workaround or patch to be applied on the server.
Regards
Aravind

Similar Messages

  • Batch does not go over AS2 .general Error B2B 50014

    Hi,
    We are trying to send data over as2 and are using count based batching.when we send the single message that gets transmitted successfully but the batch does not generate a wire message.SO some of the transactions of the batch are in msg_Wait_Batch status while some are in error status.The error message is
    errorCodeB2B-50014
    errorText General Error

    Hi Dheeraj,
    Thank you for the response. The Action name I m using is D:ID:Count:60.
    ID:is coming from backend appplication,set in BPEL Xform
    Count: is number of recordscoming.
    When I use a differnt channel, say send it to a file (generic file) It batches successfully.The error just comes up when I m sending it over AS2.Single record on AS2 goes through successfully.
    Thanks.

  • AS2 error: IP-51083:  General failure creating S/MIME digital signature

    Hello All,
    I am getting a failure when sending AS2 with encryption and digital signature. The certificates have been set up as follows:
    Signing and Encryption for Host : Store the certificate in both wallet and repository
    Signing and Encryption for TP : Store the certificate in repository.
    Looks like it it finding the key but looking for "alternateWrl: /apps6/orab2b/as10gt/product/1012/ip/config/wallet/wallet1". Not sure where this wallet1 comes from?
    Thanks.
    2009.06.24 at 15:41:21:471: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign Entering...
    2009.06.24 at 15:41:21:471: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign Sign using the configured certificate
    2009.06.24 at 15:41:21:471: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign wrl: /apps6/orab2b/as10gt/product/1012/ip/config/wallet
    2009.06.24 at 15:41:21:475: Thread-40: B2B - (DEBUG) Utility:getPrivateKey:Enter
    2009.06.24 at 15:41:21:503: Thread-40: B2B - (DEBUG) Utility:getPrivateKey:matching private key found
    2009.06.24 at 15:41:21:503: Thread-40: B2B - (DEBUG) Utility:getPrivateKey:Exit2009.06.24 at 15:41:21:503: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign alternateWrl: /apps6/orab2b/as10gt/product/1012/ip/config/wallet/wallet1
    2009.06.24 at 15:41:21:503: Thread-40: B2B - (DEBUG) Utility:getPrivateKey:Enter2009.06.24 at 15:41:21:504: Thread-40: B2B - (ERROR) java.lang.NullPointerException
    at oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:990)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:426)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.applySecurity(MimePackaging.java:1807)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createMimeMessage(MimePackaging.java:296)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.pack(MimePackaging.java:121) at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1684)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:975)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1167)
    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)
    2009.06.24 at 15:41:21:504: Thread-40: B2B - (ERROR) Error -: AIP-51083: General failure creating S/MIME digital signature: java.lang.NullPointerException
    at oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:1083)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:426)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.applySecurity(MimePackaging.java:1807)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createMimeMessage(MimePackaging.java:296)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.pack(MimePackaging.java:121)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1684)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:975)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1167)
    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.lang.NullPointerException
    at oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:990)
    ... 10 more

    Hi Anuj,
    I moved the setup to production and I started to get the failures. I verified and re-verified the setup. It is same as in test. I deleted and re-did the setup. However, still failing. As can be seen from the message below the matching private key is found but the encryption/signature does not happen. Again this is outbound message from host to TP. Appreciate any help.
    Thanks.
    2009.08.24 at 11:20:11:555: Thread-22: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setSignatureAlgorithm using algorithm name Leaving...2009.08.24 at 11:20:11:555: Thread-22: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setDigestAlgorithm using algorithm name Entering...2009.08.24 at 11:20:11:555: Thread-22: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setDigestAlgorithm using algorithm name Leaving...
    2009.08.24 at 11:20:11:555: Thread-22: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign Entering...2009.08.24 at 11:20:11:556: Thread-22: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign Sign using the configured certificate2009.08.24 at 11:20:11:556: Thread-22: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign wrl: /apps6/orab2b/as10gp/product/1012/Apache/Apache/conf/ssl.wlt/default
    2009.08.24 at 11:20:11:562: Thread-22: B2B - (DEBUG) Utility:getPrivateKey:Enter
    2009.08.24 at 11:20:11:595: Thread-22: B2B - (DEBUG) Utility:getPrivateKey:*matching private key found*
    2009.08.24 at 11:20:11:595: Thread-22: B2B - (DEBUG) Utility:getPrivateKey:Exit2009.08.24 at 11:20:11:595: Thread-22: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign alternateWrl: /apps6/orab2b/as10gp/product/1012/Apache/Apache/conf/ssl.wlt/default/wallet1
    2009.08.24 at 11:20:11:595: Thread-22: B2B - (DEBUG) Utility:getPrivateKey:Enter
    2009.08.24 at 11:20:11:599: Thread-22: B2B - (ERROR) java.lang.NullPointerException
    at oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:990)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:426)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.applySecurity(MimePackaging.java:1807)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createMimeMessage(MimePackaging.java:296)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.pack(MimePackaging.java:121)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1684)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:975)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1167)
    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)
    2009.08.24 at 11:20:11:600: Thread-22: B2B - (ERROR) Error -: AIP-51083: General failure creating S/MIME digital signature: java.lang.NullPointerException
    at oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:1083)

  • AS2 certificates in B2B

    I'm trying to setup an AS2 connection through B2B and having trouble setting up the host certificate. I've created a wallet and certificate request in OWM, installed the oracle certificate authority (oca), submitted the request and created the certificate. However, when I try to import the certificate back into owm I get an error saying that the installation failed with the possible errors: - input was not a valid certificate, - no matching request was found, or - ca certificate needed for certificate chain not found.
    I installed the ca certificate from oca but I'm still getting the same error. Is there any documentation available on how to get owm and oca to work together?
    Thanks!
    -Sean

    I got the same problem on iAS 9.0.4 and fininally gave it up. I installed iAS 9.0.4 to integrate 10g (only iAS 9.0.4 is support to integrate with Oracle apps 11.5.10).

  • Dynamic filename in receiver AS2 adapter in B2B Add-on

    Hello Experts,
    Can you please let me know how we can put dynamic filename in the receiver AS2 adapter for B2B Addon on SAP 7.4.
    Thanks
    Saurabh

    Hi Ryan / Experts,
    Let me explain you in more detail.
    In the receiver AS2 Communication channel, if I keep the Filename field as blank as shown below, then in the Mendelson inbox folder, a file is generated with the name "ASJAVA_DX5" which is my business component name.
    If I fill the filname field for example with "CONTRL", then in the Mendelson inbox folder, a file is generated with the name "CONTRL".
    This is my requirement because, suppose i trigger this interface "first time", a file with static name (ASJAVA_DX5/CONTRL ) would be generated in the inbox folder. If I trigger this interface "second time", since the file already exists with same name, it is not overwritten and I cannot check the output of 2nd trigger . Contents are not overwritten.
    To solve this problem + as a general requirement, I wish to have this name to be dynamic, atleast with date+timestamp.
    Can you please help.

  • AS2 software to work with AS2 adapter of B2B Toolkit 1.0

    Hi Team,
    I am doing scenario on AS2 adapter of B2B ToolKit 1.0 to work with AS2 adapter i need AS2 software and i am thinking to use mendelson AS2 server to work with it does it support it or should i use another AS2 software please suggest me.
    Regards,
    Avinash

    Hi Avinash,
        you have this blog, Easy-to-use AS2 software - part I Easy-to-use AS2 software - part I
    You can find the part 2 and 3 of it. All the info has been explained very good.
    Best regards, i hope it helps you.

  • Common batch errors

    Hello all,
    I have been monitoring batch process chains for just over 2 months now and there seems to be a new error associated with a full and/or delta load etc everyday.
    Does anybody have a tutorial/file etc on common batch errors and how to solve them.
    Thank you and kind regards,
    Keith

    Hello Keith,
    check out these:
    /people/siegfried.szameitat/blog/2005/07/28/data-load-errors--basic-checks
    /people/sap.user72/blog/2005/04/19/logistic-cockpit-a-new-deal-overshadowed-by-the-old-fashioned-lis
    /people/sap.user72/blog/2005/02/14/logistic-cockpit--when-you-need-more--first-option-enhance-it
    /people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods
    /people/sap.user72/blog/2004/12/23/logistic-cockpit-delta-mechanism--episode-two-v3-update-when-some-problems-can-occur
    Hope it helps..
    thanks,

  • Batch error in output.

    Dear Gurus,
    I am getting batch error while giving the output. We have batch split funcionality that was working fine upto now. Working on next rollout. But, this time system is also looking for batch in the batch header item and terminating the process. Now, even the previous invoices are not being printed. Any idea what got changed that is trigerring this error?
    Regards,
    Manu

    Hi Manu
    But as you said in your previous thread that you are getting error Batch Error while giving output ,
    So Check the following data :
    1) Go to Output type details and check wheather background job has been checked or not
    2) Check wheather any smartforms is assigned or not , if any smartforms are assigned then remove that smartforms and then check
    3) Also check in the output procedure details  which you have assigned to the document type  wheather any Requirement has been assigned to the output type or not
    4) Also check the key combination you have assigned to the access sequence and that access sequence assigned to the output type
    Regards
    Srinath

  • General Error B2B-50014 during AS2 send

    I have setup 2 B2B Servers - Sender and Receiver. I am trying to send a custom xml document from the Sender to the Receiver using AS2-1.1. I have setup a listening channel on the Sender to pick up the source xml file from a folder and transmit to the Receiver through AS2 using the httpReceiver URL on the Receiver. I have turned off Validation on the agreement o both sides and agreements have been successfully deployed.
    When I drop a file into the folder on the Sender, the file gets picked up (file disappears from folder), but I get an error message as follows. Any help is greatly appreciated.
    Error Code     B2B-50014
    Error Description     Machine Info: (soadev01.xyz.com) Description: General Error
    Error Level     ERROR_LEVEL_COLLABORATION
    Error Severity     INFORMATION
    Error Text     General Error
    Log file output:
    Message     Informational -: B2B-50029: B2B runtime error
    Supplemental Detail:
    at oracle.tip.b2b.tpa.TPAProcessor.processTPA(TPAProcessor.java:363)
    at oracle.tip.b2b.tpa.TPAProcessor.processOutgoingTPA(TPAProcessor.java:196)
    at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1335)
    at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:781)
    at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3319)
    at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:2948)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:575)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:214)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:105)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Informational -: B2B-50029: B2B runtime error
    at oracle.tip.b2b.tpa.TPAProcessor.processTPA(TPAProcessor.java:363)
    at oracle.tip.b2b.tpa.TPAProcessor.processOutgoingTPA(TPAProcessor.java:196)
    at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1335)
    at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:781)
    at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3319)
    at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:2948)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:575)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:214)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:105)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Thanks.
    Raja
    Edited by: 839119 on Sep 29, 2011 1:00 PM

    The flow starts from a file folder. The sender instance of Oracle B2B is setup to pick up the file from the folder using File protocol and send to the Receiver B2B instance using AS2. When I look at the application message on the error message in the Reports tab, it indicates that the file has been picked up as follows:
    App Message property     {timestamp=2011-09-29T14:54:12.000-06:00, preserve_filename=true, filesize=5539, filename=EPCOZ_Invoice.xml, RECEIVED_FILENAME=EPCOZ_Invoice.xml, fullpath=/soaz/app/soa/temp/b2b/EPCOZ_Invoice.xml, file_ext=xml}
    However, I receive the General error message that I posted previously.
    Please advise on how to formulate the file name.
    Thanks.
    Raja

  • AS2 Adapter Error

    Hi
    I need to send DATA from RFC to External partner I am using PI 7.4 AS2 (B2B)
    I am getting the below error in the As2 , I am using the below Module . please let me know what is causing the below issue
    localejbs/X12ConverterModule
    MP: exception caught with cause java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0
    ^
    Thanks
    Jai

    Hi Jai,
    The error is because incorrect regular expression is specified for the file name in receiver channel.
    Please check your receiver channel configuration. also refer the below thread
    Getting error "xml:java.util.regex.patternsyntaxexception dangling meta character '*' near index 0" while converting EDIFACT to XML
    regards,
    harish

  • Seeburger AS2 Reciever error: 404

    Hi
    Configuring and activating the interface for AS2 receiver channel is loggin error in RWB:
    Unable to forward message to JCA adapter. Reason: Fatal exception: com.sap.aii.af.ra.cci.XIRecoverableException: SEEBURGER AS2: 404 %2Fhttp%3A%2F%2FBlueberry%2ECommu%2Ecom%3A4080%2Fas2NotFound
    Pls can any help be offered to fix this issue?
    Regards
    Prabhu

    Hi Prabhu,
    Check the belowlinks
    403 Forbidden error in a Secured B2B (EDI XI) connection
    Http* Errors in XI
    Make sure that SAP/XI/Engine is active in SICF transaction.
    Regards,
    Venkata Ramesh

  • B2B-51083:  General failure creating S/MIME digital signature

    I finally figured out how to pickup a file, send it to B2B and have it recognized in B2B. The last part is to send the message via AS2 to TP. This is the part that fails. I created a keystore file using porticle. I created keystores using this tool as well when I was doing webmethods integration. In this keystore I have my key pair, the full chain, the TP pub and full chain.
    On the host profile I point to this and put in the correct password. For the AS2 delivery channel I am using my key for the digital signature and using the partner key for encryption.
    Im not sure what the issues is? I keep seeing the tip.properties file referenced. I can't find this file on my machine. This is the path to the current keystore c:\certs\fmwgatedevkeystore. It looks like in the logging below that it is referencing the correct location for the keystore off of the host profile.
    [2012-11-01T09:53:13.870-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.ui] [tid: [ACTIVE].ExecuteThread: '22' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052b9,0] [APP: b2bui] Last deployed status for tpa: AS2_MBDV_MBQA_HUB_CSV = Active
    [2012-11-01T09:53:13.870-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.ui] [tid: [ACTIVE].ExecuteThread: '22' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052b9,0] [APP: b2bui] oracle.tip.b2b.ui.backing.AgreementSearch: getAllAgreements(): END
    [2012-11-01T09:53:14.835-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.ui] [tid: [ACTIVE].ExecuteThread: '22' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052bf,0] [APP: b2bui] Value Change Listener:isPageDirty:false
    [2012-11-01T09:53:14.845-05:00] [soa_server1] [WARNING] [] [oracle.soa.b2b.ui] [tid: [ACTIVE].ExecuteThread: '22' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052bf,0] [APP: b2bui] show b2b.preview.features = false
    [2012-11-01T09:53:42.728-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.ui] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052fd,0] [APP: b2bui] Value Change Listener:isPageDirty:true
    *[2012-11-01T09:53:43.013-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052fd,0] [APP: b2bui] oracle.tip.b2b.utility.Utility:getWalletLocation(): c:\Certs\fmwgatedevkeystore*
    *[2012-11-01T09:53:43.014-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052fd,0] [APP: b2bui] oracle.tip.b2b.utility.Utility:getWalletPasswd(): B2B_WalletPsswd_vcOxvFq-4639124577518380962*
    *[2012-11-01T09:53:43.016-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052fd,0] [APP: b2bui] oracle.tip.b2b.utility.Utility:getWalletLocation(): c:\Certs\fmwgatedevkeystore*
    *[2012-11-01T09:53:43.017-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052fd,0] [APP: b2bui] oracle.tip.b2b.utility.Utility:getWalletPasswd(): B2B_WalletPsswd_vcOxvFq-4639124577518380962*
    *[2012-11-01T09:53:43.034-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052fd,0] [APP: b2bui] oracle.tip.b2b.utility.Utility:getWalletLocation(): c:\Certs\fmwgatedevkeystore*
    *[2012-11-01T09:53:43.035-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052fd,0] [APP: b2bui] oracle.tip.b2b.utility.Utility:getWalletPasswd(): B2B_WalletPsswd_vcOxvFq-4639124577518380962*
    [2012-11-01T09:53:43.052-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.ui] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052fd,0] [APP: b2bui] ## In getPermission ### tp null
    [2012-11-01T09:53:44.153-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.ui] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-0000000000005303,0] [APP: b2bui] Value Change Listener:isPageDirty:false
    [2012-11-01T09:53:45.901-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.ui] [tid: [ACTIVE].ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-000000000000530b,0] [APP: b2bui] ++++++ isDocPickerEnabled = true
    [2012-11-01T09:53:45.905-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.ui] [tid: [ACTIVE].ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-000000000000530b,0] [APP: b2bui] ### Has Admin Permission ###

    Wow. Another post got me past that error. It was because I had the host pub key in the keystore as well. Once I removed that and just left the keypair it works.
    Edited by: 966999 on Nov 1, 2012 9:15 AM

  • EDI Outbound Batching Error

    Hi All!
    We need to batch outbound EDI messages in XML format onto one EDI message. We have used deferred batching that is described in B2B documentation. But we have received the error:
    2009.06.30 at 12:25:59:265: Thread-39: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingBatchRequest Invoking PackMessage
    2009.06.30 at 12:25:59:281: Thread-39: B2B - (DEBUG) MimePackaging:pack:Enter
    2009.06.30 at 12:25:59:296: Thread-39: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:processOutgoingMessage General Exception ERROR
    2009.06.30 at 12:25:59:296: Thread-39: B2B - (ERROR) Error -: AIP-50014: General error
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1129)
    at oracle.tip.adapter.b2b.engine.Engine.handleMessageEvent(Engine.java:2355)
    at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:2258)
    at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:500)
    at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:348)
    at java.lang.Thread.run(Thread.java:534)
    How we can obtain complete information about this error in this case?
    Regards.

    Hi,
    Please refer -
    http://www.b2bgurus.com/2009/02/advanced-edi-batching-in-oracle-b2b.html
    You may be interested in below links also -
    http://www.oracle.com/technology/products/integration/b2b/pdf/B2B_TN_012_EDI_OutBound_Batching.pdf
    Outbound EDI Message Batching in Integration B2B
    Regards,
    Anuj
    Edited by: Anuj Dwivedi on Jun 30, 2009 5:31 PM

  • AS2 receiver error

    Hi Experts,
    Im getting this error in the AS2 receiver channel:
    Message could not be forwarded to the JCA adapter. Reason: Fatal exception: javax.resource.ResourceException: SEEBURGER AS2: AS2 Adapter failure # Outbound configuration error: Failed to get configuration from DATABASE. Sender configuration incomplete - perhaps AS2ID missing.., SEEBURGER AS2: AS2 Adapter failure # Outbound configuration error: Failed to get configuration from DATABASE. Sender configuration incomplete - perhaps AS2ID missing..
    IDOC to AS2 scenario
    I have already configured the sender and receiver party and put them in the determinations:
    sender party
    receiver party
    I did not put a sender party in the receiver agreement because I get a receiver agreement error
    Any ideas please?
    Thanks,
    Mike

    Hi Ajay,
      I guess these will help you...
    Seeburger AS2 Communication Channel Error
    Re: Asynchronous/sync mdn
    Regds,
    Pinangshuk.

  • AS2 Receiver Error: MIC not verified # unexpected-processing-error

    When sending out a test message using Seeburger AS2 receiver channel I get the following error:
    MIC not verified # unexpected-processing-error
    So obviously this problem is related to digital signature I think? However I get the same error even if digital signature is deactivated in the communication channel.
    Do you have any idea on this?

    Hi ,
    I have been facing this error and tried all the refresh and reimporting of certificate.
    "MIC not verified # unexpected-processing-error"
    could you be bit specific how to fix this ?
    thanks in advance
    Praveen

Maybe you are looking for

  • HP6110 printer connecting to wireless router USB port

    I have an HP Officejet 6110 all-in-one printer, a Toshiba laptop running Windows 7, and a Hitron wireless Router CGN3ROG. I am trying to get the printer on to my home network by plugging it into the USB port on the router. I cannot get it to work. Ha

  • Final Cut HD hang-up since I loaded iLife06

    Both Final Cut HD and Peak 4 seems to get stuck on the loading screen ever since I installed the new iLife06. Final Cut hangs while "loading Audio Filters" is stated in the loading screen. Peak hangs while "Core Audio" is stated in the loading screen

  • How do I get built in apps on new iPad air

    how do I get built in apps on new iPad air? I bought the new iPad air recently and if tried from app store, it ask to buy. Apple says those are free.

  • SQL Developer 1.1 Crash on connecting

    Hello, I have a TNS type connection defined which uses the default role and a connect identifier rather than a network alias. When I click test I get a success message but when I click connect then SQL developer waits for a few seconds and then crash

  • Validation in iw31

    Dear expert, in iw31/iw32 I want to validate plant section field under location tab with recipient field in component tab.that means when user create order with material he will enter recipient as a plant section . & if this two field are not equal r