Skip to main content
Feedback

RVR-BRA-101

Issue summary

The error code RVR-BRA-101 with the message "Value missing in SSM response" is specific to the Data Integration platform's base_rest_api data connector. This error triggers when the System Settings Manager (SSM) response lacks a required value. Within a REST API Flow, this signal confirms that the response excludes an expected key or parameter. Misconfigured requests, incorrect endpoint settings, or provider-side updates cause this error.

Action steps

To resolve the error, follow these steps:

  1. Verify API Configuration: Double-check the configuration of your REST API in Data Integration. Ensure that all required parameters and headers are correctly set.
  2. Check API Documentation: Review the API documentation for any updates or changes in the response structure that might require adjustments on your end.
  3. Test API Endpoint: Use a tool like Postman to test the API endpoint separately and check if the response contains the expected values. This will help identify whether the issue is with the server's response or with how Data Integration is receiving it.
  4. API Version: Ensure that you are using the correct version of the API if there are multiple versions available.
  5. Authentication: Make sure that any required authentication (e.g., API keys, tokens) is correctly configured, as unauthorized requests may not return full responses including all expected parameters.
note

If the issue persists or you need further assistance, open a case with Data Integration Support. In the console sidebar, select Help > Contact Us and follow the instructions.

On this Page