Fixed issues

PBA-54290 Backspace sign is not escaped in XML response

Installation Instructions

Linux:

  1. Log in to the PBA server.
  2. Enter the PBA tools directory:

    cd /usr/local/bm/tools
    
  3. Run the PBA hotfix installer with the "install" option:

    ./pba-hotfixes.pl install
    

Windows:

  1. Log in to the PBA host.
  2. Stop PBA.
  3. Download the hotfix file: Win64 - xmlrpcd.exe
  4. Back up the original xmlrpcd.exe file located in the %PBA_HOME%/../stellart/bin64 directory.
  5. Replace the original xmlrpcd.exe file located in the %PBA_HOME%/../stellart/bin64 with the downloaded one.
  6. Start PBA.
  7. Execute the following SQL Statement in the PBA database:

    INSERT INTO AddOn (Name, Type, InitVersion, Version, InstallDate, UserArc, DateArc) values ('PBA 5.5.3-062 HF 119968','HotFix','5.5.3-062','5.5.4-001',DATEDIFF(ss,'1970-01-01 00:00:00.000',GETDATE()) - DATEDIFF(ss, GETUTCDATE(), GETDATE()), 1, DATEDIFF(ss,'1970-01-01 00:00:00.000',GETDATE()) - DATEDIFF(ss, GETUTCDATE(), GETDATE()));
    

Additional Information

  1. The hotfix requires 5.5.3-062 to be installed.
  2. PBA services will be restarted automatically during the hotfix's installation on Linux.

Internal content