We are trying to create users by SAS coding (Bulk Loading), users are creating with proper name and details but could not able to set AuthDomain, UserID for the same user.
To add in group we did below steps and user get added in group:
i) Created user using SAS coding by providing user details in CSV
ii) Run command %mducmp and %mduchgv with giving memKeyid and grpkeyid to add in grpmems table
iii) User gets updated in respective group
But when we tried same method for Authdomain,UserID by proving keyID and Authdomkeyid in Logins table we are not able to add the same.
Getting below error while final step of the process %mduchgl(change=updates);
ERROR: The symbolic reference for A5WRMJ6B.$A5WRMJ6B.AP0001MN did not resolve.
Kindly let us know if we are missing something while adding Authdomain and userID. Attached log herwith .