Hi everybody,

 

I just had the problem that it is not possible to access an embedded firebird DB-file located on a shared network drive…

I thought the “RemoteFileOpenAbility” is exactly what I need to do this – but I get the error:

“I/O error for file CreateFile (open) \"here comes the path” \r\nError while trying to open file"}     System.Exception {FirebirdSql.Data.FirebirdClient.FbException}”

 

Any idea why this happening? I have complete access to that folder (read and write) on the network drive…

 

Thank you!

 

Daniel 

 

it's not possible - embedded needs to make an exclusive lock on the file and that can;t happen over network drives with unknown OS's at the other side. Can;t be done - if you want to share a db then use the full server

Alan

 

                    

            But what can I do with the „RemoteFileOpenAbility” flag in the firebird.conf file then? It seems to me that this is exactly what I need to “override” the security issue and access the file or am I wrong?

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to