Solved it! The scripts used a function library on a share which was not available at startup. I now that function library is on the local harddisk and use uit from there. Now my inventory runs fine:
  • @ Machine startup: machine inventory runs and machine entry in activeuser table
  • @ user logon: user inventory and entry insert in activeuser table changed from 'not logged on' to username
  • @user logoff: entry in activeuser table changed from username to 'not logged on'
  • @ Machine shutdown: machine entry removed from activeuser table
_________________________
Kind regards,