欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

BIEE在creatingdomain步骤停止的解决办法

程序员文章站 2024-04-03 19:10:04
...

1、错误现象: biee11g creating domain csf entries will not be parsed since the adminserver is unreachable note manager properties 2、Oracle官方也有相关的内容,主要针对windows2003和windows2008服务器,解决方案是先单独装weblogic再安装biee包,

1、错误现象: biee11g creating domain csf entries will not be parsed since the adminserver is unreachable note manager properties

2、Oracle官方也有相关的内容,主要针对windows2003和windows2008服务器,解决方案是先单独装weblogic再安装biee包,最后做config操作。

3、在linux下也碰到过类似的问题,最后发现是主机名的原因,也就是hostname中有超长,或者有非法字符,最典型的就是下划线_造成上述现象。