This is starting to get very difficult to defend within the organization now, but I can’t seem to find a way to hide the blue error message windows that pop up when I use QAAWS and BIWS. There is an option to do it when you use Query Browser.
I am using Dashboards 4.0 SP6 and QAAWS/BIWS to build this and I see a lot of generic error messages pop up every now and then and itis unacceptable in the Prod environment.
I have seen some solutions like using flashvars and publish as html, etc. But I haven’t gotten anything to work. Can someone please advise on this if they have had a similar issue and fixed it?
I went down the path of suppressing using flash vars and an html wrapper, it only suppresses BOBJ error messages, not anything that comes up from a DB level or aynthing that results because of a severe issue in the BOBJ platform.
I haven’t found it to be particularly useful in suppressing messages and have given up on it.
I see generic error messages pop up every now and then like:
javabean error messages that I cant remember the exact message for and messages like:
com.businessobjects.sdk.core.server.CommunicatonException.$UnexpectedServerException
I don’t even know where these are from and the logs give the same information. The dashboards continue to refresh fine in the background.
Either way, this is a dashboard for the CxO’s and I would not want them seeing any error message at all. There must be a way to do it, no?
You can read thru this thread to get more information about using the Flash Variable
@ the OP -
If you would like to know exactly where your error messages are coming from then d/l a http traffic monitor like Fiddler and run it while your SWF is functioning. The Flash Variable method only suppresses BOBJ errors coming from the Dashboard. Perhaps you can solve the other error messages by resolving them instead of supressing them.