I'm trying to run several different sqr files using the Production Reporting Studio, which is on C:\Oracle\Middleware\EPMSystem11R1\products\biplus\bin\SQR\Studio\bin\developer.exe, and when a SQR is
executed throws the following error: "sqr.exe has stopped working.". This error happens regardless of the SQR file and always happens right after I input the password for the connection
At this same moment a system event is logged in the system events log, with the following:
Faulting application name: sqr.exe, version: 0.0.0.0, time stamp: 0x52ea5ef1
Faulting module name: libsybct.dll, version: 6.3.9600.18146, time stamp: 0x5650afd4
Exception code: 0xc0000135
Fault offset: 0x0009d572
Faulting process id: 0x1d60
Faulting application start time: 0x01d14179c0aa443b
Faulting application path: C:\Oracle\Middleware\EPMSystem11R1\products\biplus\bin\SQR\Server\Sybase\bin\sqr.exe
Faulting module path: libsybct.dll
Report Id: fe662190-ad6c-11e5-80d9-00163e096072
Faulting package full name:
Faulting package-relative application ID:
When I try to execute the sqr.exe alone, I get the error:
The program can't start because libsybct.dll is missing from your computer. Try reinstalling the program to fix this problem.
I've learned that this could be due to the new Hyperion naming convention, so I tried renaming all the libs from "lib" to "libsysb", but that generated the following error:
The procedure entry point ct_describe could not be located in the dynamic link library C:\Oracle\Middleware\EPMSystem11R1\products\biplus\bin\SQR\Server\Sybase\bin\SQR.DLL.
When I run the SQR files I'm connecting to a Sybase database through an System DSN ODBC connection using the DataDirect 7.1 Sybase Wire Protocol driver.
This is a new installation of EPM 11.1.2.4, I finished the installation using Oracle's Installation and Configuration Guide with no issues and also completed successfully all required configurations on EPM System Configurator.
I've tried several different SQR even a hello world report and I get the same error, it seams to be related to the installation of missing dll files.