Hello,
I found a curious thing. At the moment I'm working with a partner which provides two URL to receive data. One for HTTP and one for HTTPs. The differnece of the URL's is just the prefix (http:// or https://).
So the problem is that if I use the option File -> Send file to partner. In the dialog I'm choosing the partner profile for the http connection. The transfer of the file works proper, but in the log table the partner profile for the https connection ist listed.
If I try to test it otherwise, the error does not occure. So I mean I'm choosing the https profile and the https profile name is listed in the log table.
So, that confuses me a bit. Is it possible that the error has the root cause in the AS2 id? This ID is the same in both profiles?
Curlie,
I checked the code. The problem is that incoming data is only identified by the as2 id of the sender/receiver. If there is more than one partner in the m-e-c as2 configuration that has the same as2 id, the server will behave in the way you described. That is because the queries in the underlaying database do not work correctly if more than one profile is found for an incoming/outgoing as2 id.
We will add a check that an as2 id is unique in the partner configuration for the next version. Thank you for the hint.
Best regards
Heller
Hello,
I corrected the partner profiles until every AS2 id is unique.
After retesting the error disapears.
So, thanks for your help.