No new writeups yet.
No existing entries in the 15.7 Troubleshooting Guide for this range
15700 16 Failed to read the virtual page '%d' from the device '%d'.
15701 16 Error in dump format. End of page list expected.
15702 16 Failed to insert entry into the database disk map.
15703 16 Failed to delete row(s) from sysaltusages in the scratch database.
15704 16 The size of at least one stripe exceeds the maximum size of 32 GB. Consider striping the dump using more stripes in order to reduce the size of each stripe.
15705 16 The dump device '%.*s' is already in use by the database '%d'.
15706 16 The dump device '%.*s' is already in use as a %s.
15707 16 Failed to insert the attribute into master.dbo.sysattributes.
15708 16 The archive database is in an incorrect state to be loaded.
15709 16 There is no scratch database for the archive database '%d'.
15710 16 The scratch database '%.*s' is not useable for an archive database.
15711 16 A remote backup server, 'compress::' and other dump attributes cannot be specified in the LOAD DATABASE or LOAD TRANSACTION command.
15712 16 Failed to initialize device '%.*s'.
15713 16 Failed to insert row into sysaltusages in the scratch database.
15714 16 The length (%d) of the device name '%.*s' is too long. It must be at most 255 characters.
15715 16 Unable to open or create the sysaltusages table in the scratch database '%.*s'.
15716 16 Failed to delete the entries for the archive database with ID '%d' from sysaltusages in the scratch database '%.*s'.
15717 16 The archive database '%.*s' is already being updated by the process with spid '%d'. Please try again later.
15718 18 Invalid parameter specified.
15719 16 Failed to update the sysaltusages table in the scratch database with the modified disk map entries.
15720 10 Invalid options specified in the LOAD DATABASE or LOAD TRANSACTION command have been ignored.
15721 16 Duplicate device '%.*s' specified.
15722 10 Warning: The archive database '%.*s' appears to be in the process of being updated by a process other than this one. No action need be taken.
15723 20 Unable to update sysaltusages in the scratch database after making changes to the archive database '%.*s'.
15724 10 The database '%.*s' cannot be used as a scratch database. Please execute the sp_dboption stored procedure using the 'scratch database' option.
15725 16 The database cannot be dropped because it is being used as the scratch database for the archive database '%S_DBID'. Drop the archive database first.
15726 16 The number of stripes in the LOAD DATABASE or LOAD TRANSACTION command (%d) does not match the the number of stripes originally dumped (%d).
15727 16 At least one stripe specified in the LOAD DATABASE or LOAD TRANSACTION command is not part of set of stripes that were originally dumped.
15728 16 Unable to get exclusive access to the archive database '%.*s'.
15729 18 Testing hook to test cleanup after a fatal exception.
15730 16 Unable to create the original disk map for the archive database.
15731 10 Warning: Unable to reclaim space in the modified pages section of the archive database '%.*s' prior to loading it. The load will continue without reclaiming the space.
15732 18 Unable to clean up stale information from system catalogs for the archive database '%.*s' prior to loading it.
15733 16 An option specified in the ALTER DATABASE command is not valid for an archive database.
15734 16 The size of the memory pool used for compressed blocks (%d) is too small as a minimum of '%d' pages is needed.
Use sp_configure 'compression memory size' to increase this.
15735 16 The dump cannot be loaded into an archive database because the format of the compressed dump is not supported.
15736 21 Unable to remap the page '%u' to the modified pages section in the archive database '%.*s'.
15737 21 An internal error occured during the remapping of a page in the archive database '%.*s'.
15738 16 There is no more space in the modified pages section for the archive database '%.*s'. Use the ALTER DATABASE command to
increase the amount of space available to the database.
15739 16 Space in the modified pages section for the archive database '%.*s' has not been extended. Operation will be aborted.
15740 21 Attempt to read page %u (mass virtual page: 0x%08x, id: %d) for the archive database '%.*s' using a buffer from a large memory pool.
15741 20 Attempt to change the archive database '%.*s' without obtaining the requisite approval.
15742 20 Unable to obtain approval to change the archive database '%.*s'.
15743 20 Unable to save the changes made to the modified pages section in the archive database '%.*s'.
15744 16 Unable to get exclusive access to the archive database '%.*s' because it is being used. Please try again later.
15745 10 Any changes that may have been made to the archive database '%S_DBID' have been lost because of a failure to save the changes to the modified pages section.
15746 16 Unable to run this DBCC command on the archive database '%S_DBID' because it is not supported.
15747 16 Unable to run this DBCC command on the archive database '%S_DBID' because it has not been recovered.
15748 18 Unable to checkpoint the archive database '%.*s'.
15749 16 Unable to run this command on the archive database '%.*s' because it is not supported.
15750 16 The 'master' database cannot be loaded into an archive database.
15751 16 The status '%d' indicates that '%.*s' is not an 'archive database' device. Either specify a physical device name or create a logical device using
sp_addumpdevice with the 'archive database' option.
15754 20 Unable to read and decompress the block that contains page %u in the archive database '%S_DBID'.
15755 16 Unable to determine the size of the device '%s'.
15756 10 Invalid compression format found in device '%.*s'. The compression will be ignored.
15757 16 The compression format found in device '%.*s' differs from the format of a previous stripe. This stripe set cannot be loaded.
15758 20 Unable to remove the disposable changes segment from the modified pages section in the archive database '%S_DBID'.
15759 20 Internal error occurred when attempting to load the archive database '%S_DBID'.
15760 20 Invalid dump header when loading the database with ID '%d'.
15761 20 Unable to determine the device sequence number when loading the archive database '%S_DBID'.
15762 20 The archive database '%S_DBID' was loaded using a version of Adaptive Server that precedes that required for LOAD TRAN. Reload the database dump.
15763 20 LOAD TRANSACTION cannot load the archive database '%S_DBID' because it was loaded WITH NORECOVERY. Reload the database without WITH NORECOVERY.
15764 16 Adaptive Server was shut down abnormally while LOAD TRANSACTION was active in the archive database '%S_DBID'.
Execute the LOAD TRANSACTION command again.
15765 16 The device '%.*s' found in sysattributes seems stale. The device number expected is '%d' but instead '%d' was found.
15766 16 The archive database feature is not supported in this version of Adaptive Server. You cannot use database '%.*s'.
15767 16 The archive database '%.*s' is currently being updated on the cluster instance '%d'. Execute %s on that node.
15768 16 The archive database '%.*s' is currently being updated on the cluster instance '%d'. %s cannot be executed until the update completes. Please retry later