Skip to content

[EDH-3754] - Customer of BORDER_GRID agreement cannot get MD if search outside of agreement period #156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
EinarArro opened this issue Dec 18, 2024 · 0 comments
Labels
medium Will be fixed after critical

Comments

@EinarArro
Copy link
Collaborator

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

  • 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.

@kristjanZ kristjanZ added the medium Will be fixed after critical label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium Will be fixed after critical
Projects
None yet
Development

No branches or pull requests

2 participants