MID Server upgrade error "java.lang.IllegalStateException: Filesystem permissions are incorrect" in agent logsIssue During MID Server Upgrade, the below error is displayed in agent logs. 10/19/19 01:21:12 (244) StartupSequencer User _mid_server_user_i has all necessary roles10/19/19 01:21:12 (307) StartupSequencer SEVERE *** ERROR *** Cannot read file: E:\Program Files\MID Server Prod\agent\export\asset10/19/19 01:21:12 (307) StartupSequencer SEVERE *** ERROR *** test failurejava.lang.IllegalStateException: Filesystem permissions are incorrectat com.service_now.mid.services.StartupSequencer.runTests(StartupSequencer.java:400)at com.service_now.mid.services.StartupSequencer$Starter.run(StartupSequencer.java:349) This article will demonstrate the investigations and probable use cases, hence in the future, if a similar error occurs then this can be one of the causes and worth trying to fix.CauseThis error is mainly caused due to insufficient permissions/roles assigned to the MID Server Service User. During Upgrade when MID Server tries to access the folder but as it has insufficient privileges, it throws the permission error. By default, the MID Server service runs as a Local System account. This account only grants access to the machine on which the MID Server is running, not to other systems on the network. Therefore, you must change the service credentials to one of the following types: A Domain User account. This account should have local admin rights to allow automatic MID Server upgrade.A specific user account that has local admin access to the MID Server machine as well as access to other systems on the network.ResolutionIn this case, the error is thrown while accessing the content of folder C:/ServiceNow/.../export/asset.This is a custom folder and not part of the OOTB installation. Thus to fix this error, below 2 approaches can be considered. Providing MID Server user sufficient permissions to access the content of the "export" folder so that the upgrade will continue.Deleting the folder >> content inside it and restarting the MID Server Service to initiate the upgrade process. Note: As this is a custom folder, the contents of the folder are used by various integrations. Thus if the folder is deleted or content is removed then the associated integrations may fail. Thus it is always good to restore the content once the upgrade is complete.Related LinksConfigure Windows MID Server service credentials