Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
vani_valasangad
Employee
Employee

Lumira document can be published for BIP when HTTPs is enabled both for Tomcat & WACS.

If Tomcat is configured with HTTPs then publish of lumira document to BI platform should work without any issue and no configuration required as it uses Restful web services hosted on WACS for publishing.


If WACS is configured with HTTPs, then we need to follow below steps for configuring lumira desktop so that publish to BI platform works fine.


Follow the below steps:


  1. Launch HTTPs enabled BOE CMC in the browser ex https://<BOE machine name>:<WACS  port number>/BOE/CMC


  2. Right click on the lock icon, click “Connection” tab, and click the Certification Information link. You should see a dialog. Click the Details tab on top and click the “Copy to File…” button and follow the instructions and place it in a folder for eg:  SSL in C drive.


  3. Obtain correct JVM Version similar to SAP Lumira Desktop from SAP Market place and place it in JRE\bin folder of Lumira Desktop


  4. Download the InstallCert program and put its contents into Lumira Desktop's jre\bin\InstallCert . You'll need to manually create the InstallCert subfolder.

    Use IE browser to download.


  5. Import certificate to cacerts using keytool

         In Lumira Desktop machine, Run cmd as Administrator and navigate to

         C:\<SAP lumira desktop install location>\Desktop\jre\lib\security & run the below command

         "C:\<SAP lumira desktop install location>\Desktop\jre\bin\keytool.exe" -import –file C:\SSL\certificatename.cer  -keystore .\cacerts -alias aliasname

         Password - <provide password>

         Note - certificate name is the name of the certificate saved in step 2. Use password "changeit" to install certificate.

   6. Navigate to c:\Program Files\SAP Lumira\Desktop\jre\bin\InstallCert and run the below command

        ..\java -cp . InstallCert <WACS hostname>:<WACS SSL port>

        Accept a certificate and will get a success message

        Note - WACS hostname, provide machine name or machine IP.        

    7. Launch lumira desktop and publish to HTTPs enabled BIP.

    8. Goto preferences in Lumira Desktop for SAP Lumira for BI Platform, provide following URL

        https://<BOE machine IP address>:6405/biprws

8 Comments