Constraint voilation-AD error
Can anybody tell me what this error mean?
Unable to set user info: 'SetInfo(): 0X8007202F: , 000020B5: AtrErr: DSID-03152392, #2:
0: 000020B5: DSID-03152392, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 200f4 (homeMDB)
1: 000020B5: DSID-03152392, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 200ab (homeMTA)
, A constraint violation occurred.
Thanks.
# 1
> Can anybody tell me what this error mean?
>
> Unable to set user info: 'SetInfo(): 0X8007202F: ,
> 000020B5: AtrErr: DSID-03152392, #2:
> 0: 000020B5: DSID-03152392, problem 1005
> 5 (CONSTRAINT_ATT_TYPE), data 0, Att 200f4 (homeMDB)
> 1: 000020B5: DSID-03152392, problem 1005
> 5 (CONSTRAINT_ATT_TYPE), data 0, Att 200ab (homeMTA)
> , A constraint violation occurred.
>
> Thanks.
Your homeMDB and homeMTA values are being evaluated and validated in AD and are not correct - check with your Exchange Admins (especially if you have a clustered Exchange environments - your AD login server, the location that the MTA is running on and the server your MDB is stored on may all be different from each other
# 2
Hi,
I got a similar type of error.
what I did was, I managed to get the LDIF of a user ( using ldp.exe), and I see the attribute homeMDB and homeMTA, those attributes are in a specific format. As a first trial I just hardcoded and tried it through workflow it worked fine. Then based on that specific format I managed to customize my string in the workflow.
basically this error comes, when there are no Stroage Groups or Mailboxes on the exchange server. you need to check with your admins whether Storage Groups and Mailboxes does exist on the server or not.
Just a hint.
Thanks