Any user added using a group is in a failed state

  • 7014500
  • 03-Feb-2014
  • 03-Feb-2014

Environment

Novell GroupWise Mobility Service

Situation

Any user added using a group is in a failed state
Unable to sync a user using a group

Resolution

  1. Click Users
  2. Click Groups
  3. Copy the Group DN in question
  4. Launch a Terminal Session and type
    psql -U datasync_user datasync
  5. Type the password if it prompts for one and press Enter
  6. Type
    update targets set disabled = '0' where dn = 'cn=group,ou=org1';
    Replace cn=group,ou=org1 with the Group DN that was copied in step 4 and make sure to put a semi-colon (;) at the end of the command
  7. Press Enter and it should say UPDATE 2
  8. Type \q to exit and press Enter
  9. Type rcgms restart and press Enter

Status

Reported to Engineering