Discussion:
Setting up encryption on AS2 dynamic sendport programmatically
(too old to reply)
Sean
2009-04-17 18:38:01 UTC
Permalink
I have a AS2 dynamic send port which allow me to route EDI to patners at the
runtime. It works like this:

Message_Out(EdiIntAS.AS2To) = My_EdiInt_AS2_To;
Port_Send_AS2(Microsoft.XLANGs.BaseTypes.Address) = Partner_URL;

However, when I try to add encryption into the message using:

Message_Out(BTS.EncryptionCert) = partner_thumbprint;

I keep getting the following errors:

A BTS MIME error was encountered when attempting to encode a message.
Error: The Encryption Certificate has not been configured for AS2 party.
AS2-From: My_AS2_Name AS2-To: Partner_AS2_Name

This leads me to believe the certificate has not been recognized. The
certificate is configured in Other People and I can send AS2 if using a
static Sendport so there is not configuration issue. Does anyone know this
issue?

Thanks,

Sean
Srinivasa Mahendrakar
2009-06-23 14:36:01 UTC
Permalink
Hi ,

I am also facing same problem . can you please let me know if this issue is
being solved.

Thanks
Srinivas
Post by Sean
I have a AS2 dynamic send port which allow me to route EDI to patners at the
Message_Out(EdiIntAS.AS2To) = My_EdiInt_AS2_To;
Port_Send_AS2(Microsoft.XLANGs.BaseTypes.Address) = Partner_URL;
Message_Out(BTS.EncryptionCert) = partner_thumbprint;
A BTS MIME error was encountered when attempting to encode a message.
Error: The Encryption Certificate has not been configured for AS2 party.
AS2-From: My_AS2_Name AS2-To: Partner_AS2_Name
This leads me to believe the certificate has not been recognized. The
certificate is configured in Other People and I can send AS2 if using a
static Sendport so there is not configuration issue. Does anyone know this
issue?
Thanks,
Sean
ssashok
2010-05-12 14:55:39 UTC
Permalink
Post by Srinivasa Mahendrakar
Hi ,
I am also facing same problem . can you please let me know if this issue is
being solved.
Thanks
Srinivas
Post by Sean
I have a AS2 dynamic send port which allow me to route EDI to patners a
the
Post by Srinivasa Mahendrakar
Post by Sean
Message_Out(EdiIntAS.AS2To) = My_EdiInt_AS2_To;
Port_Send_AS2(Microsoft.XLANGs.BaseTypes.Address) = Partner_URL;
Message_Out(BTS.EncryptionCert) = partner_thumbprint;
A BTS MIME error was encountered when attempting to encode a message.
Error: The Encryption Certificate has not been configured for AS2 party.
AS2-From: My_AS2_Name AS2-To: Partner_AS2_Name
This leads me to believe the certificate has not been recognized. The
certificate is configured in Other People and I can send AS2 if using a
static Sendport so there is not configuration issue. Does anyone know this
issue?
Thanks,
Sean
Hi,
I am in the same situation. Can anyone let me know how to configure dynami
send port for AS2 communication. I am really expecting some guidance for dynami
AS2 communication for signing and encryption. Thanks in advance.....
jin
2009-06-23 19:04:02 UTC
Permalink
try using httpsendhost for running orchestration

I mean change processhost which is the host to run orchestration to
httpsendhost

or the credential under which your as2 send port works
Post by Sean
I have a AS2 dynamic send port which allow me to route EDI to patners at the
Message_Out(EdiIntAS.AS2To) = My_EdiInt_AS2_To;
Port_Send_AS2(Microsoft.XLANGs.BaseTypes.Address) = Partner_URL;
Message_Out(BTS.EncryptionCert) = partner_thumbprint;
A BTS MIME error was encountered when attempting to encode a message.
Error: The Encryption Certificate has not been configured for AS2 party.
AS2-From: My_AS2_Name AS2-To: Partner_AS2_Name
This leads me to believe the certificate has not been recognized. The
certificate is configured in Other People and I can send AS2 if using a
static Sendport so there is not configuration issue. Does anyone know this
issue?
Thanks,
Sean
Loading...