cancel
Showing results for 
Search instead for 
Did you mean: 

Error trying to use Crystal Reports Viewer in ASP for displaying an MS Access report

Former Member
0 Kudos

We had a nice setup where an ASP document called Crystal Reports Viewer to view an MS Access Report.  Worked fine on Windows Server 2003.  We need to retire the server but are having a problem on the new server (Windows Server 2012 R2).

Components were registered And Crystal Reports Viewer 2013 was downloaded.  However, when trying to display the program, we receive the error

Microsoft VBScript runtime error '800a01ad'

ActiveX component can't create object 'CrystalReports.ObjectFactory.2'

/btSales/reportPageViewer.asp line 119

Line 119 in the report is as follows:

        "Set objFactory = CreateObject("CrystalReports.ObjectFactory.2")

I've followed instructions from random sites searched on the Internet, but still can get by this error.  Thank You

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi William,

Are you still using the CR RDC and CRViewer in your app or did you update to CR for .NET?

.NET does not work in ASP app's nor does VB Scripts.

If you are still using XI R2 RDC runtime then unforntunately it's not supported on Windows Server 2012.

Don

Former Member
0 Kudos

Don,

Thank you so much.  Do you know/have good alternates?

0 Kudos

Upgrade to:

Visual Studio 2010 or above.

ASP.NET

CR for VS 2010 or above SP 17

First link to integrate into VS all others are for redist packages only, do not install them on your DEV PC.

RDC and VS 6 are end of life a long time ago, time to upgrade.

Don