Re: [firebird-support] Executing isql without server running
@Rustam: Thank you! I will just start my server process then. Just thought I could do the DB patching in a kind of maintenance mode using isql directly. :-) On Wed, Jan 29, 2020 at 12:39 PM Rustam rusta...@ukr.net [firebird-support] wrote: > > > In FB 2.5 you need 'embed' version of client dll. Download archive with > 'embed' version. Unpack into empty dir. Rename 'fbembed.dll' to > 'fbclient.dll'. > Copy isql.exe into that dir and try. > For FB 3.0 may need some config in 'firebird.conf'. Possibly need enabling > 'embedded provider'. > In all cases must be no other connections to that DB and DB must can be > accessed locally in file system. > > *29 січня 2020, 13:01:21, від "Matthias Winkler spmm...@gmail.com > [firebird-support]" >:* > > > Hi, > > I thought there was a way to work on a fdb file with just isql and without > the firebird > process running. But I cannot find the syntax anymore. If I just give a > path /path/to/db.fdb I still get an error saying "cannot connect to > localhost -902" > > Any ideas? > > >
Re: [firebird-support] Executing isql without server running
29.01.2020 12:24, Matthias Winkler spmm...@gmail.com [firebird-support] wrote: > Its firebird 2.1.7 It must be Classic Server, not Super Server. -- WBR, SD. ++ Visit http://www.firebirdsql.org and click the Documentation item on the main (top) menu. Try FAQ and other links from the left-side menu there. Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ ++ Yahoo Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/firebird-support/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/firebird-support/join (Yahoo! ID required) <*> To change settings via email: firebird-support-dig...@yahoogroups.com firebird-support-fullfeatu...@yahoogroups.com <*> To unsubscribe from this group, send an email to: firebird-support-unsubscr...@yahoogroups.com <*> Your use of Yahoo Groups is subject to: https://info.yahoo.com/legal/us/yahoo/utos/terms/
Re: [firebird-support] Executing isql without server running
Its firebird 2.1.7 and strace shows: its only looking for libfbclient, which seems to be there. LDD is also happy: -sh-3.00# ldd isql linux-gate.so.1 => (0xe000) libfbclient.so.2 => /lib/libfbclient.so.2 (0xb76af000) libdl.so.2 => /lib/libdl.so.2 (0xb76aa000) libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7698000) libstdc++.so.6 => /lib/libstdc++.so.6 (0xb75e2000) libm.so.6 => /lib/tls/libm.so.6 (0xb75bd000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb75b4000) libc.so.6 => /lib/tls/libc.so.6 (0xb74a7000) /lib/ld-linux.so.2 (0xb7773000) Another guess? Dimitry Sibiryakov s...@ibphoenix.com [firebird-support] < firebird-support@yahoogroups.com> schrieb am Mi., 29. Jan. 2020, 12:04: > 29.01.2020 12:01, Matthias Winkler spmm...@gmail.com [firebird-support] > wrote: > > Any ideas? > >You have no read-write right to database file or libengineXX.so is > missing. > >strace can help you in investigation. > > > -- >WBR, SD. > > > > > > > ++ > > Visit http://www.firebirdsql.org and click the Documentation item > on the main (top) menu. Try FAQ and other links from the left-side menu > there. > > Also search the knowledgebases at > http://www.ibphoenix.com/resources/documents/ > > ++ > > > Yahoo Groups Links > > > >
Re: [firebird-support] Executing isql without server running
29.01.2020 12:01, Matthias Winkler spmm...@gmail.com [firebird-support] wrote: > Any ideas? You have no read-write right to database file or libengineXX.so is missing. strace can help you in investigation. -- WBR, SD. ++ Visit http://www.firebirdsql.org and click the Documentation item on the main (top) menu. Try FAQ and other links from the left-side menu there. Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ ++ Yahoo Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/firebird-support/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/firebird-support/join (Yahoo! ID required) <*> To change settings via email: firebird-support-dig...@yahoogroups.com firebird-support-fullfeatu...@yahoogroups.com <*> To unsubscribe from this group, send an email to: firebird-support-unsubscr...@yahoogroups.com <*> Your use of Yahoo Groups is subject to: https://info.yahoo.com/legal/us/yahoo/utos/terms/