Hello
I am getting a stupid error. I have two Web Applications, one of them is the MySites and one is my corporate Web App.
So, I setup my Search Service, and crawling on the corporate Web App is working fine. But MySites throwing and error, and does not get crawled.
The errors are:
- sps3://my.corp.domain.com –> the object was not found
- http://my.corp.domain.com –> the object was not found
My apps are all with a host-name header, and all three, the http://corp.domain.com, http://my.corp.domain.com and sps3://my.server.domain.com are in the “Start adresses area”.
I checked that all my used accounts have the “retrieve people data for search crawlers” permission.
One of these accounts is my Default content access account.
So what could the issue be?
/emo
You still should have been able to have my.domain.com on port 80 too. You just need to have something unique between IP/Host Name/Port. So the host name of my would have made it different to say corp on port 80. You would have had to remove the listen to anything on port 80 binding if it was there to get it started in IIS as that would have conflicted with the corp web app. I am by no means an IIS expert though so I may be getting myself confused.
So if you can I would strongly recommend you get it set that way as I am sure that is how you wanted it to be?
Out of interest what are the binding settings of the two web apps in IIS?
I think a lot of the issue comes down to my.corp.domain.com as I am thinking there will be no zone in dns to cover this namespace.