Re: [Quickfix-users] quickfix/n error : MsgSeqNum too high, expecting 1 but received 14
Brought to you by:
orenmnero
From: Grant B. <gbi...@co...> - 2013-08-28 13:46:42
|
This is the list for the C++-based QuickFIX. I f you are using QF/n, you should join the QF/n-specific list: http://quickfixn.org/help T o your problem : U nless one side of the QF connection is configured to reset sequence numbers on login, both sides will maintain the sequence number count between executions. Most likely you are resetting the seq of one side of the connection somehow (by deleting the store maybe?) without resetting the other. On Wed, Aug 28, 2013 at 4:45 AM, vishveshraval <vis...@ho...>wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hello Sir, > I have created a Fix application using 'QuickFIX/n is v1.4.0' from > this 'http://www.quickfixn.org/download' site. > When I executed an application,i randomly get error of sequence > number.Sometimes the application runs fine and sometime I get sequence > number problem.The log details are as below: > > 20130828-07:20:09.859 : Created session > 20130828-07:20:10.593 : FIX.4.4:Server->Client Socket Reader 16492409 > accepting session FIX.4.4:Server->Client from 192.168.1.109:4155 > 20130828-07:20:10.593 : FIX.4.4:Server->Client Acceptor heartbeat set to 0 > seconds > 20130828-07:20:10.750 : Received logon > 20130828-07:20:10.796 : Responding to logon request > 20130828-07:20:10.796 : MsgSeqNum too high, expecting 1 but received 13 > 20130828-07:20:10.796 : Sent ResendRequest FROM: 1 TO: 0 > 20130828-07:20:10.890 : MsgSeqNum too high, expecting 1 but received 14 > 20130828-07:20:10.890 : Already sent ResendRequest FROM: 1 TO: 0. Not > sending another. > 20130828-07:20:10.921 : Received logout request > 20130828-07:20:11.187 : Session FIX.4.4:Server->Client disconnecting: > Socket > exception (192.168.1.109:4155): An existing connection was forcibly closed > by the remote host > 20130828-07:20:11.906 : FIX.4.4:Server->Client Socket Reader 27778196 > accepting session FIX.4.4:Server->Client from 192.168.1.109:4156 > 20130828-07:20:11.906 : FIX.4.4:Server->Client Acceptor heartbeat set to > 30 > seconds > 20130828-07:20:11.906 : Received logon > 20130828-07:20:11.906 : Responding to logon request > 20130828-07:20:11.906 : MsgSeqNum too high, expecting 1 but received 14 > 20130828-07:20:11.921 : Sent ResendRequest FROM: 1 TO: 0 > 20130828-07:20:11.921 : Got resend request from 13 to 0 > 20130828-07:20:11.937 : Sent SequenceReset TO: 16 > 20130828-07:20:11.953 : ResendRequest for messages FROM: 1 TO: 0 has been > satisfied. > 20130828-07:20:11.953 : Received SequenceReset FROM: 1 TO: 2 > 20130828-07:20:11.984 : Received SequenceReset FROM: 3 TO: 4 > 20130828-07:20:11.984 : Received SequenceReset FROM: 5 TO: 10 > 20130828-07:20:12.000 : Received SequenceReset FROM: 11 TO: 12 > 20130828-07:20:12.000 : Received SequenceReset FROM: 13 TO: 16 > > Please kindly send me suggestions and settings to run this application > without errors. > > > Thanks and Reguards, > Vishwesh Raval. > > > > -- > View this message in context: > http://quickfix.13857.n7.nabble.com/quickfix-n-error-MsgSeqNum-too-high-expecting-1-but-received-14-tp6560.html > Sent from the QuickFIX - User mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > -- Grant Birchmeier *Connamara Systems, LLC* *Made-To-Measure Trading Solutions.* Exactly what you need. No more. No less.* * http://connamara.com |