Re: [Quickfix-developers] Acceptor App issues
Brought to you by:
orenmnero
|
From: Mike S. <MS...@rj...> - 2006-12-18 20:09:40
|
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=3Dacceptor SocketAcceptPort=3D3003 #SocketReuseAddress=3DY #SocketAcceptAddress=3D10.20.36.98 StartTime=3D01:00:00 EndTime=3D23:59:59 SenderCompID=3DINBOUND MSSQLStoreDatabase=3Dxxx MSSQLStoreUser=3Dxxx MSSQLStorePassword=3Dxxx MSSQLStoreHost=3Dxxx [SESSION] BeginString=3DFIX.4.2 DataDictionary=3DC:\\Projects\\Exchange APIs\\FIX42_inbound.xml TargetCompID=3DCLIENT1 [SESSION] BeginString=3DFIX.4.4 DataDictionary=3DC:\\Projects\\Exchange APIs\\FIX44_inbound.xml TargetCompID=3DCLIENT2 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=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDE V _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |