To resolve Error 2902:
- On the Apex One server, open \PCCSRV\CCSF\module\scan and delete all smvptn.xxx except the latest one.
- In folder \PCCSRV\Pccnt\Common, back up CCSF_PTN.zip.
- Extract CCSF_PTN.zip.
- In the extracted folder, go to CCSF\module\scan and delete all smvptn.xxx except the latest one.
- Compress the CCSF_PTN folder and name it CCSF_PTN.zip.
- Create a new MSI package.
To resolve Error 1334:
- Open the ClnExtor.ini file in the \PCCSRV\Admin\Utility\ClientPackager folder of the Apex One server.
- Check the value of Bytes after from C:\makecabResult.log
- 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:
- C:\makecabResult.log
Total files: 759 Bytes before: 692,284,258 Bytes after: 446,268,993 After/Before: 64.46% compression
- ClnExtor.ini
[MSI] MaxSingleCabFileSizeInMB=500
- Save the changes and close the file.
- Create a new MSI package.