RVR-SF-RDBMS-304
  • 1 Minute to read
  • Dark
    Light
  • PDF

RVR-SF-RDBMS-304

  • Dark
    Light
  • PDF

Article summary

  1. Issue Summary

    • The error "RVR-SF-RDBMS-304" indicates a failure to load the private key from a file while using the RDBMS data connector in Rivery. This typically suggests an issue with the private key file used for authentication, such as an incorrect file path, file permissions, or file format issues.
  2. Action Steps:

    • Check File Path: Ensure that the path to your private key file is correct and accessible from the system where the operation is being executed.
    • Verify File Permissions: Make sure that the private key file has the correct permissions set. It often needs to be readable by the user running the Rivery process, but for security, it should not be accessible to others.
    • File Format: Confirm that the private key file is in the correct format. Private keys should ideally be in PEM (Privacy Enhanced Mail) format. You can refer to the OpenSSL commands or other tools to convert or verify the format if necessary.
    • Connection Configuration: In Rivery, revisit the connection settings and double-check that the private key has been correctly uploaded and associated with the connection. Ensure no extra spaces or special characters are affecting the key.
    • Regenerate Key Pair: If the problem persists, consider regenerating the key pair using a tool like OpenSSL, and ensure that both the private and public keys are correctly setup and associated with your services and accounts.
  3. External References:

If the issue persists or you need further assistance, please open a ticket with Rivery support.


Was this article helpful?