cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Crystal Reports 2016 Script Error.

0 Kudos

Hi All, One of the clients we manage is having an issue where every time they open SAP Crystal Reports 2016 in their dedicated SAP server (Windows Server 2012 R2) they are greeted with a Script Error (I'd like to attach it somewhere but don't see an option anywhere here). To get around this error, the users must click "yes" over 10 times to be able to click on anything else. To try and fix this issue we have tried the following: 1. Change the Default Web Browser from Internet Explorer to a more modern browser such as Chrome and Edge. 2. Lowered the Security Settings in IE to allow this script to run. 3. Added the URL mentioned in the Script Error to the IE Trusted Sites tab.

Does anyone have any ideas on what to try next?

sveabecker
Community Advocate
Community Advocate
0 Kudos

Welcome and Thank you for visiting SAP Community to get answers to your questions. Please add more details to your question, e.g. you can also add a screenshot. With that, you can reach a broader range of experts to get your question answered. I also recommend to do this tutorial https://developers.sap.com/tutorials/community-qa.html

The more details you provide, the more likely it is that members will be able to assist you.

Finally, if you're hoping to connect with readers, please consider adding a picture to your profile. Here's how you do it: https://www.youtube.com/watch?v=F5JdUbyjfMA&list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS. By personalizing your profile with a photo of you, you encourage readers to respond.

Regards, Svea

SAP Community Global Moderator

Accepted Solutions (0)

Answers (2)

Answers (2)

vitaly_izmaylov
Employee
Employee
0 Kudos

I always use the following solution:

  1. Navigate to the folder corresponding to the version of Crystal Reports used:
    • For Crystal Reports 2008:
      C:\Program Files\Business Objects\Business Objects Enterprise 12.0\win32_x86\Start Page\en
    • For Crystal Reports 2011, 2013 and 2016:
      C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\Start Page\en
    • For Crystal Reports 2020:
      C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win64_x64\Start Page\en
  2. Rename the file: start.html
    to: start_old.html
  3. Rename the file: offlinestart.html
    to: start.html
  4. Rename the file: start_old.html
    to: offlinestart.html
  5. Restart Crystal Reports.
0 Kudos

This appears to have fixed it. Thanks for the help.

DellSC
Active Contributor
0 Kudos

There is are two registry settings that can be used to prevent the start page from showing the web content that is causing the script error.

Start at HKEY_LOCAL_MACHINE\Software\Wow6432Node\SAP BusinessObjects\Suite XI 4.0\ on 64 bit OS or HKEY_LOCAL_MACHINE\Software\SAP BusinessObjects\Suite XI 4.0\ on 32 bit OS.

Go to (or create) \Crystal Reports\StartPage, create the string value "ShowOnlineResources", and set it to "No".

Go to (or create) \Crystal Reports\CheckForUpdates, create the string value "DisableOnStartUp" and set it to "1".

-Dell