Views:

To resolve Error 2902:

  1. On the Apex One server, open \PCCSRV\CCSF\module\scan and delete all smvptn.xxx except the latest one.
  2. In folder \PCCSRV\Pccnt\Common, back up CCSF_PTN.zip.
  3. Extract CCSF_PTN.zip.
  4. In the extracted folder, go to CCSF\module\scan and delete all smvptn.xxx except the latest one.
  5. Compress the CCSF_PTN folder and name it CCSF_PTN.zip.
  6. Create a new MSI package.

To resolve Error 1334:

  1. Open the ClnExtor.ini file in the \PCCSRV\Admin\Utility\ClientPackager folder of the Apex One server.
  2. Check the value of Bytes after from C:\makecabResult.log
  3. Under the MSI section, manually add the MaxSingleCabFileSizeInMB key and set its value larger than the value of Bytes after from Step 2 to adjust the threshold size for cabinet files:

    For Example:

  4. C:\makecabResult.log
    Total files: 759
    Bytes before: 692,284,258
    Bytes after: 446,268,993
    After/Before: 64.46% compression
    
  5. ClnExtor.ini
    [MSI]
    MaxSingleCabFileSizeInMB=500
    
  6. Save the changes and close the file.
  7. Create a new MSI package.