Questions tagged [sharepoint2010-bcs]

SharePoint2010-BCS refers to Business Connectivity Services in SharePoint Server 2010. BCS enable SharePoint deployments to connect to and interact with external data.

SharePoint2010-BCS refers to Business Connectivity Services in SharePoint Server 2010. BCS enable SharePoint deployments to connect to and interact with external data.

Business Connectivity Services overview (SharePoint Server 2010)

13 questions
1
vote
2 answers

How do I store this external data in SharePoint?

I am using Visual Studio 2010, SharePoint 2010 with custom document content types and forms. And plan to also use jquery to build the document add/edit/view forms. I am developing a solution where I want to have a document library where each…
Dan
  • 25
  • 7
1
vote
1 answer

Error when doing Entity.FindSpecific in BDC model

I'm struggling with my first BDC model in Sharepoint 2010. I have created a very simple model with just 1 entity. I try to find a specific entry by doing: private IEntityInstance GetBdcEntityInstance(string nr, string entityName) { …
Rogier
  • 1,170
  • 1
  • 10
  • 21
1
vote
1 answer

SharePoint 2013 - Managed property value does not update

I have configure SharePoint Search with line of Business Content Source (BCS). Create Few Managed Property with this BCS. Records is crawling successfully however managed mapped property value does not updated. And one more thing, I have database in…
1
vote
1 answer

Secondary lookup columns for external content types not displaying data in list after refreshing from primary

I have created a SharePoint list that has a lookup column to an external list. I also have instructed SharePoint to display several secondary columns that are related to that primary external lookup column in my list as well. The problem is that…
Ami Schreiber
  • 287
  • 2
  • 6
  • 20
1
vote
0 answers

SP 2010: Two WFE works, the other fails: Conn string - integrated security "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON"

In Sharepoint 2010, we have a farm with three WFEs. We use a BDC with a connection string with integrated security to a SQL Server 2008 R2 DB and then a list linked to this BDC to show the contents of a table (simple select statement). We expect the…
0
votes
1 answer

Business Data Catalog to a SharePoint List?

I have to manage the concept of external contacts in a SP farm. My idea is to create a custom User Profil with a specific sub-type for such contacts. There is not yet a storage for this external contacts, and I have to allow functional users to…
0
votes
1 answer

Update Panel timer control and JQuery

We have our controls in Update Panel like HTML div, tabel , grid and we have AsyncPostBackTrigger with Event Tick of timer control this time control will update the update panel control on certain period of time. We are loading some control with…
Milind
  • 1,855
  • 5
  • 30
  • 71
0
votes
1 answer

Business Connectivity Services for a large scale database having several stored procedures

I am working on a project having a large scale database with several stored procedures and I need to use the data in SharePoint 2013, the database is in SQL Server 2008 R2 According to my understanding I have two options: 1) is to create a Web…
Aakif
  • 91
  • 2
  • 7
0
votes
1 answer

Unable to display this web part - SharePoint 2010 BDC

First time developing an External List in SharePoint 2010 using BDC. When I debug and step through the code, I can see I'm getting data. I'm even limiting the results with a Linq to SQL query to 20 items. I can see I get 20 items returned by the…
Tim
  • 4,051
  • 10
  • 36
  • 60
0
votes
0 answers

'infopath cannot submit the form because it contains errors' when using External Item Picker

I get 'infopath cannot submit the form because it contains errors' when trying to create new item in External List. The External Content Type this list is built on has a reference to another External Content Type. The external types are Phase and…
Serhiy
  • 4,357
  • 5
  • 37
  • 53
0
votes
1 answer

How to connect Outlook to an external list, which uses external connector in DLL

The task: connect Outlook with the external list, which was created in Visual Studio and uses SAP connector (sapnco.dll). What I've done: Created this external list. I can see all information in SP. Chose its Office Item Type as…
MikhailSP
  • 3,233
  • 1
  • 19
  • 29
0
votes
2 answers

Is it ok to ever use straight SQL (or an ORM) instead of BCS in SharePoint 2010

I am working on a custom web part that I want to query and write to another database. BCS seems to complicate this process more than helping it out so I am wondering if it is ever ok to use directly access SQL Server without the use of BCS?
Josh
  • 1,058
  • 9
  • 27
0
votes
1 answer

External List and External ContentTypes passing persistence errors back to the user

I have created an External Content Type in my Sharepoint 2010 installation that gets its data through a WCF Service from a remote database. I have implemented all the CRUD operations without issue. I have created a list instance in Visual Studio…
Maxmanzero
  • 309
  • 3
  • 14