cancel
Showing results for 
Search instead for 
Did you mean: 

Want to understand the eror message in Web intelligence Server Log

Former Member
0 Kudos

Hi,

I have BO XI R2 running. Recently I found inside logging directory of BO that there are lots of records inside WI*.log (the logs for the web intteligence server) which says something like this:

[Mon Sep 08 00:32:01 2008] 2512 9284 assert failure: (.\TraceLog.cpp:1644). (false : TraceLog: **ASSERT:ctResourceBundle:Message not found for id: : 344 [ResourceBundle.cpp;310]).

[Mon Sep 08 00:32:01 2008] 2512 9284 assert failure: (.\TraceLog.cpp:1644). (false : TraceLog: **ASSERT:ctResourceBundle:Message not found for id: : 344 [ResourceBundle.cpp;310]).

[Mon Sep 08 00:32:09 2008] 2512 34036 assert failure: (.\TraceLog.cpp:1644). (false : TraceLog: **ASSERT:ctResourceBundle:Message not found for id: : 344 [ResourceBundle.cpp;310]).

[Mon Sep 08 00:32:09 2008] 2512 34036 assert failure: (.\TraceLog.cpp:1644). (false : TraceLog: **ASSERT:ctResourceBundle:Message not found for id: : 344 [ResourceBundle.cpp;310]).

Our WEBI is working perfectly. So I am quite confused. Is there any area which I should notice? Any reason to panic? Any forecast of future disaster?

Please let me know your expert opinion.

Thanks,

Tanveer.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi;

one more of our "non event", it's only an assert being raised somewhere in the code, I got exactly the same here, no real problem, in most cases the system is self recovering : most asserts are raised when entering a piece of code, the system checks the arguments being given to him at that point by "asserting" and if they don't match, it will do the thing another way instead of crashing later.

As long as the system is working as expected, you don't have any reason to panic.

Regards;

Lionel