Questions tagged [bdc]
Business Data Connectivity (BDC) service is the new version of the Business Data Catalog that was provided in Microsoft Office SharePoint Server 2007.
82 questions
0
votes
0
answers
185
views
A connection was successfully established with the server, but then an error occurred during the login process
My 2016 SharePoint farm, among other servers/services, runs two Front Ends and has Business Data Connectivity setup. I have created an external data source to a SQL server database and an External ...
1
vote
1
answer
104
views
SharePoint 2016 - Error when inserting a BDC webpart
We are running SharePoint 2016, and up until now have had no problems with Business Data Catalogs. Now when I try to access a page that has a DBC webpart on it I get this error and the page won't ...
0
votes
1
answer
155
views
Access denied when trying to get SPListCollection out of SpWeb in BCS connector
I have a BCS connector.
In a constructor of its service class I want to access a SharePoint list.
using (var site = new SPSite("My site URL")
{
using (var web = site.RootWeb)
{
var ...
1
vote
0
answers
44
views
Business Data Connectivity Model collection property
Is it possible to have a collection property in a BDC model?
I added a property to my model class like this:
public class MyModel
{
public IEnumerable<String> MyCollectionProperty { get; ...
0
votes
1
answer
3k
views
unable to obtain master key error in secure store service application
We have recently migrated the SharePoint 2010 services to SharePoint 2016 using standard Microsoft SharePoint recommendations like content database backup and restore model. As part of it, we have ...
0
votes
1
answer
421
views
Very slow external list based on SQL Server
I am using SharePoint 2016 on premises. This is a new farm with installation done just now. I created BDC to fetch data from SQL Server view. That view contain less than 8000 records. Then I created ...
1
vote
1
answer
1k
views
Business data connectivity metadata store is currently unavailable
When I tried to add External Content Type via sp designer, I got following error
"business data connectivity metadata store is currently unavailable". sp2013.
I've tried many common solutions, any ...
1
vote
1
answer
86
views
Sharepoint 2013 search no result anonymous user use term with double quotes
I am using SharePoint 2013 search that The content come from an external content source -via BDC connectivity -using Hebrew text.
My problem start when the anonymous user search text with double ...
2
votes
0
answers
52
views
Business Data Connectivity choice does not appear in Type dropdown on the Create New Connection page
This is in SharePoint 2016 Enterprise, I am logged into Central Admin with the farm admin account.
Trying to get a Business Data Connectivity working. I've created an application in the Secure Store, ...
1
vote
1
answer
327
views
External List shows only BDC Identity
I have created an external list called Employees. When I go to site contents, I see Employees and when I click it, I see the exact contents I expect.
When I create a new page for my site and insert ...
0
votes
1
answer
159
views
SharePoint 2013 custom search connector fails after patch
We have a custom search connector that we built to make documents from another system searchable from SharePoint. This worked fine for a year until we decided to add a CU(October 2015 uber).
The ...
0
votes
1
answer
73
views
One profile not syncing with BDC
Somehow a user was created in AD and synced in UPS, the user had a username something like domain\xxx1. The user was then deleted in AD and a new one with the same email/sip was created but with the ...
0
votes
1
answer
579
views
BCS external content type ReadList fails with InvalidMetadataObjectException
I have create a BDC model with a .Net assembly linking to a LOB system. Checking the model in Visual Studio is all good. I upload the solution to SharePoint 2013 Enterprise and create a new external ...
2
votes
0
answers
31
views
Dynamic Queries for SharePoint BDC in Visual Studio
I've created a BCS in Visual Studio to Get Oracle Information, how to perform dynamic Configurations for the queries?
1
vote
0
answers
128
views
BDC Incremental crawl always crawls full
I added External Content Type to my BCD application. The content type gets data from SAP trough a service.
There is a column/property in the service called PartnerChangeDate, that is set to last ...