{{Quickfixn}} Resend Request - not receiving message in Application layer

Kunal CHANGELA kunal.changela at us.bnpparibas.com
Thu Apr 6 07:52:53 PDT 2017


So I tried that.
Removed the manual resend request.

Ran the app up as normal and saw a stream of messages come through.

Stopped the app.

Edited the SEQNUMS file to have:
0000000001 : 0000000001

Ran my app and I keep getting logged out. Checking the quickfix logs I see it not able to read a message….Is there still something further that I am missing or not doing correctly?

Nb. the SEQNUMS have changed to:
0000000012 : 0000000001

My Application log:

2017-04-06 10:45:26,754, 9764-[3], INFO , Bank.Reflex3.Common.Runtime.Providers.UnityDependencyProvider, [(null)], OnCreate(SessionID):  FIX.4.4:PARI/3E6E->FNRA/CA
2017-04-06 10:45:26,818, 9764-[18], INFO , Bank.Reflex3.Common.Runtime.Providers.UnityDependencyProvider, [(null)], ToAdmin OUT:  8=FIX.4.49=7735=A34=149=PARI50=3E6E52=20170406-14:45:26.80956=FNRA57=CA98=0108=3010=038
2017-04-06 10:45:26,833, 9764-[18], INFO , Bank.Reflex3.Common.Runtime.Providers.UnityDependencyProvider, [(null)], OnLogout(SessionID):  FIX.4.4:PARI/3E6E->FNRA/CA
2017-04-06 10:45:28,770, 9764-[19], INFO , Bank.Reflex3.Common.Runtime.Providers.UnityDependencyProvider, [(null)], ToAdmin OUT:  8=FIX.4.49=7735=A34=249=PARI50=3E6E52=20170406-14:45:28.77056=FNRA57=CA98=0108=3010=038
2017-04-06 10:45:28,781, 9764-[19], INFO , Bank.Reflex3.Common.Runtime.Providers.UnityDependencyProvider, [(null)], OnLogout(SessionID):  FIX.4.4:PARI/3E6E->FNRA/CA
2017-04-06 10:45:30,771, 9764-[20], INFO , Bank.Reflex3.Common.Runtime.Providers.UnityDependencyProvider, [(null)], ToAdmin OUT:  8=FIX.4.49=7735=A34=349=PARI50=3E6E52=20170406-14:45:30.77156=FNRA57=CA98=0108=3010=033
2017-04-06 10:45:30,781, 9764-[20], INFO , Bank.Reflex3.Common.Runtime.Providers.UnityDependencyProvider, [(null)], OnLogout(SessionID):  FIX.4.4:PARI/3E6E->FNRA/CA
2017-04-06 10:45:32,771, 9764-[21], INFO , Bank.Reflex3.Common.Runtime.Providers.UnityDependencyProvider, [(null)], ToAdmin OUT:  8=FIX.4.49=7735=A34=449=PARI50=3E6E52=20170406-14:45:32.77156=FNRA57=CA98=0108=3010=036
2017-04-06 10:45:32,781, 9764-[21], INFO , Bank.Reflex3.Common.Runtime.Providers.UnityDependencyProvider, [(null)], OnLogout(SessionID):  FIX.4.4:PARI/3E6E->FNRA/CA
QuickFix event log:

20170406-14:45:26.755 : Created session
20170406-14:45:26.761 : Connecting to 206.200.160.134 on port 64074
20170406-14:45:26.773 : Connection succeeded
20170406-14:45:26.821 : Initiated logon request
20170406-14:45:26.833 : Session FIX.4.4:PARI/3E6E->FNRA/CA disconnecting: System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host
   at QuickFix.SocketInitiatorThread.ReadSome(Byte[] buffer, Int32 timeoutMilliseconds)
   at QuickFix.SocketInitiatorThread.Read()
20170406-14:45:28.761 : Connecting to 206.200.160.134 on port 64074
20170406-14:45:28.770 : Connection succeeded
20170406-14:45:28.771 : Initiated logon request
20170406-14:45:28.781 : Session FIX.4.4:PARI/3E6E->FNRA/CA disconnecting: System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host
   at QuickFix.SocketInitiatorThread.ReadSome(Byte[] buffer, Int32 timeoutMilliseconds)
   at QuickFix.SocketInitiatorThread.Read()
