CCF Servers Verification Steps - GetAddresses problem
I am verifying installation as described in Deployment Guide sec. 11.4. When trying to invoke
http://CCFIIS/Microsoft.Ccf.Csr.WebServices.ContactCenter/AddressBook.asmx?op=GetAddresses web service in Firefox I got this error:
System.DirectoryServices.DirectoryServicesCOMException: A referral was returned from the server.
at Microsoft.Ccf.Csr.WebServices.Providers.ContactCenter.LDAPAddressBookProvider.GetAddresses(String prefix, Int32 howMany)
at Microsoft.Ccf.Csr.WebServices.AddressBook.GetAddresses(String prefix, Int32 howMany)When I try invoke the service in IE it ends with:
The page cannot be displayed,....,HTTP 500 - Internal server error
Documentation says that it should return some XML structure. Running next urlhttp://ccfiis/Microsoft.Ccf.Csr.WebServices.ContactCenterAIF/Application.asmx?op=GetApplications finishes with no problem.Thanks, Sajtron
[1644 byte] By [
Sajtron] at [2008-2-14]
I don't see any problem with your path. For my lab I don't include the DC (only have one so no need to force it anywhere) or any CN's (I once had an issue with the CN's so now it's just DC):
Example: LDAP://DC=qa,DC=contoso,DC=local
OK, I reinstalled all servers just for sure, but I ran into the same problem. Could you please send me in which places I should put the LDAP path and the exact format of this string? Another question is about configuring report server. There is no info about it in documentation, just this sentence :
"Makesure that the SQL Reporting Services are installed and configured."
I also look in IIS log and there are http errors 401 and then 500 so I assume that there is some problem with authentication.