This error is due to Crystal Reports hits the hard limit for the specified number of print jobs.
The default number is 75.
So, IIS must be reset to the value zero (0).
Or you can change the Crystal Reports default value from 75 to any (higher) number. If you set -1, it will be considered as unlimited.
So, to change this value, follow the steps:
1. Open the Server Registry and navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Report Application Server\InprocServer.
2. Change the PrintJobLimit value to an actual number.
Note: The recommended approach is to reset the IIS to 0 because changing this value might negatively affect and slow down your server's performance.
Reference: https://blog.navicosoft.com/2019/06/crystal-reports-maximum-report.html