Business Data Catalogue (BDC) is feature in Microsoft Office SharePoint Server 2007 (MOSS 2007) which allows SharePoint to display data from SAP, Siebel, or other line-of-business (LOB) application via Web services or databases.
0
votes
0answers
7 views
Where to specify which custom connector to call in a BDC Model (Sharepoint)
I have a VS Sharepoint project. In the BDC Model, how do you specify which custom connector to associate (in GAC)?
Sorry I'm very new to Sharepoint, do you have to modify the raw bdcm file? As I have ...
0
votes
0answers
3 views
Building BDC Model using Custom Connector
I'm building a BDC Model on Sharepoint Foundation 2013, and would like to use the custom connector.
Does anyone have a tutorial? even better if it can show some good practices..?
Thanks!!
0
votes
0answers
17 views
init.debug.js script error when clicking on item picker for a bdc model
I have a bdc model in sharepoint 2010 that has been migrated from 2007. Now when i select the model in Data Item webpart, and click on Item picker, javascript error is popping up. This is restricting ...
1
vote
0answers
50 views
SharePoint List with External Data Column not detecting records deleted from Source DB
I have a SharePoint 2010 list with an external data column connected to a MS SQL db. Everything is functioning as expected in terms of lookups and picking up any updates made to items in the DB but if ...
0
votes
0answers
49 views
Error while importing BDC-Models from Duet Enterprise: “Could not load Type described by TypeDescriptor’s TypeName …”
I tried to import the BCD-Models for Duet Enterprise 1.0 into Sharepoint 2010 using the following intruction (http://technet.microsoft.com/en-us/library/ff972447%28v=office.14%29.aspx).
Import ...
0
votes
0answers
78 views
Error when updating SharePoint 2010 list using External Content Type
I'm running into an issue and can't find anything helpful on the net so would really appreciate any help here!
I've created a basic External Content type using SharePoint Designer for SharePoint ...
0
votes
0answers
13 views
SharePoint BDC Catalog custom sorting
Is it possible any kind custom sorting of the column in SharePoint BDC Catalogs. For example string column which contains numeric and character sequences - make order starting as numbers, then by ...
1
vote
0answers
56 views
DateTime Warning When Fetching Data From Oracle
I have an table, which includes DateTime but DateTime makes warning.ıThe warning always saysy that it assumes it UTC. In DateTime typed value there is just date, not included hours.
Why DateTime ...
0
votes
0answers
82 views
Got this error when I click on my BDC service in Central Admin: The full exception text is: Access is denied
These are the steps I did under the administrator and farm account:
I go to central admin -> application management -> manage service applications
I click on New-> Business Data Connectivity Service
...
1
vote
0answers
26 views
How to figure out a backhand Database in a BDC (BDCM model)
I wanted to know how can one know which Database is a BDCM model using. I did some research and found that I can export the model from the central admin (which I did). Now that I have a model ...
0
votes
0answers
151 views
SharePoint search custom indexing connector using BDC
If we want to create SharePoint search custom indexing connector, following interface/class should be implemented/inherited.
StructuredRepositorySystemUtility
LobUri
INamingContainer
Read the ...
1
vote
0answers
257 views
Sharepoint. External Content Types. Passing values to stored procedure
I have simple stored procedure, that takes couple parameters and updates table.
How to pass parameters via BDC?
For example, to execute stored procedure, that selects rows and takes one param, code ...
0
votes
0answers
159 views
'The HTTP request is unauthorized with client authentication scheme 'Ntlm'. when calling an external list from client
I have created a bdc model using .net custom connector which connects to the External system via a custom built webservice. It works when I open the external lists locally from the SharePoint server ...
0
votes
0answers
179 views
Trying to consume an Odata Web service with SharePoint 2010 BDC Model
I have built a BDC Model inside of Visual Studio 2010. I am getting the cannot display web part in SharePoint on the External List. I know that I have 5700 records that the web service returns. I ...
0
votes
0answers
147 views
SharePoint BDC: Update method doesn't work
EmployeeDataDataContext ctx = new EmployeeDataDataContext(GetConnectionString());
vwCurrentEmployees_Dev emp = ctx.vwCurrentEmployees_Devs.Single(e => e.EMPLOYEE_NUMBER
...