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.
Fredrik-
As far as the server is concerned, and the user you are running as on the server, do the drive mappings exist?
Mike
In fact, just use UNC and you'll be fine.
Mike
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.