We need a full list of Catalog contents from our OAC environment. All the documentation I've found states this needs to be done through the Catalog Manager CLI. I believe I have the query correct, however there's a hiccup with the credentials.
Our OAC login is via our company's security portal, not direct login. Therefore, attempting to query with my credentials doesn't work and locks my account.
How can I get this report with the login having to go through the extra step? If it can't be done, does anyone know a different way to pull this report (including BI Publisher items on the list)?
The query I'm working with: runcat.cmd -cmd report -online "https://OURCONNECTION/analytics-ws/saw.dll" -credentials "C:\myaccount\Desktop\mycredentials.txt" -outputFile "C:\my account\Desktop\Object.xls" -excelFormat -folder "/shared" -type "All" -fields "Path:Name:Signature:Content State:Owner:Creator:Created:ACL"