Release Highlights

These videos provide an overview of some of the main feature highlights of CMP 8.7:

  • Disconnection Wizard
  • Errored Comms
  • Copy Invoice
  • Make Card Active
  • Message Queues

Patch Releases

CMP 8.7.0.7 - 23rd March 2023


This patch release addresses 4 application support issues as follows:

  • CMPIS-2539: Triggered Job Stuck & no further comm can be progressed (RED-754) - It was noted that when a lot of triggering data is presented to a job it can create a race condition that can initiate multiple executions of the same job at the same time. This has been noted for Comms monitor, action Monitor, Rated Usage and Workflow Monitor. It is known that concurrent execution of the same job can cause unpredictable results and can result in subsequent executions of the job not working.
  • CMPIS-2535: Sabre Batch - Job Execution Race Condition - It has been observed in testing of Rated Usage that two executions of the rated usage job fired for a single interface batch header record. This resulted in the interface batch header record ending up with a stage status of 'In Progress'. This issue was related to CMPIS-2539.
  • CMPIS-2536: Console – Scheduler Issues – Multiple Sabre Instances - The sabre job scheduler was not working as expected when there were multiple sabre instances.
  • CMPIS-2513: Various Batch Jobs – Error creating interface batch detail partitions (RED-757) - An error was observed in the sabre log file that was being thrown by various batch jobs - Rated Usage, Managed Number Monitor, Statement Production, regarding the inability of the job to create a partition.

This has resulted in changes to the following module:

  • sabre-server (build 1.14.76)

This patch is available for deployment in the CMP 8.7 GA repository.


CMP 8.7.0.6 - 25th October 2022


This patch release addresses 4 application support issues as follows:

  • CMPIS-2446: AgentView - Unable to login - When attempting to log in to AgentView an error message, "Error during pass-through login processing", was thrown preventing the user from logging in. This error was caused by the deprecation of some methods used by AgentView when upgrading the java 8 version to micro version 352.
  • CMPIS-2414: Config Centre Not Reading Allowances from Openet (VAD-1787) - When allowance thresholds are implemented on Openet, each allowance can have multiple entitlements. For example an offer with 1GB data entitlement could also have a 500MB entitlement for data used whilst roaming. This led to issues in retrieving the offers from Openet resulting in multiple rows for the same offer being displayed in the Openet offer dropdown in the add allowance option in Business Configuration.
  • CMPIS-2411: Aged Debt Report (RED-750) - The Aged Debt report was displaying new accounts and any accounts with a credit balance in the 150+ days column. In addition, a record for all accounts with a balance was being displayed irrespective of whether they had an overdue balance or not.
  • CMPIS-2425: Confirm Action Item Request records processed before all child records created - The Action Monitor job is triggered by Confirm Action Item Request records in a status of 'N' (new). In some cases, the Confirm Action Item Request records have associated child records (Confirm Action Item Request Allowance and Confirm Action Item Request Ocs Instance). The Confirm Action Item Request records may be processed by the Action Monitor job before the provisioning response daemon has all the child records created. Now, Confirm Action Item Request records are not processed by the Action Monitor job until all associated child records have been created.

This has resulted in changes to the following module:

  • agent-view (build 8.10.77)
  • sabre-provisioning (build 2.9.4)
  • openet-synchronous-provisioning-impl (build 8.9.10)
  • cmp-pentaho-reports-pkg (build 1.4.2)

This patch is available for deployment in the CMP 8.7 GA repository.


CMP 8.7.0.5 - 5th September 2022


This patch release addresses 2 application support issues as follows:

  • CMPIS-2403: Response from OCS Bar Causing Misalignment in the networkRequestLog Table (RED-745) - If a network action couldn't be completed before the next execution of the Action Monitor job then the record was updated from a status of 'In Progress' to 'Error'. This caused subsequent action items not to be processed.
  • CMPIS-2404: Adding a Bar at Account Level Causing Misalignment in the networkRequestLog Table (RED-745) - If a network bar was added at account level and that account had multiple subscriptions then the bar was only being applied to the first subscription.

