Powered By Blogger

Tuesday, July 20, 2010

XOG Command Line Post

It is always nice to keep a library of tools that make things work faster in Clarity. When you are trying to XOG information out of your instance, it can be helpful to XOG data out through a command line statement that outputs to a file on your computer. These can be managed through BAT batch files.

Since you might not easily find the syntax from CA. I will supply it to you.

../bin/xog -servername yourserver.yourdomain.com -verbose on -input content_read.xml -output Content_out.xml -username "admin" -password "admin1" -portnumber 8080

The server is your server URL
Verbose gives you back messages about errors in the statement.
For SSL you will need a parameter -SSL

No comments:

Post a Comment