Quantcast
Channel: SCN: Message List - SAP SQL Anywhere
Viewing all articles
Browse latest Browse all 2182

Re: sqlanywhere database not start DBSPAWN ERROR -80

$
0
0

Hi Shiv,

 

It looks like the database server is unable to load the TCP/IP libraries due to lack of memory.  Can you try limiting the max cache size?  You use the "-ch" argument to do that, like this:

 

dbspawn -f dbsrv12 -ch 10m -gk all -n "$SQLANYWHERE_SERVER" -o <filename> -x "tcpip(port=${SQLANYWHERE_PORT};DoBroadcast=NO;BroadcastListener=NO)" "${SQLANYWHERE_C

MS_DBFILE}" "${SQLANYWHERE_AUDIT_DBFILE}"

 

In the above example, I'm telling the db server to set its max cache size to be 10 MB.  You can change that value as you like, such as 5k, 500M, 1g, etc.  Complete documentation on that argument is here: http://dcx.sap.com/index.html#1201en/dbadmin/ch-database-dbengine.html.


Viewing all articles
Browse latest Browse all 2182

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>