Tagged Questions
The bdc tag has no wiki summary.
3
votes
4answers
924 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 ...
2
votes
1answer
190 views
Enforce Unique Values for external data type column in sharepoint
Enforce Unique Values for external data type column - I know that it is not possible out of the box. What are the soultions for validating external data type columns for duplicates? workflows? others?
...
2
votes
2answers
85 views
BDC Security Issues
We are planning to use BDC to read and probably write to a SQL Server content database on external server. I have heard that there are many security issues that you may run into or should be aware of ...
2
votes
2answers
558 views
Formatting of BDC Fields
I'm trying to format a field in a BDC (Business Data Catalog) definition, in SharePoint, with a thousand separator.
It doesn't appear to be possible in the BDC XML definition, and only possible ...
2
votes
0answers
309 views
SharePoint BDC - In the Entity Picker control when the user selects the entity a guid is added to the text
In the Entity picker when the user selects an entity the id appears in the text box next to the add bottom. Is this normal? Users are wating a more meaniful name like the ProductName which is show as ...
2
votes
4answers
238 views
MOSS and the Business Data Catalog - any good documentation?
Can anyone point to any good 'beginners walkthroughs' for the Business Data Catalog in MOSS 2007 Enterprise? It seems to be very powerful, but all the official guides assume preexisting knowledge.
2
votes
1answer
527 views
MOSS 2007: BDC permisson problem - no BDC application is listed in the web part's configuration menu
I'm actually working at MOSS 2007 project where I have to import data from an external data source (WebService) via an application in the Business Data Catalog. The application definition was created ...
1
vote
0answers
438 views
SharePoint BDC Model and WCF
Here is my scenario..
I have created a BDC model project in VS2010 for deployment in SharePoint2010. I have added a service reference to a WCF service that we have running on another system. I want ...
1
vote
0answers
187 views
Sharepoint Business Data List Behavior
This is a multi faceted question, but any help is appreciated
Background:
I have a Application Definition with 6 entities using SSO
The database back end is Firebird through ODBC
All the data is ...
1
vote
2answers
550 views
Sharepoint 2010 BDC: Connecting to Oracle an using assembly fails
I'm trying to make a BDC connection in Sharepoint 2010 to an Oracle Database using an assembly. When unit testing the assembly, it works perfectly, but when using it in the BDC, I get the following ...
1
vote
0answers
254 views
Problem With Multiple ITransformableFilterValues
I'm trying to filter a BDC list and my filter returns multiple values. When the BDC list is filtered it filters based on the first item and then ignores the remaining values. Has anyone run into ...
1
vote
1answer
149 views
How to use BDC (business Data Catalog) in sharepoint of user define?
I have database in sql server 2008. I have installed the MOSS 2007 also configured the Sared services. I want to Use BDC concept to show the data on sharepoint pages by its web parts. What steps I ...
1
vote
0answers
286 views
Sharepoint 2010 Claims in BDC
I would like my BDC ReadList()-operation to fetch objects based on email from a user claim. I tried using IClaimsPrincipal in a webpart, with no problem, but I can't get it to work in BDC model.
...
1
vote
1answer
395 views
Allow multiple values to BDC Column
I have added a column called Customer to my documents library, this is a business data column.
What I want to do is relate a document to multiple customers by entering customer codes into this box.
...
1
vote
1answer
772 views
Error with home-grown SharePoint BDC entity definition
I am trying to create my own application definition xml file for the SharePoint BDC, mostly because I want to become more familiar with the concepts. My application uses an in-house Oracle database, ...
1
vote
1answer
147 views
How do I expose Excel 2003 Spreadsheets to PerformancePoint 2007?
I am working on a PerformancePoint 2007 project. I have a bunch of Excel spreadsheets, and I need to get at the data. The users need to continue to enter data, they have Excel 2003, and I won't be ...
1
vote
0answers
101 views
PtQuery and dsquery help
I want to use the List Data retrieval web service in sharePoint to query a list for it's records. Do I use the dsQuery or ptquery objects? What is the difference?
1
vote
1answer
499 views
Custom BusinessDataListWebPart Pagination (Next Button) - pageindex never changes
Pagination (Next button) doesn't work for custom BusinessDataListWebPart.
I am adding BusinessDataListWebPart using code. Everything works fine. I can see 20 data raw at the same time but when I ...
1
vote
2answers
621 views
BDC Web Part connection Interface error
I want to provide "Query Value" to the BDC List WebPart from (Provider) businessdata filter webpart. I get fllowing error when i try to connect.
"The provider connection point ...
1
vote
4answers
476 views
Sharepoint as a high volume information system
I'm looking at designing some core information systems at a new company I'm working at (described one of my ideas here http://stackoverflow.com/questions/908705/workflow-system)
I've thought a bit ...
1
vote
1answer
77 views
How do I customize the display of a column in a SharePoint 2007 custom list?
I create a BDC entry for a web service that exposes a catalog of publications.
Each publication has a collection of authors.
When I display the data in Bussiness Data List the column "Authors" ...
1
vote
1answer
585 views
Sharepoint BDC Error: The title property of entity tblStaff is set to an invalid value
I am just starting to create our Business Data Catalog(s) for our practice management system and I am running into an issue w/ our staff table.
Background:
I am using Business Data Catalog ...
0
votes
0answers
15 views
Cannot see External Content Type in SharePoint 2010 Picker After Deploying Visual Studio BDC Project
I've successfully created and used a number of External Content types using SharePoint Designer using .Net code to implement the ReadItem and ReadList methods.
I decided to create a Visual Studio ...
0
votes
0answers
18 views
External data column showing blank values on edit properties but shows values in view properties
I am setting external data column value using code like
ClientContext context = new ClientContext("http://sample.com");
List docs = ...
0
votes
0answers
40 views
Cannot add System account to the BDC service application permissions list
I am trying to add a new item in an external list programatically through an event receiver. When i add the item with the account(lets say domain\administrator) under which the web application runs, ...
0
votes
2answers
199 views
How to connect SharePoint Online with Dynamics CRM Online using BDC?
I am trying to connect SharePoint Online with Dynamics CRM Online using BDC, but I'm not getting any results.
I am trying to use Accounts from CRM in SharePoint Online like a list.
When I have 100 ...
0
votes
0answers
30 views
How do I load BDC data from a BDC URL in Sharepoint 2007?
I have a custom security trimmer on my BDC data that implements the ISecurityTrimmer interface. The CheckAccess method does get called with the crawled URLs which look something like: ...
0
votes
0answers
153 views
Add additional columns to see properties from an external data (BDC) field in code
So I've got a list with a BDC External Data field (Sharepoint 2010).
This has been added via code and works well (although some sharepoint hacking was needed!)
Anyway on the front end you go to list ...
0
votes
2answers
229 views
Error deploying SharePoint 2010 solution - Cannot create more than '500' IEntity objects per ILobSystem object
I am generating a sharepoint 2010 bdc model xml file along with the entities and associated service classes from a model 1st LLBLGen framework/ C# .net 3.5 project. All was going well when suddenly I ...
0
votes
1answer
214 views
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 ...
0
votes
0answers
41 views
BDC project using Custom Assembly and get error on deploy
My BDC project referenced a Custom Assembly and get error on deploy like below;
The specified value for the attribute
"ProjectPath" is not valid
have any idea ?
thanks
sefer
0
votes
0answers
21 views
No data is displayed in Business Data List
Need help guys
I uploaded my BDC xml file in my SSP. However my Business Data List does not display the necessary data. But when I tried the Business Data Item, the BDC is displayed there. Here are ...
0
votes
0answers
161 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
528 views
SharePoint BDC Service error: Cannot connect to the LobSystem (External System)
Im new to SharePoint 2010. I created an External Content Type in SharePoint Designer using data from AdventureWorks database. After setting permissions for my ECT I created an External List and ...
0
votes
0answers
312 views
Sharepoint 2010 BDC with a lookup field?
I would like to be able to have a BDC entity setup such that when you create a list from the external content type the new item form automatically comes setup with a lookup field for one of the ...
0
votes
0answers
158 views
MOSS Business Data Catalog Filter Webpart Not selecting items correctly
I'm Working on hooking up our Oracle database to the Sharepoint BDC in MOSS Enterprise 2007 SP1. I have A table Called SYSADM.CTRPARTY. When I view it in a Business Data List webpart it desplays fine, ...
0
votes
2answers
462 views
SharePoint Foundation 2010 and BDC with SQL
Everything I've read on setting up External Content Types with BDC seems to use SharePoint 2010, rather than SharePoint Foundation (SPF) 2010 (the free version). Even though it also includes BDC, it ...
0
votes
1answer
258 views
Sharepoint BDC - Check names not working
Long story short:
I have a BDC application definition in my sharepoint 2007 server, which is pulling data from a SQL server.
Some of this data is the Employee Name.
What i'm trying to do, is that ...
0
votes
1answer
182 views
How to get a BDC or XML file from SQL Server to use for BDC in SharePoint?
I have a simple database for a stack management system. I want to use this database in SharePoint. So I need to use the BDC concept in SharePoint services, right? How can I generate the required form ...
0
votes
1answer
92 views
Download an XML BDC file from a Sharepoint server
There's a BDC xml application file in the server done by another programmer. Is there a way to download the file back to my PC? SO, I can review it.
0
votes
2answers
548 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
1answer
71 views
Filter SharePoint Business Data List By Audience
I'm using a Business Data List that displays a list of programs. I want to be able to filter the list based on the audience / user viewing the page. Also, does anyone know if it's possible to ...
0
votes
1answer
195 views
Is there any free BDC generator?
I'm looking for BDC generator, I found great one: MOSS BDC Design Studio but is there any free BDC generator?
0
votes
2answers
310 views
Changing the Sort order on BDC Actions in SharePoint
We have a number of Actions defined in a BDC (Business Data Catalog) definition in SharePoint, and need to change the order they are displayed in the UI.
Within the Action defintion, there is a ...
0
votes
1answer
83 views
SharePoint MOSS BDC for reading in opml feeds
We currently have some c# code that runs and imports data from a number of opml feeds and stores it in several sql server tables.
We are working in a moss environment and I am thinking the Business ...
0
votes
1answer
167 views
BDC - Problems in applications
I am getting some problems in the BDC applications.
When I import some BDCs application I get an empty error and my BDC applications in Central Administration file has no Version and no data. If I ...
0
votes
1answer
166 views
BusinessDataList Web Part Edit view using code
I am adding BDC List Web Part programmaticaly in the Sharepoint. I want to edit view using code too.
Like "Retriever items that meet these criteria" and allow Paging...I tried to do using following ...
0
votes
1answer
355 views
Write log for sharepoint BDC List webpart
How can I write a log for sharepoint BDC List webpart?
I want to know that which sql query bdc list webpart send to the database.
Like I am filtering webpart on "Test". So, what would be the sql ...
0
votes
1answer
2k views
Edit column header of Sharepoint BDC webpart using XSLT
I would like to change database column names of a BDC list webpart using an XSL file.
My SQL query is "Select BATCH_ID...", I want to change that column name "BATCH_ID" to "ID" using XSL. I also ...
0
votes
1answer
269 views
What could cause SharePoint to be unable to download a WSDL?
I created a BDC entry using the editor delivered with the SharePoint 2007 SDK. On my local installation there is no problem. When the sysadmin tries to import it into the staging farm, he gets the ...