Print Page | Close Window

Error:Operation not yet implemented,when Exporting

Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=1050
Printed Date: 19 Apr 2024 at 12:20am


Topic: Error:Operation not yet implemented,when Exporting
Posted By: louis
Subject: Error:Operation not yet implemented,when Exporting
Date Posted: 22 Jul 2007 at 10:06pm
Using Microsft Visual Studio 2003 with its own version of Crystal Report.. and no other aditional tool o program version installed, Windows XP EN, SP2.
 
When I try to export to PDF, I get an error like this:
 
"Error in File C:\DOCUME~1\MYPC\ASPNET\LOCALS~1\Temp\temp_1f2996d9-08d1-4cd3-894c-ca7853ad2cba.rpt: Operation not yet implemented"
 
Im coding it just like in the book of Bischof:
___________________________________________________
CrystalDecisions.Shared.ExportOptions
  MyExportOptions = new ExportOptions();
MyExportOptions.ExportFormatType = 
  CrystalDecisions.Shared.ExportFormatType.PortableDocFormat;
CrystalDecisions.Shared.ExportRequestContext
  MyExportRequestContext = new ExportRequestContext();
MyExportRequestContext.ExportInfo = MyExportOptions;
System.IO.Stream MyStream = null;
MyStream =
  MyReport.FormatEngine.ExportToStream(MyExportRequestContext);
___________________________________________________
 
I checked for permissions of the ASPNET account but everything is OK, I even made this account member of the Administrators for a while.
 
Is not a problem of the report I guess, since I even used a blank report.
 
And three files are written to the intended location every time, so I think is not a matter of permissions.
 
 
Ok, thanks a lot in advance for your answer and help.
L.



Replies:
Posted By: BrianBischof
Date Posted: 23 Jul 2007 at 12:08pm
I've had similar problems exporting to PDF when there is a version conflict or when the Adobe software isn't installed on the computer. CR talks directly to the Adobe DLLs and they need to be compatible. In the past few years, Adobe has released so multiple versions of their Acrobat software (versions 6-8). It can be tricky.

-------------
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>


Posted By: BrianBischof
Date Posted: 23 Jul 2007 at 12:41pm
Found something on the support site that says if your report has non-standard fonts then the PDF file can't find them and will give this error.

-------------
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>


Posted By: louis
Date Posted: 23 Jul 2007 at 12:56pm
It's not a font matter neither a registration off DLLs problem I guess.
 
I checked every DLLs in the forums said, and on the other hand I tried using a blank report.  So no font, no band, nothing could be out of order with the report.
 
I did also checked for permissions.. so I wonder what I'm missing?
 
Ok, hope to hear, thanks in advance again and for this time as well..
 
Best,
L.


Posted By: BrianBischof
Date Posted: 23 Jul 2007 at 3:05pm
Sorry that it still isn't working. Have you searched the BOBJ support KB articles? I would also try on another computer if possible.

Sometimes doing a re-install does just the trick for cleaning up DLL confusion in the registry. I just had this happen on another project two weeks ago. Tech support couldn't fix a bug so I reinstalled VS.NET and it all started working again.

-------------
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>


Posted By: louis
Date Posted: 27 Jul 2007 at 4:23pm
Ok, doing unistall and install of VS.NET did the work this time as well.
 
Thanks a lot Brian.
 
Best,
L.
 
 


Posted By: anbapao
Date Posted: 09 May 2008 at 8:40am
My report has non-standard fonts then the PDF file can't find them and give me this error.
I'm using Acrobat Reader 6, how i can resolve it, i put the fonts that i need in Resource/Fonts but nothing, the error still
Sorry for my english
PAOLA
 


Posted By: hilfy
Date Posted: 12 May 2008 at 12:03pm
The only way to resolve it is to change your fonts to one of the standards.
 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics


Posted By: nawad
Date Posted: 28 Jan 2009 at 4:56am
Your comment solved my problem. I found 2 fields that use non standard fonts. and when i used a standard font  the problem was just solved.
 
Thanks
 



Print Page | Close Window