Thread: Re: [Quickfix-developers] Checksum problems
Brought to you by:
orenmnero
From: <or...@qu...> - 2008-05-19 19:38:39
|
Do you have any sample message we can use to create test cases to correct the problem? --oren > -------- Original Message -------- > Subject: [Quickfix-developers] Checksum problems > From: "Jonathan Allen" <ja...@fi...> > Date: Mon, May 19, 2008 1:16 pm > To: <qui...@li...> > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > QuickFix seems to be miscalculating checksums. I was told to turn off > checksum validation for the time being, but I cannot figure out how. > How do I turn off checksum validation? > For the long run, is there any known problems with QuickFix processing > large messages? The messages that are failing are about 6232 bytes in > length. > Jonathan Allen > Software Developer > Fixed Income Securities, Inc. > 858-547-7731 > 7720 Trade Street, Suite 310 > San Diego, CA 92121 > www.fisbonds.com > Member FINRA/SIPC > INFORMATION REGARDING SECURITIES IS FOR BROKER/DEALER AND REGISTERED ADVISOR USE ONLY - NOT FOR USE WITH THE PUBLIC If the reader of this message is not the intended recipient, you are notified that any disclosure, distribution or copying is prohibited. Please click here for additional disclosures. > http://www.fisbonds.com/FISBonds/PublicSite/EmailDisclosures.aspx > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |
From: <or...@qu...> - 2008-05-22 04:18:24
|
I looked at the first message, and it doesn't look quote right to me. For instance here is a repeating group telling us to expect 4 repeating groups (232=4), but as you can see here there are only 3 groups. I can see how QuickFIX might interpret that as a checksum problem (when parsing it will put a 3 in that value instead of a 4). Any idea what is going on here? --oren 232=4^A233=ORDRINCR^A234=5000^A233=LEAVESQTY^A234=0^A233=PRIMARY^A234=S^A299=0414298D605XTGFEFtyc6krQUUhqqkyG^A > -------- Original Message -------- > Subject: RE: [Quickfix-developers] Checksum problems > From: "Jonathan Allen" <ja...@fi...> > Date: Mon, May 19, 2008 3:20 pm > To: <or...@qu...> > Cc: <qui...@li...> > > > Resend with a smaller log file. > > -----Original Message----- > From: Jonathan Allen > Sent: Monday, May 19, 2008 1:18 PM > To: 'or...@qu...' > Cc: qui...@li... > Subject: RE: [Quickfix-developers] Checksum problems > > Certainly, the file is attached. > > Thanks for taking the time to look into this. I'm really at a loss right > now and I'm running out of time to get this fixed. > > Jonathan > > -----Original Message----- > From: or...@qu... [mailto:or...@qu...] > Sent: Monday, May 19, 2008 12:38 PM > To: Jonathan Allen > Cc: qui...@li... > Subject: RE: [Quickfix-developers] Checksum problems > > Do you have any sample message we can use to create test cases to > correct the problem? > > --oren > > > > INFORMATION REGARDING SECURITIES IS FOR BROKER/DEALER AND REGISTERED ADVISOR USE ONLY - NOT FOR USE WITH THE PUBLIC If the reader of this message is not the intended recipient, you are notified that any disclosure, distribution or copying is prohibited. Please click here for additional disclosures. > > http://www.fisbonds.com/FISBonds/PublicSite/EmailDisclosures.aspx |
From: Jonathan A. <ja...@fi...> - 2008-05-22 16:49:28
|
Seems obvious now, my partner company was sending me a malformed message which QuickFix understandably rejected. The error message should be fixed, but the end result was correct. Thanks for your help. Jonathan -----Original Message----- From: or...@qu... [mailto:or...@qu...] Sent: Wednesday, May 21, 2008 9:18 PM To: Jonathan Allen Cc: qui...@li... Subject: RE: [Quickfix-developers] Checksum problems I looked at the first message, and it doesn't look quote right to me. For instance here is a repeating group telling us to expect 4 repeating groups (232=4), but as you can see here there are only 3 groups. I can see how QuickFIX might interpret that as a checksum problem (when parsing it will put a 3 in that value instead of a 4). Any idea what is going on here? --oren 232=4^A233=ORDRINCR^A234=5000^A233=LEAVESQTY^A234=0^A233=PRIMARY^A234=S^ A299=0414298D605XTGFEFtyc6krQUUhqqkyG^A > -------- Original Message -------- > Subject: RE: [Quickfix-developers] Checksum problems > From: "Jonathan Allen" <ja...@fi...> > Date: Mon, May 19, 2008 3:20 pm > To: <or...@qu...> > Cc: <qui...@li...> > > > Resend with a smaller log file. > > -----Original Message----- > From: Jonathan Allen > Sent: Monday, May 19, 2008 1:18 PM > To: 'or...@qu...' > Cc: qui...@li... > Subject: RE: [Quickfix-developers] Checksum problems > > Certainly, the file is attached. > > Thanks for taking the time to look into this. I'm really at a loss right > now and I'm running out of time to get this fixed. > > Jonathan > > -----Original Message----- > From: or...@qu... [mailto:or...@qu...] > Sent: Monday, May 19, 2008 12:38 PM > To: Jonathan Allen > Cc: qui...@li... > Subject: RE: [Quickfix-developers] Checksum problems > > Do you have any sample message we can use to create test cases to > correct the problem? > > --oren > > > > INFORMATION REGARDING SECURITIES IS FOR BROKER/DEALER AND REGISTERED ADVISOR USE ONLY - NOT FOR USE WITH THE PUBLIC If the reader of this message is not the intended recipient, you are notified that any disclosure, distribution or copying is prohibited. Please click here for additional disclosures. > > http://www.fisbonds.com/FISBonds/PublicSite/EmailDisclosures.aspx INFORMATION REGARDING SECURITIES IS FOR BROKER/DEALER AND REGISTERED ADVISOR USE ONLY - NOT FOR USE WITH THE PUBLIC If the reader of this message is not the intended recipient, you are notified that any disclosure, distribution or copying is prohibited. Please click here for additional disclosures. http://www.fisbonds.com/FISBonds/PublicSite/EmailDisclosures.aspx |
From: Oren M. <or...@qu...> - 2008-05-22 16:57:21
|
Agreed. We will see about improving the error reporting for this case. As for message size, there is no limit outside of memory which would be about 2 gig on a 32 bit system. On May 22, 2008, at 11:48 AM, "Jonathan Allen" <ja...@fi...> wrote: > Seems obvious now, my partner company was sending me a malformed > message > which QuickFix understandably rejected. The error message should be > fixed, but the end result was correct. > > Thanks for your help. > > Jonathan > > -----Original Message----- > From: or...@qu... [mailto:or...@qu...] > Sent: Wednesday, May 21, 2008 9:18 PM > To: Jonathan Allen > Cc: qui...@li... > Subject: RE: [Quickfix-developers] Checksum problems > > I looked at the first message, and it doesn't look quote right to me. > For instance here is a repeating group telling us to expect 4 > repeating > groups (232=4), but as you can see here there are only 3 groups. I > can > see how QuickFIX might interpret that as a checksum problem (when > parsing it will put a 3 in that value instead of a 4). Any idea > what is > going on here? > > --oren > > 232= > 4^A233=ORDRINCR^A234=5000^A233=LEAVESQTY^A234=0^A233=PRIMARY^A234=S^ > A299=0414298D605XTGFEFtyc6krQUUhqqkyG^A > >> -------- Original Message -------- >> Subject: RE: [Quickfix-developers] Checksum problems >> From: "Jonathan Allen" <ja...@fi...> >> Date: Mon, May 19, 2008 3:20 pm >> To: <or...@qu...> >> Cc: <qui...@li...> >> >> >> Resend with a smaller log file. >> >> -----Original Message----- >> From: Jonathan Allen >> Sent: Monday, May 19, 2008 1:18 PM >> To: 'or...@qu...' >> Cc: qui...@li... >> Subject: RE: [Quickfix-developers] Checksum problems >> >> Certainly, the file is attached. >> >> Thanks for taking the time to look into this. I'm really at a loss > right >> now and I'm running out of time to get this fixed. >> >> Jonathan >> >> -----Original Message----- >> From: or...@qu... [mailto:or...@qu...] >> Sent: Monday, May 19, 2008 12:38 PM >> To: Jonathan Allen >> Cc: qui...@li... >> Subject: RE: [Quickfix-developers] Checksum problems >> >> Do you have any sample message we can use to create test cases to >> correct the problem? >> >> --oren >> >> >> >> INFORMATION REGARDING SECURITIES IS FOR BROKER/DEALER AND REGISTERED > ADVISOR USE ONLY - NOT FOR USE WITH THE PUBLIC If the reader of this > message is not the intended recipient, you are notified that any > disclosure, distribution or copying is prohibited. Please click here > for > additional disclosures. >> >> http://www.fisbonds.com/FISBonds/PublicSite/EmailDisclosures.aspx > > > INFORMATION REGARDING SECURITIES IS FOR BROKER/DEALER AND REGISTERED > ADVISOR USE ONLY - NOT FOR USE WITH THE PUBLIC If the reader of this > message is not the intended recipient, you are notified that any > disclosure, distribution or copying is prohibited. Please click here > for additional disclosures. > > http://www.fisbonds.com/FISBonds/PublicSite/EmailDisclosures.aspx > > |
From: Jonathan A. <ja...@fi...> - 2008-05-19 20:19:09
Attachments:
extract.log
|
Resend with a smaller log file. -----Original Message----- From: Jonathan Allen Sent: Monday, May 19, 2008 1:18 PM To: 'or...@qu...' Cc: qui...@li... Subject: RE: [Quickfix-developers] Checksum problems Certainly, the file is attached. Thanks for taking the time to look into this. I'm really at a loss right now and I'm running out of time to get this fixed. Jonathan -----Original Message----- From: or...@qu... [mailto:or...@qu...] Sent: Monday, May 19, 2008 12:38 PM To: Jonathan Allen Cc: qui...@li... Subject: RE: [Quickfix-developers] Checksum problems Do you have any sample message we can use to create test cases to correct the problem? --oren INFORMATION REGARDING SECURITIES IS FOR BROKER/DEALER AND REGISTERED ADVISOR USE ONLY - NOT FOR USE WITH THE PUBLIC If the reader of this message is not the intended recipient, you are notified that any disclosure, distribution or copying is prohibited. Please click here for additional disclosures. http://www.fisbonds.com/FISBonds/PublicSite/EmailDisclosures.aspx |
From: Jonathan A. <ja...@fi...> - 2008-05-19 20:16:59
Attachments:
extract.log
|
Certainly, the file is attached. Thanks for taking the time to look into this. I'm really at a loss right now and I'm running out of time to get this fixed. Jonathan -----Original Message----- From: or...@qu... [mailto:or...@qu...] Sent: Monday, May 19, 2008 12:38 PM To: Jonathan Allen Cc: qui...@li... Subject: RE: [Quickfix-developers] Checksum problems Do you have any sample message we can use to create test cases to correct the problem? --oren > -------- Original Message -------- > Subject: [Quickfix-developers] Checksum problems > From: "Jonathan Allen" <ja...@fi...> > Date: Mon, May 19, 2008 1:16 pm > To: <qui...@li...> > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > QuickFix seems to be miscalculating checksums. I was told to turn off > checksum validation for the time being, but I cannot figure out how. > How do I turn off checksum validation? > For the long run, is there any known problems with QuickFix processing > large messages? The messages that are failing are about 6232 bytes in > length. > Jonathan Allen > Software Developer > Fixed Income Securities, Inc. > 858-547-7731 > 7720 Trade Street, Suite 310 > San Diego, CA 92121 > www.fisbonds.com > Member FINRA/SIPC > INFORMATION REGARDING SECURITIES IS FOR BROKER/DEALER AND REGISTERED ADVISOR USE ONLY - NOT FOR USE WITH THE PUBLIC If the reader of this message is not the intended recipient, you are notified that any disclosure, distribution or copying is prohibited. Please click here for additional disclosures. > http://www.fisbonds.com/FISBonds/PublicSite/EmailDisclosures.aspx > ------------------------------------------------------------------------ - > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers INFORMATION REGARDING SECURITIES IS FOR BROKER/DEALER AND REGISTERED ADVISOR USE ONLY - NOT FOR USE WITH THE PUBLIC If the reader of this message is not the intended recipient, you are notified that any disclosure, distribution or copying is prohibited. Please click here for additional disclosures. http://www.fisbonds.com/FISBonds/PublicSite/EmailDisclosures.aspx |