Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem

The PeopleSync has a default user, “Administrator”. In case you forgot the password, it can be reset with the following steps.

Solution

  1. Connect to the PeopleSync Database using SQL Server Management Studio.

  2. Open a new query window. Please make sure that the PeopleSync database is selected in the dropdown of the toolbar above the query window.

  3. Execute the following SQL command:

    Code Block
    languagesql
    UPDATE SecuritySystemUser
    Set StoredPassword = null,
    ChangePasswordOnFirstLogon = 1
    Where UserName = 'Administrator'
  4. Open the PeopleSync Console. The login screen appears. The enter the user name "Administrator" and an empty password.

  5. Log in.

  6. Now set a new password.

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@259e9a
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel = "console" and type = "page" and space = "PSKB"
labelsConsole

...