Справочник Пользователя для Business Objects 7008038

Скачать
Страница из 18
Crystal Reports Server XI
 
Upgrading Crystal Enterprise 10 Embedded Edition Applications
 
.NET SDK 
Change all 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 may be prompted to update the project automatically. If you 
click Yes, the assembly references will be updated when the project opens. 
 
COM (ASP) SDK 
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 JAR files from C:\Program Files\Common 
Files\Business Objects\3.0\java\lib to your web application's WEB-INF/lib 
folder: 
 
  CorbaIDL.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. 
 
5.  In your web application’s web.xml file, set the value of the 
crystal_image_uri parameter to “crystalreportviewers11”. For example: 
 
<context-param> 
 <param-name>crystal_image_uri</param-name> 
 
 <param-value> 
  
crystalreportviewers11 
 </param-value> 
 
</context-param> 
 
 
3/30/2007 10:15 AM 
Copyright © 2007 Business Objects. All rights reserved.
 Page 
16 
 
crserver_xi_upgrading_from_ce10_embedded.pdf