2
I Use This!
Activity Not Available

News

Posted over 12 years ago
In reply to controlling mendelson via command line I use Mendelson AS2 on a Linux, and I don't know if there are any material differences between the Linux and MS versions. But in my experience, automation takes virtually no effort at all. ... [More] Mendelson polls the "outbox" directories every few seconds, and if it finds a file in a given partner's outbox, it sends the file out. You could similarly poll each partner's "inbox" with a batch. If there is no file, exit. If there is a file, move it somewhere outside the Mendelson area, and then take appropriate action. Log in or register to post comments [Less]
Posted over 12 years ago
We want to control the OpenSource Version of MendelsonAS2 with Microsoft Dynamics NAV. Is there any possibility to create a new partner and/or catch Events like file incoming without changing the Source code via command line? Does the as2.exe accept ... [More] any parameters like file path, partner name [vice versa] on launching via cmd? I know that you can define partner specific batch scripts for some Events. Is it possible to let Mendelson do the work and fill in a default script for every new partner created? Thanks in advance Forum: AS2 [Less]
Posted over 12 years ago
In reply to Invalid Keystore format Unfortunately, Mendelson Open Source AS2 requires two different cert files. One of them, in P12 format, is used for "http" connections. The other, in JKS format, is used for "https" connections. You could put ... [More] different certificates into the two files, depending on what you need. Personally, I find it easier to import all my certs into one file, then save it to one format, then convert to the other format and save that. That way if one of your trading partners decides, for example, to change from http to https, you would not have to work hard to implement the change. The p12 file should be named "certificates.p12" and placed in the program's top level directory. The JKS file should be named "keystore" and placed in the /jetty/etc subdirectory. (These are defaults. They can be changed in the Mendelson configuration, but why bother?) Both files need a password. For convenience, I use the same for both. The msg "invslid keystore format" could indicate that the cert you are trying to use for a given trading partnership is not in the correct file, or it could indicate that the password for that file is not correct. Log in or register to post comments [Less]
Posted over 12 years ago
In reply to I am using version 1.1 build I was able to resolve by editing the passwd file. Thanks :-) Log in or register to post comments
Posted over 12 years ago
In reply to roberth, I am using version 1.1 build 39 Log in or register to post comments
Posted over 12 years ago
In reply to Unable to change default web interface credentials roberth, in the current version of the AS2 the password is stored in the file ".passwd" found in the installation directory. The "realm.properties" manages the credentials for older versions - what version are you using? Regards Log in or register to post comments
Posted over 12 years ago
I am unable to change the default web interface credentials by editing the Jetty/etc/realm.properties file. No matter what I set in there, the changes are not taken upon restarting AS2. Any ideas? Forum: AS2
Posted over 12 years ago
In reply to Password from partner nancy_qiao, the mendelson OFTP2 does not check the inbound password, you can tell any value to VOLVO. As the password length is only 8 and may contain only capital letters this does not provide any security and could be ignored in our understanding. Regards Log in or register to post comments
Posted over 12 years ago
Hello, I'm trying to setup a connection with OFTP2 opensouce version to get communication with volvo, could someone tell me where i should configure the password parameter in OPTP2 opensouce Version? Forum: OFTP2
Posted over 12 years ago
Hi all, I have tried adding in some extra certificates into the certificates.p12 file to be able to use encryption. After the changes, all messages fail with the message: Invalid keystore format. I had backed up the original file and have tried ... [More] putting back the original, but this did not work. Even after clicking reload keystores in the top menu. I have even tried installing and manually removing all the remaining files. I have re-installed Mendelson AS2, but keep getting the same error. Does anyone know what I am missing here? Thanks, Philip Forum: AS2 [Less]