We currently have Crystal Reports Xi R2 installed on a Windows 2003 server. It is being called within a Lotus Domino agent to create a report and works great. We are testing this same application on a Windows 2012 64 bit server. Crystal Reports XI R2 is no longer supported, so we installed Crystal Reports 2013 instead. The agent is unable to get a handle to the Crystal automation object. It errors out on the following line:
Set obj_crystal = CreateObject("CrystalRuntime.Application")
The error is:
Error(208): GenReport - 208 at line 32 Cannot create automation object
Does a different approach need to be used? If so, how? Is this a part of the SDK that was retired? Would this work in Crystal Reports 2011 or Crystal Reports 2008 without us needing to change our code?