After upgrading from 9.3 -> 9.6, all my powershell tasks are failing with errors related to parameters. I had to quickly revert to 9.3 because of prod critical tasks. After reverting to 9.3, I'm unable to look at the task log history to find the exact error as it crashes the client with error "System.ArgumentException: Column 'TaskSesult' does not belong to table ." That's a direct copy/paste, so the misspell "TaskSesult" may have something to do with that crashing.
edit
I'm able to look at the task log by drilling into the job log. The powershell error I was getting on 9.6 was
A command is required to add a parameter. A command must be added to the Windows PowerShell instance before adding a parameter.I've never used commands in the past, only parameters.
A second powershell task had the following error:
Cannot bind argument to parameter 'Path' because it is an empty string.This empty string is a parameter that should not be empty. Both tasks started working again as soon as I reverted to 9.3.
Edited by user
2021-02-03T17:41:26Z
|
Reason: Not specified