I have a custom data source running on WFA3.1P1 that retrieves snapshot data from 3 controllers, all of which are at 8.3. For 2 of the controllers, the custom data source runs without a problem. For the 3rd, it always fails with the above error message and fails at the same spot. The PS code is doing something along the lines of:
Get-NcSnapshot | foreach { “write some fields” } | add-content file-name
If I remove everything except the Get-NcSnapshot it still fails.
Running the same thing in a PS CLI works against the same controller that fails when running as a custom data source in WFA.
I have tried a lot of different things to identify the problem but cannot nail this down to anything more specific than the location of the failure and the fact that it always runs on the 2 but not on the 1 that fails. The controller that fails has significantly more snapshots than the 2 that work without a problem. I do not have the exact count of snapshots for the 3 controllers but could possibly get it from the customer.
Any ideas?