Crystal Error and Windows Vista, Windows 7, Windows 2008, Windows 2003
Index
Article ID#: KWin0060
Added: 06/7/10 - SS/SW
Issue
On Windows Server 2008 (32 or 64 bit), a Crystal report run from RDPWin will
come up with a blank screen. On Windows 7 (32 or 64 bit), Vista (32 or 64 bit),
or Server 2003 the following error message appears:

The error is caused by an incompatibility with Crystal 10 and the newer
Microsoft operating systems. The solution for both issues is the same.
Solution for Windows Server 2008, Windows 7, and
Windows Vista
Turn off Data Execution Protection (DEP).
- Right-click on Command Prompt from
the Start | Programs | Accessories menu.
- Select Run as Administrator. Login using the Administrator
password.
- At the Command Prompt, enter "bcdedit.exe /set {current} nx AlwaysOff"
and press <ENTER>.

- Reboot the computer. This step cannot be skipped.
Solution for Windows Server 2003
Turn off Data Execution Protection (DEP).
- Log into the Windows Server 2003 machine as Administrator.
- Open Windows Explorer.
- Click Tools --> Folder Options --> click the View tab.
- Uncheck Hide Protected Operating System Files (Recommended) and Hide
Extensions for Known File Types.
- Click Apply --> click OK.
- Browse to C:\
- Right click on the boot.ini file --> select Properties --> uncheck the
Read-Only attribute --> click OK.
- Right click on the boot.ini file --> select Edit or if Edit is not
listed, select Open With and choose Notepad.
- Change the /NoExecute= to /NoExecute=AlwaysOff to disable DEP.

- Click File --> Save.
- Right click the boot.ini file --> select Properties --> check the
Read-Only attribute --> click OK.
- Reboot the computer.
|