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
One of the perks of SharePoint is that it should handle most of, if not all of what you are after.
So you can browse to my.corp.domain.com without issue and hit the my site host?
To me you just needed to create one web app in CA with a host name of corp on port 80 and another web app with a host name of my on port 80.
Then add two A records within DNS, one for the corp web app and another for the my web app and point to the Web Server.
After that you should have been good to go. So, which server is doing the crawling? The app server?
If you can, I would re-create your mysite web app on port 80 and a host name of my, create my site host site collection and all of that good stuff. Then you should just be able to get to it at my.domain.com and I am sure Search would work fine.
You have created a my site host site collection I presume and all that side of things is working, it is just the search.
As a shot you could add a host file entry on the crawl server to make sure that my.corp.domain.com resolves and see if that works any better. As it will use the host file for name resolution if it can before it looks to DNS. I could of course be barking up completely the wrong tree.