Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
53 views

How to dynamically generate Business Connectivity Services

We are trying to deploy a Business Connectivity Services(BCS) Model solution where the properties in the model depend on the structure of the data exposed by a web service. Ideally the BCS Model ...
4
votes
1answer
706 views

Securing an external list by filtering for current user

I have set up an external content type with a column that contains Active Directory accounts to map each record to a user. Now I want users to only see those records in the list where the AD-account ...
3
votes
4answers
1k views

How to deploy SharePoint BDC model package using VS setup project (or at all!)

Background: We have a ClickOnce-deployed WPF app, that talks to WCF Services, which in turn both talk to our own SQL database and also to SharePoint via the Client OM. To set up the WCF and the ...
3
votes
4answers
1k views

Implementing Security on custom BCS/.net class?

I'm implementing a custom BCS Model to get data from a backend system. As the backend uses it's own user management, I'm accessing it through a service account. All of this works well and allows me ...
2
votes
1answer
507 views

SharePoint BCS creating a hyperlink column

I am using the .NET connector to connect to an SQL database. One of this value is a URL. Now I need to display this as a URL. Any ideas on how to solve this?
2
votes
2answers
312 views

SQL Extended Properties and BCS Sharepoint 2010

I know you can connect to SQL Databases using BCS in SharePoint 2010 but what I want to know is if instead of connecting the table information with SharePoint, is it possible to import/connect the ...
2
votes
2answers
1k views

SharePoint BCS SSS Help Needed

I'm trying to bring external content into our SharePoint environment. We are running SP 2010. The data I want to bring in exists in Sql Server. What I'm struggling to do is map the logged in ...
1
vote
0answers
37 views

BCS to connect to a WCF Service and use bindings from a config file

I have data exposed from a webservice which is wcf. I already have method calls to call GetAllItems and GetItem(id). I want to use SharePoint Search to index them so that it can be easier to search. ...
1
vote
2answers
257 views

Sharepoint 2010 - BCS Content Type with Visual Studio 2010

I am making an external content type BCS project in visual studio. In the project I have a Linq to Sql class with an employee table in it and I have got an BCS model class (BDCM) in which I have one ...
1
vote
1answer
29 views

Using BCS to retrieve data using multiple possible accounts

We have a third party application we need to connect to using BCS to display info in our SharePoint 2010 Intranet. The third party application exposes web services we can consume to get the ...
1
vote
1answer
297 views

Query large external list with CAML

I have a SharePoint external list that points to a 100,000 record SQL table. I have to set a filter on the Read List Operation otherwise the list doesnt work. It will timeout as it tries to return ...
1
vote
0answers
100 views

How to use BCS in Word for editing BLOBs

If I have an External Content type defined with a StreamAccessor that will end up referencing Word docx files stored in another system (reason for using BCS), what options do I have for updating the ...
1
vote
1answer
364 views

How to view/edit extended properties of SQL Table in SharePoint 2010 [closed]

Possible Duplicate: Edit SQL Extended Properties in SharePoint 2010 Hi everyone, I know how to view/edit table data from an external SQL (non SharePoint) database from my SharePoint 2010 ...
1
vote
0answers
141 views

SharePoint 2010 move bcs profile page

Is it possible to move the SharePoint 2010 BCS profile page, normally located under: https://***.orbitone.com:443/__bdc/https___***_orbitone_com/Projects_1.aspx?JOB_ID={0} To: ...
1
vote
1answer
779 views

SharePoint 2010: How to display an external list as a calendar?

In SharePoint 2010 BCS, I have created an external content type to retrieve a list of appointments from our LoB application. This works, and I can see the list of appointments in SharePoint. The ...
0
votes
0answers
17 views

Get the value passed from Business Data Catalog Filter to other web parts

I have the below scenarion A Business Data Filter Web Part based which holds the names of users, this web part is connected to two List Web Parts on the same page and passes the value of the user ...
0
votes
0answers
9 views

BCS Property displays as type, instead of enumerated values

I have a entity which has 2 properties ProductName (string) Id (string) Categories (string[]) A product can have several categories. So I created my BDC Model <TypeDescriptor ...
0
votes
0answers
33 views

Webpart error while connecting SharePoint 2010 with CRM 2011

I'm using Girish Raja's MSDN blog reference when creating a BDCM to connect my SP 2010 and CRM 2011. I'm able to complete all steps mentioned in the document except the last one. The issues I am ...
0
votes
0answers
8 views

Referencing BCS Complex Type in Code

I am accessing an external content type programmatically in a web part I am developing for our SharePoint 2010 Portal. The content type is called ExpenseReport. This business object contains an array ...
0
votes
1answer
36 views

SharePoint BCS List with Querystring Params

Is it possible to pass a querystring paramater to a BCS List to help generate the query?
0
votes
0answers
40 views

User profile synchronization using bcs not working in Sharepoint 2010

Profile Synchronization with bcs not updating user profile properties. In FIM evrything is shown as sucess. There is no error during synchronization.
0
votes
0answers
124 views

Using an External Item Picker with a Repeating table in BCS

I am using Business Connectivity Services to retrieve data from a third-party application. The BCS solution is built using SharePoint Designer and consumes a WCF service. I am trying to rertrieve the ...
0
votes
1answer
155 views

External List Error : The query against the database caused an error

I got an SQL Server 2008 R2 and a SharePoint Server. I have put up a BCS between the two servers. Reading data through a External List. This worked fine yesterday. But to day I got this error: The ...
0
votes
1answer
191 views

Infopath 2010 field using External Data Connection of SharePoint BCS

I created an Infopath 2010, which I am then publishing to SharePoint in a forms library. My first field is a BCS field, which is pulling from CRM. I set-up my external data field, and when I type in ...
0
votes
0answers
82 views

Sending data from excel/word to Sharepoint List

I have question - Is there any possibility to import data from excel/word files to list in sharepoint (online version)? I have import data from sharepoint list to word files. Thanks, ripperus
0
votes
1answer
63 views

BCS association of external entity to self

I have a BCS model in SharePoint. This model has a single entity that should have multiple child entities of the same kind. I tried to associate the entity to self but the association does not appear ...
0
votes
0answers
120 views

Sharepoint 2010 BCS : Master key for Secure Store Service always needs to be refreshed

recently I have changed my credential for BCS from revert to self to SSS. However, after the changes, I keep facing the issue of of "Unable to obtain master key". The way i resolve this is ...
0
votes
1answer
36 views

Using BCS to retrieve data using multiple possible accounts

We have a third party application we need to connect to using BCS to display info in our SharePoint 2010 Intranet. The third party application exposes web services we can consume to get the ...
0
votes
2answers
523 views

Retriving SPListItem through External List's whose Source is from SQL Server 08 Stored Procedure

As mention in the title, I am trying to retrieve data from MSSQL 08 Stored Procedure through external list. As my machine does not have Microsoft Office 2010 installed, I could not use IEntity to ...
0
votes
0answers
45 views

Populate Term Store with BCS (or external DB) Connections

Is it possible to populate a term store with a BCS or outside connection? And if so, how?
0
votes
1answer
157 views

Large datasets with Business Connectivity Services

I have an interesting problem concerning business connectivity services (BCS) in SharePoint 2010. I am new to the BCS so maybe I'm just not thinking about this problem in the right way and could use ...
0
votes
0answers
26 views

MOSSBDC-getUserSkills runs but … What's next?

Does anyone know the table name in the sync database where values are staged for push? I am running a bcs which works in dev and running the same type in production. In dev I only had to do it for ...
0
votes
0answers
227 views

Create SharePoint BCS from CRM 2011 service

I want to keep all business logic on Dynamics CRM and manage records using SharePoint BCS (Business Connectivity Service). How to create BCS models from CRM service scheme ...
0
votes
0answers
198 views

Deploying BCS Model To Multi-Tenant Administration Site

I've got a simple BCS model with a single entity for a test. The entity pulls from a Entity Data Model in a separate assembly. I'm using SharePoint Foundation so I used the feature receiver here to ...
0
votes
0answers
180 views

Help in code debugging in BDC Model project

I'm writing BDC model in VS 2010 which connects SQL Server. Once I deploy the solution getting following error, "Instance failure" It's happening in catch {} block. But don't able to find debugging ...
0
votes
1answer
327 views

Populate SharePoint Group from BCS external List

I have a BCS External List that is giving me the data that I want. Currently that data is usernames (domain\username). Is there anyway to sync/import/connect an External List with a SharePoint ...
0
votes
2answers
378 views

Programmatically Create a Business Data Content Source

I have the need to programmatically define a business data content source in Sharepoint 2010 using C# 2010. I've reviewed ways to do this from within Central Admin, and have seen snippets from MOSS ...
0
votes
2answers
968 views

Binding an external (BCS) list to a SPDataGrid in Sharepoint 2010

I've created a BCS service and created an external list from the BCS content-type. I have then tried to add a SPGridView control to a webpart. I am getting an exception as soon as I call my ...
0
votes
1answer
530 views

Sharepoint 2010: insert items in a list with BCS fields

I have a list with 3 fields in Sharepoint 2010: ID (counter), Description (String) and ProductCode (Business Data). All works fine if I use the user interface and I'm able to choose che ProductCode ...
0
votes
2answers
580 views

How do I load BDC data from a BDC URL?

I am doing this in SharePoint 2010, but wouldn't be surprised if the problem exists in SharePoint 2007 and has the same solution. I have a runtime security trimmer on my BDC data. I was expecting ...
0
votes
3answers
105 views

Is going for a BCS the right move for me?

I'm at a fork in the road. I need somebody to give me some advice from their personal journey in IT. At the moment, I have a college diploma (2 years) in Computer Programmer, and about 2 years of ...
0
votes
1answer
622 views

Validation for SharePoint 2010 external lists / external content types

Where does one put validation for external content types? Let's say one field on my ECT represents an email address that must be unique in our system. Where would I put the validation that checks to ...
0
votes
1answer
1k views

SharePoint 2010 BCS ignores username/password in connection string

Here's my scenario. I've got SharePoint 2010 running on one server, with an SQL Server running on another. Both machines are on the same domain, but the logins involved are local to each machine. ...