Author Topic: Table ARSAPP and ARSAG2FOL mapping  (Read 2068 times)

dakun

  • Guest
Table ARSAPP and ARSAG2FOL mapping
« on: March 29, 2016, 11:54:16 AM »
we are running CMOD v9.0.0.5 in zOS. I tried to pull out mappings between applications and folders by ARSAPP and ARSAG2FOL table.   
however I found the AID column in ARSAG2FOL table is not reliable and mapped to the AID in the ARSAPP table. 

is there any one had experience on how to get application and folder mapping?

Nolan

  • Full Member
  • ***
  • Posts: 152
    • View Profile
Re: Table ARSAPP and ARSAG2FOL mapping
« Reply #1 on: March 29, 2016, 01:59:10 PM »
Do you have actual corrupt mappings?  We query the table all the time for the mapping with a clist.

"SELECT B.NAME,b.aid,C.NAME,c.fid,C.DESCRIPTION"
"FROM ARSAG2FOL A, ",                   
     "ARSAPP B, ",                     
     "ARSFOL C ",                       
"WHERE B.NAME = 'xxxxxx' " ,                                     
"AND A.AID=B.AID  AND A.FID=C.FID" 

The 0 AID columns are used for other mappings.           
                                               
J.

#zOS #AIX #Windows #Multiplatforms
#DB2 #TSM #ODF #zODF #ODWEK
#CapacityPlanning #AFP #ReportDistribution
#Finance #ICN

Alessandro Perucchi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1002
    • View Profile
Re: Table ARSAPP and ARSAG2FOL mapping
« Reply #2 on: April 04, 2016, 10:39:36 PM »
Did you try with the command "ARSXML" ?? that way, you will have exactly the mapping.
Of course, you can look into the database, but since the "exact" data model is not public, you might miss some key information that might explains some edge situations.
Alessandro Perucchi

#Install #Migrations #Conversion #Educate #Repair #Upgrade #Migrate #Enhance #Optimize #AIX #Linux #Multiplatforms #DB2 #Windows #Oracle #TSM #Tivoli #Performance #Audits #Customizing #Availability #HA #DR #JavaApi #ContentNavigator #ICN #WEBi #ODWEK #Services #PDF #AFP #XML