You can create connections to your Microsoft |
You can create connections to:
NOTE: This connection supports reading from and writing to |
For more information on Microsoft , see https://www.microsoft.com/en-us/microsoft-365/sharepoint/collaboration.
The logged-in user must have required access to the tables and schema.
To create this connection, in the Connections page , select the Applications tab. Click the card. See Connections Page.
Modify the following properties as needed:
Property | Description | |
---|---|---|
| Enter the URL for your
| |
| Product edition of
| |
Auth Scheme | Authentication scheme:
| |
User Name | Username to use to connect to | |
Password | Password associated with the above username. | |
Test Connection | After you have defined the | |
Additional Connect String Options | Apply any connection string options that are part of your authentication to A default string has been provided for you. For more information, see below. | |
Default Column Data Type Inference | Set to | |
Connection Name | Display name of the connection | |
Connection Description | Description of the connection, which appears in the application. |
The following connection string is provided for you:
AutoCache=false;CacheMetadata=false;CacheTolerance=1;timeout=0;ShowPredefinedColumns=false |
Parameter | Description |
---|---|
AutoCache | When enabled, the connection leverages any data that is automatically cached for each table. The default is false . |
CacheMetadata | When enabled, table metadata can be retrieved from the |
CacheTolerance | This setting defines the duration in hours that objects are permitted to live in the cache. The default is 1 . |
timeout | This setting defines the number of seconds that a query to the SharePoint database is allowed to run without a response. The The default value in the Connect String Options is |
ShowPredefinedColumns | When enabled, users of the connection are permitted to view the columns that are created with the table, such as Created By and Modified By columns. The default is false . |
For more information, see http://cdn.cdata.com/help/RSG/jdbc/Connection.htm.
You can import datasets from . See Database Browser.
This section describes how you interact through with your SharePoint Lists.
In SharePoint, data is stored in an object called a List. Lists can also include non-tabular data.
NOTE: Non-tabular data and some SharePoint List columns are converted to strings on import. For more information, see SharePoint Data Type Conversions. |
can use SharePoint for the following tasks:
Write to SharePoint Lists with your job results.
Read Access: Your SharePoint administrator must configure read permissions.
Write Access: You can write and publish jobs results to SharePoint.
SSL is available over HTTPS for SharePoint connections.
Your SharePoint administrator should provide database access for storing datasets. Users should know where shared data is located and where personal data can be saved without interfering with or confusing other users.
NOTE: |
You can create a from a List stored in SharePoint.
NOTE: Reading data is supported for SharePoint Lists only. |
For more information, see Database Browser.
You can write back data to SharePoint using one of the following methods:
Job results can be written directly to SharePoint as part of the normal job execution. Create a new publishing action to write to SharePoint. See Run Job Page.
Data Validation issues:
NOTE: Some |
NOTE: Column name validation is not supported. |
Supported versions: n/a