Hi all,
It seems I've encountered a bug after updating the Platform to version 2024.2.0.
When using the SWIS client to delete node interfaces, I receive an exception. I'm calling the "Delete" method on the client and passing the interface URI as an argument. The "Update" and "Invoke" methods work properly with the same interface URI. Deleting worked fine before the update.
Any thoughts would be helpful and highly appreciated.
Thank you!
System.ApplicationException: Server returned error: 400 Bad Request
{
"Message": "Object reference not set to an instance of an object.",
"ExceptionType": "System.NullReferenceException",
"FullException": "System.NullReferenceException: Object reference not set to an instance of an object.\r\n at SolarWinds.Data.Providers.Interfaces.Plugin.CrudHandlers.InterfaceCrudHandler.Delete(IDictionary`2[] keyColumnsList, Action`1 baseCall)\r\n at SolarWinds.Data.Providers.Orion.OrionDataProvider.Delete(IStorageElement storage, IDictionary`2[] keyColumnsList)\r\n at SolarWinds.InformationService.Core.CrudProcessor.DeleteInternal(Boolean bulkMode, SwisUriResolver uriResolver, IQueryExecutionContext context)\r\n at SolarWinds.InformationService.Core.CrudProcessor.Delete(SwisUri uri, IQueryExecutionContext context)\r\n at SolarWinds.InformationService.Core.InformationService.Delete(String uri)"