• Logging to a database

    By Arne Hagesaether 1 decade ago

    Do you have a template for the logging database? When logging to a database it runs and saves the documents but it's looking for a form called ClientLevel and Default.



    Best regards.

    • template

      By Jon Champlin 1 decade ago

      I do not have a template (UI design work is not my strong point). But basically you just need a form named 'ClientLevel' in a database with the following fields:



      ServerName - the name of the server where the log.nsf is being analyzed (names field)

      ReleaseLevel - the release level of clients/servers specified by this document (text)

      NumClients - the number of clients detected for this level (number)

      ClientList - list of clients detected at this level (text list)

      DateofRun - time/date that the program was run (time/date)

      ProgLevel - version of clientlv.exe that was being run (text)



      Then you can create views based off these fields and sort/categorize things however you'd like.