Re: [Quickfix-developers] Acceptor App issues
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-12-18 22:11:03
|
I guess I'm not really sure what you mean by a plain old socket app. What is the socket app sending? You can't really expect QuickFIX to do anything if you aren't sending FIX messages. What exactly do you expect QuickFIX to do in this situation? --oren On Dec 18, 2006, at 10:09 PM, Mike Smith wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Nobody has had any issues with an Acceptor application talking with a > plain ole socket app? Again, both are written in .NET. The socket > app > doesn't do anything fancy, just connects to the IP and port that the > acceptor is listening to. Both are running on the same machine. > Everything works great if I have a QuickFIX Initiator app talking to a > QuickFIX Acceptor app, but nothing happens if it's a socket app > talking > to a QuickFIX Acceptor. > > Any help would be greatly appreciated. > > -Mike > > -----Original Message----- > From: qui...@li... > [mailto:qui...@li...] On > Behalf Of > Mike Smith > Sent: Thursday, December 14, 2006 1:41 PM > To: qui...@li... > Subject: [Quickfix-developers] Acceptor App issues > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > I'm running into a weird issue with an acceptor application I > have. I'm > using .NET and have an acceptor with the following configuration... > > # default settings for sessions > [DEFAULT] > ConnectionType=acceptor > SocketAcceptPort=3003 > #SocketReuseAddress=Y > #SocketAcceptAddress=10.20.36.98 > StartTime=01:00:00 > EndTime=23:59:59 > SenderCompID=INBOUND > MSSQLStoreDatabase=xxx > MSSQLStoreUser=xxx > MSSQLStorePassword=xxx > MSSQLStoreHost=xxx > > [SESSION] > BeginString=FIX.4.2 > DataDictionary=C:\\Projects\\Exchange APIs\\FIX42_inbound.xml > TargetCompID=CLIENT1 > [SESSION] > BeginString=FIX.4.4 > DataDictionary=C:\\Projects\\Exchange APIs\\FIX44_inbound.xml > TargetCompID=CLIENT2 > > When I run an intiator app using .NET everything works great. But I > tried testing a generic socket app which does not use quickfix, but > instead just creates a socket connection and sends/receives text > and it > doesn't work. I don't see anything being received by the acceptor > app, > but the generic socket app connects and sends the text without > error. I > even see the port in use when I run netstat. > > Has anybody run into this before or have any idea on how I might fix > this? > > Regards, > > Mike > > ---------------------------------------------------------------------- > -- > - > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDE > V > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |