Author Topic: experience with orphaned indexes ?  (Read 3496 times)

LWagner

  • Guest
experience with orphaned indexes ?
« on: April 08, 2013, 09:42:54 AM »
Loading to a new app group, we had three partial load failures.  Data was not loaded but indexes were. On access to those record, the server has no record to retrieve.  Delete of the loadid returned 0 rows deleted, and the index rows are still present.

Would an SQL delete of the index rows in question have any negative impact on the the system ?  There seem to be 294 rows in the three loads.

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2231
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: experience with orphaned indexes ?
« Reply #1 on: April 09, 2013, 03:32:34 AM »
I'd be more inclined to use arsdoc delete with an SQL command that deletes the index rows based on the doc_name field.

Are you on 8.5.0.6?  I'm seeing this behavior in a customer site as well.

-JD.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1202
    • View Profile
arsload -f ?
« Reply #2 on: April 09, 2013, 08:08:53 AM »
Hi Larry -

Are you using the -f parm? 

Quote
-f
    Use to unload the data if the load process fails. If the database manager step fails, then Content Manager OnDemand should remove any index data that was added to the database. If the storage manager step fails, then Content Manager OnDemand should remove any storage objects that were copied to storage volumes.

Ed
#zOS #ODF

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2231
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: experience with orphaned indexes ?
« Reply #3 on: April 09, 2013, 01:41:12 PM »
Hey Ed.

When my customer has tried that, they still get zero rows unloaded, and the rows persist (and are returned in queries).

-JD.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

jeffs42885

  • Guest
Re: experience with orphaned indexes ?
« Reply #4 on: July 01, 2014, 07:35:07 AM »
Bumping this back to life- JD did you resolve this by any chance? I am seeing this issue when unloading VIA system load folder.

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2231
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: experience with orphaned indexes ?
« Reply #5 on: July 01, 2014, 08:31:56 AM »
I don't have a good answer -- I wasn't involved in the ultimate resolution.

I don't know if anyone had any success with the 'arsdoc delete' option with an SQL statement using the Doc_Name field though.

-JD.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR