You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customer of BORDER_GRID agreement cannot get Metering Data if the search is performed the way, that the requested period is not at least partially overlapping with agreement period.
Steps to reproduce
Create new BORDER metering point
Create new BORDER_GRID agreement
Add some metering data to the metering point
Query for metering data as the Customer and they way, that the periodStart and periodEnd are outside of the agreement validity period
Expected result
Customer gets back an empty list, because the requested period is not covered with the BORDER_GRID agreement and therefore the Customer has no access to the metering data
Actual Result
{
"id": "19b7eefb-86ba-4806-9213-607b67a77ca0",
"cause": {
"message": "Market participant has no access to meter point",
"code": "opp.error.business.market-participant-has-no-access-to-meter-point",
"traceId": "adb4d337f2334c7688b2edc0402d7ebe",
"args": []
}
}
Impact (If known)
Makes the Metering Data search difficult
Workaround
If the Customer identifies the validity period of the BORDER_GRID agreement and executes the search the way, that the requested period overlaps with the agreement period at least partially, then the search works and error is not thrown.
The text was updated successfully, but these errors were encountered:
Problem
Customer of BORDER_GRID agreement cannot get Metering Data if the search is performed the way, that the requested period is not at least partially overlapping with agreement period.
Steps to reproduce
Expected result
Actual Result
Impact (If known)
Makes the Metering Data search difficult
Workaround
If the Customer identifies the validity period of the BORDER_GRID agreement and executes the search the way, that the requested period overlaps with the agreement period at least partially, then the search works and error is not thrown.
The text was updated successfully, but these errors were encountered: