Skip to Content
0
Former Member
Mar 19, 2009 at 03:47 PM

RAS SDK via ASP not working after moving to 2008 server

27 Views

I had:

Set ObjFactory = CreateObject("CrystalReports115.objectFactory.1")

after going to crystal reports 2008 server it failed, so I changed it to :

Set ObjFactory = CreateObject("CrystalReports12.objectFactory.1")

and that worked..

then the next lines:

Set RptAppSession = ObjFactory.CreateObject("CrystalReports115.ReportAppSession")

RptAppSession.Initialize

failed after going to crystal reports 2008 server, so I changed it to:

Set RptAppSession = ObjFactory.CreateObject("CrystalReports12.ReportAppSession")

RptAppSession.Initialize

the failed message then changed to: Object Required

what object is required..