You can associate an image file with each user, role, or resource entity in the CA RCM database. This file is displayed in information and certification screens of the CA RCM portal. Each image file is matched to an entity based on the value of an attribute field.
To use image files in entity records
Defines a URL template that lets CA RCM retrieve an image for a specific user record. Typically this template combines the pathname of the image directory with wildcards for user attributes. In the following example, the /users directory on the CA RCM server stores user images, and the userID attribute identifies individual images.
http://RCM_host:port/users/$(userID).jpg
Note: RCM_host and port are the network address and communications port of the CA RCM server, and $(userID) is a placeholder for the actual value of the userID attribute.
When CA RCM displays the user record with userID value of 2384 it retrieves the file 2384.jpg from the target pathname.
Defines a URL template that lets CA RCM retrieve an image for a specific role. Typically this template combines the pathname of the image directory with wildcards for role attributes. In the following example, the /roles directory on the CA RCM server stores role images, and the userID attribute identifies individual images.
http://RCM_host:port/users/$(Owner).jpg
Note: RCM_host and port are the network address and communications port of the CA RCM server, and $(Owner) is a placeholder for the actual value of the Owner attribute.
When CA RCM displays the role with Owner value of 2384 it retrieves the file 2384.jpg from the target pathname.
Defines a URL template that lets CA RCM retrieve an image for a specific resource record. Typically this template combines the pathname of the image directory with wildcards for resource attributes. In the following example, the /resources directory on the CA RCM server stores resource images, and the ResName3 attribute identifies individual images.
http://RCM_host:port/users/$(ResName3).jpg
Note: RCM_host and port are the network address and communications port of the CA RCM server, and $(ResName3) is a placeholder for the actual value of the ResName3 attribute.
When CA RCM displays the resource record with ResName3 value of Unix_admins it retrieves the file Unix_admins.jpg from the target pathname.
For CA RCM server on Windows/JBoss, replace images located under the following directory:
RCM_install\Server\eurekify-jboss\server\eurekify\deploy\eurekify.war\img
Note: RCM_install is the CA RCM installation directory.
Name the new image files as follows. Overwrite or rename existing files.
| Copyright © 2010 CA. All rights reserved. | Email CA Technologies about this topic |