Did you know… Enable Tracing in Lumira Desktop?
In Lumira Desktop, you can enable tracing in BO_Trace.ini file. Here are the steps:
- Close the SAP Lumira Desktop.
- Locate the file BO_Trace.ini under path: C:\Program Files\SAP Lumira\Desktop
- Create a backup of this file. You can revert to disable the tracing more easily.
- Run Notepad as Administrator and open the above file.
- 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”)] - 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; - 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“; - Restart the application
- Reproduce the problem workflow leading to error
- Locate the log file under the path you specified or the default location: C:\Users\<user>\AppData\Local\Temp\sapvi\logs
- 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.
Be the first to leave a comment
You must be Logged on to comment or reply to a post.