Event ID - 18272

Event Id18272
SourceMSSQLServer
DescriptionI/O error on backup or restore restart-checkpoint file %1. Operating system error %2. The statement is proceeding but is non-restartable.
Event Information"According To Microsoft:
CAUSE:
This error occurs because the BACKUP or RESTORE process needs to create a checkpoint file that will indicate at what point any failure occurs. This allows the WITH RESTART option to be used under some circumstances. The WITH RESTART option specifies that SQL Server should restart a restore operation that has been interrupted. The information about how much data the BACKUP or RESTORE command had processed before the interruption occurred is stored in a checkpoint file in the BACKUP directory in the SQL Server installation directory.
Some of the reasons the checkpoint file cannot be created could include:

The BACKUP directory does not exist under the directory where SQL Server is installed. For instance, this directory is not automatically created for MSDE instances, or the directory may have been removed.
The drive where the BACKUP directory resides is full.
The BACKUP directory is not accessible to the SQL Server startup account.

RESOLUTION:
1. Verify that the BACKUP directory exists under the directory where SQL Server is installed. If it does not exist, create it.
2. Verify that there is available space on the drive where the BACKUP directory resides.
3. Verify that the SQL Server startup account has permission to read from and write to the BACKUP directory.
Reference LinksMicrosoft product: SQL Server Version: 2000.80.760.0 Event Source: MSSQLServer Event ID: 18272

Catch threats immediately

We work side-by-side with you to rapidly detect cyberthreats
and thwart attacks before they cause damage.

See what we caught

Did this information help you to resolve the problem?

Yes: My problem was resolved.
No: The information was not helpful / Partially helpful.