Crystal EXE path not specified
When configuring the process scheduler on the NT server, the following message appears:
Errors encountered installing PS ODBC driver and Crystal Runtime
Refer to psodbccrinst.log for details
ODBC driver and NVision/Crystal DLLs installation incomplete!
The message goes on to tell you that the details of the error have been logged to %Temp%\psodbccrinst.log.
In this log file, the following error appears:
Crystal EXE path not specified, aborting Crystal configuration...
Crystal configuration failed!
What this means is that the CrystalEXEPath
has not been set in the [Crystal]
section of psprcs.cfg
. Set this to the location of your Crystal Reports installation (where crw32.exe
resides). For example:
[Crystal]
;=========================================================================
; Trace settings for Crystal
;=========================================================================
CrystalEXEPath=C:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86
Trace=NO
TraceFile=%TEMP%\CRYSTAL.TRC
No Comments