Do you run the job manually? It may work differenytly when it is triggered manually or runs on schedule. The internal and manual connections are slightly different. Manual connection may require the password, and the internal may be not. There is also a workaround like the following. // Do everything on the master JobRemoteRun "job", "agent" GetRemoteVariable "agent", "global.agent_variable", global.master_variable Replace job, agent, variable names with the actual variables. The remote job should contain logic to set "global.agent_variable" on the agent. : Yes, as long as I supply a Username and Password. If I supply only Username, : then I am unable to connect (see my previous thread about Remote Security : being used anyway whether it is turned on or off).
|