Re: Running Microsoft Office Macros

2013-11-04 Thread Peter Soncek
Thanks for the information. Unfortunately, I need to run as a specific user so the option there to interact with the desktop is not available. I just discovered a work-around to start the slave from command-line instead of the service. I just created a .bat that I added to the startup folder

Re: Running Microsoft Office Macros

2013-11-04 Thread Slide
Go into the Services snap-in and right click on the service. Then go to the LogOn tab and make sure that the checkbox is checked ("Allow to interact with desktop) if you are running as the local system account. There was a weirdness that I ran into when one of my jobs had to open Excel that the "h

Re: Running Microsoft Office Macros

2013-11-04 Thread Peter Soncek
Yes, this is a slave machine I setup that is dedicated to running these Macros. I setup the slaving to launch using Java Web Start. Then once I launched it the first time I installed the Windows Service. How would I go about setting this flag to allow it to interact with the desktop? Thanks!

Re: Running Microsoft Office Macros

2013-11-04 Thread Slide
How are you running Jenkins? Are you running it as a service? If so, the service needs the flag set that allows it to interact with the desktop. slide On Mon, Nov 4, 2013 at 3:03 PM, Peter Soncek wrote: > Hi Everybody, > > I want to run some Microsoft Office Word and Excel Macros from a Jenkin

Running Microsoft Office Macros

2013-11-04 Thread Peter Soncek
Hi Everybody, I want to run some Microsoft Office Word and Excel Macros from a Jenkins job. These macros are actually invoked from an Ant script. I currently run these through our older Cruise Control machine that we are replacing with Jenkins. From the Cruise Control job, Word actually open