我有一个从一台服务器到another....content部署作业的内容部署作业,工作正常,但当我打开快速部署作业时,它开始显示系统事件错误...
我后来发现,如果快速部署项目列表中至少有一个项目,那么快速部署就可以正常工作,否则会给出错误。
在快速部署设置中,我将其设置为每30分钟一次,因此在系统事件中每隔30分钟就会出现错误。
The Execute method of job definition Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobhe Execute method of job definition Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobDefinition (ID daa20dd3-f6ad-4e27-923a-1ebf26c71723) threw an exception. More information is included below.
ContentDeploymentJobReport with ID '{00000000-0000-0000-0000-000000000000}' was not found.
Parameter name: jobReportId和
Publishing: Content deployment job failed. Error: 'System.ArgumentOutOfRangeException: ContentDeploymentJobReport with ID '{00000000-0000-0000-0000-000000000000}' was not found.
Parameter name: jobReportId
at Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobReport.GetInstance(Guid jobReportId)
at Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.get_LastReport()
at Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.get_SQMDeploymentJobFlags()
at Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.发布于 2010-08-03 23:31:53
我发现,如果我们的创作环境中有任何需要在quick deployment list...we中投入生产的项目,而没有获得这个error...so,我只是找到了暂时的解决方法,通过在设置我的内容部署jobs...that之后部署任何页面,我没有得到这个问题...
https://stackoverflow.com/questions/2615369
复制相似问题