Report Design
 Crystal Reports Forum : Crystal Reports .NET 2003 : Report Design
Message Icon Topic: Error:Operation not yet implemented,when Exporting Post Reply Post New Topic
Author Message
louis
Newbie
Newbie


Joined: 22 Jul 2007
Location: United States
Online Status: Offline
Posts: 5
Quote louis Replybullet Topic: Error:Operation not yet implemented,when Exporting
    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.
IP IP Logged
BrianBischof
Admin Group
Admin Group
Avatar

Joined: 09 Nov 2006
Online Status: Offline
Posts: 2458
Quote BrianBischof Replybullet 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>
IP IP Logged
BrianBischof
Admin Group
Admin Group
Avatar

Joined: 09 Nov 2006
Online Status: Offline
Posts: 2458
Quote BrianBischof Replybullet 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>
IP IP Logged
louis
Newbie
Newbie


Joined: 22 Jul 2007
Location: United States
Online Status: Offline
Posts: 5
Quote louis Replybullet 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.
IP IP Logged
BrianBischof
Admin Group
Admin Group
Avatar

Joined: 09 Nov 2006
Online Status: Offline
Posts: 2458
Quote BrianBischof Replybullet 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>
IP IP Logged
louis
Newbie
Newbie


Joined: 22 Jul 2007
Location: United States
Online Status: Offline
Posts: 5
Quote louis Replybullet 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.
 
 
IP IP Logged
anbapao
Newbie
Newbie
Avatar

Joined: 09 May 2008
Location: Argentina
Online Status: Offline
Posts: 1
Quote anbapao Replybullet 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
 
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3701
Quote hilfy Replybullet Posted: 12 May 2008 at 12:03pm
The only way to resolve it is to change your fonts to one of the standards.
 
-Dell
IP IP Logged
nawad
Newbie
Newbie


Joined: 28 Jan 2009
Online Status: Offline
Posts: 1
Quote nawad Replybullet 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
 
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.