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中有超长,或者有非法字符,最典型的就是下划线_造成上述现象。
上一篇: javascript - 有哪些值得一看的编程书籍呢?
下一篇: 调用新浪微博短址API代码