I thought I would share this in case anyone else ever encounters. We had an issue with LiveSiteCSAuth 7.3.2 not returning metadata information with query results. I found the root cause of the issue was a corrupted "ea_info.xml" file in the iwadmin content store. Reverting to a good copy corrected the problem.
I had hours spent testing, purging, and rebuilding IDOL. I was doing additional troubleshooting with HP support when I happened upon a Livesite thread mentioning an "ea_info.xml" file under iwadmin (I had previously searched for string "EAInfo" under IWHOME/*).
Anyhow, I hope this can help someone one day.
Symptom: No metadata in LSCS Query Results.
[php]
xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="
http://www.interwoven.com/schema/iwrr iwrr.xsd"
total="1" included="1" start="0" status="200">
<metadata>
<metadata>
[/php]
Error logged in lscs.log:04-11-14 @ 11:04:22 [ERROR] TSRepository - Error getting EAInfo for branch: //hostname/default/main/branch/subbranch
java.io.IOException: The parameter is incorrect
Remedy:Revert file Y:\iwadmin\main\config\STAGING\indexer\ea_info.xml to known good version.
# fin