CRRPE0071E
The data source schema could not be loaded.

Explanation

The data source schema is corrupted or it could not be accessed.

User response

Verify that the data source schema exists in the location specified. If the data source schema is accessible, verify that the temporary directory is also accessible and that you have write access to that directory. To identify your temporary directory, open the %RPE_HOME%/config/log4j.properties file and look for the path value in the property "log4j.appender.txtOutput.File=<path>". Generally the path is in the form of "${java.io.tmpdir}/RPE/rpe.log", where "${java.io.tmpdir}" indicates the user temporary directory for the operating system. Windows 7 example: "C:/Users/<user>/AppData/Local/Temp/RPE/rpe.log", Windows XP example: "C:/Documents and Settings/<user>/temp/RPE/rpe.log"

Feedback