• /
  • EnglishEspañolFrançais日本語한국어Português
  • EntrarComeçar agora

Patch Release V3.0 SP11

December 9, 2025

Included patch files

This V3.0 SP11 release contains three files:

  • K-300SP11NEWR.SAR
  • _NEWR_DATA_PROVIDERV3.11.SAP
  • _NEWR_COLLECTION_MANAGER.SAP

Implementation procedures

Service pack installation and configuration

  • Where to install: Deploy this service pack to client 000 of your Central Monitoring System.
  • Configuration location: Perform all subsequent configuration tasks in the business client of your Central Monitoring System.
  • Complete instructions: For step-by-step installation procedures, consult Installation Guide V3.0 (Appendix VIII: Install Service Pack) or Admin Guide V3.0 (Section: Install Service Pack).

Updates in this patch

  1. NR_BTP_UDM: Provides SAP Usage Data Management events for SAP BTP. Gathers, stores, and makes usage information available for all services and applications across all regions in a cloud deployment for central analysis, reporting, and license auditing (Data Provider Type: Event).
  2. NR_CLOUD_CONNECTOR: Enhanced to include a new numerical attribute DAYS_TO_EXPIRE for the event table NR_CLOUD_CONNECTOR_CERT. This attribute identifies remaining days before certificate expiration in Cloud Connector.
  3. API-based data providers: Added certificate expiration checks in /NEWR/API_DATA_COLLECTOR data provider function module. Compiles all certificates available in STRUST (under SSL Client Standard or SSL Client Anonymous) and matches them against the target host of the respective RFC destination. When a match is found, the valid-to date is checked. An error is thrown stating "The certificate is expired for the host <host_name>" when an expired certificate is detected during data provider execution.
  1. HANA DB data providers: Enhanced /NEWR/AGENT_HDB and /NEWR/AGENT_HDB_EVENT function modules to handle query statements that use aliases for table names.
  2. Background RFC Q data provider: New data provider NR.SAP.BGRFC.Q for monitoring background RFC queues.
  3. IDoc data provider: Updated NR_SAP_IDOC to include partner IDoc ID.
  4. System memory data provider: Updated NR.SAP.SYSTEM.MEMORY.HEAP_USAGE - changed parameter MTE_CLASS to R3MemMgmtHeapAct.
  5. Connection issue handling: Protection triggered by temporary connection issues no longer requires manual intervention to clear.
  6. HANA Sidecar support: Bug fix allows HANA Sidecar to be added as a monitored system without specifying the RFC destination.
  7. New Relic account parameter: Bug fix ensures the NR_ACCID parameter in New Relic data providers is not overridden when new monitored system configuration is generated.

Updated HANA data providers

NR.SAP.HDB.METRICS: Enhanced to include two new data points:

  • NUM_CONNECTIONS: Shows number of connections by status
  • THREADCNT: Shows active thread counts

New HANA data providers

  1. NR_SAP_HDB_BACKUP_BROKEN: Captures HANA backup history broken information (Event)
  2. NR_SAP_HDB_BLKED_TRANS: Provides snapshots of HANA blocked transactions (Event)
  3. NR_SAP_HDB_LICENSES: Monitors HANA license information (Event)
  4. NR_SAP_HDB_LONG_TRANS: Tracks long running transactions (Event)
  5. NR_SAP_HDB_PWD_EXPIRE: Shows users with expiring passwords (Event)
  6. NR_SAP_HDB_THREADS: Captures long running thread information (Event)

Bug fixes

  1. RFC check program: Updated /NEWR/REGISTRY_RFC_CHECK with improved functionality.
  2. Payload data gap: Fixed bug causing data gaps in payload data for data provider NR_SAP_ABAP_WS.
  3. Expensive statement traces: Fixed issue where expensive statement spans were not shown in New Relic traces for programs accessing HANA database.

Manual configuration updates

Upgrade from SP10 to SP11 with existing CloudALM data providers

