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

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 

 


    • Related Articles

    • How to execute 360Eyes jobs for other CMS?

      Symptom 360eyes is installed either on a dedicated server or on a sandbox. You want to extract metadata from a different BOBJ CMS and Audit DB. Environment 360Eyes SAP BusinessObjects Enterprise XI 3.1 SAP BusinessObjects Business Intelligence 4.0 ...
    • Configure 360Eyes with SSL

      Symptom If you or a customer have activated SSL for the SAP BusinessObjects restful API web server, then you will need to configure the Wiiisdom's 360Suite applications in order to make them trust the used certificate. Procedure All performed actions ...
    • How to use BOBJ Server Groups when 360Eyes is installed in a clustered BOBJ environment

      Symptom This applies only if 360Eyes is installed on the BOBJ server and if running the 360Eyes jobs is done via the CMS or the BI Launchpad. Typically, when installing 360Eyes within a BOBJ clustered environment, each member of the cluster needs to ...
    • Configure 360Eyes to run on SAP Business Objects 4.3SP2

      Symptom You run 360Eyes using the 360Eyes GUI or Command-Line against an SAP Business Objects Environment 4.3SP2. or  java -Xmx1024m -cp "../libs/;*%SDK_LIB_FOLDER%/*" com.gbs.eyes.Launcher <job> <cms> <BO_user> <BO_user_passwd> <auth> <360Eyes_dir> ...
    • How to improve performance with 'Last Snapshot (xxx)' filters on 360Eyes reports

      Symptom How to improve performance on 'Last Snapshot (xxx)' filters in 360eyes reports? Environment 360Eyes SAP BusinessObjects Enterprise XI 3.1 SAP BusinessObjects Business Intelligence 4.0 SAP BusinessObjects Business Intelligence 4.1 SAP ...