Attaching remote database from OEngineServer (OpenInsight 32-Bit)
At 21 AUG 2009 06:39:01AM Fredrik Berling wrote:
Hi, I have a weird issue. I call OEngineServer(using oi4web.dll) from my Visual Web Developer application. This works very well except for one thing. If I try to make an attach to a database that is somewhere on the network, I get error FS109: Open or Create Meda error. the name "I:\RemoteDatabaseFolder\RemoteDatabase\" is an invalid volume directory label.
At 21 AUG 2009 07:15AM Mike Ruane wrote:
Fredrik-
As far as the server is concerned, and the user you are running as on the server, do the drive mappings exist?
Mike
At 21 AUG 2009 08:59AM Mike Ruane wrote:
In fact, just use UNC and you'll be fine.
Mike
At 21 AUG 2009 09:58AM Bertil Strom wrote:
Works with UNC, thanks :)
Stupid of me not to realize that the service can't make use of the bindings that are set on windows logon.