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..