07/24/2023 04:35 AM - edited 07/24/2023 05:42 AM
Hi Team
Am trying to replace a proxyaddress in User AD Account ,part of Update account operation. I dont see any error message in the logs. I see the payload is getting generated properly and response also returns 200 status but the update is not happening in AD Account.
Attaching logs:
Old Proxy Address:SMTP:TestXL05061811@contractor.xxxgroup.com
New Proxy Address:smtp:TestXL05061811@contractor.xxxgroup.com
Please setup a call in case you need more details on the issue.
Regards
Sangita Ladi
07/24/2023 04:55 AM - edited 07/24/2023 05:45 AM
Hi @sangitaladi ,
Did you try to update the same once directly in AD. Is it working?
SMTP:TestXL05061811@contractor.xxxgroup.com --> smtp:TestXL05061811@contractor.xxxgroup.com
07/24/2023 07:51 AM
@sangitaladi in addition to the pmahalle question (to test perform same action directly on AD without Saviynt in the picture), can you also confirm if its an ADSI connector? As 200 response means that Saviynt application is getting a response back for the API call to the ADSI agent but there can be some issue while performing an update by ADSI agent - so for troubleshooting you may have to review ADSI agent logs in conjunction with saviynt application logs.
07/24/2023 08:08 AM
hi RIshi
Yes its ADSI connector. I can validate ADSI Agent logs for any error info. But it works fine with other operations like updation of other attributes in AD properly. Its only issue with Proxy Address.
One quick question, have you been assigned to check on this issue from Saviynt Management?
Regards
Sangita Ladi
07/24/2023 08:17 AM
I see you mentioned that the payload in Saviynt is getting generated properly. Does it mean you do see the expected value being sent from Saviynt? If that is the same, can you confirm if you are able to directly update proxyaddress in AD.
Can you also check for the logs of Saviynt and ADSI agent. Since you are getting a 200 response, it would not necessarily be an error you are looking for in the logs but the general info around the attributes and their values to be updated.
07/24/2023 08:23 AM
Hi Sahil
Yes i do see the expected value being sent from Saviynt as part of PUT api call. Am working on, to update proxy address directly on AD via Powershell.
Will update accordingly.
Regards
Sangita Ladi
07/27/2023 11:24 PM
Hi Team
In Powershell with ADD operation, script is unable to update the changes although its not returning any error message like Saviynt ADSI Update. But
with Replace operation its able to update, its replacing all the existing proxyAddressess also. But ADSI PUT call is working just like simple ADD operation , hence its able to append new addressess but unable to replace the Primary SMTP with Secondary smtp.
Please share your insights..
Regards
Sangita Ladi