20170406-14:45:30.761 : Connecting to 206.200.160.134 on port 64074
20170406-14:45:30.771 : Connection succeeded
20170406-14:45:30.771 : Initiated logon request
20170406-14:45:30.781 : Session FIX.4.4:PARI/3E6E->FNRA/CA disconnecting: System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host
   at QuickFix.SocketInitiatorThread.ReadSome(Byte[] buffer, Int32 timeoutMilliseconds)
   at QuickFix.SocketInitiatorThread.Read()
20170406-14:45:32.761 : Connecting to 206.200.160.134 on port 64074
20170406-14:45:32.770 : Connection succeeded
20170406-14:45:32.771 : Initiated logon request
20170406-14:45:32.781 : Session FIX.4.4:PARI/3E6E->FNRA/CA disconnecting: System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host
   at QuickFix.SocketInitiatorThread.ReadSome(Byte[] buffer, Int32 timeoutMilliseconds)
   at QuickFix.SocketInitiatorThread.Read()

QuickFix message log:

20170406-14:45:26.821 : 8=FIX.4.49=7735=A34=149=PARI50=3E6E52=20170406-14:45:26.80956=FNRA57=CA98=0108=3010=038
20170406-14:45:28.771 : 8=FIX.4.49=7735=A34=249=PARI50=3E6E52=20170406-14:45:28.77056=FNRA57=CA98=0108=3010=038
20170406-14:45:30.771 : 8=FIX.4.49=7735=A34=349=PARI50=3E6E52=20170406-14:45:30.77156=FNRA57=CA98=0108=3010=033
20170406-14:45:32.771 : 8=FIX.4.49=7735=A34=449=PARI50=3E6E52=20170406-14:45:32.77156=FNRA57=CA98=0108=3010=036
…
…
20170406-14:45:42.915 : 8=FIX.4.49=7735=A34=949=PARI50=3E6E52=20170406-14:45:42.91556=FNRA57=CA98=0108=3010=042
20170406-14:45:44.773 : 8=FIX.4.49=7835=A34=1049=PARI50=3E6E52=20170406-14:45:44.77256=FNRA57=CA98=0108=3010=086
20170406-14:45:46.775 : 8=FIX.4.49=7835=A34=1149=PARI50=3E6E52=20170406-14:45:46.77556=FNRA57=CA98=0108=3010=092

Thanks,
[CIB_BM_Sign_E_Q]

Kunal Changela
Credit Risk and PnL Development

Group Email: DL CRD IT NY<mailto:crditny at us.bnpparibas.com> (x841 4876, Intl: x721 4876)

787 7th Avenue, New York, NY 10019
Tel: +1 212 841 2640
Mobile: +1 917 216 8852
kunal.changela at us.bnpparibas.com<mailto:kunal.changela at us.bnpparibas.com>



[cid:image003.gif at 01D2AEB9.8663DCC0]

[icône représentant un arbre et symbolisant la nature]  Do not print this document unless it is necessary, consider the environment

From: Quickfixn [mailto:quickfixn-bounces at lists.quickfixn.com] On Behalf Of Mike Gatny
Sent: Thursday, April 06, 2017 9:20 AM
To: Mailing list for QuickFIX/n
Subject: Re: {{Quickfixn}} Resend Request - not receiving message in Application layer

Yes, you want to send ResendRequests, but you want quickfixn to do it for you :)
Editing the seqnum file will cause that.


This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify the sender. Any use not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited except formal approval. The internet can not guarantee the integrity of this message. BNP PARIBAS (and its subsidiaries) shall (will) not therefore be liable for the message if modified. Please note that certain functions and services for BNP Paribas may be performed by BNP Paribas RCC, Inc.


Unless otherwise provided above, this message was sent by BNP Paribas, or one of its affiliates in Canada, having an office at 1981 McGill College Avenue, Montreal, QC, H3A 2W8, Canada. To the extent this message is being sent from or to Canada, you may unsubscribe from receiving commercial electronic messages by using this link: www.bnpparibas.ca/en/unsubscribe/ <http://www.bnpparibas.ca/en/unsubscribe/>. See www.bnpparibas.ca <http://www.bnpparibas.ca> for more information on BNP Paribas, in Canada.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20170406/61d27489/attachment-0002.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.gif
Type: image/gif
Size: 4871 bytes
Desc: image003.gif
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20170406/61d27489/attachment-0002.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image004.jpg
Type: image/jpeg
Size: 652 bytes
Desc: image004.jpg
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20170406/61d27489/attachment-0002.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image005.png
Type: image/png
Size: 11349 bytes
Desc: image005.png
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20170406/61d27489/attachment-0002.png>


More information about the Quickfixn mailing list