Dial VPN

Hi

We need to connect to a VPN before we can carry out an MSDeploy. I assumed this would be relatively straightforward using rasdial.exe but is proving a problem.

From a normal command prompt, typing :

rasdial MyVPN works fine

However with a command line step in Teamcity I get the message 

Remote Access error 703 - The connection needs information from you, but the application does not allow user interaction.

Has anyone else seen this?

 

Thanks

Carl

0
1 comment

Hi,

 

If you are running the agent as a service, services don't get interactive shells. The workaround would be to run the agent from a user shell instead. Also, of course make sure that you are passing all required parameters and that rasdial is not awaiting for any response from the user side with the command you are passing. If that doesn't work, please follow the steps here: https://confluence.jetbrains.com/display/TCD18/Common+Problems#CommonProblems-BuildworkslocallybutfailsormisbehavesinTeamCity

0

Please sign in to leave a comment.