The following sections detail common problems you may experience with the policy store during installation and the proposed solutions.
Valid on Windows and UNIX Systems
Symptom:
My Policy store has returned the exception java.lang.IndexOutOfBounds to the Administrative UI.
Solution:
Policy Stores with large numbers of objects may return the exception java.lang.IndexOutOfBounds to the Administrative UI.
Define the registry key \HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Netegrity\SiteMinder\CurrentVersion\ObjectStore\MaxObjects to a value lower than 100 (such as 50).
Valid on Windows and UNIX Systems
Symptom:
My environment is configured with an Oracle Directory Server policy store. The policy store is configured to communicate over SSL.
I have received the following error message:
SSL initialization failed: error -8174 (security library: bad database.)
The message appears after I run the following command:
smldapsetup ldmod -fpstore -ssl1 -c/app/siteminder/ssl/cert8.db
Solution:
Example:
-c/app/siteminder/ssl/cert8.db
Symptom:
I receive an error message stating that the policy store failed operation "save" for object type "UserDirectory" when importing policy store data into an ODBC policy store.
Solution:
It is possible that the server name in the ODBC store's userDirectory object is longer than 512 characters, which by default, exceeds the limit allowed by the MS SQL Server and Oracle policy store schema scripts that are shipped with CA SiteMinder®.
Do one of the following:
If you are trying to import policy data into a supported version of a MS SQL Server policy store:
Note: This schema script is located in policy_server_home\db\SQL.
CREATE TABLE smuserdirectory5
If you are trying to import policy data into a supported version of an Oracle policy store:
Note: This schema script is located in policy_server_home\db\SQL.
CREATE TABLE smuserdirectory5
Copyright © 2015 CA Technologies.
All rights reserved.
|
|