Skip to main content
Feedback

RVR-PYTHON-999

Issue summary

  • The error code RVR-PYTHON-999 is a Data Integration Python User Error related to Data Integration Python logic step. This error indicates a problem within a user's Python code or script when executed as part of a Data Integration process, such as syntax errors, execution errors, or configuration issues with Python packages or environments.

Action steps

To resolve the error, follow these steps: :

  • Review your Python script: Check for syntax errors or configuration issues within the script that could cause it to fail. This includes checking for correct import statements, logical errors, or unsupported operations in Python.
  • Check Python Version and Packages: Ensure you are using Python 3.8.4, as it is the supported version in Data Integration. Also, confirm whether the required packages you install and available in the Data Integration environment. If additional packages is necessary beyond those provided by default (NumPy, Pandas, Matplotlib, etc.), ensure they are correctly installed.
  • Error Logs and Messages: Examine any error messages or logs available within the Data Integration console for more detailed information about the error. This can provide clues on which part of the script failed.
  • Testing in Local Environment: Run your code in a local Python environment with the same version to verify if errors can be reproduced outside Data Integration, which might help pinpoint the issue.
  1. External References:
    • For more details on Python configurations and common issues, refer to the Data Integration Python guide on configuring Python steps.
    • For general Python troubleshooting tips, refer to Python help, which may assist in identifying and resolving syntax or runtime errors.
note

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

On this Page