cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Reports

0 Kudos

I'm getting an error in formula code. I have two programs that are using Crystal for reporting and they don't want to play nice together. One is Cyma and the other is Raisers Edge. How can I troubleshoot this problem?

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Dell,

I'm not sure on your two questions. I kind of inherited this issue. I want to say the Raisers edge was Crystal 8.5.

DellSC
Active Contributor
0 Kudos

Which version of Crystal? Which version of the SDK was used to develop each of the programs?

Basically, you can't have two versions of the Crystal runtime installed on a single machine and have both programs work - each needs the version of the runtime that it was compiled to use. Since the runtime install configures a number of registry settings and different versions update/create the same settings, whichever version was install last will "win".

If the applications were programmed by someone in your company, they both need to be recompiled to use the same version of the SDK and then that version of the runtime need to be deployed with both.

-Dell