So, just finished configuring a 3 tier Farm:
1. WFE
2. Application Server (including search service): Already configured and crawling the WFE
3. SQL Cluster
The objetive is that any user can search in the WFE and get their results from the APP Server. Problem is when users search, they get an Internal Error Occurred Screen. I searched the Event Log and the Logs, and the Correlation ID is no where to be found.
What I have tried:
1. Edited the web.config and does not show the error.
2. Checked the Search Service proxy for the WFE.
3. Re-created the index service (several times)
3. Created a test application and site collection on the APP server. Uploaded a document, crawled and the search worked fine. So I know my Search Service is working OK on the APP Server.
I know port security is enforced, and will check if port 32843 is open in the WFE and APP server. Is there any other port I am missing?
There is no Query component on the WFE, should there be any? Am I missing something in the WFE configuration (ex. any service I should have started?)
I would appreciate any pointers.
Thanks!