cancel
Showing results for 
Search instead for 
Did you mean: 

CR2008 Salesforce TLS 1.1 JAVADIR64 value

0 Kudos

Hi,

Below knowledge publication makes reference to a note 2261716 but the link is broken. I have CR2008 and have received the error in the attached image. I have CR2008 12.7.3 and am trying to login. I am using the correct URL i.e. login.salesforce.com and password is correct also.

https://apps.support.sap.com/sap/support/knowledge/public/en/2261638

For Crystal Reports 2008, since TLS1.1 and higher version only support java 1.7+, and the default java version integrated in Crystal Reports 2008, and Crystal Reports 2011 is Java JVM 1.6. You have to manually modify the JavaDir64 value in CRConfig.xml file. Please refer to SAP Notes 2261716 to update CRConfig.xml file.

Accepted Solutions (1)

Accepted Solutions (1)

vitaly_izmaylov
Employee
Employee
0 Kudos

2261716 - Steps to update java path in CRConfig.xml

Symptom

How to change default java path in CRConfig.xml.

Other Terms

JavaDir, JVM, salesforce, Java Path, CRConfig, How to

Reason and Prerequisites

Steps:

1.Download and install 32bit/64bit oracle JRE from Oracle Java download site: http://www.oracle.com/technetwork/java/javase/downloads/
2.Go to path containing CRConfig.xml(located on the path: {BOEINSTALLDIR}\SAP BusinessObjects Enterprise XI 4.0\java)
3.Open to edit CRConfig.xml file
4.Update JavaDir32 or JavaDir64 value to point to those installed on step1, for example:
<JavaDir32>C:\Program Files (x86)\Java\jre7\bin</JavaDir32>
<JavaDir64>C:\Program Files\Java\jre7\bin</JavaDir64>
5.Save and close CRConfig.xml file.
6.Restart BI server to make the update work.

Note:

a. JavaDir32: Configuration for Crystal Report 201x and BI Client Tools, currently the java version is Oracle 32bit Java 1.7 in BI4.0/ 4.1.
b. JavaDir64: Configuration for BI server to run Crystal Reports related functions requiring java environment, currently the java version is SAP 64bit JVM6 in BI4.0/ 4.1. If you would like to change the java version used in BI server or Crystal Server, only need to change JavaDir64 value.

Solution

Update Java path in CRConfig.xml to use other supported Java versions.

Answers (1)

Answers (1)

0 Kudos

Thanks, this worked