Re: [Quickfix-developers] Error on running app
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2005-10-07 18:56:46
|
It's not complaining about your configuration file, it is complaining =
about your xml data dictionary.
--oren
----- Original Message -----=20
From: Shankar Krishnan=20
To: Shankar Krishnan ; qui...@li...=20
Sent: Friday, October 07, 2005 1:51 PM
Subject: RE: [Quickfix-developers] Error on running app
=20
Apologies for the earlier email,=20
=20
Tracked down the real problem to
=20
ConfigError: Could not parse data dictionary file at SocketInitiator, =
looking at source code points to the settings file,
The file is just key/value pairs, I am not sure what is incorrect, are =
there any strict formatting rules.
=20
=20
QuickFix.ConfigError: Configuration failed: FIX40.xml: Could not pa
ionary file
at QuickFix.SocketInitiator..ctor(Application application, Messa
y factory, SessionSettings settings, MessageFactory messageFactory)
uickfix\source\quickfix\src\.net\socketinitiator.h:line 55
at BarCapFill.Class1.Main(String[] args) in c:\documents and set
a\my documents\visual studio projects\barcapfill\class1.cs:line 31
=20
=20
=20
Thanks
=20
=20
-------------------------------------------------------------------------=
-----
From: Shankar Krishnan [mailto:skr...@jw...]=20
Sent: Friday, October 07, 2005 2:20 PM
To: qui...@li...
Subject: [Quickfix-developers] Error on running app
=20
=20
=20
=20
I have set the configuration files as needed, I get the following =
exception, any help appreciated.
=20
=20
=20
|