If you get only 'Error Unable to read data from database' without any additional details, you need to check whether the driver location is the root cause of the problem.
a. Edit {OMNISCOPE_INSTALL_DIR}/_launch.sh
{OMNISCOPE_INSTALL_DIR} is the directory where Omniscope is installed
Change JAVA_VM_PARS property to include both AppSetting_APPSETTING_REPORT_RECOGNISED_ERRORS_AS_BUGS and AppSetting_APPSETTING_REPORT_DATABASE_ERRORS_AS_BUG, leave all other JVM flags unchanged.
E.g.
JAVA_VM_PARS='-Xms64M -Xmx1100m -XX:MaxPermSize=128M -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=50 -XX:NewRatio=8 -XX:+UseG1GC -DAppSetting_APPSETTING_REPORT_RECOGNISED_ERRORS_AS_BUGS=true -DAppSetting_APPSETTING_REPORT_DATABASE_ERRORS_AS_BUGS=true'
b. Run your tasks again
At this point you should get more details about the error and it should look like this:
...driver JAR file location not specified. Please reconfigure this legacy file's database connection in the desktop application.