Hi, We are using OOTB plugin (LDAP User Profile Synchronization) to S

Hi,

We are using OOTB plugin (LDAP User Profile Synchronization) to Sync users from AD to Appian.
Is there any information Appian keeps into logs - like which user records have been processed/failed?

Ideally we want to get the list of userids, usernames which failed to sync with Appian from AD.
Is this possible?

Thanks,
Sherine...

OriginalPostID-89268

OriginalPostID-89268

  Discussion posts and replies are publicly visible

Parents
  • 1. According to the documentation of this plug-in forum.appian.com/.../summary

    The plugin returns several list of usernames as outputs:
    - list of newly created usernames
    - list of updated usernames
    - list of deactivated usernames
    - list of usernames for which the sync failed

    So I'd assume you haven't updated your models to use this new plug-in which has a larger name: "LDAP User Profile Sync with Usernames Plugin"

    2. While you uninstall the current plug-in and install the new one and you update your models, a way to print information from this plug-in to the log is by adding this line to any location (e.g. around line 20) to <APPIAN_HOME>\\runtime_ear\\suite.ear\\resources\\appian_log4j.properties


    log4j.logger.com.appian.directory=DEBUG
Reply
  • 1. According to the documentation of this plug-in forum.appian.com/.../summary

    The plugin returns several list of usernames as outputs:
    - list of newly created usernames
    - list of updated usernames
    - list of deactivated usernames
    - list of usernames for which the sync failed

    So I'd assume you haven't updated your models to use this new plug-in which has a larger name: "LDAP User Profile Sync with Usernames Plugin"

    2. While you uninstall the current plug-in and install the new one and you update your models, a way to print information from this plug-in to the log is by adding this line to any location (e.g. around line 20) to <APPIAN_HOME>\\runtime_ear\\suite.ear\\resources\\appian_log4j.properties


    log4j.logger.com.appian.directory=DEBUG
Children
No Data