Application failed when remote login

I have an application (EXE file) in a Windows 2003 server. Through a DOS batch script, I called that application file using UNC path and working fine when locally login. But got failed when I tried the same batch script on remote login. The login id has been provided all the below rights:

  • Log on as batch job
  • Impersonate a client after authentication
  • Allow Log on Locally
  • Replace process level Token

Please help. Thanks in advance.