安裝與升級 > Windchill 安裝與組態 > 使用 PTC Solution Installer > 安裝 Windchill 解決方案 > 選用產品設定 > Windchill Business Reporting > Windchill Business Reporting 後安裝指示 > 新增 Enterprise LDAP 以供認證 > 配置 Web 伺服器 > PTC HTTP Server (在 Windows 上)
  
PTC HTTP Server (在 Windows 上)
欲配置「PTC HTTP Server」識別可供驗證 Windchill Business Reporting 請求的「企業 LDAP」,請遵循下列步驟:
1. Windchill Shell 中,導覽至安裝 PTC HTTP Server 的目錄。
2. 在指令行上執行下列內容:
ant -f webAppConfig.xml addCognosAuthProvider

-DappName=<COGNOS_WEBAPP_NAME>

-DproviderName=<ENTERPRISE_LDAP_NAME>

-DldapUrl=<ENTERPRISE_LDAP_URL>
其中
<COGNOS_WEBAPP_NAME> 是 Cognos Web 應用程式的名稱,它預設為 Cognos。
<ENTERPRISE_LDAP_NAME> 是「企業 LDAP」的具唯一性名稱。此值必須符合「Cognos 組態」工具中的「EnterpriseLDAP 節點」值。
<ENTERPRISE_LDAP_URL> 是「企業 LDAP」的完整 URL,包括基本辨別名稱。例如:
ldap://mymachine.mycompany.com:389/cn=EnterpriseLdap,cn=Windchill_10.0,o=myorg
如有必要,您可以選擇包括 -DbindDn-DbindPwd 元素。
* 
如果其中一個引數中有空格或等號 ( = ),您必須用雙引號 ( " ) 將完整引數括起來。
3. 重新啟動 PTC HTTP Server