Announcement

Collapse
No announcement yet.

Logging into the database via web browser

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Logging into the database via web browser

    Hello:

    I'm trying to enable the web access functionality of TestLog through a Windows 2003 server. I followed the instruction in the "Installing TestLog Web Access" section of the help menu but was returned with the following error after entering my userid and password. I tried searching the forum but wasn't able to find a direct solution to my problem. Please reply with possible solution, thanks.

    "There is either no tester with that name or the file cannot be accessed.
    Use the back button on your browser to return to the login screen."

    *The TestLog user have remote read and write permission enabled.
    \
    Below is my debug log:
    16:21:59 - PID: 004132 - Session_Start entry
    16:21:59 - PID: 004132 - ReadCookie entry
    16:21:59 - PID: 004132 - checkAllDbs = true
    16:21:59 - PID: 004132 - cookies == NULL
    16:21:59 - PID: 004132 - No Session ID
    16:21:59 - PID: 004132 - ReadCookie entry
    16:21:59 - PID: 004132 - checkAllDbs = true
    16:21:59 - PID: 004132 - cookies == NULL
    16:21:59 - PID: 004132 - CreateBreadCrumbs viewtype - - parent - 0
    16:21:59 - PID: 004132 - loop
    16:21:59 - PID: 004132 - Add actions - cur length - 668
    16:21:59 - PID: 004132 - CreateBreadCrumbs finished
    16:22:00 - PID: 001344 - Session_Start entry
    16:22:00 - PID: 001344 - ReadCookie entry
    16:22:00 - PID: 001344 - cookies == NULL
    16:22:00 - PID: 001344 - No Session ID
    16:22:00 - PID: 001344 - DisplayLoginPage entry
    16:22:00 - PID: 001344 - RunGarbageCollection start
    16:22:00 - PID: 001344 - RunGarbageCollection end
    16:22:00 - PID: 001344 - CreateBreadCrumbs viewtype - database - parent - 0
    16:22:00 - PID: 001344 - loop
    16:22:00 - PID: 001344 - Add actions - cur length - 687
    16:22:00 - PID: 001344 - CreateBreadCrumbs finished
    16:22:00 - PID: 001344 - DisplayLoginPage exit
    16:22:05 - PID: 006080 - ReadCookie entry
    16:22:05 - PID: 006080 - cookies == NULL
    16:22:05 - PID: 006080 - \\192.168.111.232\Share\TestLog\TestLog_DB\NewDB\T estLogDatabase.tdb\Testers\Paul.tlg
    16:22:05 - PID: 006080 - CreateBreadCrumbs viewtype - Database - parent - 0
    16:22:05 - PID: 006080 - loop
    16:22:05 - PID: 006080 - Add actions - cur length - 687
    16:22:05 - PID: 006080 - CreateBreadCrumbs finished
    Last edited by pchan; Sep-05-2008, 11:54 PM. Reason: Add debug log to the post

  • #2
    Hi, it looks like the database is set incorrectly in the DATABASES section of the config file, it looks like it is set to

    \\192.168.111.232\Share\TestLog\TestLog_DB\NewDB\T estLogDatabase.tdb

    when it should be

    \\192.168.111.232\Share\TestLog\TestLog_DB\NewDB

    Changing this should allow the login to work.

    Comment


    • #3
      Thanks Tim, that fixed my problem.

      Comment

      Working...
      X