This has resulted in changes to the following modules:

  • dataModel (build 2.9.23)
  • sabre-action-monitor (build 2.8.4)
  • sabre-dal (build 2.9.61)
  • sabre-provisioning (build 2.9.3)

This patch is available for deployment in the CMP 8.7 GA repository.


CMP 8.7.0.4 - 27th July 2022


This patch release addresses 1 application support issue as follows:

  • CMPIS-2377: No comms to Subscription due to duplicate in customercommsprofile table (RED-735) - When sending out a comms for a subscription, if there was a record for both an account and subscription with the same Id, then no comms was sent.

This has resulted in changes to the following module:

  • sabre-dal (build 2.9.60)

This patch is available for deployment in the CMP 8.7 GA repository.


CMP 8.7.0.3 - 21st July 2022


This patch release addresses 1 application support issue as follows:

  • CMPIS-2352: SOAP Query Account throwing System Error on CREDIT_DEBIT_CARDS dataset (RED-729) - If a registered card was added to an account through the SOAP AddRegisteredCard API without specifying the start date, the QueryAccount SOAP request, with the CREDIT_DEBIT_CARDS dataset included, returned a system error.

This has resulted in changes to the following module:

  • soap-ws (build 8.10.10)

This patch is available for deployment in the CMP 8.7 GA repository.


CMP 8.7.0.2 - 21st June 2022


This patch release addresses 3 application support issues as follows:

  • CMPIS-2245: Issues Accessing Package Services & Tariff Package Services (RED-699) - When attempting to access a Package Service or a Tariff Package Service, the system showed an error with the message "Service is not linked to the package" or "Package Service is not linked to the tariff" respectively. This issue was related to the date format being used (mmm dd, yyyy e.g. Jun 29, 2020) which was not handled correctly.
  • CMPIS-2337: End Package Expiry Date/time - If a package was ended through AgentView, the expiryTimestamp was being set to the start of the expiry date e.g. 2022-05-10 00:00:00.000 rather than the end of expiry date i.e 23:59:59. This meant that the associated subscription was losing a day of allowance usage.
  • CMPIS-2346: Data Fix Load Daemon - Issues - The Data Fix load daemon that is used to apply data fixes in production environments was observed to have issues relating to the data fix search path and permissions on the path for the data fix extract.

This has resulted in changes to the following modules:

  • agent-view (build 8.10.75)
  • configuration-centre (build 8.10.89)
  • sabre-data-fix (build 1.4.5)

This patch is available for deployment in the CMP 8.7 GA repository.


CMP 8.7.0.1 - 3rd June 2022


This patch release addresses 5 application support issues as follows:

  • CMPIS-2334: Price Plan Change – Subscription Services not being expired (RED-722) - When attempting to perform a Price Plan change with subscription services that had an adding event number defined on them, the subscription services were not being expired. This resulted in the subscriber being left with two base package services active and therefore continued to be charged for their previous package as well as their new package.
  • CMPIS-2317 Rest Serial Number – serviceCode Filter not working (RED-719) - When the serviceCode.exact filter was included in the POST Serial Numbers RESTful web service request with a valid service code already defined against some serial numbers, the request returned records that didn't have the specified service code associated.
  • CMPIS-2121 Rest Serial Number – isChargeable Filter not working - When the isChargeable.exact filter was included in the POST Serial Numbers RESTful web service request and set to 'true', the request still returned numbers that were marked as not chargeable.
  • CMPIS-2256 Refunds do not inherit external reference from payment (RED-693) - When a refund was created through AgentView, the externalReference and spUniqueIdentifier of the refunded payment were not populated on the refund record meaning the refund could not be tied to the original payment by an external payment system.
  • CMPIS-2320 Default Field value not populated in SMS (RED-720) - When raising a comms for a one-off payment made through AgentView, if the payment amount was specified as a dynamic attribute in the comms message, the amount was not being correctly populated in the outbound SMS.

