Tagged Questions
0
votes
1answer
179 views
Crawling per-tenant BDC data sources
I'm setting up SP2010 in a multi-tenant fashion (following Spencer Harbar's Rational Guide) and I've had great success setting it all up. Multiple tenants and everything. When you configure BDC to run ...
0
votes
1answer
735 views
SharePoint 2010 Search crawl rules - how to exclude specific bdc entity by url
I've created searchable .net assembly connector, which reads text file (using this post). All works fine, content inside file was indexed and appears in search results.
I want to hide some rows ...
1
vote
1answer
842 views
Searching my custom BDC model errors
I wrote a custom BDC model, and it works. I can create a list, look at the items, look at a single item, create external data columns in other lists, etc.
Now I created a content source to index ...
1
vote
1answer
563 views
BDC List column picker filter - search/filter not working and exact entry says not found?
I'm working with MOSS 2007.
Rephrasing the question. I have a BDC column to an external datasource in a custom list. Today searching and filtering is not in place and actually exact matches are not ...
3
votes
2answers
790 views
BDC Entity with TypeDescriptor System.String[] gives errors when crawling
Is it possible to crawl a BDC content source with an entity that has a property of type string array (System.String[])?
At one point I had this working successfully in my dev environment but it ...
1
vote
1answer
1k views
Crawling a content source of type BDC after updating BDC produces errors - IEntity could not be found using criteria Id=#
Here is the setup
SharePoint 2010
BDC application definition
Search Content Source of type Line of Business that crawls the BDC
Steps taken
Import BDC application definition version 1.0.0.0
...