​Mit dem Layer2 Business Data List Connector für SharePoint können nahezu beliebige externe Daten sehr einfach direkt mit SharePoint Listen verbunden werden. Folgen Sie der Beschreibung auf dieser Seite zur Schritt für Schritt. Bitte haben Sie Verständnis dafür, das diese Beschreibung nur in englischer Sprache vorliegt.

Layer2 Business Data List Connector für SharePoint - Installation und Einrichtung

INSTALLATION

The installation is done using a SharePoint Solution Package. The included wizard distributes all files to a SharePoint farm, if required, and does all necessary configurations. Before installation please make sure,

  • that all servers are available online
  • backup your current installation approve software on evaluation systems bevor installing in productive system
  • use a regular service interval to install the solution The application will not be available for a short time, because the application pool is restarted (IISreset).

First depending on configuration go to the 2007 / 2010 folder of the distribution and start the installation process by executing the file "Install.Layer2.BusinessDataListConnector.exe" on the server, that hosts the SharePoint Central Administration with appropriate access rights (run as admin).

SharePoint Business Data List Connector - Installation 1

Fig.: Starting the installation process

First the considerations for the installation are being checked.

SharePoint Business Data List Connector - Installation 2 

Fig.: Checking of considerations for the installation process

If there are any problems, please take a look at our FAQs (General FAQ, Installation).
As a next step you have to accept the EULA.

SharePoint Business Data List Connector - Installation 3 

Fig.: Accepting the license agreement

After successful installation please select the desired web applications for deployment of the new feature.

SharePoint List Item Sort Feature - Installation 
Fig.: Deployment of the new feature to the selected web applications only
 
This installation step can take up to 15 min.
 
FEATURE ACTIVATION
 
After successful deployment there is a new site collection feature available in all site collections of the selected web applications. To use it, the new feature „Business Data List Connector“ has to be activated on Site Collection level by a Site Collection Administrator. That has to be done in Web Site Settings > Site Collection Administration under Site Collection Features. After activation the feature can be used.

SharePoint Business Data List Connector Feature Activation
Fig.: Activation of the feature "Layer2 - Business data List Connector" on site collection
 
After successful activation on site collection level the feature is generaly available as the new list type "Business Data List Connector" within the "Custom Lists" section.
 
USAGE OF THE BUSINESS DATA LIST CONNECTOR
 
In order to connect a SharePoint list with external business data, you have to create a new custom list first of the special type "Business Data List Connector" with V1.*.
 
SharePoint Business Data List Connector list creation 
 
Fig.: To create a new Business Data List Connector please first choose a custom list of the type "Business data List Connector" with BDLC V1.*.

For BDLC 2.* and above you can connect any type of SharePoint list, except Discussion Lists and Document Libraries. Simply create your list or select and existing one.
Choose "Connect to External Data Source" in the General Settings section.

Connect SharePoint list to external data source directly in the general settings dialog

Fig.: Starting with V2.0 you can connect any type of SharePoint list directly to external data.
 
 
If you don't use an existing list you have to give a name and description to the newly created list as usual, e.g. MyBDLC in this sample.
 
SharePoint Business Data List Connector creation and name settings 
Fig.: Enter name and description of the newly created list

To connect this list with your external business data, goto list settings and simply choose Connect to external data source to enter your connection string, select statement and primary key(s).
 
BUSINESS DATA LIST CONNECTOR SETTINGS
In the settings dialogue please go the following steps to configure your list connection.
SharePoint Business Data List Connector - Settings 
 
Fig.: Business Data List Connector Settings dialogue
 
 
STEP 1 - Connect the external data source using a connection provider and connection string

First choose your connection provider. If installed, choose the native .NET database provider, e.g. for SQL Server or Oracle. Choose OLEDB if no native provider is available. Choose ODBC if no OLEDB provider is available.

Enter your connection string to your external data source and validate it. Connection strings are available for virtually any external data sources, e.g. databases like Microsoft SQL Server, Oracle, MySQL, Informix, DB2 etc, Microsoft Office data like Excel, Access or even text data files. Btw. connection strings are available for external SharePoint lists too...
See FAQs for samples and descriptions.
SharePoint Business Data List Connector - Connection String 
 