This has resulted in changes to the following modules:

  • agent-view-interfaces-layer (build 8.10.166)
  • rest-ws (build 2.9.26)
  • shared-services-rest (build 1.10.36)

This patch is available for deployment in the CMP 8.7 GA repository.


Module Versions

CMP Module 8.7.0.0 8.7.0.1 8.7.0.2 8.7.0.3 8.7.0.4 8.7.0.5 8.7.0.6 8.7.0.7
agent-view8.10.748.10.748.10.758.10.758.10.758.10.758.10.778.10.77
agent-view-interfaces-layer8.10.1658.10.1668.10.1668.10.1668.10.1668.10.1668.10.1668.10.166
agent-view-servlet8.8.48.8.48.8.48.8.48.8.48.8.48.8.48.8.4
bulk-action-console1.9.101.9.101.9.101.9.101.9.101.9.101.9.101.9.10
cmp-database-pkg8.10.308.10.308.10.308.10.308.10.308.10.308.10.308.10.30
cmp-pentaho-reports-pkg1.4.11.4.11.4.11.4.11.4.11.4.11.4.21.4.2
configuration-centre8.10.888.10.888.10.898.10.898.10.898.10.898.10.898.10.89
context-sensitive-help1.0.241.0.241.0.241.0.241.0.241.0.241.0.241.0.24
health-check-service1.2.21.2.21.2.21.2.21.2.21.2.21.2.21.2.2
lifecycle-synchronous-provisioning-impl8.8.38.8.38.8.38.8.38.8.38.8.38.8.38.8.3
openet-synchronous-provisioning-impl8.9.88.9.88.9.88.9.88.9.88.9.88.9.108.9.10
published-interfaces-layer8.10.158.10.158.10.158.10.158.10.158.10.158.10.158.10.15
rest-ws2.9.232.9.262.9.262.9.262.9.262.9.262.9.262.9.26
role-extender8.9.58.9.58.9.58.9.58.9.58.9.58.9.58.9.5
sabre-action-monitor2.8.22.8.22.8.22.8.22.8.22.8.42.8.42.8.4
sabre-addacs-transformation-adapter2.6.12.6.12.6.12.6.12.6.12.6.12.6.12.6.1
sabre-addacs-xml-adapter1.4.11.4.11.4.11.4.11.4.11.4.11.4.11.4.1
sabre-advance-notification1.6.21.6.21.6.21.6.21.6.21.6.21.6.21.6.2
sabre-agreement-plan-monitor1.2.21.2.21.2.21.2.21.2.21.2.21.2.21.2.2
sabre-analyser-extract2.7.22.7.22.7.22.7.22.7.22.7.22.7.22.7.2
sabre-archive-management1.1.21.1.21.1.21.1.21.1.21.1.21.1.21.1.2
sabre-arucs-transformation-adapter2.6.12.6.12.6.12.6.12.6.12.6.12.6.12.6.1
sabre-arucs-xml-adapter1.4.11.4.11.4.11.4.11.4.11.4.11.4.11.4.1
sabre-arudd-xml-adapter1.4.11.4.11.4.11.4.11.4.11.4.11.4.11.4.1
sabre-auddis-transformation-adapter2.5.12.5.12.5.12.5.12.5.12.5.12.5.12.5.1
sabre-auddis-transformation-inbound-adapter2.6.12.6.12.6.12.6.12.6.12.6.12.6.12.6.1
sabre-auddis-xml-adapter1.4.11.4.11.4.11.4.11.4.11.4.11.4.11.4.1
sabre-awacs-transformation-adapter2.6.12.6.12.6.12.6.12.6.12.6.12.6.12.6.1
sabre-awacs-xml-adapter1.4.11.4.11.4.11.4.11.4.11.4.11.4.11.4.1
sabre-bacs-transformation-adapter2.6.12.6.12.6.12.6.12.6.12.6.12.6.12.6.1
sabre-bacs-xml-common1.4.21.4.21.4.21.4.21.4.21.4.21.4.21.4.2
sabre-batch-error-management2.5.12.5.12.5.12.5.12.5.12.5.12.5.12.5.1
sabre-bill-print2.9.162.9.162.9.162.9.162.9.162.9.162.9.162.9.16
sabre-bottomline-pdf-collection-adapter2.6.12.6.12.6.12.6.12.6.12.6.12.6.12.6.1
sabre-bulk-action-framework1.11.21.11.21.11.21.11.21.11.21.11.21.11.21.11.2
sabre-comms2.9.72.9.72.9.72.9.72.9.72.9.72.9.72.9.7
sabre-credit-control2.8.42.8.42.8.42.8.42.8.42.8.42.8.42.8.4
sabre-credit-reference2.9.22.9.22.9.22.9.22.9.22.9.22.9.22.9.2
sabre-dal2.9.592.9.592.9.592.9.592.9.602.9.612.9.612.9.61
sabre-data-fix1.4.21.4.21.4.51.4.51.4.51.4.51.4.51.4.5
sabre-data-warehouse2.9.72.9.72.9.72.9.72.9.72.9.72.9.72.9.7
sabre-debt-recovery-agency2.9.22.9.22.9.22.9.22.9.22.9.22.9.22.9.2
sabre-device-enrolment1.7.21.7.21.7.21.7.21.7.21.7.21.7.21.7.2
sabre-edit-subscription1.11.21.11.21.11.21.11.21.11.21.11.21.11.21.11.2
sabre-equifax-insight20012.6.12.6.12.6.12.6.12.6.12.6.12.6.12.6.1
sabre-experian-transformation-adapter2.6.12.6.12.6.12.6.12.6.12.6.12.6.12.6.1
sabre-external-configuration2.9.22.9.22.9.22.9.22.9.22.9.22.9.22.9.2
sabre-external-log-collector1.3.11.3.11.3.11.3.11.3.11.3.11.3.11.3.1
sabre-external-reference-upload1.11.21.11.21.11.21.11.21.11.21.11.21.11.21.11.2
sabre-gdpr-purge2.8.12.8.12.8.12.8.12.8.12.8.12.8.12.8.1
sabre-general-ledger1.6.21.6.21.6.21.6.21.6.21.6.21.6.21.6.2
sabre-generic-activity-adapter-daemon2.5.12.5.12.5.12.5.12.5.12.5.12.5.12.5.1
sabre-generic-postingout-daemon2.5.22.5.22.5.22.5.22.5.22.5.22.5.22.5.2
sabre-interface-purge1.5.71.5.71.5.71.5.71.5.71.5.71.5.71.5.7
sabre-invoice-posting2.8.22.8.22.8.22.8.22.8.22.8.22.8.22.8.2
sabre-invoice-production2.9.32.9.32.9.32.9.32.9.32.9.32.9.32.9.3
sabre-ledger-monitor2.7.22.7.22.7.22.7.22.7.22.7.22.7.22.7.2
sabre-lifecycle-provisioning-adapter2.7.22.7.22.7.22.7.22.7.22.7.22.7.22.7.2
sabre-lifecycle-provisioning-response-adapter2.7.12.7.12.7.12.7.12.7.12.7.12.7.12.7.1
sabre-lifecycle-usage-adapter2.7.12.7.12.7.12.7.12.7.12.7.12.7.12.7.1
sabre-managed-number-monitor2.9.22.9.22.9.22.9.22.9.22.9.22.9.22.9.2
sabre-managed-numbers2.8.32.8.32.8.32.8.32.8.32.8.32.8.32.8.3
sabre-manage-plan-tariff-change1.5.21.5.21.5.21.5.21.5.21.5.21.5.21.5.2
sabre-manage-sales-ledger-adjustment1.4.21.4.21.4.21.4.21.4.21.4.21.4.21.4.2
sabre-manage-subscription-contract1.4.21.4.21.4.21.4.21.4.21.4.21.4.21.4.2
sabre-manage-subscription-feature1.5.21.5.21.5.21.5.21.5.21.5.21.5.21.5.2
sabre-manage-subscription-service1.9.21.9.21.9.21.9.21.9.21.9.21.9.21.9.2
sabre-manage-workflow1.5.21.5.21.5.21.5.21.5.21.5.21.5.21.5.2
sabre-mandate-registrations2.7.22.7.22.7.22.7.22.7.22.7.22.7.22.7.2
sabre-mandate-revisions2.8.22.8.22.8.22.8.22.8.22.8.22.8.22.8.2
sabre-mdsledger-adapter2.6.22.6.22.6.22.6.22.6.22.6.22.6.22.6.2
sabre-non-recurring-payments2.9.22.9.22.9.22.9.22.9.22.9.22.9.22.9.2
sabre-openet-provisioning-adapter2.8.22.8.22.8.22.8.22.8.22.8.22.8.22.8.2
sabre-openet-recurring-prepayment-adapter1.4.11.4.11.4.11.4.11.4.11.4.11.4.11.4.1
sabre-openet-usage-adapter2.8.12.8.12.8.12.8.12.8.12.8.12.8.12.8.1
sabre-probe-alert-email-distribution-adapter1.1.11.1.11.1.11.1.11.1.11.1.11.1.11.1.1
sabre-probe-alert-snmp-distribution-adapter1.1.11.1.11.1.11.1.11.1.11.1.11.1.11.1.1
sabre-provisioning2.9.22.9.22.9.22.9.22.9.22.9.32.9.42.9.4
sabre-rated-charge2.8.22.8.22.8.22.8.22.8.22.8.22.8.22.8.2
sabre-rated-usage2.9.92.9.92.9.92.9.92.9.92.9.92.9.92.9.9
sabre-receipt-pdf-collection-adapter2.6.12.6.12.6.12.6.12.6.12.6.12.6.12.6.1
sabre-receipt-print2.9.22.9.22.9.22.9.22.9.22.9.22.9.22.9.2
sabre-recurring-bank-payments-bacs-adapter2.5.12.5.12.5.12.5.12.5.12.5.12.5.12.5.1
sabre-recurring-payments2.9.22.9.22.9.22.9.22.9.22.9.22.9.22.9.2
sabre-recurring-pre-payments1.8.21.8.21.8.21.8.21.8.21.8.21.8.21.8.2
sabre-sales-order1.7.21.7.21.7.21.7.21.7.21.7.21.7.21.7.2
sabre-server1.14.731.14.731.14.731.14.731.14.731.14.731.14.731.14.76
sabre-sim-profile2.9.22.9.22.9.22.9.22.9.22.9.22.9.22.9.2
sabre-smpp-adapter1.6.11.6.11.6.11.6.11.6.11.6.11.6.11.6.1
sabre-statement-production2.7.22.7.22.7.22.7.22.7.22.7.22.7.22.7.2
sabre-system-activity-purge1.1.11.1.11.1.11.1.11.1.11.1.11.1.11.1.1
sabre-termination-fee-monitor1.3.11.3.11.3.11.3.11.3.11.3.11.3.11.3.1
sabre-usage-archiving2.7.12.7.12.7.12.7.12.7.12.7.12.7.12.7.1
sabre-usage-reconciliation1.2.31.2.31.2.31.2.31.2.31.2.31.2.31.2.3
sabre-wholesale-usage1.2.31.2.31.2.31.2.31.2.31.2.31.2.31.2.3
sabre-wholesale-usage-adapter2.9.12.9.12.9.12.9.12.9.12.9.12.9.12.9.1
sabre-workflow-monitor1.0.81.0.81.0.81.0.81.0.81.0.81.0.81.0.8
shared-services1.10.111.10.111.10.111.10.111.10.111.10.111.10.111.10.11
shared-services-rest1.10.331.10.361.10.361.10.361.10.361.10.361.10.361.10.36
soap-ws8.10.98.10.98.10.98.10.108.10.108.10.108.10.108.10.10
webswing2.5.5.712.5.5.712.5.5.712.5.5.712.5.5.712.5.5.712.5.5.712.5.5.71
wso2is-login1.9.41.9.41.9.41.9.41.9.41.9.41.9.41.9.4