Community Page
- SharePointMagazine.net/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Hi Michael, Thanks again for another awesome post. I've been wondering how we can expand our SharePoint farm in an eco-friendly manner. I'd like to explore using VMWare ESX Server or...
- Hey Bill, The best place to deploy CSS files is in the Layouts folder of the 12 hive (usually: Program Files\Common Files\Microsoft Shared\web server extensions\12\Template\Layouts). The...
- Hi Greg, Great article. I have a master page ready but it uses a special css file in conjunction with core and others. What is the best way to deploy my special CSS file and where? Should I list it...
- Pingback from PJonDevelopment. http://tinyurl.com/ldpmer Nice tutorial.
- Great series. I'd like to add that not only are we virtualising our WFE's and application servers but also the database role on SQL 2008 running on ESX infrustructure. The key with...
SharePoint Magazine
SharePoint Magazine is an online magazine dedicated to the world of SharePoint and related Information Worker technologies.Everything You Need to Know about BDC: Part 1 of 8
Started by Arno Nel (SharePoint Magazine) · 8 months ago
Welcome to the first of an eight part series on the Business Data Catalog (BDC). While BDC is an enormously powerful tool, itâs also fairly complex and not well understood. This series is considered technical in nature and intended for SharePoint installers, administra
... Continue reading »
7 months ago
Nice job on the intro to BDC, I'm looking forward to the rest of the series.
I would also recommend that anyone who is interested in the BDC should take a few minutes to learn about MashPoint from Bamboo Solutions. [http://community.bamboosolutions.com/blogs/mashpoint/default.aspx] MashPoint is a free platform from Bamboo, modeled on the BDC. MashPoint has virtually all the capabilities of MashPoint and more and is available for both MOSS and WSS.
It's also worth mentioning that Bamboo's complete gallery of over 40 SharePoint Web Parts is currently being updated so that all relevant Web Parts can be configured to display data directly from the BDC or MashPoint. The first two Bamboo products to support these data sources are the Calendar Plus Web Part and the Chart Plus Web Part. These two Web Parts are great ways to visualize a BDC or MashPoint connected data source. In the coming days, we will issue updates to Data-Viewer Web Part enabling configurable datasheet views of external data sources, and many other popular Bamboo products.
;) -S
7 months ago
I considered mentioning MashPoint here, but opted to keep it out. Thanks for putting in a plug for it. :)
7 months ago
Look forward to Part 2
7 months ago
Great intro. I look forward to the remainder of your series very much!
If I could wish for one thing from your Part 2 article on AD files it would be for some valuable explanation and tip on how to taylor stored procedures to fit within the BDC framework. I understand that you have to write seperate procs for the Finder method and Specific Finder method but I'm having a hard time wrapping my head around how make that work, practically, when adapting an existing business proc that doesn't really require this delineation-other than for the BDC.
7 months ago
Article 2 has been written already and should be published shortly. I think I provide pretty good guidance on how both a stored procedure and an ad hoc select statement would work in the context of a finder/specific finder/IdEnumerator methods. Let me know what you think when it comes out. If I missed something, let me know, and I'll try to fill it in.
4 months ago
I have created a webpart which has 3 fields. One of the field will be provided by a BDC which has already created. Can you show me how to add a BDC into a webpart programmatically.
Thanks,
Markus
2 months ago
2 months ago
If you're using TCP/IP sockets as your network protocol for SQL Server, then you will need to make sure that your web server can deliver TCP 1433 (and 1434, I think) packets to SQL. In this way, your SharePoint web server (or web front end as we say) is the client to SQL Server. Hope this helps answer.
2 months ago
I'm working on a farm that has two web servers. The 01 server doesn't have 1433 and the 02 server does. I set up my web parts BDC list page on 01. I am guessing then that I need to build on the 02 server...wonder if there's an easy way to transfer my web parts page to run via the 02 server (?)
2 months ago