After doing the recommended updates last week our provisioning script from our application will not complete the script with an error in SWIS. Working before the update, so trying to figure out what changed with SW. The error we are seeing in the SWIS logs is:
ERROR SolarWinds.InformationService.Core.InformationService - (null) (null) Exception caught in method SolarWinds.InformationService.Core.InformationService.Invoke SolarWinds.InformationService.Verb.VerbExecutorException: ?Verb Cirrus.ConfigArchive.Execute: Not Found at SolarWinds.InformationService.Core.InformationService.Invoke[T](String entity, String verb, Action'1 setupParameters, Func'2 extractReturnValue)
I turned on the debug logs and got the following when I recreated the step that caused the above:
2021-10-25 08:24:33,418 [85] ERROR SolarWinds.InformationService.Core.InformationService - (null) (null) Exception for Operation: <root type="array">
<item type="array">
<item type="string">eea284f9-5aea-4052-ab6b-b2f08faaa562</item>
</item>
<item type="string">system set host-name "Switch-host-name"
port set port 2 desc "port-2-description"
snmp set location "switch-address"
vlan remove vlan 1 port 2
config save</item>
<item type="string">portal</item>
</root>
2021-10-25 08:24:33,418 [85] ERROR SolarWinds.InformationService.Core.InformationService - (null) (null) Exception caught in method SolarWinds.InformationService.Core.InformationService.Invoke
SolarWinds.InformationService.Verb.VerbExecutorException: Verb Cirrus.ConfigArchive.Execute: Not found
at SolarWinds.InformationService.Core.InformationService.Invoke[T](String entity, String verb, Action`1 setupParameters, Func`2 extractReturnValue)
Any suggestions on what to pursue with fixing on application side? I'm not even sure where to start with what the error is telling me.
Edited to add the debug log