DUA problem

  • Thread starter Thread starter Bryan
  • Start date Start date
B

Bryan

Hi all,

I use DUA function.
The XPe can get the cmdfile01.dup from the WWW server,
but the cmdfile01.dup was not executed.
How to make the comfile01.dup downloaded from server run?

Thanks
 
Bryan,
Make sure that the .exe application was downloaded by dua. You can check by
looking at the iis logs. If you are getting a 401 error, this means that
iuser does not have privileges to the .exe; make sure to set the proper
security settings. If you have a successful transaction, your log will look
like this:

GET /qfe\cmdfile01.dup - 200 Device+Update+Agent
GET /cmdfiles/q319182.exe - 200 Device+Update+Agent

Regards,

Sean Gahan
 
Also, try adding the .dup extension as a recognized MIME type. Check the
IIS documentation on how to do this.

Dan
 
Also, be sure to add the .dup extension as an accepted MIME type.

Check the IIS documentation for how to do this.

Dan
 
I have solved the problem.

Thanks.

-----Original Message-----
Also, be sure to add the .dup extension as an accepted MIME type.

Check the IIS documentation for how to do this.

Dan

--
This posting is provided "AS IS" with no warranties, and confers no rights.


dua. You can check
by transaction, your log will
look


.
 
Back
Top