Re: Windows batch file error when run from Jenkins

2012-10-25 Thread Martin G. Smith
I resolved this problem. The program causing the errors has an option to direct the program to a specific database. Using this option allows the program to access the correct database even when run from Jenkins. Thanks for all the help!!

Re: Windows batch file error when run from Jenkins

2012-10-25 Thread Martin G. Smith
On Wednesday, October 24, 2012 5:30:16 PM UTC+2, slide wrote: > > > > On Wed, Oct 24, 2012 at 7:24 AM, Martin G. Smith > > > wrote: > >> I have a Windows batch file that has no problems running from my command >> shell. But when I try to run the scrip

Windows batch file error when run from Jenkins

2012-10-24 Thread Martin G. Smith
I have a Windows batch file that has no problems running from my command shell. But when I try to run the script from Jenkins, it always returns an error. The error seems to be because a program in the batch script cannot find it's workspace where the required project files are located when th