문제

ContentDeploymentJob.Run ()에 의해 다른 사이트 모음에서 여러 콘텐츠 배포 작업을 동 기적으로 시작하면 어떻게됩니까?일자리가 다른 것으로 확실히 실행됩니까?

감사합니다!

도움이 되었습니까?

해결책

Yes, all the Content Deployment jobs can be run at same time (in parallel), but you need to make sure that you don't start another Content Deployment job if previous one is already in "Preparing" mode. I had faced some problems in the past while running different Content Deployment Jobs in parallel especially when Content Deployment jobs are configured with SQL Snapshots from the same Content Database.

Here are different statuses of Content Deployment that you might look into: enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top