Home
TeamSite
SharePoint (MOSS) Search integration with MediaBin
prasadarao
Hi All,
Can someone provide information on different options available to integrate MOSS search with Interwoven MediaBin?
Regards,
Prasadarao
Find more posts tagged with
Comments
nbwoven
Interwoven MB's Digital Asset repository is a Database(MS-SQL/Oracle) From what I understand,SharePoint 2007 family (MOSS/MSS)supports the following content sources: Web sites, SharePoint Sites (WSS/SharePoint Server), Exchange Public Folders(through OWA), File Shares, Lotus Notes databases on Domino Server. Through BDC and user profiles/My sites, Microsoft Office SharePoint Server 2007 has two more content sources: Databases and people profiles.
If there's any other way of Dealing with custom content source such as a Mediabin DB then it can be indexed by SharePoint Search .
And, you can use "Protocol Handlers"/"connectors" to index content in any other proprietary respository. A protocol handler can be implemented in C++, and also C# if you don't care about the performance. So, you can give the database ability to Search Server 2008, you can connect some other repositories like Mediabin,FileNet and Documentum.
prasadarao
Thank you for the information.
Are you aware of any 3rd party connectors/protocol handlers for MediaBin that will make the search/crawl from SharePoint possible?
The other option that I was considering is to access MediaBin through BDC using MediaBin web service interface for search. Do you think this is possible?
Regards,
Prasadarao
msrinivas
Are you looking to search/display MB assets from MOSS web parts etc.?
prasadarao
Yes. Search performed in MOSS should also display MB assets in the results.
Regards,
Prasadarao
msrinivas
You should be able to use MB webservices and build any kind of search and display that you require into MOSS.
prasadarao
Thank you for the information.