This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Which schedule fire the abort event on a PersonwnatsOrg when validUntil reaches?

Hi 

I am working on version 6.1.3. Currently trying to figure out which schedule fire the abort event on a PersonwnatsOrg when validUntil reaches?

Thanks in advance

  • Sorry, had to correct the old post as the information was outdated.

    There is no schedule that aborts the requests when validUntil has reached.

    There is a DB Scheduler task running during the recurring-job execution of scheduler.  For more details, check this post and the explanation from aseipt.

    https://www.quest.com/community/one-identity/identity-manager/f/identity-manager-forum/5031/db-scheduler-task-vid_dbschedulertaskfill

  • Hi Markus 

    Thanks for your kind reply.  I could not find any schedule or event like that. My problem is I could find aborted event triggered via "vid_InsertForHandleObject" process. Object : PersonWantsOrg. Please find the parameter.

    ConnectionProvider = VI.DB.ViSqlFactory,VI.DBConnectionString = <HIDDEN>
    MethodName = Abort
    ObjectType = personwantsorg
    Param1 = #LDS#Automatic system approval: ValidUntil time period exceeded.
    save = True

    WhereClause = uid_personwantsorg = N'some uid of personwantsorg'

    This process get frozen and got the error message :Column UID_PwOOrigin was not found in object of type PersonHasRessource.

    could not find UID_PwOOrigin column in PersonHasRessource object. Can you please show me light how I can solve this problem. Thanks