Skip to Content
Author's profile photo Edward Yan

Did you know… Enable Tracing in Lumira Desktop?

In Lumira Desktop, you can enable tracing in BO_Trace.ini file. Here are the steps:

  1. Close the SAP Lumira Desktop.
  2. Locate the file BO_Trace.ini under path: C:\Program Files\SAP Lumira\Desktop
  3. Create a backup of this file. You can revert to disable the tracing more easily.
  4. Run Notepad as Administrator and open the above file.
  5. Comment out the top line by putting // in front of it.
         This will change [from_subunit(“com.sap.hilo”) || from_subunit(“com.sap.bi”)] so it looks like this
         //[from_subunit(“com.sap.hilo”) || from_subunit(“com.sap.bi”)]
  6. Change the level of logging by changing this:
         active=true;
         // TraceLog importance level.
         // Default value: m
         // Possible values: xs, x, m, l, xl, ‘<<‘, ‘<=’, ‘==’, ‘>=’, ‘>>’
         importance = m;

    To this:
         active=true;    
         // TraceLog importance level.
         // Default value: m
         // Possible values: xs, x, m, l, xl, ‘<<‘, ‘<=’, ‘==’, ‘>=’, ‘>>’
         // importance = m;
         log_level = high;

  7. Optionally you can change the default logging folder to make the logs easier to find by commenting out log_dir = getenv(“TMP”) + “/sapvi/logs”; to a logging directory of your choice. For example you could change it to:
         //log_dir = getenv(“TMP”) + “/sapvi/logs”;
         log_dir = “c:/logs“;
  8. Restart the application
  9. Reproduce the problem workflow leading to error
  10. Locate the log file under the path you specified or the default location: C:\Users\<user>\AppData\Local\Temp\sapvi\logs
  11. Search for log entries prefixed with |E|

To disable the trace, please remember to amend the BO_Trace.ini line: active = false;

SAP KBA Reference: SAP NOTE 1782007 – SAP Lumira desktop 1.0: How to trace the application using native BO_Trace.ini logs

“Did you know…” is a series of short blogs by the BI & Analytics Competence Centre, a global team within SAP engineering focused 100% on customer success. They are a useful reminder of Lumira hints, tips and best practices.

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.