Author Topic: Doument expired in TSM not in CMOD  (Read 1860 times)

Anand

  • Jr. Member
  • **
  • Posts: 20
    • View Profile
Doument expired in TSM not in CMOD
« on: July 08, 2015, 11:33:08 PM »
We have AG with 1 year retention policy in Ondemand and the same in TSM for those documents. But in AG, expiry type is set as Segment instead of load. Segment table max row is 10 million. Documents which reaches 1 year retention expired from TSM but not in Ondemand since the expiry type is segment as we only have less than 4 million rows in segment so far. Now users are trying to retrieve the documents older 1 year and getting error since its expired from TSM.

Now I am planning to unload all the loads for those , documents were expired from TSM by writing script. Is there any easy way to disable the expired documents from hitlist? Please advise.

Alessandro Perucchi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1002
    • View Profile
Re: Doument expired in TSM not in CMOD
« Reply #1 on: July 09, 2015, 12:51:42 AM »
Hello Anand,

Easy way? No, either you

- Unload the data
- arsdoc delete
- or you add a new AG Field where you put some value in it, like I for Inactive and A for Active, and then with a query restriction, you can show or hidden the rows to the user

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

Anand

  • Jr. Member
  • **
  • Posts: 20
    • View Profile
Re: Doument expired in TSM not in CMOD
« Reply #2 on: July 09, 2015, 03:08:18 AM »
Adding new field and limit by query restriction seems easy and will try this way. Thanks Alessandro. !!!