Errors in crawl log

I see this in the crawl log - it's on the Mysite and is on all the users

sts4://mysite.Contoso.com/siteurl=personal/<userid>/siteid={62be0b}/weburl=/webid={9bc48f59-4168-40bc-8f51-84413479f63f}/listid={16ad4dae-9678-4579-9bec-2043bb6887d5}/folderurl=Private/Microblogging?ID=5

SharePoint list is corrupted. The list item doesn't have a display URL. ( SearchID = 47D9 )

How can I fix this? 


  • Edited by JmATK Friday, July 03, 2015 7:24 AM
July 3rd, 2015 7:03am

Hi JmATK,

For this issue, I recommend to click the arrow beside each URL with issue in the crawl log and then select Open item in a new window to see what the item is in SharePoint site.

Make sure that you can access the item in the browser and check the content source in search service application to see if the URL for My Site Host has been added.

Please provide more details about the list and the item for further research.

Thanks,

Victoria

Free Windows Admin Tool Kit Click here and download it now
July 6th, 2015 4:09am

can't browse to the list...

the Mysite URL is in the content source...  
July 6th, 2015 4:22am

Hi JmATK,

Could you please provide more details about the list?

You can get the list information by list GUID:

http://sharepointsrikanth.blogspot.com/2013/08/get-sharepoint-list-name-from-guid.html

Thanks,

Victoria

Free Windows Admin Tool Kit Click here and download it now
July 6th, 2015 7:31am

Hi

I'm on vacation... Follow up afterwards... :)


  • Edited by JmATK 19 hours 14 minutes ago
July 25th, 2015 12:19am

Hi

I'm on vacation... Follow up afterwards... :)


  • Edited by JmATK Tuesday, July 28, 2015 12:07 PM
Free Windows Admin Tool Kit Click here and download it now
July 25th, 2015 12:19am

Hi 

Still Errors....can't retrieve the list information with the

SPSite Site= new SPSite("http://Mysiteportalname");

SPWeb Web= Site.OpenWeb();

Guid id = new Guid("16ad4dae-9678-4579-9bec-2043bb6887d5");  //id from the crawl log

SPList list = Web.Lists.GetList(id; true);

 

July 28th, 2015 8:10am

Hi JmATK,

The list should be in a user's MySite not the root MySite Host site collection.

And from the error log, there is a web id. You can use this id to get the correct web URL.

Have the user accessed his MySite already?

It seems that the list is about a social list which stores the content that the user follows.

Thanks,

Victoria

Free Windows Admin Tool Kit Click here and download it now
July 28th, 2015 10:41pm

Hi Victoria

When I try to use the powershell it's reported invalid syntax... - tried adjusting it, but can't get it to work.

Yes, all users has accessed their MySite and everything Works - just theese errors in the crawllog..

July 28th, 2015 11:53pm

Hi Victoria

When I try to use the powershell it's reported invalid syntax... - tried adjusting it, but can't get it to work.

Yes, all users has accessed their MySite and everything Works - just theese errors in the crawllog..

BUMP...


  • Edited by JmATK 22 hours 49 minutes ago
Free Windows Admin Tool Kit Click here and download it now
July 29th, 2015 3:50am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics