简体   繁体   English

无法连接到IBM Content Navigator Web管理

[英]Can not connect to IBM content navigator web administration

When I tried to connect to the navigator web administration, I receive a message "The desktop can not be opened" and It require defining a desktop ID. 当我尝试连接到导航器Web管理时,收到一条消息“无法打开桌面”,并且需要定义桌面ID。 http://imgur.com/JNKelPy http://imgur.com/JNKelPy

How to fix this problem or define a desktop ID? 如何解决此问题或定义桌面ID?

I can't remember if after an installation default desktop is admin or if you have to set it manually. 我不记得安装后默认桌面是admin还是必须手动设置。 Is your URL with ?desktop=admin at the end working ( https://ecm.filenet.com:9443/navigator/?desktop=admin )? 末尾带有?desktop = admin的URL是否正常工作( https://ecm.filenet.com:9443/navigator/?desktop=admin )? If it does, create a desktop and set it as default. 如果是这样,请创建一个桌面并将其设置为默认值。 If it doesn't, you should take a look at the WAS log (SystemOut.log) to see what the error is. 如果不是,则应查看WAS日志(SystemOut.log)以查看错误是什么。

After successful deployment of IBM Content Navigator, the admin desktop is automatically created. 成功部署IBM Content Navigator后,将自动创建管理桌面。 It is considered the default desktop until another is created with a valid repository. 在使用有效存储库创建另一个桌面之前,它将被视为默认桌面。 If you have issues, you should put in the full admin console address: 如果遇到问题,应输入完整的管理控制台地址:

http://www.ICNADDRESS.com:9080/navigator/?desktop=admin http://www.ICNADDRESS.com:9080/navigator/?desktop=admin

The desktop selection code at the end (?desktop=) can be used to specifically go to any desktop in the configuration, but the code treats the admin console address shown above as "special" for authentication and processes it slightly differently. 末尾的桌面选择代码(?desktop =)可以用于专门转到配置中的任何桌面,但是该代码将上面显示的管理控制台地址视为用于身份验证的“特殊”,并对其进行了稍有不同的处理。 I've had normal desktop configurations (especially after upgrades from 2.0.1 & 2.0.2) have issues for administrative users. 我具有正常的桌面配置(尤其是从2.0.1和2.0.2升级后)对于管理用户来说是有问题的。

IBM Content Navigator uses DB tables for it's configuration data. IBM Content Navigator使用数据库表作为其配置数据。 You can find the desktop related info in a table named CONFIGMGMT including admin desktop. 您可以在名为CONFIGMGMT的表(包括管理桌面)中找到与桌面相关的信息。

There are server possibilities for the error that you are getting 服务器出现错误的可能性

  1. CONFIGMGMT table has corrupted data regarding admin desktop. CONFIGMGMT表已损坏有关管理桌面的数据。

  2. CONFIGMGMT table has been deleted. CONFIGMGMT表已被删除。

  3. The DB table is accessed by Content Navigator via data source created in your application server and the connection to the underlying database is not made due to authentication issues(very common due to password change policies). Content Navigator会通过在应用程序服务器中创建的数据源来访问DB表,由于身份验证问题(由于密码更改策略,这很常见),未建立与基础数据库的连接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM