2
I Use This!
Activity Not Available

News

Posted over 8 years ago
In reply to MDN is not signed error please post the whole error Log in or register to post comments
Posted over 8 years ago
In reply to MDN is not signed error I told them that initially. definitely on their end, but they deny. Oh well. I changed the AS2-to ID to another ID and it works. They apparently have multiple partnerships and the one isn't set up properly. ... [More] One final question, I am getting "MDN seems not to be in right format. Missing header value "as2-to." Ive seen different posts concerning this error but nothing seem applicable to my configuration. Everything looks correct. Not sure what else to look at and this is Amazon.com so Im not sure they will change anything on their side. Any ideas on what might be the cause of this or what I can look for? Log in or register to post comments [Less]
Posted over 8 years ago
In reply to Weird error when i try to run select * from partner from sqltool Hi Albertom I can use PARTNER or partner and the result is the same weird error, perhaps HSQLDB wait a transaction for partner table, but i don't know how i can release it... Greetings Pablo 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 PARTNER uppercase? Is this correct? Log in or register to post comments
Posted over 8 years ago
Hi! I'm working now for to run an sql sentence for example select * from partner That's my command line and configuration file java -jar sqltool-2.2.6.jar --rcFile=./mendelson.rec mendelson ---------------INFO MENDELSON.REC ... [More] FILE------------------------- urlid mendelson url jdbc:hsqldb:hsql://127.0.0.1:3333/config username SA password as2dbadmin --------------------------------------------------------------- If I want to run for example: select * from certificates sql> select * from certificates; ID PARTNERID FINGERPRINTSHA1 CATEGORY PRIO -- --------- ---------------------------------------------------------- -------- ---- 0 0 3D:A0:27:42:4D:92:6D:4:BB:74:66:1D:48:3E:61:6A:46:2A:5:B7 1 1 1 0 3D:A0:27:42:4D:92:6D:4:BB:74:66:1D:48:3E:61:6A:46:2A:5:B7 2 1 2 1 6D:9A:2C:79:02:B:F1:6B:20:78:E4:A3:BE:DF:93:DD:2A:AD:B7:40 1 1 3 1 6D:9A:2C:79:02:B:F1:6B:20:78:E4:A3:BE:DF:93:DD:2A:AD:B7:40 2 1 Ready! But If I want to run select * from partner sql> select * from PARTNER; SEVERE Rolling back SQL transaction. Exception in thread "main" java.lang.NullPointerException at org.hsqldb.cmdline.SqlFile.streamToBytes(Unknown Source) at org.hsqldb.cmdline.SqlFile.displaySqlResults(Unknown Source) at org.hsqldb.cmdline.SqlFile.scanpass(Unknown Source) at org.hsqldb.cmdline.SqlFile.execute(Unknown Source) at org.hsqldb.cmdline.SqlTool.objectMain(Unknown Source) at org.hsqldb.cmdline.SqlTool.main(Unknown Source) [root@mendelson jlib]# What's the wrong?? Thanks in advance, Pablo Forum:  AS2 [Less]
Posted over 8 years ago
In reply to MDN is not signed error Yes, but that's not the problem. MDN can be signed or not, you can configure the partner to have signed or unsigned MDN. The fourth line anyway says that the message you sent hasn't been accepted by your partner. ... [More] "[processed/error: unexpected-processing-error]" is something that happened on the other side. You must ask them what it means. It's not a problem in your station. Log in or register to post comments [Less]
Posted over 8 years ago
Trying to send a functional ack aback to my trading partner and get the following message. Does this mean the TP is not signing the MDN? [Jan 5, 2017 3:00:05 PM] 0A40170315970378C64000006E1B3490@SPSCommerce: Inbound MDN is not signed. [Jan 5, 2017 ... [More] 3:00:05 PM] 0A40170315970378C64000006E1B3490@SPSCommerce: Inbound transmission is a MDN [SPSCommerce - Cas]. [Jan 5, 2017 3:00:05 PM] 0A40170315970378C64000006E1B3490@SPSCommerce: Inbound MDN is the answer to AS2 message "mendelson_opensource_AS2-1483646405309-12@CasAS2_SPSCommerce". [Jan 5, 2017 3:00:05 PM] 0A40170315970378C64000006E1B3490@SPSCommerce: Inbound MDN state is [processed/error: unexpected-processing-error]. [Jan 5, 2017 3:00:05 PM] 0A40170315970378C64000006E1B3490@SPSCommerce: Inbound MDN details received from SPSCommerce: "This MDN response message is for: Message id: From: Casd Date received: Thu, 05 Jan 2017 20:00:05 GMT" Forum:  AS2 [Less]
Posted over 8 years ago
In reply to Help understanding directories I created a batch file and that works. Is there a command to copy to a directory without have to run the batch file? Log in or register to post comments
Posted over 8 years ago
In reply to Help understanding directories you have one directory per local station, but you can create a command which is triggered when you receive a file, to copy the received file to a common directory. Look at the last tab in the partner definition. Log in or register to post comments
Posted over 8 years ago
In reply to Help understanding directories I was able to successfully test one and it looked to me like it creates it when you receive doc. Don't know if that is right though. Id like to be able to receive all documents into the same folder if ... [More] possible. Not sure if that is option. Once I receive the docs via AS2 I run an ftp session from my AS400 to retrieve them into my EDI Translator. If I could receive to the same folder that would allow me to skip having to run a command to move them on receipt. Log in or register to post comments [Less]