old main

  • Find the user’s PK1:SQL>  select users.pk1 from users where user_id LIKE ‘[username]‘;
  • On each app server:
    1. cd /usr/local/blackboard/logs/tomcat
    2. grep [PK1] bb-access-log.*.txt (or grep a specific day’s log file)
  • This will return the lines for that user.  The course_id PK1 will also be returned.  You can use this to determine which course was being accessed. The filename of accessed content collection files will also be returned.
    1. ]]>