Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

udunmirror Errors [Table of Contents] Chapter 4 Backup Server
Error Messages

Troubleshooting and Error Messages Guide

[-] Chapter 3 Error Message Writeups
[-] Kernel Errors
[-] ueoffline: no more engines can be offlined

ueoffline: no more engines can be offlined

Error message text

ueoffline: No more engines can be offlined in order to support %d outstanding network connections. Please try later when the server has fewer connections.

Explanation

As of Version 12.0, Adaptive Server allows SAs to bring down server engines by using the dbcc engine(offline) command. Along with the existing dbcc engine(online) command, this makes it possible for SAs to dynamically optimize the number of engines on a server based on the work load.

When you execute dbcc engine(offline), Adaptive Server checks whether the remaining engines can accommodate the outstanding user connections. This error is raised if taking down the engine would make it impossible to support the current connections to the server.

Action

Wait until there are fewer active connections, then re-try the dbcc engine(offline) command.

Use sp_who periodically to determine the number of active user connections on your server. Use the following command to determine the upper limit on the number of file descriptors available for server connections:

1> select @@max_connections
2> go

The return value represents the maximum possible descriptors available. Take into account overhead such as site handler connections, and note that overhead increases with the number of engines.

Versions in which this error is raised

12.0 and later


udunmirror Errors [Table of Contents] Chapter 4 Backup Server
Error Messages