PRB: Msg 3201 When Attempting to Dump or Load DatabaseID: Q77171
|
If you try to dump or load a database when all user connections are in use,
SQL Server returns the following error message:
Msg 3201, Level 16, State 1
Can't open dump device 'c:\sql\data\device.dmp', device
error or device off line.
dbsopen: no room in socket table
Each SQL Server dump device requires one user connection while a database dump or load is in progress. Thus, if the need for user connections is high, the occasional failure of a dump or load must be tolerated in order to accommodate more users.
If these errors occur, determine whether or not all of the user connections are currently being used. If this is the case, temporarily closing one user connection allows the dump or load to proceed. To avoid this situation in the future, either increase the number of user connections, or schedule database dumps and loads when the need for user connections is low.
Additional query words: dumping loading Windows NT
Keywords : kbother SSrvGen SSrvWinNT
Version : 4.2 | 4.21 4.21a
Platform : OS/2 WINDOWS
Issue type :
Last Reviewed: March 11, 1999