johnnytsai

UID 179
精華
0
積分 0
文章 1
閱讀權限 10
註冊 2006-11-1 公司 頂沛科技股份有限公司
狀態 離線
|
安裝Crystal report時出現錯誤訊息 Error 1920
在Windows 2003 server with SP1上若安裝好Sentinel 5.13後,要進行安裝Crystal report之時,各位或許會遇到以下的錯誤訊息,
以致於Crystal Report無法成功安裝。
解決方法如下:
"Error 1920. Service 'Crystal Reports Cache Server' (BOBJCRystalReportsCacheServer) failed to start. Verify that you have sufficient privileges to start system services."
Why does the installation fail? How do you successfully install BusinessObjects Enterprise XI or Crystal Reports Server XI?
Solution
Windows 2003 SP1 and Windows XP SP2 introduce a new technology called Data Execution Prevention (DEP). The installation fails because DEP detects and prevents each service from installing or starting.
To successfully install BusinessObjects Enterprise XI or Crystal Reports Server XI, complete one of the following steps:
====================
NOTE:
The first option is the recommended method of resolving the installation failure.
====================
• Disable DEP for all services and programs other than those needed by Windows as follows:
1. Go to Control Panel > System > Advanced.
2. Click the 'Settings' button in the 'Performance' area and then click the 'Data Execution Prevention' tab.
3. Click 'Turn on DEP for essential Windows programs and services only'.
4. Click 'OK'.
5. Restart your computer for changes to take effect.
6. Install BusinessObjects Enterprise XI or Crystal Reports Server XI.
- OR -
• Disable DEP for all Windows services, processes, and applications as follows:
1. Open the Boot.ini file in the Windows root directory.
2. Search for "/noexecute=" and change it to "/noexecute=AlwaysOff".
3. Restart your computer for changes to take effect.
4. Install BusinessObjects Enterprise XI or Crystal Reports Server XI.
|
|