> I got it registered. Now I am trying to create an Configure it and it
> throws me an error saying "Cannot connect to the given SharePoint Site
> URL with the supplied Domain/Username/Password. Please re-enter". I
> have made sure my UserId & Pwd is correct and I have the admin rights
> still I get this error.
Make sure the security support is configured appropriately for
Traversal and Indexing[1].
The error logs may provide more info as well[2]. You may need to
increase the Tomcat log levels before getting enough clues to track
the culprit down.
--
Joe D'Andrea
Liquid Joe LLC
www.liquidjoe.biz
+1 (908) 781-0323
[1] http://snurl.com/631b2 [code_google_com] (see "Traversal and Indexing")
[2] http://snurl.com/631oo [code_google_com]
> I have no idea on what you mean by the above.
I referenced an article that gives you steps to double-check the
security setup for Crawl-and-Index - http://snurl.com/631b2 ...
> 1) How do i configure the security support. I adder the URl in the
> crawl and gave the right UserId & Pwd. It went fine.
Wait - it's working now? :)
Let's make sure all's neat and tidy here.
1. Confirm the account being used for traversal and indexing has Site
Collection Administrator privs in SharePoint _and_ is a member of the
SharePoint host's Windows local administrator group (this is
important).
2. Make sure those _same_ credentials are present in two places - the
Connector Configuration page _and_ the Crawler Access page.
3. On the Crawler Access page, add an appropriate domain name or host
name to enable Windows NT LAN Manager (NTLM) or HTTP Basic
authentication.
This takes care of the traversal and indexing portion. Serve-time user
AuthZ and document access control is another matter (also described in
that same part of the doc, just above the traversal and indexing
part).
> 2) How do I increase the Tomcat log levels
It's described right there in the docs at http://snurl.com/631oo ...
(read "Logging").
--
Joe D'Andrea