Business Objects 7008038 Manual Do Utilizador

Página de 18
Crystal Reports Server XI
 
Upgrading Crystal Enterprise 10 Embedded Edition Applications
 
Updating the SDK references in your application 
This section discusses the application references for each SDK that must be 
modified to upgrade your application. 
.NET SDK 
Change the assembly references in your project from 10.0.3300.0 to 11.0.3300.0 
manually by updating the assembly versions in the Web.config file, or 
automatically by opening the project in Visual Studio .NET. 
 
NOTE 
If you have Crystal Reports XI or the Crystal Reports Server SDK installed on your 
development computer, you will be prompted to update the project automatically. If you 
click Yes, the assembly references will be updated when the project opens. 
 
COM SDK (ASP) 
Replace all 
CrystalReports10.ObjectFactory.1
 references with 
“CrystalReports11.ObjectFactory.1”. 
For example: 
Set objFactory = 
CreateObject("CrystalReports11.ObjectFactory.1") 
 
Java SDK (JSP) 
1.  Copy the crystalreportviewers11 folder to your web application. By default, 
this folder is located at C:\Program Files\Common Files\Business 
Objects\3.0. 
2.  Delete the crystalreportviewers10 folder. 
3.  Copy the following Java archive (JAR) files from C:\Program 
Files\Common Files\Business Objects\3.0\java\lib to your web application's 
WEB-INF/lib folder: 
 
cecore.jar 
 
ceplugins.jar 
 
cereports.jar 
 
cesession.jar 
 
ceutils.jar 
 
cexsd.jar 
 
CorbaIDL.jar 
 
ebus405.jar 
 
MetafileRenderer.jar 
 
rasapp.jar 
 
rascore.jar 
 
Serialization.jar 
 
URIUtil.jar 
 
webreporting.jar 
 
4.  Copy the log4j.jar file from C:\Program Files\Common Files\Business 
Objects\3.0\java\lib\External to your web application's WEB-INF/lib folder. 
3/30/2007 10:15 AM 
Copyright © 2007 Business Objects. All rights reserved.
 Page 
 
crserver_xi_upgrading_from_ce10_embedded.pdf