November 25, 201510 yr LS, I would like to know if there is a white paper / best practises document of perform script on server ? Specifically, I would like some tips on how to do debugging of scripts that perform on server. I have some scripts that run fine on client, no errors. No result on server. TIA
November 25, 201510 yr If your script is not performing as expected on the server, then it's either not getting data or unable to pass it back. FYI, globals have a different session life on the server, because it's a new session, so you can't use them as you would with a regular local script. Are you talking about the Perform Script On Server script step or a scheduled server script?
November 25, 201510 yr Use lots of error trapping and log each error in a log table. Also make sure to do error handling around the PSoS call itself. It can fail for two reasons: the server is out of PSoS sessions or the FMSE process has died.
Create an account or sign in to comment