vote up 0 vote down star

Hi there, I am using the SiteData webservice in MOSS 2007 for crawling sharepoint sites. The webservice returns an "ows_UniqueId" property.

Does anybody know how i can map this property to a managed property? This property in not visible when i try to create a new managed property using Metadata property mappings link in shared services administration.

Any suggestion will be greatly appreciated.

flag

1 Answer

vote up 0 vote down

It should already be indexed. Have you tried using objectid? This is shown as mapping to SharePoint:objectid(Text). It looks the closest to what you're after.

link|flag
Thanks for the reply, alex. I tried with objectid, but found that it retrieves the "webid" that is returned by the webservice. I was just checking the database and found the "CompactURL" column in MSSCrawlURL table contains the value that i get in ows_uniqueid property returned by the webservice. But there is no such crawled property that i can map to the managed property. Any ideas?? thanks and regards – deepa.s Sep 18 at 12:06
@deepa.s It should be achievable but sorry I don't know how. I've never found the web services to be much good. Also, you probably already know but be careful querying the database: stackoverflow.com/questions/1437176/… – Alex Angas Sep 18 at 13:07

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.