RE: [firebird-support] "Invalid Cursor State"

2017-10-18 Thread 'Leyne, Sean' s...@broadviewsoftware.com [firebird-support]
It´s an executable procedure which returns a parameter. It´s not a selectable procedure. Its the kind of SP you invoke like "execute procedure ... returning values ..." while selectable ones are usually called as "select ... from stored_procedure_name" I´ve managed to fix my issue, anyway.

[firebird-support] Re: Attempt to set in database number of buffers which is out of acceptable range ...

2017-10-18 Thread hv...@users.sourceforge.net [firebird-support]
> Is there any way to "force" the restore anyways and then set the DB cache > pages to a reasonable number on the Win32 server? firebird>gbak -? gbak:Usage: ... gbak:restore options are: -BU(FFERS)override page buffers default Regards, Vlad

[firebird-support] Attempt to set in database number of buffers which is out of acceptable range ...

2017-10-18 Thread fabia...@itbizolutions.com.au [firebird-support]
Hi All Our production server is a Win 64 massive ram memory Firbierd 3 64bits, and our development server is a VM on Win 32 with Fb 3 (32 bits) When we backup the database from the production x64 server, and try to retore it on the win32 server we usually get the following message: Attempt to

Re: [firebird-support] "Invalid Cursor State"

2017-10-18 Thread Jorge Andres Brugger jorge.brug...@gmail.com [firebird-support]
Sean: It´s an executable procedure which returns a parameter. It´s not a selectable procedure. Its the kind of SP you invoke like "execute procedure ... returning values ..." while selectable ones are usually called as "select ... from stored_procedure_name" I´ve managed to fix my issue, anyway.