How does 360Eyes work with a CORBA SSL Enabled CMS?

Symptom

This article will explain you how does 360Eyes work with a CORBA SSL Enabled CMS.

Environment

  • 360Eyes
  • Microsoft SQL Server
  • SAP BusinessObjects Enterprise XI 3.1
  • SAP BusinessObjects Business Intelligence 4.0
  • SAP BusinessObjects Business Intelligence 4.1
  • SAP BusinessObjects Business Intelligence 4.2
  • SAP BusinessObjects Business Intelligence 4.3

Resolution

360Eyes jobs can be launched in SSL/TLS-enabled environments.

The command line must be edited accordingly. Add the following parameters to the existing command line:

java -Xmx1024m  -Dbusinessobjects.orb.oci.protocol=ssl
                -DcertDir=d:\ssl -DtrustedCert=cacert.der -DsslCert=clientcert.der
                -DsslKey=client.key -Dpassphrase=passphrase.txt

                -cp "%SDK_LIB_FOLDER%/*;../libs/*" com.gbs.eyes.Launcher <job> <cms> <BO_user> <BO_user_passwd> <auth> <360Eyes_dir>
 
The table below provides descriptions for each parameter:

Example
Description
<DcertDir=d:\ssl>
The directory to store all the certificates and keys.
<DtrustedCert=cacert.der>
Trusted certificate file. If specifying more than one, separate with semicolons.
<DsslCert=clientcert.der>
Certificate used by the SDK.
<DsslKey=client.key>
Private key of the SDK certificate.
<Dpassphrase=passphrase.txt>
The file that stores the passphrase for the private key.


See Also


Keywords

corba, ssl

Product

Product or Product version

  • 360Eyes

Languages

  • English 

 


Last updated about 2 years ago