1
I Use This!
Inactive

News

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Posted over 8 years ago
In reply to MDN is not signed error unfortunately old versions are removed from Sourceforge, try googling Log in or register to post comments
Posted over 8 years ago
In reply to MDN is not signed error Is there any way to download the 1.1b47 release? Log in or register to post comments
Posted over 8 years ago
In reply to MDN is not signed error OK thank you both for the help. So, service, what is my fix here? Amazon accounts for a large number of my edi trading partners. Id like to use Mendelson for them if possible. Log in or register to post comments
Posted over 8 years ago
In reply to Weird error when i try to run select * from partner from sqltool Hmm if i eliminate commit, the java program run... hmmmm Log in or register to post comments
Posted over 8 years ago
In reply to Weird error when i try to run select * from partner from sqltool Well, i have to use Squirrel-SQL for execute the followinf SQL Sentence, run without error: INSERT INTO partner (as2ident ,name, islocal, sign, encrypt, email, url ... [More] , mdnurl, subject, contenttype, syncmdn, pollignorelist, pollinterval, compression, signedmdn, commandonreceipt, usecommandonreceipt, usehttpauth, httpauthuser, httpauthpass, usehttpauthasyncmdn, httpauthuserasnymdn, httpauthpassasnymdn, keeporiginalfilenameonreceipt, partnercomment, notifysend, notifyreceive, notifysendreceive, notifysendenabled, notifyreceiveenabled, notifysendreceiveenabled, commandonsenderror, usecommandonsenderror, commandonsendsuccess, usecommandonsendsuccess, contenttransferencoding, httpversion, maxpollfiles, partnercontact, partneraddress) VALUES ('AS2KK','KK',0,2,2,'[email protected]','http://url1','http://url2','AS2 Message','application/EDI-Consent',1,NULL,10,1,1,'c:/mendelson/mbi/SendToMBI.exe -file ${filename} -media as2',0,0,'','',0,'','',1,NULL,0,0,0,0,0,0,'NADA COMMANDSENDERROR',0,'COMANDO SENDSUCCESS',0,1,'1.1',100,NULL,NULL) The strange behavior to manipulate the partner table, appears again .., if you run this code is hung.., why? perhaps wait a transaction... import java.sql.Connection; import java.sql.DriverManager; import java.sql.Statement; public class InsertQuery { public static void main(String[] args) { Connection con = null; Statement stmt = null; String Comando = "INSERT INTO partner (as2ident ,name, islocal, sign, encrypt, email, url, mdnurl, subject, contenttype, syncmdn, pollignorelist, pollinterval, compression, signedmdn, commandonreceipt, usecommandonreceipt, usehttpauth, httpauthuser, httpauthpass, usehttpauthasyncmdn, httpauthuserasnymdn, httpauthpassasnymdn, keeporiginalfilenameonreceipt, partnercomment, notifysend, notifyreceive, notifysendreceive, notifysendenabled, notifyreceiveenabled, notifysendreceiveenabled, commandonsenderror, usecommandonsenderror, commandonsendsuccess, usecommandonsendsuccess, contenttransferencoding, httpversion, maxpollfiles, partnercontact, partneraddress) VALUES ('AS2KK','KK',0,2,2,'[email protected]','http://url1','http://url2','AS2 Message','application/EDI-Consent',1,NULL,10,1,1,'c:/mendelson/mbi/SendToMBI.exe -file ${filename} -media as2',0,0,'','',0,'','',1,NULL,0,0,0,0,0,0,'NADA COMMANDSENDERROR',0,'COMANDO SENDSUCCESS',0,1,'1.1',100,NULL,NULL)"; int result = 0; try { Class.forName("org.hsqldb.jdbc.JDBCDriver"); con = DriverManager.getConnection( "jdbc:hsqldb:hsql://localhost:3333/config", "SA", "as2dbadmin"); stmt = con.createStatement(); System.out.println("Comando : "+Comando); result = stmt.executeUpdate(Comando); con.commit(); }catch (Exception e) { e.printStackTrace(System.out); } System.out.println(result+" rows effected"); System.out.println("Rows inserted successfully"); } } for to run this code, you must to execute: java -cp "./:/opt/Mendelson/jlib/hsqldb.jar" InsertQuery thanks in advance, for any help -Pablo Log in or register to post comments [Less]
Posted over 8 years ago
In reply to MDN is not signed error Hello service, you are right, it's recommended, not yet a standard. So it must be disabled if it cause problems. And problems are with Kingfisher in England and Ferrero in Germany. Enough to not have it in ... [More] production. I tried to fix and recompile the sources, but unfortunately I encountered some problems setting up the environment with eclipse. I gave up. b47 is stable enough. Log in or register to post comments [Less]
Posted over 8 years ago
In reply to MDN is not signed error albertom, Thank you for your help, albertom - but just want to clarify some issues. As already mentioned: There is no such bug in b49, it just sets the algorithm protection attribute which is highly recommended ... [More] , please have a look at RFC 6211 from 2011 (https://tools.ietf.org/html/rfc6211). There is beneath that no known incompatibility between amazons AS2 and mendelson AS2? The problem with the unsigned MDN of the thread opener results of an internal server error of the partner - it this case it seems to chose an error path that returns an unsigned MDN. Regards Log in or register to post comments [Less]
Posted over 8 years ago
In reply to MDN is not signed error yes, this is a problem. Mendelson AS2 seems to be incompatible with Amazon's software. "service" will reply saying that the other side must update their software (read my post about the b49 bug). There is not ... [More] even support for those who wants to edit the sources to fix this kind of problems (read my post about recompiling sources). So the better option for you is to look for another product. Log in or register to post comments [Less]
Posted over 8 years ago
In reply to MDN is not signed error Is that enough information? Log in or register to post comments
Posted over 8 years ago
In reply to MDN is not signed error Jan 6, 2017 2:40:32 PM] mendelson_opensource_AS2-1483731631898-5@ThamesAS2_SN1T2Y7AO1Z3QK: Sending AS2 message to http://as2.amazonsedi.com/e3fcfdf9-fe98-4006-ba90-3f47f11274eb, sync MDN requested. [Jan 6, 2017 ... [More] 2:40:32 PM] mendelson_opensource_AS2-1483731631898-5@ThamesAS2_SN1T2Y7AO1Z3QK: Message sent successfully (HTTP 200); 3.71 KB transfered in 537ms [6.91 KB/s]. [Jan 6, 2017 2:40:32 PM] mendelson_opensource_AS2-1483731631898-5@ThamesAS2_SN1T2Y7AO1Z3QK: The received sync MDN seems not to be in right format. Missing header value "as2-to". [Jan 6, 2017 2:40:32 PM] mendelson_opensource_AS2-1483731631898-5@ThamesAS2_SN1T2Y7AO1Z3QK: Message payload stored to "C:\mendelson\opensource\as2\messages\Amazon046\error\Thames\20170106\AS2Message5894322210851293681.as2". [Jan 6, 2017 2:40:32 PM] mendelson_opensource_AS2-1483731631898-5@ThamesAS2_SN1T2Y7AO1Z3QK: Raw outgoing message stored to "C:\mendelson\opensource\as2\messages\Amazon046\error\Thames\20170106\raw\error8890091728423010263.raw". Log in or register to post comments [Less]