did you try to restart App server and run script after that?
Script taking longer time in calling in app server
I have ran in to kind of strange issue today with my SharePoint 2013 Farm. I have one PowerShell Script( Runs in App server) to add items to a list. Suddenly this script is taking very long time to go to next line after it call $item.update()
But the same time If I run the same script on my front end server, it works as expected with out any delay.
Please help
Microsoft 365 and Office | SharePoint Server | For business
2 answers
Sort by: Most helpful
-
-
Echo Du_MSFT 17,341 Reputation points2021-06-28T07:12:58.11+00:00 Hello @sns ,
This may be related to your app server environment. For example, CPU, memory leads to slow operation. Or there are multiple applications/services running at the same time, occupying too many resources, causing the powershell script to run slowly.
Thanks,
Echo Du==========================
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



