473,756 Members | 1,841 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

OT about Crystal, but you guys know a lot

I am doing a support rotation for our massive ASP app. We use Crystal
Reports / Enterprise. By some magic which I am unfamiliar with Crystal
Enterprise allows the creation of a report on the server, then the report
containing the data can be viewed within the browser using a Crystal Viewer.
My experience with Crystal is limited to VB client apps, so this is the
limit of my understanding of precisely how this works in the ASP world.

Once upon a time a user could export a report within the Crystal Viewer to
Word, PDF and RTF format. Then, in order to fix some other problems, the
latest Crystal service packs and hotfixes were applied. This company
repackages the installs in a package which can be run unattended.
Apparently, they were applied incorrectly. The user could no longer export
to Word, PDF or RTF format, RTF being the only one they really care about. I
got called in as the next tier of support.

I reapplied the service packs and hotfixes properly. The user can now export
to PDF and Word. The user still cannot export to RTF. The user receives the
error "The export format 'u2frtf:0' is not supported on " with the server
info. Off I went to the Crystal KB, such as it is. I found two articles
(c2012677 and c2011207) which I can detail if anyone actually picks up on
this post and would like more info. (This is sort of obscure, so I am not
betting large quantities of money that anyone will have any pointers for me.
Not meant as disparagement.) The solutions provided in this article provided
a fix. I noticed on the test report server, where exports work, that there
was a u2frtf.dll which was present and registered. There was not one on the
live server. So I copied, registered, held my breath and got a reboot. It
did not break anything else, as was my fear. But it did not fix anything
either.

Anyone have an insight into what might me missing from the live server in
whcih export does not work and test server which does work?

Any tips would help.

Thanks.

Stephanoe
Jul 21 '05 #1
1 2016
"Stephanie Stowe" <No****@IWishIC ould.com> wrote in
news:uW******** ******@TK2MSFTN GP09.phx.gbl:

Off topic, yes, but as with any third party product being used by ASP (or
whatever) that gets mangled by a messed upgrade, the best by far is to
take the offending app off (having backed up config) and start from
scratch with a new install and sp and then hotfix. That should not break
anything - if it does, there are more fundamental problems around and the
supplier will have some guidance...
I am doing a support rotation for our massive ASP app. We use Crystal
Reports / Enterprise. By some magic which I am unfamiliar with Crystal
Enterprise allows the creation of a report on the server, then the
report containing the data can be viewed within the browser using a
Crystal Viewer. My experience with Crystal is limited to VB client
apps, so this is the limit of my understanding of precisely how this
works in the ASP world.

Once upon a time a user could export a report within the Crystal
Viewer to Word, PDF and RTF format. Then, in order to fix some other
problems, the latest Crystal service packs and hotfixes were applied.
This company repackages the installs in a package which can be run
unattended. Apparently, they were applied incorrectly. The user could
no longer export to Word, PDF or RTF format, RTF being the only one
they really care about. I got called in as the next tier of support.

I reapplied the service packs and hotfixes properly. The user can now
export to PDF and Word. The user still cannot export to RTF. The user
receives the error "The export format 'u2frtf:0' is not supported on "
with the server info. Off I went to the Crystal KB, such as it is. I
found two articles (c2012677 and c2011207) which I can detail if
anyone actually picks up on this post and would like more info. (This
is sort of obscure, so I am not betting large quantities of money that
anyone will have any pointers for me. Not meant as disparagement.) The
solutions provided in this article provided a fix. I noticed on the
test report server, where exports work, that there was a u2frtf.dll
which was present and registered. There was not one on the live
server. So I copied, registered, held my breath and got a reboot. It
did not break anything else, as was my fear. But it did not fix
anything either.

Anyone have an insight into what might me missing from the live server
in whcih export does not work and test server which does work?

Any tips would help.

Thanks.

Stephanoe


Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3355
by: Phil | last post by:
There's a Crystal Reports hot fix for a particular but that I am experiencing in .NET -- DIV's get screwed up when you embed a Crystal Report in a web page. The bug is ADAPT00170558, the patch is 35395142. There's absolutely no documentation on a work-around, and the patch from CR is for version 9 only, not for .NET. Anyone know how to fix this aweful problem? Phil
3
2075
by: Dmitry Karneyev | last post by:
Hi! I need to deploy .NET application (ADO.NET + Crystal Reports) in local intranet. All assemblies of application will be shared in the folder on the server so all users can execute this application on their pc from that folder. (of course I need to apply some .NET security permissions). So I've got two questions: what is the best way to install crystal reports engine on users pc? what kind of problems may occur in such enviroment ?
0
1162
by: Tom Gao | last post by:
Hi guys I got a prompt whilst installing Crystal Report Enterprise 10 that it prompted me to install Crystal Report Advanced Developer edition or something... I continued installing but I'm curious what it was about.. does that mean crystal report will run stand alone as in not with .net ? or will it still work with .net ? I'm sure that its a common
1
12177
by: Karthic | last post by:
When i right click on the .rpt file in the VS 2003, i see a property printer setting. It says "No printer" on the top and there is option to select printer and paper settings etc.. I want to know how will this affect a report rendered by a crystal viewer. I have a web page with a crystal viewer rendering the report on the page. I build my application in one of my development machines and deploy it
19
3881
by: LP | last post by:
I am using (trying to) CR version XI, cascading parameters feature works it asks user to enter params. But if page is resubmitted. It prompts for params again. I did set ReuseParameterValuesOnRefresh="True" in a viewer, but it still doesn't work. Did anyone run into this problem. What's the solution? Please help. Thank you
3
8924
by: VMI | last post by:
I know this may not be the best NG for this, but I feel you guys know more about this than any of the other NGs. I need to build several simple reports (over 50 of them and they get their data from sql server) and I was wondering whish of these is the better tool .. We're still not sure if they'll be loaded from an existing VB6 application or if I'll have to make a separate module for them (in .Net). In general, which is the better tool?...
0
903
by: MrNovice | last post by:
Hi guys!! I am new to programming.Could anyone help me understand what does the following Crystal Report 11 feature mean and how it is an improvement over Crystal 10.As far as i know exporting from crystal was allowed in previous versions also. 1)Report export configuration information can be saved with the report so that end users forgo the time and trouble of reconfiguring the export each time a report is run.
0
1778
by: Reena83 | last post by:
Hi guys, I am having heaps of problems with crystal reports and vb6. Basically I did a sample project and that works fine. Where I have a print button and rptCRControl.ReportFileName = "BooksInCat.rpt" rptCRControl.SelectionFormula = "{tblCategories.CatNum}= " & mrsCategories!CatNum rptCRControl.Action = 1 Because we view by categories and each category details get printed separately. This was grouped by CatName.
0
3278
by: raj3109 | last post by:
Hi experts, I’d like to have some helps from you guys. I need to create an app with C# and Crystal Report.Net using VS 2008 for a Landscape & Nursery company. The company will send out coupon letters to some customers who purchased something from the company within past 12 months. Users will get customers’ info from database using zip code. I have a drop-down control to populate all the eligible zip codes. The following 8 data fields will be...
0
9271
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10031
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9708
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8709
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7242
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6534
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5140
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5302
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3805
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.