Resolving Problems with SAS Environment Manager

Cannot Add Discovered Resources into Inventory

When you add auto-discovered resources into the inventory, you might see the following error message
Unable to import platform : org.hyperic.hq.common.SystemException: org.hibernate.ObjectNotFoundException:No row the the given identifier exists: [org.hyperic.hq.autoinventory.Allp#10001]
Purge the AIQ data in the SAS Environment Monitor database. Follow these steps:
  1. Select Managethen selectHQ Healththen selectDatabase tab
  2. Select Purge AIQ Data from the Action menu.
    These messages appear:
    • DELETE FROM EAM_AIQ_IP: 0 rows
    • DELETE FROM EAM_AIQ_SERVICE: 0 rows
    • DELETE FROM EAM_AIQ_SERVER: 0 rows
    • DELETE FROM EAM_AIQ_PLATFORM: 0 rows
  3. Restart the agents.

Resource in Availability Portlet with No Availability Information

If you add a resource that has been discovered but does not have any availability information to an Availability Summary portlet, the portlet will never display any information for the resource. The server log contains this information:
  1. On the Resources tab, delete the platform that contains the resource.
  2. Stop the agent.
  3. Delete the tokendata, keystore, and keyvals files from the directory <SAS-configuration-directory>/Lev2/Web/SASEnvironmentManager/agent-5.8.0-EE/data.
  4. Issue the command hq-agnet.bat/sh restart from the command console.

New Folders Are Not Displayed

If you are using Microsoft Internet Explorer, newly created folders might not show up in the folder tree.
To ensure that new folders appear, from the Internet Explorer menu, select Toolsthen selectF12 Developer Tools. From the Internet Explorer Developer Tools menu, select Cachethen selectAlways refresh from server.

Validate Result Dialog Box Appears When Renaming a Folder

If you cause an error when you rename a folder (because, for example, you used invalid characters in the name or specified a blank name), the folder is not saved and the Validate Result dialog box appears.
To view details about the error, click the text Basic Properties page failed in the dialog box.

Disabling Secure Sockets Layer (SSL) 3.0 in SAS Environment Manager Server

When you configure the SAS Environment Manager Server, SSL 3.0 is enabled by default. SSL 3.0 is vulnerable to the POODLE security attack.
To disable SSL 3.0 in the SAS Environment Manager Server, follow these steps:
  1. Open the server.xml file that is in the directory server-5.0.0-EE/hq-engine/hq-server/conf under the SAS Environment Manager directory.
  2. Locate the <Connector> element that specifies SSLEnabled=”true”
  3. Specify the sslProtocols parameter in the <Connector> element.
    <Connector ... sslProtocols="TLSv1,TLSv1.1,TLSv1.2"/>
  4. Save the file and restart the SAS Environment Manager Server.
Note: Depending on your release of SAS Environment Manager, the sslProtocols parameter might already be specified. If this is the case, SSL 3.0 is already disabled and you do not need to take any further action.

User Manager Does not Appear in Microsoft Internet Explorer

The User Manager might not appear when you are using SAS Environment Manager with Microsoft Internet Explorer version 9 or version 11.
If you are using Microsoft Internet Explorer version 9, follow these steps:
  1. From the Internet Explorer menu bar, select Toolsthen selectF12 developer tools. The developer tools area appears at the bottom of the window.
  2. In the menu bar of the developer tools area, locate the Developer Tools entry.
  3. If the entry appears as Developer Tools: Quirks, click on the entry and select Internet Explorer 9 standards from the context menu.
  4. From the developer tools menu bar, select Filethen selectExit.
If you are using Microsoft Internet Explorer version 11, follow these steps:
  1. Select the Tools icon in the upper-right corner of the Internet Explorer window to display the Tools menu.
  2. Select Compatibility View settings from the Tools menu.
  3. In the Compatibility View Settings window, clear the checkbox Display intranet sites in Compatibility View.
  4. Close the Compatibility View Settings window.
Last updated: February 22, 2018