BusinessObjects – Delete Universes in CMC
| Posted by watashii | Filed under BusinessObjects, SoftwareWhen deleting Universes in the Administrator Central Management Console (CMC), under a BOXIR2 Unix installation, i got the following error:
Error. Unable to reconnect to the CMS XXX:6400. The session has been logged off or has expired.
The solution is to make sure the timezone environment variable is set under the user’s Unix profile (the user which installed BO).
vi /opt/bo/.profile
Add the following example timezone and source the profile.
TZ=Australia/NSW export TZ
source /opt/bo/.profile
Then restart the BO servers.
Related Posts:
- BusinessObjects – Internal Error when connecting Windows clients
- BusinessObjects Universe Designer – Sysdate Value Object
- BusinessObjects InfoView LDAP Authentication Error
- BusinessObjects – Insert Webi Report Images
- BusinessObjects Enterprise – Changing Tomcat Session Timeout
Tags: BusinessObjects, cmc, universe
2 Responses to “BusinessObjects – Delete Universes in CMC”
-
MooseBerry Says:
October 10th, 2008 at 6:06 amInteresting blog you have…just wanted to say thanks for sharing this stuff! ‘Hope to read more in the future…
-
watashii Says:
October 12th, 2008 at 2:21 pmThanks heaps for your support!
