Automise Error running DTExec

Hi Fella's,

                  I have been running an automise project which calls MSSQL DTExec as a program and passing the parameters, everything has been working fine until today. The Automise project failed indicating that there was a close error (see Below). Now I have had a word with our application people an they say its not a DTExec package error so I was wondering if something had happened in Automise?

Also at the time the error occurred within the system event log there is a reference to the Domain user that we use to run the project under relating to the WinHTTP WQeb Proxy Auto-Discovery Service which had stopped. Does Automise require the use of this service?

At the moment I am at loss to explain why the project failed.

 Close detected.
  Aborting build...
     Pre-Execute: 41% complete
  End Progress
  Progress: 2008-02-26 09:12:52.47
     Source: Agreemen
  Program returned code  : 1001
 
  [End ActionList: Main]

Build Failed!


Exit with return code: 8 (RUNABORTED)

Hi Brian,

Thanks for your post. Sorry to hear you’re having problems.

“Close detected” means that ATCMD detected that someone was trying to close it - either by closing the window, or logging off the current user, or logging off the background user who was running ATCMD.

If it’s an XP machine, it might just mean that someone else logged in and booted off the currently running user (if it was running in a login session.)

At any rate, when ATCMD detects a Close then it tries to Terminate the Automise project, so that action will stop running in an incomplete state. I think that’s what happened in this case.

Regards,

Angus

Hi Angus,

                  Thanks for the reply. The project is being run on an Windows 2003 server. I will check further in the Audit event log to see if anyone was performing any actions during the time the project failed.

Thanks for your help.

Brian