Re: [Quickfix-users] session not connecting
Brought to you by:
orenmnero
From: Malinka R. <ael...@gm...> - 2008-07-08 16:39:49
|
I'd check local firewall settings, and ports being up, start up one session (acceptor) only and then try to telnet to the port it listens on, if it works then try to start second session On Tue, Jul 8, 2008 at 12:24 PM, Julián Mendiola < jul...@pr...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > I have this two Session but I can't make them work... do you see anything > wrong? I run both aplication with the IP of my machine... > > #NYMEX Session > [SESSION] > ConnectionType=acceptor > LogonTimeout=30 > ReconnectInterval=30 > ResetOnLogon=Y > FileStorePath=C:\Projects\QuickFixSessions > BeginString=FIX.4.4 > SenderCompID=NYMEX > TargetCompID=ME > StartTime=01:00:00 > EndTime=21:30:00 > HeartBtInt=30 > SocketAcceptPort=31155 > EncryptMethod=0 > UseDataDictionary=Y > DataDictionary=C:\EricWhitney\spikes\NymexEmulator\NymexEmulator\FIXML > Definition\NymexFIX44.xml > > #NYMEX Emulation > [SESSION] > ConnectionType=initiator > LogonTimeout=30 > ReconnectInterval=30 > ResetOnLogon=Y > FileStorePath=C:\Projects\QuickFixSessions > BeginString=FIX.4.4 > SenderCompID=ME > TargetCompID=NYMEX > StartTime=01:00:00 > EndTime=21:30:00 > HeartBtInt=30 > SocketConnectPort=31155 > SocketConnectHost=192.168.......... > EncryptMethod=0 > SessionQualifier=NYMEX > UseDataDictionary=Y > DataDictionary=C:\EricWhitney\TVT\solution\TVT.Common.IceFix\FIXML > Definition\NymexFIX44.xml > > The logFile just saids: > > 20080708-16:12:52 : Created session > 20080708-16:12:52 : Connecting to 192.168.1.104 on port 31155 > 20080708-16:13:13 : Disconnecting > > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > |