Home > Archive > SQL Anywhere database > July 2005 > DBSPAWN ERROR: -876









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author DBSPAWN ERROR: -876
Luis A. Uriarte

2005-07-27, 11:23 am

Hello everybody:

I´ve been experiencing troubles trying to start up an ASA 9 server running
in a SUN Sparc system with a Solaris 10.0 OS
Executing this command: dbspawn -p dbsrv9 @asa9_rgde.cfg
Where asa9_rgde.cfg contains the following:

# Archivo de configuracion tipo para el servidor 280R
-nasa9_280
-c 3G
-gd all
-gp 16384
-o /opt/sybase/SYBSsa9/bin/Errorlog.txt
-oe /opt/sybase/SYBSsa9/bin/StartupErrorlog.txt
-os 10M
-zl
/opt/sybase/SYBSsa9/asademo.db
# End of file

.... and this error is displayed:
Enter 'Y' for Yes and 'N' for No:
DBSPAWN ERROR: -876
Client out of memory

What am I doing wrong?

SunFire 280 R with dual CPU ULTRA SPARC 1 GHz, 4 Gb RAM with Solaris 10.0
and
Adaptive Server Anywhere Network Server Version 9.0.1.1753.

Thanks in advance (sorry for my english)
--
Luis A. Uriarte
luriarte@riogrande.gov.ar
Centro de Cómputos
54 (02964) 42-1532
Municipalidad de Río Grande
http://www.riogrande.gov.ar
Tierra del Fuego


Reg Domaratzki \(iAnywhere Solutions\)

2005-07-27, 1:24 pm

Do /opt/sybase/SYBSsa9/bin/Errorlog.txt or
/opt/sybase/SYBSsa9/bin/StartupErrorlog.txt show any reason why the engine
failed to start?

--
Reg Domaratzki, Sybase iAnywhere Solutions
Sybase Certified Professional - Sybase ASA Developer Version 8
Please reply only to the newsgroup

iAnywhere Developer Community : http://www.ianywhere.com/developer
iAnywhere Documentation : http://www.ianywhere.com/developer/product_manuals
ASA Patches and EBFs : http://downloads.sybase.com/swx/sdmain.stm
-> Choose SQL Anywhere Studio
-> Set "Platform Preview" and "Time Frame" to ALL

"Luis A. Uriarte" <luisuriarte@speedy.com.ar> wrote in message
news:42e7b827@forums
-2-dub...
> Hello everybody:
>
> I´ve been experiencing troubles trying to start up an ASA 9 server running
> in a SUN Sparc system with a Solaris 10.0 OS
> Executing this command: dbspawn -p dbsrv9 @asa9_rgde.cfg
> Where asa9_rgde.cfg contains the following:
>
> # Archivo de configuracion tipo para el servidor 280R
> -nasa9_280
> -c 3G
> -gd all
> -gp 16384
> -o /opt/sybase/SYBSsa9/bin/Errorlog.txt
> -oe /opt/sybase/SYBSsa9/bin/StartupErrorlog.txt
> -os 10M
> -zl
> /opt/sybase/SYBSsa9/asademo.db
> # End of file
>
> ... and this error is displayed:
> Enter 'Y' for Yes and 'N' for No:
> DBSPAWN ERROR: -876
> Client out of memory
>
> What am I doing wrong?
>
> SunFire 280 R with dual CPU ULTRA SPARC 1 GHz, 4 Gb RAM with Solaris 10.0
> and
> Adaptive Server Anywhere Network Server Version 9.0.1.1753.
>
> Thanks in advance (sorry for my english)
> --
> Luis A. Uriarte
> luriarte@riogrande.gov.ar
> Centro de Cómputos
> 54 (02964) 42-1532
> Municipalidad de Río Grande
> http://www.riogrande.gov.ar
> Tierra del Fuego
>
>



Luis A. Uriarte

2005-07-27, 1:24 pm

Thanks.

In Error.log and StartupErrorlog.txt is:

I. 07/27 12:27:06. This server is licensed to:
I. 07/27 12:27:06. Developer Edition
I. 07/27 12:27:06. Restricted Use
E. 07/27 12:27:06. Not enough memory

