|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
环境: windows server 2003 , cognos 8.3
问题1 : 安装完cognos 8 BI Server后,使用cognos configuration配置,创建服务并启动时出现错误提示:'com.cognos.pogo.contentmanager.coordinator.ActiveCMControl', 'pogo', 'Failure'.
DPR-DPR-1035 Dispatcher detected an error. 此时无法启动服务。
解决方法:把D:\program\cognos\c8\bin\jre\1.5.0\lib\ext\bcprov-jdk14-134.jar拷贝到java_home的jdk下的jre目录下的\lib\ext目录下,重新再启动服务即可。
问题2:打开cognos connection,出现破碎的界面,图标无法显示。错误提示为:Error: 'CCPopupMenu" is undefined
解决方法:将D:\program\cognos\c8\webcontent目录下的文件拷贝到D:\program\cognos\c8\webapps\p2pd目录下,重新启动服务即可。
问题3:使用cognos framework manager向导创建包时,出现错误提示:Unable to access service at URL:
http://localhost/cognos8/cgi-bin/cognos.cgi?b_action=xts.run&m=portal/close.xts
Please check that your gateway URI information is configured correctly and that the service is available.
For further information please contact your service administrator
解决方法:在cognos configuration操作界面中,选择local configuration --> Enviroment,将Gateway settings下的Gateway URI中的内容http://localhost/cognos8/cgi-bin/cognos.cgi替换为http://localhost:9300/p2pd/servlet/dispatch即可。 |
|