what does this error mean? im trying to push install a system update task.
Results: File deploy command failed to execute with error message: The remote system is currently connected using a different user name and password, possibly through network mapping or by another application. Please disconnect all existing connections to the remote system and try again. If the problem persists, please restart the local server and try again.
Thanks for the post. This error is same as "ERROR_SESSION_CREDENTIAL_CONFLICT" (Error number 1219).
This normally happens when you have opened a connection to the remote computer (it can be a shared folder access/mapped network drive etc) with one credentials & try to run the task with another set of credentials.
Effectively, you can not use 2 different credentials to access the same server. This behavior is same as that of accessing shared folder.
DELL-Arun Mo
116 Posts
1236
0
Posted March 4th, 2015 20:00
Hi,
Thanks for the post. This error is same as "ERROR_SESSION_CREDENTIAL_CONFLICT" (Error number 1219).
This normally happens when you have opened a connection to the remote computer (it can be a shared folder access/mapped network drive etc) with one credentials & try to run the task with another set of credentials.
Effectively, you can not use 2 different credentials to access the same server. This behavior is same as that of accessing shared folder.
Check once by
-manually disconnect the share
-restart the OMEssentials Server once.
Hope it helps.
Thanks,
Arun