cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Messages in SAC Handling with BW Live Connection

playaben82
Explorer
0 Kudos
576

Hi Everyone,

  I am working with stories in SAC with a live connection to BW/BPC. There are certain parameterized messages in BW that appear when I execute them in SAC. However, in SAC, the red messages stay while the others disappear. In my case, the validation messages are yellow warnings that disappear from the SAC screen after 10 seconds. I would like to know if it is possible to retrieve these messages and save or expose them in some way so that the user can review them without them disappearing. I cannot find any functionality or property to retrieve these messages from the system. Is there any container or functionality I can use to handle the messages?

Thanks in advance,

 

Accepted Solutions (0)

Answers (1)

Answers (1)

vishalakshmi
Contributor
0 Kudos

you could write a custom script that listens for the appearance of validation messages and stores them in a custom component or data structure within your SAC story.

or

Depending on your setup, you might be able to configure logging in BW/BPC to capture these validation messages. This would involve configuring your BW/BPC system to log the messages generated during query execution, and then accessing these logs separately from SAC.

playaben82
Explorer
0 Kudos

Thank you for your answer. Regarding the first idea, I haven't found any script so far that can visualize or retrieve the system messages. Only system-level traces can be retrieved, but these are system models like ERROR_LOG. As for the second idea of connecting to the BW system, I initially saw it as somewhat complicated to do, but I will look into it. Thanks!