简体   繁体   中英

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()

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.

控制面板 - >程序和功能 - >查看已安装的更新并搜索KB3102429,右键单击并卸载。

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

Thank you all for your support, I got the solution. I opened a report and Surpress the fields one by one and found the fields those have The Times New Roman font are creating the problem.

Since the font "The Times New Roman" is already installed on the Windows 2012.

Then we copied the font "The Times New Roman" from the local Windows 7 and copied to the Windows Server 2012 and restarted the machine and its working fine now.

Uninstall Update for Microsoft Windows(KB3102429 and KB3104002)

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM