bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Administration Guide

 Previous Next Contents Index View as PDF  

Viewing and Accessing All Configured Data Sources

A data source is a source of information that can be queried. Liquid Data supports querying the following types of data sources: relational databases (RDBMSs) via JDBC, XML files, Web services, application views, and data views (which are the dynamic results of queries stored along with the queries that produce them).

This topic describes how to view and access configure BEA Liquid Data for WebLogicTM data sources using the All Data Sources configuration tab on the Liquid Data node in the Administration Console. It includes the following sections:

 


Viewing All Configured Data Sources

To view all currently configured data sources:

  1. In the left pane, click the Liquid Data node.

  2. In the right pane, click the Configuration tab.

  3. Click the Data Sources tab.

  4. Click the All Data Sources tab.

    The tab shows a list of all data sources currently configured on the Liquid Data server to which you are connected.


     

  5. You can filter on a name or a partial name, as described in the following table.

    Table 6-1 Viewing All Configured Data Sources  

    Field

    Description

    Filter

    A simple filter that limits the list of displayed data source descriptions by name. The filter is case-sensitive.

    For example, to search for all data sources with source description names starting with the letters PB, type PB into the Filter field and then click Filter. The tab is refreshed showing only files that begin with the letters PB.

    The Filter field is case-sensitive, does not accept special characters, and does not accept wildcards.

    List of All Data Sources

    Shows a linked list of all configured data sources by default (when you first click on the All Data Sources tab on the Liquid Data node). After you've filtered on a name or a partial name, shows a subset of data sources based on what you are filtering for.

    To get back the full list of all data sources, you need to click off of this tab, and then click the All Data Sources tab again. The full list will be re-displayed.


     

  6. To view or modify the configuration for a specific data source, click on the data source name.

    The Administration Console displays the configuration tab for that data source.

For more information about editing data source descriptions, see the topic associated with that data source type. For example, to configure access for relational databases, see Creating a Relational Database Data Source Description.

 


Configuring Secure Access to Data Source Descriptions

If security is enabled on the Liquid Data server, you need to configure security for each data source description by assigning permissions using Access Control Lists (ACLs). Before you assign ACLs, you must define groups, users, and access levels. For more information about Liquid Data security, see Implementing Security.

Permissions determine the tasks that users can perform on data sources in the Data View Builder, Liquid Data applications, and the Administration Console. Users must be logged into the applicable tool with the following permissions:

Table 6-2 Permissions Required for Data Sources  

Access Level

Task(s)

read

View a data source description.

modify

Create, edit, or remove data source descriptions.

execute

Run a query that uses the data source.


 

To assign ACLs to a data source description:

  1. In the left pane, click the Liquid Data node.

  2. In the right pane, click the Configuration tab.

  3. Click the Data Sources tab.

  4. On the All Data Sources tab or the tab associated with the data source type, select (click) the check box next to the data source description to which you want to assign ACLs.

  5. Click Configure ACL.

    The Administration Console displays the WebLogic Server ACL configuration page.

  6. To add a new ACL, click on Add a new Permission.

  7. The Administration Console displays the Group tab.

  8. Assign permissions, users, and groups as needed according to the instructions in Assigning Permissions, Users, and Groups to ACLs.

 


Removing Data Source Descriptions

You can remove a data source description that you no longer need. Removing a data source description does not remove the actual data source to which it refers. You can remove the data source description using the All Data Sources tab on the Liquid Data node or using the summary tab associated with the data source type.

Note: You must log in with modify access before you can remove a data source description. For more information, see Administration Console Security.

To remove a data source description:

  1. In the left pane, click the Liquid Data node.

  2. In the right pane, click the Configuration tab.

  3. Click the Data Sources tab.

  4. On the All Data Sources tab or the tab associated with the data source type, select (check) the check box next to the data source description that you want to remove.

  5. Click on the trash can next to the data source description.

  6. When prompted, click Yes to confirm removal.

    The Administration Console removes the selected data source description.

Note: Removing the data source description does not remove the underlying data source to which the Liquid Data data source description pointed. The process of removing the actual data source varies depending on how the data source is set up. For example, you can use the Repository Tab on the Liquid Data node in the Administration Console to remove source data view or XML files from the repository, as described in Deleting Folders and Files in the Server Repository.

 


Distributing Data Source Descriptions to Other Liquid Data Servers

Each Liquid Data server instance must have its own set of data source descriptions. Rather than entering data source descriptions manually on each Liquid Data server, you can simply copy the data source description from one server to another. The Liquid Data node provides an Import / Export tab that you can use to export the data source description to a file that you can then import on other Liquid Data servers. For more information, see Importing and Exporting Liquid Data Configurations.

 

Back to Top Previous Next