If CloudALM-based data providers are configured in SP10, add a new CALM_LMS system to monitored systems after upgrading to SP11. During upgrade, after completing "Copy Template Tables from Client 000", proceed to "Define the Monitored Systems" and add:

Field

Value

SAP System ID

CALM_LMS

Client

Leave blank

Destination

RFC Destination used for CALM data provider authentication

Software Component

Leave blank

Database Vendor

Leave blank

DB Connection

Leave blank

New Relic Account ID

New Relic account to send data to

API Host

API host used for CALM data providers

Importante

Select Monitoring Group CALM_LMS for this monitored system.

Upgrade from SP10 to SP11 with existing CloudALM data providers - Request content modifier configuration for storing exchange properties

New RFC check program

The RFC check program has been updated with a maximum wait time to receive responses from each destination.

Upgrade from SP10 to SP11 with existing CloudALM data providers - Request content modifier configuration for storing exchange properties

Results now include latency measurements from each destination.

Upgrade from SP10 to SP11 with existing CloudALM data providers - Request content modifier configuration for storing exchange properties

Authorization role updates

Authorization role /NEWR/DATA_PROVIDER

Authorization role /NEWR/DATA_PROVIDER has been updated to add access to the following function:

  • SREL_GET_NEXT_NEIGHBORS

Authorization role /NEWR/COLLECTION_MANAGER

This role is created specifically for the batch user on the central monitoring system to run collection manager jobs.

New data providers for ABAP business systems

NR_SAP_HDB_BACKUP_BROKEN

Captures HANA DB backup broken history events.

Configuration:

  • Data Provider Function: /NEWR/AGENT_HDB_EVENT
  • Finisher Function: /NEWR/EVENTS_FINISHER
  • Monitoring Group: HANA_DB
  • DP Period: 1 Hour

This data provider comes pre-activated. Required parameters:

Parameter

Description

Default Value

Attribute

DB_CONC

Database Connection

No

RFC_DEST

Monitored System RFC Destination

DPC_COLL_TIME

Collection Time Period

SYS_ID

Monitored System ID

Yes

Output attributes:

Attribute

Description

BACKUP_ID

The unique ID of the broken backup history entry

SYS_TIME

The local time at which the broken backup history was detected

UTC_TIME

The UTC time at which the broken backup history was detected

SOURCE_ID

The persistence volume ID

HOST

The host name

SERVICE_TYPE_NAME

The type of database service

REDO_LOG_POSITION

The redo log position of the broken backup history entry

REASON

The reason for the broken backup history

Message

Additional message for backup broken history

NR_SAP_HDB_BLKED_TRANS

Captures blocked transactions in HANA DB events.

Configuration:

  • Data Provider Function: /NEWR/AGENT_HDB_EVENT
  • Finisher Function: /NEWR/EVENTS_FINISHER
  • Monitoring Group: HANA_DB
  • DP Period: 5 Minutes

This data provider comes pre-activated. Required parameters:

Parameter

Description

Default Value

Attribute

DB_CONC

Database Connection

No

RFC_DEST

Monitored System RFC Destination

DPC_COLL_TIME

Collection Time Period

SYS_ID

Monitored System ID

Yes

Output attributes:

Attribute

Description

BLK_START

Blocking starting time

END_TIMESTAMP

Blocking end time

SITE_ID

Site ID

HOST

Host name

PORT

Internal port

LOCK_TYPE

Type of lock: Record, Table, Metadata

LOCK_MODE

Lock mode: SHARED, EXCLUSIVE

WAITING_SCHEMA_NAME

The name of the schema on which the lock is currently placed

WAITING_OBJECT_NAME

The name of the object on which the lock is currently placed

WAITING_RECORD_ID

The ID of the record on which the lock is currently placed

BLOCKED_CONNECTION_ID

The connection ID associated with the blocked write transaction

BLOCKED_UPDATE_TRANSACTION_ID