Fig.: Step 1: Enter the connection string (OLEDB sample here) and validate it
 
SharePoint BDLC Connections 
Fig.: The BDLC connect SharePoint lists to almost any external data sources
 
STEP 2 - Select the desired data using a select statement
Enter your select statement supported by your external data source and validate it. Select statements are available for virtually any external data sources, e.g. databases like Microsoft SQL Server, Oracle, MySQL, Informix, DB2 eetc, Microsoft Office data like Excel, Acccess or even text data files. Btw. select statements are available for external SharePoint lists too. For most data sources you can start with e.g. "Select * FROM Tablename" where tablename should be a valid name of a table or view in your data source.
 
SharePoint Business Data List Connector - Select Statement 
Fig.: Step 2: Enter select statement and validate it.
SharePoint Business Data List Connector - preview function 
 
Fig.: Preview your result set to verify your select statement. You can paste the given field names, if required for primary keys.
 
 
STEP 3 - Optionally enter primary key(s) to use advanced update features
 
In most cases your external data would have one or more primary key(s). A primary key of a relational table uniquely identifies each record in the table. It can either be a normal attribute that is guaranteed to be unique (such as Social Security Number in a table with no more than one record per person) or it can be generated by the DBMS (such as a globally unique identifier, or GUID, in Microsoft SQL Server). Primary keys may consist of a single attribute or multiple attributes in combination.
If a primary key is available, then advanced update features can be used. For more information about possible primary keys / field names please take a look into your result set using the Preview button.
 
SharePoint Business Data List Connector - Primary Keys 
 
Fig.: Step 3: Optionally enter primary key(s).
 
Remarks:
 
The validation function only validates, wether the entered field name(s) exists in the result set or not. If invalid primary keys are given, the resulting SharePoint list data could become invalid too.
 
If no primary key is given, with any update the whole result set of the given select statement is re-inserted again. That can cause performance problems and change notifications per RSS or email will not work as expected.
 
If valid primary key(s) are given, modified data will be updated only - very fast in background. Change notifications and workflows can be used in this case, to take business actions, if external data records are changed.
 
STEP 4 - Create your SharePoint list structure and update the data items
 
To create the list structure required to display your external business data, please press "Add Columns" in SharePoint section of the settings dialogue. The fields of the result set of the given select statement are added and mapped to common SharePoint list fields automatically. You can rename, modify or delete the fields afterwards manually.
 
More about field mapping, supported field types etc. see FAQs.
To update the data in your SharePoint list with your external business data, please press "Update" in the SharePoint section of the settings dialogue. As mentioned above, if valid primary key(s) are given, modified data is updated only.
Warning: Updating a SharePoint list, that is connected to an external data source, can modify its content.

STEP 5 - Enable background updates optionally or update using the Action Menu
In this section you can optionally enable background updates. The updates are done automatically, one time per hour by default. You can modify this interval later on.
 
SharePoint Business Data List Connector - Background Updates 
 
Fig.: The timer job enables fast background updates of your data items.
 
For more information, how to change the timer job options, please see FAQs.

Possibly it is a better approach to update the list manually using the additional Action Menu.

SharePoint-Update-List-Items-With-External-Data-Source

Fig.: Update a connected SharePoint list manually using the Action Menu.

In any case of update you have to check the access rights to external data source and to the current SharePoint list.
RESTRICTIONS OF THE FREE SHAREWARE VERSION
 
In the evaluation version the number of BDLC lists per site collection is limited to 3 and the number of managed entries in the BDLC list is restricted to 25 items.
 
LANGUAGES
 

The feature is currently available in German and English language. If used in other language context, the English language is applied by default. Requests for other languages please send to sales@layer2.de.

UNINSTALL

To completely uninstall the solution, go these steps to the other direction. Please first delete all lists of type Business Data List Connector. Otherwise lists of these Type become inaccessible, after the feature is removed. Then deactivate the feature „Layer2 Business Data List Connector“ on site collection level. Thereafter the configuration list of the BDLC has to be removed. To do that, delete the list “BDLC Configuration List” in the root site of every site collection where the feature has been activated.

