Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crystal Report : Operation not yet implemented

I am using the .Net 2008 web application with Crystal Report 10.5. I am able to generate the PDF report in Windows 7. But when I run the application on Windows Server 2012, it shows the below issue.

Error in File C:\Users\sampleUser\AppData\Local\Temp\rptManger{DDEB2C17-C5FD-49C1-B7BF-57F30AB6636C}.rpt: Operation not yet implemented. at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e) at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext) at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext) at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext) at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export() at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export() at SEI.MA_APPS.PortfolioModels.Web.ManagerDetailByBank.GetReport() at SEI.MA_APPS.PortfolioModels.Web.ManagerDetailByBank.validate()

like image 205
Pankaj Saha Avatar asked Jun 11 '15 17:06

Pankaj Saha


4 Answers

There is one more solution for this problem.

Uninstall Update for Microsoft Windows(KB3102429)

Control Panel –> Program & Features –> View installed updates and Search for KB3102429, right click and uninstall.

This solved my issue.

like image 62
Nandakumar C K Avatar answered Oct 07 '22 17:10

Nandakumar C K


One of the reasons for this error can be that one of the fonts used in this report is not installed on your new server. Check if it's installed.

Check this link http://www.crystalreportsbook.com/Forum/forum_posts.asp?TID=1050

like image 44
Marc Cals Avatar answered Oct 07 '22 17:10

Marc Cals


Control Panel –> Program & Features –> View installed updates and Search for KB3102429, right click and uninstall.

like image 30
Lovina Avatar answered Oct 07 '22 16:10

Lovina


Try using other font other than Times New Roman and Arial. say Calibri. That worked for me

like image 2
mr. super cool Avatar answered Oct 07 '22 16:10

mr. super cool