Fixed issues

PBA-53531 Reseller can not add resources of its vendors to composite resource

PBA-53534 Custom comments are not saved for orders

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 - BMlib.dll
  4. Back up the original BMlib.dll file located in the %PBA_HOME%/bin64 directory.
  5. Replace the original BMlib.dll file located in the %PBA_HOME%/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 119317','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. The BM PBA container will be restarted automatically during the hotfix's installation on Linux.

Internal content