Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exporting report to Excel from ASP

Status
Not open for further replies.

jhbenton3

Programmer
Mar 26, 2003
5
0
0
US
Reports display fine in browser. When clicking the "Export Button" to allow the user to export the data to Excel. I get the error CRAXDRT Error Occurred on Server. -2147190548 Missing or out-of-date dll.

So far I have found the file used by the export is u2fxls.dll, which should be and is located in C:winnt/crystal. The version of the file I have is 8.6.2.512. What version do I need and how do I get it?

Thanks in advance,
Jim
 
The version is fine.

Try this:

Find craxdrt.dll on your system and rename it to something like craxdrtabc1234.dll

Reboot and see if you still have the problem.
 
After renaming the craxdrt.dll the report couldn't be generated. I received a server component expected error.

However, I have a development environment that runs the same version of Crystal Enterprise and Crystal Reports. I copied the dll's from the development server \winnt\crystal\ and \Program Files\Seagate Software\Report Designer Component\ to the production server and the export works.

Thanks for your response.
jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top