2
I Use This!
Activity Not Available

News

Posted over 10 years ago
In reply to Ariba Hello, thanks for your effort. Have you informed the other software vendor? Perhaps something is wrong there regarding the content transfer encoding value? Or is there a problem with the base64 encoding? Is it possible for you to extract the base64 encoded part and decode it? Regards Log in or register to post comments
Posted over 10 years ago
In reply to Ariba Hacking around in the classes, I found this part in BCCryptohelper, verify if (contentTransferEncoding == null) { //the default encoding in BC is 7bit but the default content transfer encoding in AS2 is binary. ... [More] signed = new SMIMESigned(signedMultiPart, "binary"); System.out.println ("Binary"); } else { //signed = new SMIMESigned(signedMultiPart, contentTransferEncoding); signed = new SMIMESigned(signedMultiPart, "binary"); System.out.println (contentTransferEncoding); } I'm now forcing all to be binary, and for this relation it is working. They are sending a base64 encoded MDN/signature, but I think something goes wrong in decode that. Without changing the MDN in now get a success. Bit odd. This is the only partner so far we have where this goes wrong, and we have others using base64 also. Log in or register to post comments [Less]
Posted over 10 years ago
In reply to About AS2_DB_RUNTIME.data Size Thanks for the reply, other question.., Is possible to connect to DataBase? Reading the forum, I know about the following line command: java -cp jlib/hsqldb.jar org.hsqldb.util.DatabaseManager But How i Can ... [More] access the tables?, the user is this?: DB_USER_NAME = "sa"; DB_PASSWORD = "as2dbadmin"; Thanks in advance, Pablo Log in or register to post comments [Less]
Posted over 10 years ago
Hello everyone. We have the commercial version and have an issue where a certificate was changed on an local station partner which caused 300+ failed inbound transmissions from a partner. We did not receive any email notifications on these failures ... [More] which seems to be an issue. But, the larger issue is how can we re-load or re-process these failed inbound transmissions without asking the partner to send them again, which would be very difficult. Has anyone been able to do this and, if so, how? Thank you very much for any help. Forum: AS2 [Less]
Posted over 10 years ago
In reply to About AS2_DB_RUNTIME.data Size Hello, the size is controlled by HSQLDB. From time to time there should run a defragmentation routine inside the db system that reduces the size. Regards Log in or register to post comments
Posted over 10 years ago
Hi Guys! Thanks for a excellent product, I would like to know How I can limit the size of AS2_DB_RUNTIME.data file, perhaps it's controlled by HSQLDB, but i don't any information for this. Thanks in advance Pablo Forum: AS2
Posted over 10 years ago
We are trying to setup a connection with Ariba networks and although we can send OK and receive OK, we have a problem with the MDN we receive from Ariba. Below is the error we get: [10:36:02 AM] ... [More] MDN_ON_mendelson_opensource_AS2-1419932160213-0@QUYAS2QAS_ZZARIBAEDI: MDN is signed. [10:36:02 AM] MDN_ON_mendelson_opensource_AS2-1419932160213-0@QUYAS2QAS_ZZARIBAEDI: Using certificate "edi.ariba.com" to verify signature. [10:36:02 AM] MDN_ON_mendelson_opensource_AS2-1419932160213-0@QUYAS2QAS_ZZARIBAEDI: Verification of digital signature failed message-digest attribute value does not match calculated value [10:36:02 AM] Error verifying the senders digital signature: message-digest attribute value does not match calculated value. We have double checked certificates and other communication settings, but the error persists. How can we troubleshoot the issue further? I mean, there must obviously be an error raised in the verification routine, but it is unclear to me why. Any help would be appreciated. Forum: AS2 compatibility [Less]
Posted over 10 years ago
In reply to mendelson opensource AS2 1.1 b45 released smetsy, yes Regards Log in or register to post comments
Posted over 10 years ago
In reply to mendelson opensource AS2 1.1 b45 released Hi All, I would just like to know if this release is considered as a stable release... I need the changes made for the calculation of the MIC ASAP on a production environment... Kind regards, Yoeri Smets Log in or register to post comments
Posted over 10 years ago
In reply to AS2ServerRemoteImpl: java.io.IOException I resolved it. I was testing locally using the localhost but when I change it to 127.0.0.1, everything works fine. Log in or register to post comments