Hi,
There is an errCode.xml file under the {Installation path}\EMC IRM Server\reports and the message for error code 224 is shown below:
<error code="224">
<msg>Client [client name] version [version number] denied access due to explicit version exclusion.</msg>
</error>
However, I found that message for the code 224 from the actual log file is for allowed access.
Entry code_id="224">
<header>
<time>Mon Jan 12 10:43:03 2009</time>
<time_t>1231728183</time_t>
<pid>1</pid>
<message>Client "IRM Server Administrator" version "4.5.1" allowed access.</message>
<user_id>\\guest\em=Unknown,volid=D4EE-0B82</user_id>
</header>
<parameter_list>
<client-name>IRM Server Administrator</client-name>
<client-version>4.5.1</client-version>
</parameter_list>
</Entry
I m using IRM Server 4.5.1.1813.
May i know the errCode.xml does provide the full list of the error code? Or is there any latest version of errCode.xml for reference? Thanks.