Hi all, I have the following issue. For testing purposes,
- I have AD RMS installed on Server 2008 and Exchange 2010 Sp2.
- Port 443 is allowed. Both RMS and Exchange are working perfectly.
- Permissions on servercertification.asmx set as stated here http://technet.microsoft.com/en-us/library/ee849850(WS.10).aspx When I try to test RMS config using Test-IRMConfiguration -Sender user1@example.com I get the following output:
- PASS: Exchange Server is running in Enterprise.
Loading IRM configuration ...
- PASS: IRM configuration loaded successfully.
Retrieving RMS Certification Uri ...
- PASS: RMS Certification Uri: https://rms.orascomci.com/_wmcs/certification.
Verifying RMS version for https://rms.orascomci.com/_wmcs/certification ...
- FAIL: Failed to verify RMS version. IRM features require AD RMS on Windows Server 2008 SP2 with the hot
fixes specified in Knowledge Base article 973247 (http://go.microsoft.com/fwlink/?linkid=3052&kbid=973247) or
AD RMS on Windows Server 2008 R2.
Retrieving RMS Publishing Uri ...
- PASS: RMS Publishing Uri: https://rms.orascomci.com/_wmcs/licensing.
Acquiring Rights Account Certificate (RAC) and Client Licensor Certificate (CLC) ...
- PASS: RAC and CLC acquired.
Acquiring RMS Templates ...
- PASS: RMS Templates acquired.
Retrieving RMS Licensing Uri ...
- PASS: RMS Licensing Uri: https://rms.orascomci.com/_wmcs/licensing.
Verifying RMS version for https://rms.orascomci.com/_wmcs/licensing ...
- FAIL: Failed to verify RMS version. IRM features require AD RMS on Windows Server 2008 SP2 with the hot
fixes specified in Knowledge Base article 973247 (http://go.microsoft.com/fwlink/?linkid=3052&kbid=973247) or
AD RMS on Windows Server 2008 R2.
OVERALL RESULT: FAIL
P.S the mentioned hotfix is not applicable as AD RMS is installed on Windows Server 2008.
Any ideas what else can I check?