I'm using VBSCRIPT in an active server page to display Oracle data using Crystal Reports. I'm new to web designing and CR, so please excuse me if I'm not using the correct terminology. I've successfully tested the reports via the CR designer and for a while they were successfully being displayed via the web site. Recently I'm getting the error message "CPEAUT32 error 800a5036 Error detected by database DLL" whenever I attempt to run any report. The ASP file is using the Crystal.CRPE.Application object and the datasource information appears to be correct on the web server to access the Oracle back-end db. The line that the error is pointing to is is "Session("oRpt".ReadRecords". I've inserted a bunch of Response.Write statements and have verified that the program does have a connection to the Oracle DB and tables. Any idea of what else I can look at to determine why this error is occurring?