OnDemand Users Group

Support Forums => Report Indexing => Topic started by: jeffs42885 on September 18, 2014, 01:55:29 PM

Title: running arsload with -i flag
Post by: jeffs42885 on September 18, 2014, 01:55:29 PM
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?
Title: Re: running arsload with -i flag
Post by: Justin Derrick on September 19, 2014, 07: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.
Title: Re: running arsload with -i flag
Post by: jeffs42885 on September 19, 2014, 08: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.