Problem Note 55919: The Update Host Name References tool in the SAS® Deployment Manager might not update the host name properly in the SAS® Shared Services database
Overview
In the SAS Deployment Manager, if you use the Update Passwords tool to change a password, and you later use the Update Host Name References tool to update a host name, the omr_host
property of the sas_application_property
table in the SAS Shared Services database might not be properly updated.
When the database is not properly updated, you cannot invoke any of the SAS web applications. In addition, the SAS® Web Application Server log contains references to the old host name.
To correct the problem, you must manually update the omr_host
property of the sas_application_property
table in the SAS Shared Services database.
Update using the pgAdmin III tool
- Access the pgAdmin III tool as described in the topic "SAS Web Infrastructure Platform Data Server" in the SAS® 9.4 Intelligence Platform: Middle-Tier Administration Guide.
-
Connect to the Shared Services database.
-
Under Databases ► SharedServices ► Schemas ► public ► Tables, select the
sas_application_property
table.
- Right-click the
sas_application_property
table and select View Data ► View All Rows.
-
In the
property_nm
variable, select the row that contains omr_host
. Check the value for property_value_txt
. If the value is not correct, double click property_value_txt
and change the host name to the correct value.
- Click Save the changed row.
- Restart the middle-tier servers.
Update using the command line
-
Start a terminal session.
-
Export the following, replacing SASHOME with the actual path:
POSTGRES_HOME=SAS_HOME/SASWebInfrastructurePlatformDataServer/9.4
export PATH=${POSTGRES_HOME}/bin:$PATH
export LD_LIBRARY_PATH=${POSTGRES_HOME}/lib:$LD_LIBRARY_PATH
- Run the following
psql
, supplying the user ID (typically, dbmsowner
), and entering the SharedServices password when prompted.
psql -h localhost -p 9432 -u userID -d SharedServices -c "select * from sas_application_property;"
- Check the result to verify if an update is needed. If an update is needed, execute the following line:
psql -h localhost -p 9432 -u userID -d SharedServices -c "UPDATE public.sas_application_property SET property_value_txt='newhostname' WHERE property_nm='omr_host';"
-
Restart the middle-tier servers.
Operating System and Release Information
SAS System | SAS Enterprise BI Server | z/OS | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Microsoft® Windows® for x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Microsoft Windows 8 Enterprise 32-bit | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Microsoft Windows 8 Enterprise x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Microsoft Windows 8 Pro 32-bit | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Microsoft Windows 8 Pro x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Microsoft Windows 8.1 Enterprise 32-bit | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Microsoft Windows 8.1 Enterprise x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Microsoft Windows 8.1 Pro | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Microsoft Windows 8.1 Pro 32-bit | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Microsoft Windows Server 2008 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Microsoft Windows Server 2008 R2 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Microsoft Windows Server 2008 for x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Microsoft Windows Server 2012 Datacenter | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Microsoft Windows Server 2012 R2 Datacenter | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Microsoft Windows Server 2012 R2 Std | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Microsoft Windows Server 2012 Std | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Windows 7 Enterprise 32 bit | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Windows 7 Enterprise x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Windows 7 Home Premium 32 bit | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Windows 7 Home Premium x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Windows 7 Professional 32 bit | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Windows 7 Professional x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Windows 7 Ultimate 32 bit | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Windows 7 Ultimate x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
64-bit Enabled AIX | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
64-bit Enabled Solaris | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
HP-UX IPF | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Linux for x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Solaris for x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2018-11-08 12:27:34 |
Date Created: | 2015-06-03 08:22:09 |