Why does my Sharepoint IRM module fail to re-initialize intermittently? -


i have sharepoint irm module works of time. however, mornings when come in , try exercise it fails work. iisreset going again.

the windows event log shows following error mornings @ around 01:45 (guid blanked post).

information rights management (irm): protector {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} experienced problem while being initialized. protector: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}  additional data error value: 80070005  more information, see , support center @ http://go.microsoft.com/fwlink/events.asp. 

this error occurs along 3 other events 3 other irm modules re-initializing (i believe these built-in ones).

the sharepoint log contains similar:

09/22/2010 01:45:20.39  w3wp.exe (0x11ec)                           0x1338  windows sharepoint services     irm                             95lu    information information rights management (irm): initialization of protector {4f9976dd-47c3-4518-b2a2-a258b379f970} 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): initialization of protector {4f9976dc-47c3-4518-b2a2-a258b379f970} 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): initialization of protector {4f9976de-47c3-4518-b2a2-a258b379f970} 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 problem while being initialized. protector: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}  additional data error value: 80070005 

the irm module has own logging in hrsetlangid , hrinit. in failure case nothing logged module.

microsoft's suggestions deal error code revolve around checking sharepoint can talk rms server. in case of our irm module don't need rms server , have not set 1 up. problem intermittent doesn't seem cause.

after iisreset module appeared initialize correctly (in 3 logs) , started working again.

fwiw module written in c#.

any suggestions on how cure problem gratefully received.

i'm still not sure problem after removing logging in hrsetlangid , hrinit error went away. way module re-initialised different first initialisation in such way logging fails in former case not latter.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -