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

Parents Reply Children
  • 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