The write transaction ID of the write transaction waiting for the lock

BLOCKED_STATEMENT_HASH

Hash code for the statement being blocked

LOCK_OWNER_CONNECTION_ID

The connection ID associated with the write transaction holding the lock

LOCK_OWNER_UPD_TRANSID

The write transaction ID of the write transaction holding the lock

LOCK_OWNER_HOST

The client host for the lock owner

LOCK_OWNER_PID

Process ID for the lock owner

LOCK_OWNER_APPLICATION_SOURCE

Application source for the lock owner

LOCKOWNER_STATEMENT_STR

Lock owner's statement

LOCK_OWNER_STATEMENT_HASH

Hash code for the lock owner statement

NR_SAP_HDB_LICENSES

Captures HANA DB license information events.

Configuration:

  • Data Provider Function: /NEWR/AGENT_HDB_EVENT
  • Finisher Function: /NEWR/EVENTS_FINISHER
  • Monitoring Group: HANA_DB
  • DP Period: 5 Minutes

This data provider comes pre-activated. Required parameters:

Parameter

Description

Default Value

Attribute

DB_CONC

Database Connection

No

RFC_DEST

Monitored System RFC Destination

DPC_COLL_TIME

Collection Time Period

SYS_ID

Monitored System ID

Yes

Output attributes:

Attribute

Description

HARDWARE_KEY

The hardware key of the SAP HANA installation

SYSTEM_ID

The system identifier (SID)

INSTALL_NO

The installation number

SYSTEM_NO

The system number

GLAS_APPLICATION_ID

The license ID for the software product

PRODUCT_NAME

The name of the licensed software product

PRODUCT_DESCRIPTION

The description of the licensed software product

PRODUCT_LIMIT

The allowed product usage as specified by the license in bytes (e.g., main memory)

PRODUCT_LIMIT_DESCRIPTION

Description of allowed product usage

PRODUCT_USAGE

The peak product usage value during last 13 months, measured periodically, in bytes

MEASUREMENT_INTERVAL

The interval of license measurement, in hours

FIRST_INSTALLATION_TIME

The date of the first installation of the license

START_DATE

The start date of the license validity period

EXPIRATION_DATE

The expiration date of the validity period of the license

LAST_SUCCESSFUL_CHECK

The latest date on which the license was successfully checked and found valid

PERMANENT

Displays TRUE if the license is permanent and FALSE if the license is temporary

VALID

Indicates whether the license is valid or not: TRUE/FALSE

ENFORCED

Indicates whether the license is a memory-enforced license or not: TRUE/FALSE

LOCKED_DOWN

Indicates whether the system is locked down due to license status: TRUE/FALSE

IS_DATABASE_LOCAL

Indicates whether the license is a local database license: TRUE/FALSE

NR_SAP_HDB_LONG_TRANS

Captures long running transactions in HANA DB events.

Configuration:

  • Data Provider Function: /NEWR/AGENT_HDB_EVENT
  • Finisher Function: /NEWR/EVENTS_FINISHER
  • Monitoring Group: HANA_DB
  • DP Period: 5 Minutes

This data provider comes pre-activated. Required parameters:

Parameter

Description

Default Value

Attribute

DB_CONC

Database Connection

No

RFC_DEST

Monitored System RFC Destination

DPC_COLL_TIME

Collection Time Period

SYS_ID

Monitored System ID

Yes

Output attributes:

Attribute

Description

CONNECTION_ID

The connection ID

TRANSACTION_ID

The transaction object ID

START_TIME

The transaction start time

ELAPSED_SECONDS

Elapsed time in seconds

USER_NAME

User name

CLIENT_HOST

Client host

CONNECTION_STATUS

Connection status

STATEMENT_STRING

Statement string for the transaction

NR_SAP_HDB_PWD_EXPIRE

Captures expiring user password events.

