Navigating and Browsing a Repository

The Navigator allows you to navigate and browse a repository.

In the Navigator, the hierarchical tree list represents:
  • Open repositories

  • Client user sessions to the open repositories

  • Objects stored in the repository, such as projects, jobs, and templates

  • Recently opened projects, jobs, and templates

A repository can be simultaneously opened by multiple client user sessions. A client user is part of a client. Both client users and clients are registered when they log on to the repository.

The following example shows the tree structure:
Repositories
-- <RepositoryName1>
---- <ClientUser1>.<Client1>.<Repository Name1>
------ Recent
-------- Recently opened projects
-------- Recently opened jobs
-------- Recently opened templates
------ ETL Projects
-------- Project_1
-------- Project_2
-------- Project_N
------ Extract and Load Projects
-------- Project_1
-------- Project_2
-------- Project_N
------ SQL Transformation Projects
-------- Project_1
-------- Project_2
-------- Project_N
------ Jobs
-------- Job_1
-------- Job_2
-------- Job_N
------ Templates
-------- Template_1
-------- Template_N
---- <ClientUser1>.<ClientM>.<Repository Name1>
---- <ClientUserN>.<Client1>.<Repository Name1>
-- <RepositoryName2>