Author Topic: Windows Admin Client - Folder/Application Mapping  (Read 3931 times)

Lorelei

  • Guest
Windows Admin Client - Folder/Application Mapping
« on: December 22, 2008, 02:14:14 PM »
We are in the process of moving from V2 to V8 and have identified an area where V2 and V8 behave quite differently, surprise?

When needing to see the relationship between folders and applications it seems that there are various steps that need to be taken, along with manual steps (such as writing down the names of the application group, and the names of the folders) as you go. 

Our scenario is that we have anywhere from 1 to 40 different folders mapped to an application (application group).  We need a quick and easy way to see all the folders that are mapped to an application by viewing the application or the folder.  What we have found is that you have to find all the application groups mapped to a folder, then find all applications that are mapped to the application group in order to get this data. 

In V2 this was a one-step process of specifying an "M" next to the report-id to see all the folders that it was mapped to; need help with this in V 7.1.2.11 or V8.3.

rick

  • Guest
Re: Windows Admin Client - Folder/Application Mapping
« Reply #1 on: December 24, 2008, 10:43:18 AM »
Lorelei,
I feel this would be a better way if u are aware with bit of SQL.

There are 3 table which have this information
1. ARSAG - List of application groups available
2. ARSFOL - List of Folders available
3. ARSAG2FOL - List of folder mapping

these 3 tables can be concatenated and the required information can be retrieved.