psexec error deriving session key, object already exists

I have been using psexec to call a remote service on a windows machine in our smb domain. I've recently added a new user to a machine and now psexec is returning an error from that machine when I try to run the script:
psexec -s \remotemachine "C:\Program Files (x86)\remoteapplication.exe" /xml \filePath.xml
Error deriving session key: object already exists.
Its working from from all other machines on the network, the new user has required group membership to run the remote command, no changes have been made that I am aware of? I have not been able to find any useful information about this error?