Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/sharepoint/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
为什么Sharepoint IRM模块无法间歇性地重新初始化?_Sharepoint_Sharepoint 2007_Sharepoint Api - Fatal编程技术网

为什么Sharepoint IRM模块无法间歇性地重新初始化?

为什么Sharepoint IRM模块无法间歇性地重新初始化?,sharepoint,sharepoint-2007,sharepoint-api,Sharepoint,Sharepoint 2007,Sharepoint Api,我有一个Sharepoint IRM模块,大部分时间都可以使用。然而,大多数早上当我进来尝试锻炼时,它都不起作用。IISReset通常会让它重新启动 Windows事件日志在大多数早上01:45左右显示以下错误(此帖子的GUID为空) 此错误与其他三个成功重新初始化的IRM模块的其他三个事件一起发生(我相信这些是内置的) Sharepoint日志包含非常类似的内容: 09/22/2010 01:45:20.39 w3wp.exe (0x11EC)

我有一个Sharepoint IRM模块,大部分时间都可以使用。然而,大多数早上当我进来尝试锻炼时,它都不起作用。IISReset通常会让它重新启动

Windows事件日志在大多数早上01:45左右显示以下错误(此帖子的GUID为空)

此错误与其他三个成功重新初始化的IRM模块的其他三个事件一起发生(我相信这些是内置的)

Sharepoint日志包含非常类似的内容:

09/22/2010 01:45:20.39  w3wp.exe (0x11EC)                           0x1338  Windows SharePoint Services     IRM                             95lu    Information Information Rights Management (IRM): The initialization of protector {4F9976DD-47C3-4518-B2A2-A258B379F970} was completed. Protector: {4F9976DD-47C3-4518-B2A2-A258B379F970}     
09/22/2010 01:45:20.56  w3wp.exe (0x11EC)                           0x1338  Windows SharePoint Services     IRM                             95lu    Information Information Rights Management (IRM): The initialization of protector {4F9976DC-47C3-4518-B2A2-A258B379F970} was completed. Protector: {4F9976DC-47C3-4518-B2A2-A258B379F970}     
09/22/2010 01:45:20.58  w3wp.exe (0x11EC)                           0x1338  Windows SharePoint Services     IRM                             95lu    Information Information Rights Management (IRM): The initialization of protector {4F9976DE-47C3-4518-B2A2-A258B379F970} was completed. Protector: {4F9976DE-47C3-4518-B2A2-A258B379F970}     
09/22/2010 01:45:20.61  w3wp.exe (0x11EC)                           0x1338  Windows SharePoint Services     IRM                             95lt    Critical    Information Rights Management (IRM): Protector {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX} experienced a problem while being initialized. Protector: {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}  Additional Data Error value: 80070005
IRM模块在HrSetLangId和HrInit中也有自己的日志记录。在此故障情况下,模块未记录任何内容

要处理此错误代码,主要需要检查Sharepoint是否可以与RMS服务器通信。在我们的IRM模块中,我们实际上不需要RMS服务器,因此没有设置RMS服务器。由于问题是间歇性的,因此似乎不太可能是原因

IISReset后,模块似乎已正确初始化(在所有3个日志中),并再次开始工作

FWIW模块是用C#编写的


如果您有任何关于如何解决此问题的建议,我们将不胜感激。

我仍然不确定问题到底出在哪里,但删除了登录HrSetLangId和HrInit后,错误就消失了。因此,模块重新初始化的方式与第一次初始化的方式不同,前者的日志记录失败,而后者则没有

09/22/2010 01:45:20.39  w3wp.exe (0x11EC)                           0x1338  Windows SharePoint Services     IRM                             95lu    Information Information Rights Management (IRM): The initialization of protector {4F9976DD-47C3-4518-B2A2-A258B379F970} was completed. Protector: {4F9976DD-47C3-4518-B2A2-A258B379F970}     
09/22/2010 01:45:20.56  w3wp.exe (0x11EC)                           0x1338  Windows SharePoint Services     IRM                             95lu    Information Information Rights Management (IRM): The initialization of protector {4F9976DC-47C3-4518-B2A2-A258B379F970} was completed. Protector: {4F9976DC-47C3-4518-B2A2-A258B379F970}     
09/22/2010 01:45:20.58  w3wp.exe (0x11EC)                           0x1338  Windows SharePoint Services     IRM                             95lu    Information Information Rights Management (IRM): The initialization of protector {4F9976DE-47C3-4518-B2A2-A258B379F970} was completed. Protector: {4F9976DE-47C3-4518-B2A2-A258B379F970}     
09/22/2010 01:45:20.61  w3wp.exe (0x11EC)                           0x1338  Windows SharePoint Services     IRM                             95lt    Critical    Information Rights Management (IRM): Protector {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX} experienced a problem while being initialized. Protector: {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}  Additional Data Error value: 80070005