Hi
I'm having some problem getting the server to start.. Windows firewall is disabled and I haven't found any other firewall installed on this computer ( not mine ) this is the error message I receive in the errorlog.txt
2008-03-04 13:56:19
System.ArgumentException: Keyword not supported: 'initial
catalog'.
at System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey)
at System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules)
at System.Data.SqlClient.SqlConnectionString..ctor(String connectionString)
at System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous)
at System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String connectionString, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions)
at System.Data.SqlClient.SqlConnection.ConnectionString_Set(String value)
at System.Data.SqlClient.SqlConnection.set_ConnectionString(String value)
at Lansweeper30.starter.startsweeper()
-------------------------------------------------------------------------
this first thing I'm curious about is the Initial Catalog command being invalid.. and second.. anyone got a solution to this?
Any help appreciated, since I'm just here for till friday it would be good if it came quickly 😉
/Mickwald
EDIT: I've been checking around and I've tried to check if the port (9524) is open, which it seems not to be, but since I'm just doing the tests locally, I wonder if it's really required to be open..