Author Topic: running arsload with -i flag  (Read 2361 times)

jeffs42885

  • Guest
running arsload with -i flag
« on: September 18, 2014, 06:55:29 AM »
Hello all,

I am trying to run arsload to verify the indexes on a file:

arsload -I cmoddb -i -g AG FILE.ARD

I am not getting any error messages, it is just returning the same thing that comes up if you have a parameter wrong (Shows the list of parameters.) any advice?

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2230
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: running arsload with -i flag
« Reply #1 on: September 19, 2014, 12:48:57 PM »
Um...  You're missing a bunch of parameters?  You can't get the index parameters from inside the Application configuration without a user id and password first.  If you're using arsload.cfg to store a UID/Password combo, make sure you have access to it from the account you're using (if it's not the CMOD instance).  I'd also add -n (no delete) and -v (verbose) to get more from your index test. 

Hope this helps!

-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: running arsload with -i flag
« Reply #2 on: September 19, 2014, 01:00:28 PM »
def helped! username / /pw are stored in a stash file.

arsload -nvf -I instance -g AG AG.FILE.BLAHBLAH.ARD

generated the .ind and the .out

Is there any way to make that .ind file a bit more pretty, much more like a generic index file?

thanks for pointing me in the right direction.