Hello
Me again :(.
The latest error with the embedded database is even more concerning. We
keep the schema of our database on a server, and do a lot of
development using the server database. The server name is CPTMST001.
(We're using embedded FB 1.5.2, and Firebird Net Provider 2.0).
The latest problem is an exception with the following message."Unable
to complete network request to host \"CPTCFS001\".\r\nFailed to
establish a connection.", with the following trace:
at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect()
at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create()
at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut()
at FirebirdSql.Data.FirebirdClient.FbPoolManager.GetConnection(String connectionString)
at FirebirdSql.Data.FirebirdClient.FbConnection.Open()
The strangest thing is that i can delete all reference to the server
(CPTCFS001) in our code. The only connectionstring is to an embedded
database. I've tried stripping the connectionstring to next to nothing
("Database=DRAGON.fdb;ServerType=1") and various other combinations,
with pooling false/true, etc.
Are connectionstrings cached somewhere? All database components are in
written classes so there is no designer generated code that could be
haunting me.
It really feels like the wheels are coming off. Does anyone have any
idea what could be going on? Any help would be greatly
appreciated.
Thanks,
Ben
