Thread: Task hanging
View Single Post
  #1 (permalink)  
Old 08-29-2009, 12:37 PM
DotNetBuddha DotNetBuddha is offline
Junior Member
 
Join Date: Aug 2009
Posts: 5
Default Task hanging

I currently have a task that is kicked off by a windows service. The service runs every second checks for a value in a database and based upon the value it will start the AA.exe I have written which automates an intranet application. I have had success with this in my development system and have had it running for about 2 mos now, however within my production system the task hangs after it gets to certain point.

Things to note.

I have the service running under the administrator account.
The task runs through completion if I execute the task.
There are no pop ups being thrown.

One difference is that this task was written in AA 5.5 where the one in my lab was written in AA 5.0. This had to be done because the web controls capture is automating an intranet site with different IP's and when the original task was written in the development system AA was on version 5.0.

Another difference is that the Production server is Windows Server 2003 Standard Ed. and my development system is Windows Server 2003 Enterprise.

Anyone have any ideas?

Thanks in advance.
~Rick
Reply With Quote