up vote 0 down vote favorite
share [g+] share [fb]

I am trying to use the crystal reports application in ubuntu. So far i was able to connect the MYSQL database using c# in .net platform and run a small application in ubuntu over crossover linux.

But when i try to fetch the data from mysql database and display in crystal reports i get an error as shown in the below picture:

alt text

alt text

This thread is an extension of the below thread.

http://stackoverflow.com/questions/1686852/cant-connect-to-mysql-for-net-application-deployed-in-wine-using-ubuntu

link|improve this question

50% accept rate
take another screenshot, this time.. click details so we can see the stacktrace – Andrew Keith Nov 23 '09 at 5:19
Are you able to run the report in Crystal Reports Developer? – OMG Ponies Nov 23 '09 at 5:20
Can we install the Crystal Reports Developer in ubuntu. If so please send me the link where i can download and install – Srikanth V M Nov 23 '09 at 5:30
Are you permanently-tied to Crystal Reports? If not, have you considered a cross-platform tool like BIRT (eclipse.org/birt)? – warren Nov 25 '09 at 1:54
I need crystal reports desperately. Is it possible for birt tool to generate reports in ubuntu with c# as programming language and mysql as its backend database.b'coz i see that birt is built for java – Srikanth V M Nov 26 '09 at 5:09
feedback

3 Answers

The WineHQ db claims that it will run. However, if you do intend to target the Linux and Windows platforms, I would suggest a more cross platform compatible library.

link|improve this answer
I am using crossover platform in the trail version. It still shows the same error – Srikanth V M Nov 23 '09 at 5:29
1  
I think he means, don't use crystal reports if cross platform is your goal. (i.e. something that must run through wine is not cross platform) – dotjoe Nov 23 '09 at 16:56
feedback
up vote 0 down vote accepted

I got the answer by my own after doing a small research.

The error was due the licensing problem of visual studio .net 2005. The following packages had to be configured in Merge Reports (i.e C:\Program Files\Common Files\Merge Modules)

Crystal_Managed2003.msm Crystal_Database_Access2003.msm Crystal_Database_Access2003_enu.msm Crystal_regwiz2003.msm

And then we need to enter the license key while deploying the application correctly.

Later the following packages would be installed automatically when we run the deployed .net application in ubuntu linux

Refer screenshot below

alt text

link|improve this answer
feedback

We need to run a site developed in language. Net (C #) using Framework 3.5 to reports developed in Crystal Reports running on Ubuntu ... The site is already running (mono), but we are having problems with the reports ... Looked online and saw that you also had to do something like ...

-We would like to know if you already found the solution?

Thanks for listening!

link|improve this answer
He's problem is different - he's using CrossOver instead of Mono. I suggest you to create a new question with your problem. – Corporate Man Jul 13 '10 at 21:13
! Even though your question is different from this thread, from my experience I would share this with you.Crystal Reports are not fully supported by mono or wine hq.I installed crystal reporting package given by microsoft on linux using wine. It didnt work.Mono is not the ultimate soln.Use open source reporting systems rather than crystal reports on linux. Vitor Py. is correct. Open a new thread/question you may get lot of expert reviews. Go through this, you may get lot of ideas talkonsomething.com/author/srikanth – Srikanth V M Jul 17 '10 at 5:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.