Error Example:Verification failed: Error reading from entity '<entityName>': File System Authentication Error: Unknown, 1219 Cause:This error is really "ERROR_SESSION_CREDENTIAL_CONFLICT" as described in the Windows System Error Codes list: Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again. In the context of Cloud Connector, usually, this means that the file system entity is targeting a network share that is also mapped as a drive to the host machine, leading to two connections at once. Resolution/Workaround:You can unmap the drive to free up the connection, or you can simply replace the mapped drive letter or UNC (net name) of the device in the "Directory=;" parameter with the IP address of the device. See also StackOverflow: Error 1219 occurs when I try to map a network drive muliple server |