Skip to Content
Author's profile photo Swapnil Yavalkar

How To Fetch Report Name, Report Type and Folder Path From SAP Business Intelligence/Objects 3.1/4.0/4.1/4.2 Servers. PART II

This is the continuation of the blog , this new version will give you the details from the BO Server in the below format.

 

Command to Execute:

Java.exe -jar ReportDetails.jar BOServerIPAddress UserID “Password” FolderID ReportType

 

Notes:

  1. This utility was compiled using JRE8, so please ensure that you have it installed on the system from where you will execute it.
  2. “secEnterprise” authentication is hard coded in the code, so please ensure to use any enterprise admin user ID only.
  3. Password should be in double quotes.
  4. FolderID is the SI_ID of the folder.
  5. Following ReportTypes are supported with this utility.
    1. Webi
    2. FullClient
    3. CrystalReport

<< content with personal information was removed by moderator >>

 

Output:

<< content with personal information was removed by moderator >>

Regards,

Swapnil Yavalkar

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo JACKY GEHANI
      JACKY GEHANI

      Hi Swapnil,

      Can you share the link of the jar file.

       

      Thanks & Regards,

      Jacky

      Author's profile photo Antonio Teruel Martínez
      Antonio Teruel Martínez

      Hello Swapnil,

      Can you reupload the jar file please?

       

      Thank you very much

      Author's profile photo Srujan Kovur
      Srujan Kovur

      Hi Swapnil, can you share jar file