Tahsin Yusuf Demir
Member
- Messages
- 7
- Reaction score
- 0
- Points
- 1
Hello,
On September 30, we had to move our SCCM server's database to another server. During this process, we get errors on some of our distribution points. However, after the operation, I send packages to these distribution points and I don't have any problems and when I check, these DPs are accessible. When I examine the Distmgr.log, I don't see any errors. I checked the network access and ports in various ways, there is no drop. These DPs are connected to another DP as pull dp. The DPs that gave the error sent a status message on the same day and at the same time. I need to reset this somehow and turn all DPs green.
There is a sql command that I use to delete warnings on DPs, and it works very well for me. I don't know if I can find a similar command that I can delete with errors.
I am sharing the sql query that deletes warnings in case it is needed.
delete from dbo.DistributionStatus where LastStatusMsgID = '2388'
delete from dbo.DistributionStatus where InsStr2 = '3010'
exec spRebuildContentDistribution 1
On September 30, we had to move our SCCM server's database to another server. During this process, we get errors on some of our distribution points. However, after the operation, I send packages to these distribution points and I don't have any problems and when I check, these DPs are accessible. When I examine the Distmgr.log, I don't see any errors. I checked the network access and ports in various ways, there is no drop. These DPs are connected to another DP as pull dp. The DPs that gave the error sent a status message on the same day and at the same time. I need to reset this somehow and turn all DPs green.
There is a sql command that I use to delete warnings on DPs, and it works very well for me. I don't know if I can find a similar command that I can delete with errors.
I am sharing the sql query that deletes warnings in case it is needed.
delete from dbo.DistributionStatus where LastStatusMsgID = '2388'
delete from dbo.DistributionStatus where InsStr2 = '3010'
exec spRebuildContentDistribution 1