I have 4 Gb of RAM Memory.
???
--
Luis A. Uriarte
luriarte@riogrande.gov.ar
Centro de Cómputos
54 (02964) 42-1532
Municipalidad de Río Grande
http://www.riogrande.gov.ar
Tierra del Fuego
"Reg Domaratzki (iAnywhere Solutions)" <FirstName.LastName@ianywhere.com>
escribió en el mensaje news:42e7bf23$1@foru
ms-1-dub...
> Do /opt/sybase/SYBSsa9/bin/Errorlog.txt or
> /opt/sybase/SYBSsa9/bin/StartupErrorlog.txt show any reason why the engine
> failed to start?
>
> --
> Reg Domaratzki, Sybase iAnywhere Solutions
> Sybase Certified Professional - Sybase ASA Developer Version 8
> Please reply only to the newsgroup
>
> iAnywhere Developer Community : http://www.ianywhere.com/developer
> iAnywhere Documentation :
> http://www.ianywhere.com/developer/product_manuals
> ASA Patches and EBFs : http://downloads.sybase.com/swx/sdmain.stm
> -> Choose SQL Anywhere Studio
> -> Set "Platform Preview" and "Time Frame" to ALL
>
> "Luis A. Uriarte" <luisuriarte@speedy.com.ar> wrote in message
> news:42e7b827@forums
-2-dub...
>
>



Ian McHardy

2005-07-27, 8:23 pm

I believe dbsrv9 is a 32 bit executable. At least on Windows, a 32 bit exe
is normally limited to 2GB virtual address space (actually less since there
are other memory overheads other than the cache).

Try using -c 1500M instead of -c 3G.

Note the database cache is typically smaller or about the same size as your
database, so unless your database is more than 2GB you don't need that large
of a cache.

--

Ian McHardy (iAnywhere Solutions)

Please reply only to the newsgroup.

Whitepapers, TechDocs, bug fixes are all available through the iAnywhere
Developer Community at http://www.ianywhere.com/developer
"Luis A. Uriarte" <luisuriarte@speedy.com.ar> wrote in message
news:42e7c444@forums
-2-dub...
> Thanks.
>
> In Error.log and StartupErrorlog.txt is:
>
> I. 07/27 12:27:06. This server is licensed to:
> I. 07/27 12:27:06. Developer Edition
> I. 07/27 12:27:06. Restricted Use
> E. 07/27 12:27:06. Not enough memory
>
> I have 4 Gb of RAM Memory.
> ???
> --
> Luis A. Uriarte
> luriarte@riogrande.gov.ar
> Centro de Cómputos
> 54 (02964) 42-1532
> Municipalidad de Río Grande
> http://www.riogrande.gov.ar
> Tierra del Fuego
> "Reg Domaratzki (iAnywhere Solutions)" <FirstName.LastName@ianywhere.com>
> escribió en el mensaje news:42e7bf23$1@foru
ms-1-dub...
>
>



Luis A. Uriarte

2005-07-28, 9:23 am

thank you...
That´s the solution...now it´s working allright

--
Luis A. Uriarte
luriarte@riogrande.gov.ar
Centro de Cómputos
54 (02964) 42-1532
Municipalidad de Río Grande
http://www.riogrande.gov.ar
Tierra del Fuego
"Ian McHardy" < mchardy_no@spam_iany
where.com> escribió en el mensaje
news:42e7e0bb$1@foru
ms-2-dub...
>I believe dbsrv9 is a 32 bit executable. At least on Windows, a 32 bit exe
>is normally limited to 2GB virtual address space (actually less since there
>are other memory overheads other than the cache).
>
> Try using -c 1500M instead of -c 3G.
>
> Note the database cache is typically smaller or about the same size as
> your database, so unless your database is more than 2GB you don't need
> that large of a cache.
>
> --
>
> Ian McHardy (iAnywhere Solutions)
>
> Please reply only to the newsgroup.
>
> Whitepapers, TechDocs, bug fixes are all available through the iAnywhere
> Developer Community at http://www.ianywhere.com/developer
> "Luis A. Uriarte" <luisuriarte@speedy.com.ar> wrote in message
> news:42e7c444@forums
-2-dub...
>
>



Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com