views:

6086

answers:

8

Is there a way to easily convert Crystal Reports reports to Reporting Services RDL format? We have quite a few reports that will be needing conversion soon.

I know about the manual process (which is basically rebuilding all your reports from scratch in SSRS), but my searches pointed to a few possibilities with automatic conversion "acceleration" with several consulting firms. (As described on http://www.microsoft.com/sql/technologies/reporting/partners/crystal-migration.mspx).

Do any of you have any valid experiences or recomendations regarding this particular issue? Are there any tools around that I do not know about?

+7  A: 

I have searched previously for this, with no luck. There does not seem to be any tools available for this conversion, the manual method thereby becomes the only method. And yes, there are consulting firms who will do the manual work for you, but they still do it manually.

Crystal Reports and Reporting Services have different architectural styles, making it a difficult task for a conversion tool, so I view it as unlikely that someone will build one anytime soon.

Carlton Jenke
+1  A: 

We're in a very similar situation at the moment. Dozens of crystal reports in place and we're shifting to Reporting Services (mainly for its ease of deployment and more flexible UI for the end user) - our solution is to leave them be, but anything new is being created in RptgSvcs. Ideally we'd translate them, but the .rpt format is too opaque.

Unsliced
+8  A: 

I work for one of those consulting firms mentioned by Carlton, and let me tell you that we are the only company to have developed an in-house (proprietary) tool that helps us jump start the conversion process from RPTs to RDLs. Our current tool only supports Crystal Rpts 9 and older, and the RDL 2000 and 2005 formats.

I have done several of these conversion projects myself, and there are lots of things that cannot be automatically converted due to the nature of each product. Things like expressions, data source information, and dataset queries just cannot be automagically "translated" by a tool.

Cheers.

Thiago Silva
A: 

I'm looking for an alternative to ditch CR once and for all (and I promise I'll never go back, this time I'll hold my word), and I have like 40 CR Reports…

I cry only thinking about the "wapper" I'll have to build in order to keep our application working as before and let this component handle the "new" reporting engine.

Thanks for the information about "not" being able to convert from one to the other.

Are there any reporting engines that can receive .rpt's?

Martín Marconcini
+1  A: 

In my search I got to know a product of KTL Solutions with the name KTL Crystal Converter which is capable of converting a Crystal report to SSRS.

+2  A: 

An alternative would be to use a much cheaper reporting solution which can read Crystal Reports templates, such as (our very own) Java-based i-net Crystal-Clear.

Epaga
+1  A: 

see RptToXml

Craig
A: 

RptToRdl.Com (http://www.RptToRdl.com) is your best bet.

They can do jump-start conversions or full conversions. Pricing starts at $25/report. They'll even do one for free.

Jeff