views:

1222

answers:

3

Hi all,

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

+1  A: 

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.

monksy
I am using crossover platform in the trail version. It still shows the same error
Srikanth V M
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
A: 

Hi all,

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

Srikanth V M
A: 

Hello! 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!

Katiuscia
@Katiuscia He's problem is different - he's using CrossOver instead of Mono. I suggest you to create a new question with your problem.
Vitor Py
@Katiuscia! 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 http://www.talkonsomething.com/author/srikanth
Srikanth V M