0
votes
1answer
112 views

Unable to Display this Web Part when making BDC call

I've followed along with this Microsoft tutorial. I can step through my code and see results returned from the database, so my Linq queries are working. However, when I try to set up the web part, I ...
0
votes
0answers
101 views

BCS Model with primary key consisting of multiple columns

We have a database with a table that has a primary key that consists 4 columns. I want to show the table data in SharePoint by using BCS. A created a new BDC Model in Visual Studio, but has no idea ...
0
votes
1answer
729 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
840 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
0answers
116 views

BDC Lightning tool on MOSS 2007. Using BDC in Picker and filtering

I've got a BDC I generated with BDC Lighning BDC Man. I added a BDC column to a list and when I open the address book picker I get the first 200 entries but search/filter does not work. Anybody know ...
0
votes
2answers
264 views

Custom BDC Model Impersonation

I've created a custom BDC model for reading flat files. It works great when the file is local, but now I need to roll it to test and read a shared UNC. When I direct it to read the same file from a ...