DUA report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello to All,
I am using the DUA to update the system. In IIS logs i can see that DUA is
pulling from the server the script files and the files for the update. I can
see only the pulling process.
How can i know that all the update process is completed successfully. Is
there a way to see from the server which Embedded PC in the field is not
updated successfully.
 
How can i know that all the update process is completed successfully. Is
there a way to see from the server which Embedded PC in the field is not
updated successfully.

Simple:
Setup the DUA command file so that the last thing it does (if it executes
successfully) is to pull down a named file of length 1 byte (EOF). Then you can
see if the script was executed successfully by the fact the file was downloaded.

Complex:
Use something like CURL to post a log back to the DUA server.
 
Hello David,

Thanks for the answer.
Complex:
Use something like CURL to post a log back to the DUA server.

what is CURL? Does it sent something back to IIS?

Best Regards
 
Back
Top