Hi all,
where to find the values for the following in Documentum 7 (XCP 2.0) ???
Hi Ranjani,
These are the default values during xPlore installation and used for xMS deployment:
Version 1.3
Platform: Windows 7 x64
System account: Documentum Administrator (dmadmin)
Host: <HOST_NAME> | <IP_ADDRESS> (don’t use ‘localhost’!)
Ess Port: 9300
Index Agent Port: 9200
Index Agent URL: http://<HOST_NAME>:9200/IndexAgent
ESS URL: http://<HOST_NAME>:9300/dsearch
Collection: default (this was set during xPlore installation!)
Best regards,
Antal Bos
The below queries should help you cause:
For FT Engine related info, try the below URL:
select * from dm_dbo.dm_ftengine_config_r
For FTIndex Agent related Info.
The below queries should give you the desired results for agents, look for the attributes: app_server_name, app_server_uri.
select * from dm_dbo.dm_server_config_r where app_server_name like '%Index%'
I think "Collection" related info, you get on the DSS Admin page, you should check
http://<Your Server>:<Your Port, normally 9300>/dsearchadmin/