|
| Access violation |
 |
14 Apr 2008 06:36:48 -0700 |
Hello All:
I get the following error where I try to register the server through IBConsole
:
Access violation at address 4054A501 in module 'gds32.dll'. Read of address
00000000
Following is my Interbase log :
COM3 (Server) Mon Apr 14 18:40:00 2008
Server: setting SWEEP_QUANTUM to 250, USER_QUANTUM to 1000,
SWEEP_YIELD_TIME to 1 ms, and MAX_THREADS to 1000000
SQL_COMPILER_RECURSION to 2000
COM3 (Client) Mon Apr 14 18:40:00 2008
Guardian starting: C:\Borland\InterBase\bin\ibserver.exe
COM3 (Server) Mon Apr 14 18:40:01 2008
operating system directive CreateFile failed
The system cannot find the file specified.
COM3 (Client) Mon Apr 14 18:40:01 2008
C:\Borland\InterBase\bin\ibserver.exe: terminated abnormally (-1)
COM3 (Client) Mon Apr 14 18:40:01 2008
gds__free: attempt to release bad block
I have Interbase 2007 (SP2) Developer version
My OS : Windows Professional 2002 (SP2)
regards
|
| Post Reply
|
| Re: Access violation |
 |
Mon, 14 Apr 2008 07:45:15 -070 |
Does connecting to a database on the server work with isql? Try:
isql "server:<path to db>" -user <some user name> -pass
<password for user>
or
isql "<path to db>" -user <some user name> -pass
<password for user>
Are you connecting via a local or remote connection? If it is local, try
remote and give a server name of localhost
Devinder wrote:
> Hello All:
>
> I get the following error where I try to register the server through
IBConsole :
>
> Access violation at address 4054A501 in module 'gds32.dll'. Read of address
00000000
>
> Following is my Interbase log :
>
> COM3 (Server) Mon Apr 14 18:40:00 2008
> Server: setting SWEEP_QUANTUM to 250, USER_QUANTUM to 1000,
> SWEEP_YIELD_TIME to 1 ms, and MAX_THREADS to 1000000
> SQL_COMPILER_RECURSION to 2000
>
>
> COM3 (Client) Mon Apr 14 18:40:00 2008
> Guardian starting: C:\Borland\InterBase\bin\ibserver.exe
>
>
> COM3 (Server) Mon Apr 14 18:40:01 2008
>
> operating system directive CreateFile failed
> The system cannot find the file specified.
>
> COM3 (Client) Mon Apr 14 18:40:01 2008
> C:\Borland\InterBase\bin\ibserver.exe: terminated abnormally (-1)
>
>
> COM3 (Client) Mon Apr 14 18:40:01 2008
> gds__free: attempt to release bad block
>
> I have Interbase 2007 (SP2) Developer version
> My OS : Windows Professional 2002 (SP2)
>
> regards
>
|
| Post Reply
|
| Re: Access violation |
 |
14 Apr 2008 14:12:05 -0700 |
Devinder wrote:
>
> Hello All:
>
> I get the following error where I try to register the server through
> IBConsole :
>
> Access violation at address 4054A501 in module 'gds32.dll'. Read of
> address 00000000
>
> Following is my Interbase log :
>
> COM3 (Server) Mon Apr 14 18:40:00 2008
> Server: setting SWEEP_QUANTUM to 250, USER_QUANTUM to 1000,
> SWEEP_YIELD_TIME to 1 ms, and MAX_THREADS to 1000000
> SQL_COMPILER_RECURSION to 2000
>
>
> COM3 (Client) Mon Apr 14 18:40:00 2008
> Guardian starting: C:\Borland\InterBase\bin\ibserver.exe
>
>
> COM3 (Server) Mon Apr 14 18:40:01 2008
>
> operating system directive CreateFile failed
> The system cannot find the file specified.
>
> COM3 (Client) Mon Apr 14 18:40:01 2008
> C:\Borland\InterBase\bin\ibserver.exe: terminated abnormally (-1)
>
>
> COM3 (Client) Mon Apr 14 18:40:01 2008
> gds__free: attempt to release bad block
>
> I have Interbase 2007 (SP2) Developer version
> My OS : Windows Professional 2002 (SP2)
>
> regards
>
> Devinder
Try my latest beta release of IBConsole.
There where some issues with the release that ships with IB2007 SP2
that are fixed.
http://www.gvsnet.nl/ibconsole
--
Gelein van de Voorde (IBConsole team)
"The blossoms on an apple tree are standardized,
and yet they are all different.
That is how we, too, should learn to build."
|
| Post Reply
|
| Re: Access violation |
 |
16 Apr 2008 08:35:02 -0700 |
Hi :
Now when I try to run the program it gives me a message "Connection lost to
Database".
If I try to login through IBConsole it gives me :
Unable to complete network request to host "127.0.0.1".
Error reading data from the connection
Here is my error log :
COM2 (Server) Wed Apr 16 21:10:06 2008
Server: setting SWEEP_QUANTUM to 250, USER_QUANTUM to 1000, SWEEP_YIELD_TIME to
1 ms
and MAX_THREADS to 1000000
COM2 (Client) Wed Apr 16 21:10:07 2008
Guardian starting: C:\Program Files\Borland\InterBase\bin\ibserver.exe
COM2 (Server) Wed Apr 16 21:10:29 2008
Database:
operating system directive CreateFileMapping failed
unknown Win32 error 193
COM2 (Client) Wed Apr 16 21:10:29 2008
C:\Program Files\Borland\InterBase\bin\ibserver.exe: terminated abnormally
(-1)
COM2 (Server) Wed Apr 16 21:10:30 2008
Server: setting SWEEP_QUANTUM to 250, USER_QUANTUM to 1000, SWEEP_YIELD_TIME to
1 ms
and MAX_THREADS to 1000000
COM2 (Client) Wed Apr 16 21:10:30 2008
Guardian starting: C:\Program Files\Borland\InterBase\bin\ibserver.exe
COM2 (Server) Wed Apr 16 21:11:04 2008
Database:
operating system directive CreateFileMapping failed
unknown Win32 error 193
COM2 (Client) Wed Apr 16 21:11:04 2008
C:\Program Files\Borland\InterBase\bin\ibserver.exe: terminated abnormally
(-1)
COM2 (Server) Wed Apr 16 21:11:04 2008
Server: setting SWEEP_QUANTUM to 250, USER_QUANTUM to 1000, SWEEP_YIELD_TIME to
1 ms
and MAX_THREADS to 1000000
COM2 (Client) Wed Apr 16 21:11:05 2008
Guardian starting: C:\Program Files\Borland\InterBase\bin\ibserver.exe
regards
|
| Post Reply
|
| Re: Access violation |
 |
16 Apr 2008 08:37:14 -0700 |
Devinder wrote:
> My OS : Windows Professional 2002 (SP2)
Huh? You mean XP?
--
Craig Stuntz [TeamB] · Vertex Systems Corp. · Columbus, OH
Delphi/InterBase Weblog : http://blogs.teamb.com/craigstuntz
IB 6 versions prior to 6.0.1.6 are pre-release and may corrupt
|
| Post Reply
|
|
|
|
|
|
|
|
|
|