Configuration:

  • Data Provider Function: /NEWR/AGENT_HDB_EVENT
  • Finisher Function: /NEWR/EVENTS_FINISHER
  • Monitoring Group: HANA_DB
  • DP Period: 1 day

This data provider comes pre-activated. Required parameters:

Parameter

Description

Default Value

Attribute

DB_CONC

Database Connection

No

RFC_DEST

Monitored System RFC Destination

DPC_COLL_TIME

Collection Time Period

SYS_ID

Monitored System ID

Yes

Output attributes:

Attribute

Description

USER_NAME

User name

VALID_UNTIL

Password valid until this date

DAYS_TO_EXPIRE

Number of days remaining before password expiration

NR_SAP_HDB_THREADS

Captures long running threads in HANA DB events.

Configuration:

  • Data Provider Function: /NEWR/AGENT_HDB_EVENT
  • Finisher Function: /NEWR/EVENTS_FINISHER
  • Monitoring Group: HANA_DB
  • DP Period: 5 Minutes

This data provider comes pre-activated. Required parameters:

Parameter

Description

Default Value

Attribute

DB_CONC

Database Connection

No

RFC_DEST

Monitored System RFC Destination

DPC_COLL_TIME

Collection Time Period

SYS_ID

Monitored System ID

Yes

Output attributes:

Attribute

Description

HOST

Host name

PORT

Internal port

CONN_ID

Connection ID

STATEMENT_ID

The ID of the statement being executed

THREAD_ID

The thread ID

THREAD_TYPE

The thread type

THREAD_STATE

The thread state

THREAD_METHOD

The thread method

LOCK_WAIT_NAME

The internal name of the lock

THREAD_DETAIL

The thread detail

CLIENT_IP

The IP of the client machine

CLIENT_PID

The client process ID

CALLER

The service that called the thread

CALLING

The service called by the thread

ACTIVE

Whether the thread is active

USER_NAME

The SQL user name

APPLICATION_NAME

The name of the application

APPLICATION_USER_NAME

The application user name

TRANSACTION_ID

The transaction ID

DURATION

The thread duration in milliseconds

CPU_TIME_SELF

The active CPU time of the thread in microseconds

CPU_TIME_CUMULATIVE

The active CPU time of the thread and its associated children in microseconds

STATEMENT_THREAD_LIMIT

The statement thread limit

STATEMENT_MEMORY_LIMIT

The statement memory limit

WORKLOAD_CLASS_NAME

The name of the workload class

BTP monitoring new data providers

NR_BTP_UDM

Provides SAP Usage Data Management events for SAP BTP. Gathers, stores, and makes usage information available for all services and applications across all regions in a cloud deployment. This information supports central analysis, reporting, and license auditing.

Prerequisite:

RFC destination must be configured to handle authentication. Uses BASIC authentication based on Client ID and Client Password.

Configuration:

  • Type: Event (API)
  • Data Provider Function Module: /NEWR/API_DATA_COLLECTOR
  • Finisher Function Module: /NEWR/BTP_UDM_FINISHER
  • Monitoring Component: BTP_UDM

This data provider comes pre-activated. Required parameters:

Parameter

Description

Default Value

Attribute

API_HOST

UDM data extraction host

No

API_PATH

UDM data extraction path

No

API_QUERY

UDM data extraction query

No

DATA_COLL_PERIOD

An integer value determining the collection period. If set as 1, details for last month will be collected. If set as 2, details for last 2 months will be collected.

No

DESTINATION

Authentication destination for UDM

No

NR_ACCID

New Relic platform account number

No

SOURCE_ACCT

Monitored System ID

Yes

Setup instructions:

To get details for API_HOST, Authentication URL, Client ID, and Password:

  1. Create a Service Instance for Usage Data Management Service with plan reporting-ga-admin.
  2. Create a service key - it will contain the necessary details.
  3. Base URI format: https://uas-reporting.cfapps.<landscape domain>/reports/v1
Copyright © 2026 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.