Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Cognizant
IN
Last activity: 7 Nov 2017 4:38 EST
Unable to generate library post upgrade to 7.3
Error(s) detected while generating java. Compiler reported: ---------- 1. ERROR in /com/pegarules/generated/statisticsOperation_071031_Q9mh6sVNtUJOho0AIwT6fw.java (at line 122) long originalNumberOfRecords = statistics.getOriginalNumberOfRecordsFor(collectionName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getOriginalNumberOfRecordsFor(String) is undefined for the type ServerStatistics ---------- 2. ERROR in /com/pegarules/generated/statisticsOperation_071031_Q9mh6sVNtUJOho0AIwT6fw.java (at line 123) long numberOfAggregatedRecords = statistics.getNumberOfAggregatedRecordsFor(collectionName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getNumberOfAggregatedRecordsFor(String) is undefined for the type ServerStatistics ---------- 3. ERROR in /com/pegarules/generated/statisticsOperation_071031_Q9mh6sVNtUJOho0AIwT6fw.java (at line 124) long numberOfPreaggregatedRecords = statistics.getNumberOfPreaggregatedRecordsFor(collectionName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getNumberOfPreaggregatedRecordsFor(String) is undefined for the type ServerStatistics ---------- 4. ERROR in /com/pegarules/generated/statisticsOperation_071031_Q9mh6sVNtUJOho0AIwT6fw.java (at line 127) long numberOfPartitionsLoading = statistics.getNumberOfPartitionsLoadingFor(collectionName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getNumberOfPartitionsLoadingFor(String) is undefined for the type ServerStatistics ---------- 5.
Error(s) detected while generating java. Compiler reported: ---------- 1. ERROR in /com/pegarules/generated/statisticsOperation_071031_Q9mh6sVNtUJOho0AIwT6fw.java (at line 122) long originalNumberOfRecords = statistics.getOriginalNumberOfRecordsFor(collectionName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getOriginalNumberOfRecordsFor(String) is undefined for the type ServerStatistics ---------- 2. ERROR in /com/pegarules/generated/statisticsOperation_071031_Q9mh6sVNtUJOho0AIwT6fw.java (at line 123) long numberOfAggregatedRecords = statistics.getNumberOfAggregatedRecordsFor(collectionName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getNumberOfAggregatedRecordsFor(String) is undefined for the type ServerStatistics ---------- 3. ERROR in /com/pegarules/generated/statisticsOperation_071031_Q9mh6sVNtUJOho0AIwT6fw.java (at line 124) long numberOfPreaggregatedRecords = statistics.getNumberOfPreaggregatedRecordsFor(collectionName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getNumberOfPreaggregatedRecordsFor(String) is undefined for the type ServerStatistics ---------- 4. ERROR in /com/pegarules/generated/statisticsOperation_071031_Q9mh6sVNtUJOho0AIwT6fw.java (at line 127) long numberOfPartitionsLoading = statistics.getNumberOfPartitionsLoadingFor(collectionName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getNumberOfPartitionsLoadingFor(String) is undefined for the type ServerStatistics ---------- 5. ERROR in /com/pegarules/generated/statisticsOperation_071031_Q9mh6sVNtUJOho0AIwT6fw.java (at line 128) long numberOfPartitionsAggregating = statistics.getNumberOfPartitionsAggregatingFor(collectionName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getNumberOfPartitionsAggregatingFor(String) is undefined for the type ServerStatistics ---------- 5 problems (5 errors) Compile failed.