[Quickfix-developers] Acceptor App issues
Brought to you by:
orenmnero
|
From: Mike S. <MS...@rj...> - 2006-12-14 19:40:40
|
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 |