Sean
2009-04-17 18:38:01 UTC
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
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