question

DominiqueDUCHEMIN-4668 avatar image
0 Votes"
DominiqueDUCHEMIN-4668 asked HanyunZhu-MSFT answered

Size of SMS_SITE_BACKUP

Hello,

What is the expected size of the folder SIteDBServer 106318-2021-06-16-12-56-25-sms-site-backup.png
created by the Site Maintenance Task Backup Site Server?
Is it the size of the Database <<siteCode>>? or Added with SUSDB? or something else?

There is space on the drive F:
106362-2021-06-16-13-12-55-vrpsccmms03.png

I am getting an error during the task
SMS_SITE_BACKUP
SMS_SITE_BACKUP 5052 SMS SQL Backup service on the SQL Server \\VRPSCCMSQL01 failed to backup the site database CM_UCP:Failed;. The error reported by the service is ERROR: CopyFile to \\VRPSCCMMS03\SCCMBackup\UCPBackup\SiteDBServer failed: [error code: 64, error message: The specified network name is no longer available.]. Backup operation is not completed.

I tried to access the VRPSCCMMS03 share and it works... from the Primary server as well as from the SQL Server: \\VRPSCCMMS03\SCCMBackup\UCPBackup\SiteDBServer is accessible from both server


Thanks,
Dom


mem-cm-general
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

HanyunZhu-MSFT avatar image
0 Votes"
HanyunZhu-MSFT answered

Hi @DominiqueDUCHEMIN-4668,

First, the SiteDBServer folder contains SQL Server Database Primary Data File(mdf) and Transaction Log file(ldf).
We can check them by using SQL Management Studio:
1) In "Database", we can check how many database are stored in the SQL Server
2) Right-click the on the database and choose Properties.
3) In the File tab, the current settings for the mdf and ldf are displayed.
106450-ss.png
So that the size of the SiteDBServer folder depends on how many database files are stored in the SQL Server.

And for the second problem, if we choose Network path under Destination Option, it is suggested to confirm whether the CM Server account has full control permission for the network shared folder.


If the response is helpful, please click "Accept Answer"and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



ss.png (41.0 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.