Hi Techies,
My Env :
Teamsite 7.3.3 , Linux 5.5 ,OD Base 7.3, Livesite Content servies 7.3.3
I have installed Teamsite , Livesite content services authoring & OD Base.
After installing LSCS, I have placed license file under /LSCS_HOME/runtime/webapps/lscs/WEB-INF/classes/ dir.
And also updated the lscs-conf.properties with following
license.filePath=/usr/Interwoven/LiveSiteCSAuth/runtime/webapps/lscs/WEB-INF/classes/LSCS.lic
content.root=/iwmnt
Restarted OD base, Jboss app server.
Now I created a some pages , dcrs, And targeting related contents.
After I would like to test the content, that has been deployed to staging(authoring env) by using below rest query.
http://AuthoringserverHost:8080/lscs/v1/document$?q=* ,But it was returning 0 results, due to this there was some other impact like targetting is not working in authoring server. And status code 200 was showing .
And also I have checked the status of the lscs server by passing
http://AuthoringserverHost:8080/lscs/v1/admin/status , this was working fine and AdminResponse, Teamsite reposotory , search repositoiry status UP.
I am thinking like Content was not indexing , due to that it was returing 0 results using the rest query.
Could you please point out the , why the content is not indexing & any configuration still I need to do,where can I check the logs related to LSCS.