Good Morning
Getting error at the time of creation of SharePoint 2013 search service application using PowerShell script.
Scenario: in my environment App, WFE , SQL and WFE in a DMG when i run the scripts it’s not complete successfully. Please give me your suggestion.
Great to hear you got to the root of the problem.
Hope you get it sorted soon.
Hi Luke,
Thank you for your reply.
It’s not a scrips issue which we find we ours security team this is because WFE in DMZ environment and application server not able to communicate because PORT not open.
Now we are opening the port than will run scripts again and will update you.
Thanks
Ali
Hi,
Is it how you are activating at the end? Try the following
Set-SPEnterpriseSearchTopology -Identity $Clone
Also instead of cloning the running topology, create a new one as you add all components etc. in the script
Replace
$clone = $ServiceApplication.ActiveTopology.Clone()
With
$clone = $ServiceApplication | New-SPEnterpriseSearchTopology
Let me know how you get on.
Regards,
Luke
Hello Constantin,
Thanks you for your reply, below PS1 script file attached
Thanks Sajid