Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This condition is usually caused by improper agentcmd usage. Use the following format for guidance:

agentcmd.exe -s -p <agent port> <agent hostname> "rexec <password in .uptmpasswd file> <unix path to script on agent host or (windows) script path in the registryregistry>"

For Example:

Code Block
agentcmd.exe -s -p 9998 sql2005 "rexec password cpu"

...