Note: You can delete the "BDLC Configuration List" of a given Site Collection only if the BDLC feature is deactivated for this Site Collection.

Then start the installation wizard and choose "Remove". All installed files will be removed.

 

SharePoint Business Data List Connector Remove 

Fig.: Remove the Business Data List Connector Feature

Layer2 Business Data List Connector für SharePoint - Handbuch

       "Der BDLC ist sehr intuitiv aufgebaut, dabei einfach in der Bedienung ... BDLC ist ein "must have" SharePoint Feature zu fairen Preisen."

Lizenzierung

Mit der Shareware Edition können Sie zeitlich unbeschränkt und vollkommen kostenlos eine begrenzte Anzahl von Listenelementen verwalten. Um eine Lizenz für die Vollversion zu erwerben, klicken Sie bitte auf den Warenkorb.

Business Data List Connector
für Microsoft SharePoint
Lizenz bzw. Leistung Listenpreis
Shareware Edition
kostenfrei
0,00 €
1 Single Server
#300332176
749,00 € Zum Warenkorb hinzufügen
1 Jahr Software Assurance
#300421884
150,00 € Zum Warenkorb hinzufügen
Prepaid Remote Support
1 Stunde
#300363235
120,00 € Zum Warenkorb hinzufügen
Kunden aus D-A-CH können auch direkt beim Hersteller auf Rechnung kaufen:
Tel.: +49 40 28 41 12 - 30
Fax: +49 40 28 41 12 - 16
E-Mail: sales@layer2.de


Hilfe zur Lizenzierung finden Sie in unseren FAQs. Für ein individuelles Angebot kontaktieren Sie bitte Ihren Ansprechpartner.

Ansprechpartner

Frank Daske, Business Development Manager

Frank Daske, Business Development Manager, Layer 2 GmbH, Tel. +49 (0) 40284112-30, sales@layer2.de

News

IOZ AG integriert Navision in SharePoint bei Kreisspital für das Freiamt Muri mit Layer2 BDLC Connector

Der Layer2 Business Data List Connector, implementiert von IOZ AG, stellt zuverlässig aktuelle Unternehmensdaten aus dem Navision ERP direkt in den SharePoint Listen des Mitarbeiter-Portals zur Verfügung.

SharePoint, Office 365 und Azure: Neue Tools für Daten-Integration von Layer2

​Mit innovativen Erweiterungen für SharePoint, Office 365 und Azure profiliert sich Layer2 als einer der international führenden Anbieter von Produkten und Leistungen für Daten-Integration im Microsoft Umfeld.
Downloads

pdf ImageCase Studie: SharePoint Integration von Navision im Spital Muri via BDLC

Unser Schweizer Partner IOZ AG berichtet über ein Kundenprojekt im Spital Muri bei dem Microsoft Dynamics NAV / Navision via BDLC mit SharePoint intgeriert wurde.

pdf ImagePressemeldung: SharePoint - Geschäftsdaten einfach integrieren mit dem Business Data List Connector (BDLC)

Layer2 haben ihr Portfolio von Erweiterungen der Microsoft SharePoint Technologie um eine neue Komponente ergänzt: Der SharePoint Business Data List Connector (BDLC) ermöglicht die direkte Verbindung von SharePoint Listen mit externen Geschäftsdaten.

pdf ImageReferenz: Körting Hannover AG

Die Körting Hannover AG integriert organisatorische Daten in SharePoint mit BDLC (PDF, deutsch).

pdf ImageSchritt-für-Schritt Anleitung: Business Data List Connector für SharePoint

Wie verbinde ich eine beliebige SharePoint Liste mit einer externen Datenquelle in 5 Minuten? (PDF, englisch)

Wollen Sie Daten aus externen Quellen, z.B. Datenbanken, Dateien oder ERP / CRM-Systemen vollständig in SharePoint integrieren? Der BDLC von Layer2 kann Ihr Problem in wenigen Minuten ohne Programmierung lösen.   

Microsoft Partner

 

Powered By Microsoft Office SharePoint Server 2010

 

Cloud Accelerate Partner