I have created run.bat file contains command: C:\sym\symchk.exe /os /if C:\work\chrome.dll /su SRV*C:\work\67.0.3396.99_x64*http://chromium-browser-symsrv.commondatastorage.googleapis.com. After i have created bamboo task:Command, as parameter i have added run.bat. This task failed.By HttpAnalyzer i see it doesn't try to connect to link from command line. Last:If i run run.bat from cmd.exe manually,it's working, i see http request in HttpAnalyzer,it downloads pdb file successfully.
Solved by run this command in current user session,by default, task runs in session 0
I have found it works if tomcat8.exe run as console,by instalation it run as service.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have tried to run this command in Bamboo development version (localhost:6990/bamboo),works as expected, it downloads the pdb file successfully
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.