Hi
Trying to resolve this problem that we have in our test and production servers.
Although everything from the application side is working (for now), these errors are constantly generated in event log.
Log Name: Application
Source: MSCRMMonitoringTest
Date: 04/04/2018 10:52:53
Event ID: 18702
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: CRM.xyz
Description:
Monitoring test failed: Test Title: Verify active crm keys exist for the deployment.: Machine: CRM: ServerRole: AsyncService
Test Log:
Key 'CrmTicketKey' is not activeKey 'CrmWRPCTokenKey' is activeKey 'CrmEmailCredentialsKey' is activeKey 'CrmTicketKey' is not activeKey 'CrmStaticVersionScaleGroupKey' is activeKey 'CrmWRPCTokenKey' is active.
Log Name: Application
Source: MSCRMKeyGenerator
Date: 04/04/2018 10:52:53
Event ID: 18949
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: CRM.xyz
Description:
The current active key (KeyType : CrmTicketKey) is expired. This may indicate that a key is not being regenerated correctly. Current Active Key : CrmKey(Id:01234-, ScaleGroupId:00000000-0000-0000-0000-000000000000, KeyType:CrmTicketKey, Expired:True, ValidOn:03/23/2018 10:11:49, ExpiresOn:03/25/2018 10:11:49, CreatedOn:03/23/2018 10:11:49, CreatedBy:NT AUTHORITY\NETWORK SERVICE. Key Setting : CrmKeySetting(Id:012345, KeyType:CrmTicketKey, KeyLength:128, KeyGenerationInterval:24, KeyTimeToLive:48, CryptoTimeToLive:24, Algorithm:HMACSHA256, ArchiveLength:1, Enabled:True, ActiveKeys:[ScaleGroupId=00000000-0000-0000-0000-000000000000,ActiveKeyId=012345])
After all of this, I've found some articles on the internet that I should:
1. Restart Async Services
2. Running Execute Microsoft.Crm.Tools.WRPCKeyRenewal.exe with parameter /R and IISReset command. Also restarted the server afterwards.
I did so... and these events to not generate themselves for a day or two.
Afterwards, everything gets back as it was before. Any ideas or suggestions how to resolve these errors permanently?
Regards