SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 69524: The status.xml file is not updated correctly when SAS® Deployment Manager configures member Hot Fix I9F01* in container Hot Fix J2L01* for Linux x64

DetailsHotfixAboutRate It

When you configure container Hot Fix J2L0* for SAS middle tier 9.4_M7 for Linux x64, the SAS-configuration-directory/LevN/ConfigData/status.xml file is not updated correctly. When the SAS Deployment Wizard configures member Hot Fix I9F01*, the ConfiguredObject code webappsrv in the status.xml file is replaced with vfabrictcsvr as shown in the example below:

Here is the example before the hot fix is configured:

 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ConfigStatus>
  ...
  <ConfiguredObject code="webappsrv" fqid="A5ZYXWU8.A900000D" order="987ABC"/>
  <ConfiguredObject code="vfabrictcsvr" fqid="vfabrictcsvr" order="987ABC"/>
 ...
</ConfigStatus>

Here is the example after the hot fix is configured:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ConfigStatus>
  ...
  <ConfiguredObject code="vfabrictcsvr" fqid="A5ZYXWU8.A900000D" hotfixdate="2022-03-16-16.59.50"order="987ABC"/>
  <ConfiguredObject code="vfabrictcsvr" fqid="vfabrictcsvr" order="987ABC"/>
 ...
</ConfigStatus>

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Web Infrastructure PlatformLinux for x649.4_M79.4 TS1M7
* 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.