Protocol Deviation Digital Healthcare Product
  • INTRODUCTION
    • Purpose
    • Scope
    • Deployment
  • USER GUIDE
    • User Login
    • User Roles and Permissions
      • Administration
        • User Management
        • Team Management
        • Study Management
        • Audit Trail
    • Data Files
      • Data File Requirements
      • Spreadsheets
        • Using the Spreadsheet for AI Categorisation
        • Using the Spreadsheet for Manual Categorisation
    • Data Upload
      • Audit Trail
      • Data Trail
      • Data Categorisation
    • Data Visualisation
      • Team Visualisations
      • Study Visualisations
    • Maintenance and Support
      • Troubleshooting for users
      • Support contact information
  • TECHNICAL DOCUMENTATION
    • Web App
      • Design
        • Database
        • Backend
        • Frontend
      • Installation
    • AI Classifier
      • User documentation
      • Administrator documentation
      • Code documentation
    • Developer Guide
      • Requirements
      • Installation
      • Builds
      • Database
Powered by GitBook
On this page
  1. USER GUIDE
  2. Maintenance and Support

Troubleshooting for users

Whenever you navigate to a new page, you should to reselect a user from the dropdown if needed, as the current user does not persist through different pages.

Using the mock categorisation API qa-api is disabled by default. You can reenable this by setting useMockCategorisationApi = true in UploadService.java. -Loading Data

If you see the message ‘Failed to upload the file. Mandatory data fields are missing.’, then there are mandatory fields within the data file that are missing. It is likely that the SITEID, STUDYID or DVSPONDES column have data missing. The error message will explain which column and row are missing data. For example, if the SITEID column is missing data in the second row, the message ‘Missing fields: Row 2, Column SITEID’ will appear.

If you see the message ‘Unsupported file format. Please upload a CSV or Excel file.’, then you have uploaded a data file in the wrong format. The Protocol Deviation Monitoring Tool only accepts data in .xlsx (Excel) or .csv format.

If you see the message ‘Please select a user before uploading a file.’, then you need to be logged in to upload a file. Please select a user from the dropdown menu.

PreviousMaintenance and SupportNextSupport contact information

Last updated 6 months ago