On an IAS (Add QoS Group), we are loading existing profile instances using a subscript that uses the Profile manager. It is failing on the first try at the following line:
This has only been known to happen after a DMA upgrade (in this case, a package install, not a core DMA version upgrade). Once you launch the script again, it works correctly.
What could be causing this? I have found nothing of use in the profile manager logging that would indicate an error in the profile manager.
This is DMA version 9.6.0.0-9871 CU21.
Task: https://collaboration.dataminer.services/task/145385
In the task you will find all of the relevant logging/scripts.
I'm taking a guess here, but possibly the subscript needs to be recompiled after the upgrade and this causes the main script to fail. On any subsequent run, the subscript has already been compiled because it was triggered on the first run, and it no longer causes failures.