Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
LSCS/AT returns no data
nipper
OK, hitting my head against the wall there.
TS 741, with LSCS & Search and sample content.
Also have a LSCS/LSDS runtime on a Linux server.
I pushed out all content to the runtime. All my DCRs show up in LSCS RT debug panel, but I find no data in the LSCS AT debug panel.
Search works on the TS server, Idol gets the query for LSCS data but I cannot figure out why nothing is returned. I am logged in to TS.
Log entries from query.log,
Search query:
19/03/2014 10:00:33 [8] Action=query&TotalResults=true&databasematch=TeamSite&securityInfo=NzZ8NvHT1yTvzyVN0blqWbBmkblQh%2BTutV2TzuN25KncxD9ki1DsY1x5oLQARx%2FMY23im5KjIqltUpzIojBttdFBTfsOZC3Oxy2pqvn2Pg%3D%3D&anylanguage=true&combine=simple&text=*&languagetype=englishUTF8&FieldText=%28%28%28+WILD%7B**%2Fdatacapture.cfg%7D%3A*%2FAreaRelativePath%29OR%28+WILD%7B*datacapture.cfg%7D%3A*%2FAreaRelativePath%29%29%29+AND+%28MATCH%7B640000000000000020200000%7D%3AARCHIVEID+AND+MATCH%7B680100000000000050220000%7D%3ABRANCHID%29+AND+MATCH%7BA20100000000000000210000%7D%3AWORKAREA_ID&MaxResults=5000&Print=Fields&PrintFields=BranchId%2COwningAreaId%2CFilePrivateId&StateMatchID=OIK9B05DP2N7-4%5B0-3%5D (127.0.0.1)
19/03/2014 10:00:33 [8] L 4; A 4; F 4; S 4; DL 0; SL 0; DT 0
19/03/2014 10:00:33 [8] Returning 4 matches
19/03/2014 10:00:33 [8] Query complete
LSCS Query:
19/03/2014 10:07:38 [6] Action=query&text=*&FieldText=MATCH%7B640000000000000020200000%7D%3AARCHIVEID+AND+MATCH%7B0D0100000000000050220000%7D%3ABRANCHID+AND+EMPTY%7B%7D%3AisDeleted&Start=1&MaxResults=100&TotalResults=true&weighfieldtext=false&anylanguage=true&Print=Fields&PrintFields=FilePrivateId%2CArchiveId%2COwningAreaId&securityInfo=NzZ8NvHT1yTvzyVN0blqWbBmkblQh%2BTutV2TzuN25KncxD9ki1DsY1x5oLQARx%2FMY23im5KjIqltUpzIojBttdFBTfsOZC3Oxy2pqvn2Pg%3D%3D&databasematch=TeamSite (127.0.0.1)
19/03/2014 10:07:38 [6] L 0; A 0; F 0; S 0; DL 0; SL 0; DT 0
19/03/2014 10:07:38 [6] Returning 0 matches
19/03/2014 10:07:38 [6] Query complete
Any tips/pointers/RTFMs appreciated
Andy
Find more posts tagged with
Comments
Adam Stoller
There are clearly a number of differences in the queries, specifically the FieldText and PrintFields settings of the two commands. Not sure if that helps, but ...
Rick Poulin
Based on the repository IDs, I'll guess that your TS Search was in the workarea, whereas the debugpanel queries STAGING (because it hasn't been updated to allow specifying a context). Perhaps you haven't submitted anything yet? Does TSSearch return anything if you query staging?
2017-04-13 09_32_00-OS BIRT - VMware Workstation.png
2017-04-13 09_32_46-OS BIRT - VMware Workstation.png
nipper
The queries were different because one was using Search and the other using LSCS. I included that just to prove to myself LSCS was pointing to the same Idol as Search.
Everything was submitted, however, interestingly enough the only thing that get returned from the Search engine are the DCTs, no XML or .pages.
So I expect I will need to DREINITIAL the Idol DB on the TS server
nipper
OK, DREINITIAL seems to have helped. Closing