Tagged Questions
0
votes
0answers
116 views
Show external list as a list view web part on a SharePoint page
When I create a SharePoint external list and also default view of external list has a data source filter :
This filter has Currently value set as business Entity ID = '291'.
Now I show this list as ...
0
votes
0answers
73 views
Business Data Connectivity Service with CSV from file system
I got a CSV file on local file system (C:) which updates periodically with new data (it drops old data).
I want to copy data from this file into a SharePoint list.
I have solved this with a simple ...
3
votes
1answer
1k views
Sharepoint Incremental Crawl and BCS
I have a BCS connector (partial BDC Model posted below) and I'm noticing some issues with Sharepoint crawls. My full crawl seems to work perfectly, but incremental is pulling back the same number of ...
0
votes
2answers
176 views
How can I change the web-service URL in a BDC model
In SharePoint 2010, I have a BDC connection created by importing a BDC model file via central admin. However, the machine providing the web-service has changed and I need to update the BDC model's ...
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 ...
3
votes
2answers
788 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 ...
0
votes
1answer
66 views
Which stereotyped operations are mandatory in my web service
I'm trying to connect to an external resource using Sharepoint 2010 and connect to a WCF web service.
I want to know which stereotyped operations are mandatory for me to create in the web service to ...
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
...
1
vote
1answer
444 views
User profile sync with AD and custom provider
This is kind of sequel for [question]: How to bulk import User Profiles from a legacy system and pre-create MySites. After research I went with next strategy:
Part of users in new system will be
...