AD Native rule ConnectorAfterCreate is not working as expected

After Upgrade from 8.3P2 to 8.4 P2.

$sReader = New-Object System.IO.StringReader([System.String]$env:Request); --is working
$sResult = New-Object System.IO.StringReader([System.String]$env:Result); --is working

Form the xml reader object

$xmlReader = [System.xml.XmlTextReader].([sailpoint.Utils.xml.XmlUtil]::getReader($sReader));
its not returing XmlTextReader object refrence.

I have validated the dll path and did not found any issue.
can any one suggest what is wrong i am doing here.

Note:I have reinstall the IIQ services according to IIQ 8.4

Hi @pradeepcsl

Kindly check the IQService version?

Which version of IIQService you are using. Make sure that your upgraded version is supported with the current version of IQService.

Also , check logs and see if you are getting error.

Thanks

IIQ services using updated version 8.4P2 .

No error in log.