I recently made some changes to an script library on my dev server that works fine. When I had the changes moved to Production, one button on a form quit working.
There are 4 buttons on the form that do slightly different things, but they all use the same process. When a button is pressed, the WebQuerySave agent begins the processing. My log shows comments from the WQS. In the middle of the WQS agent, a Script Library runs some code & makes comments to the log. Then a couple more comments from the WQS agent ends processing.
On 3 of the 4 buttons, this works fine in Production. On one of the buttons, I never see any comments from the Script Library, but all the comments from the WQS are there. And, as I said, it works fine on the Development server. I even made a new copy on the Dev server in a test subdirectory and everything works fine.
The security level of the WQS agent is set to 2.
I’m at a loss as to what is happening here. I can’t really troubleshoot because it works fine in development. I’ve asked the admins to change a few things, but they’re getting tired of shooting in the dark, too.
Anyone have any ideas?