Subject | Re: [firebird-support] Re: ISC ERROR CODE:335544344 ISC ERROR MESSAGE: I/O error for file - already opened |
---|---|
Author | Helen Borrie |
Post date | 2011-04-02T08:15:36Z |
At 01:34 PM 2/04/2011, Sammy Davis wrote:
Look at the path strings you have set up for these two connections. I bet you will find that one is
"C:\MYFILE.FDP"
while the other is
"C:MYFILE.FDP" (notice the missing backstroke)
Avoid these problems by using an alias. In aliases.conf, make the entry
myfile = C:\MYFILE.FDP
Then make both your datasnap server and IBExpert (and every other client) connect to myhostname:myfile
./hb
>My version is superserver.Superserver on Windows is protected from having two clients connect to a database with different path strings (something that Windows would otherwise allow, that would corrupt the database, because Windows then treats the same *file* as though it were two databases).
>If i connect first with Ibexpert then my datasnap server can't connect.
>If i connect first my datasnap server then I can't connect with Ibexpert.
Look at the path strings you have set up for these two connections. I bet you will find that one is
"C:\MYFILE.FDP"
while the other is
"C:MYFILE.FDP" (notice the missing backstroke)
Avoid these problems by using an alias. In aliases.conf, make the entry
myfile = C:\MYFILE.FDP
Then make both your datasnap server and IBExpert (and every other client) connect to myhostname:myfile
./hb