HELP:Application Tasks--〉deploy"Download Throtting" failed

(imported topic written by soymm91)

Action Information:

=========BES Relay Setting:Download Throtting=============================

The action has been run 1 time, and will not be run again.

The action failed.

Completed: action parameter query “_BESGather_Download_LimitBytesPerSecond” with description “Please enter the limit on download traffic (bytes/sec):”

Completed: // Fail if value is not between 1 and 4,294,967,296

Failed: continue if {parameter “_BESGather_Download_LimitBytesPerSecond” of action as integer >= 1 AND parameter “_BESGather_Download_LimitBytesPerSecond” of action as integer <= 4294967296}

setting “_BESGather_Download_LimitBytesPerSecond”="{parameter “_BESGather_Download_LimitBytesPerSecond” of action}" on “{parameter “action issue date” of action}” for client

=========BES Relay Setting:Throttle Outgoing Download Traffic============================

The action has been run 1 time, and will not be run again.

The action failed.

Completed: action parameter query “_BESRelay_HTTPServer_ThrottleKBPS” with description “Please enter the limit on total outgoing download traffic (valid limits range from 1 to 4,294,967,295 KB/sec):”

Completed: // Fail if value is not between 1 and max integer limit

Failed: continue if {parameter “_BESRelay_HTTPServer_ThrottleKBPS” of action as integer >= 1 and parameter “_BESRelay_HTTPServer_ThrottleKBPS” of action as integer < 4294967296}

setting “_BESRelay_HTTPServer_ThrottleKBPS”="{parameter “_BESRelay_HTTPServer_ThrottleKBPS” of action}" on “{parameter “action issue date” of action}” for client

dos net stop BESRelay

dos net start BESRelay

========BES Client Setting: Download Throttling==========================

The action has been run 1 time, and will not be run again.

The action failed.

Completed: action parameter query “_BESClient_Download_LimitBytesPerSecond” with description “Please enter the limit on download traffic (valid limits range from 1 to 4294967296 bytes/sec):”

Completed: // Fail if value is not between 1 and 4,294,967,296

Failed: continue if {parameter “_BESClient_Download_LimitBytesPerSecond” of action as integer >= 1 AND parameter “_BESClient_Download_LimitBytesPerSecond” of action as integer <= 4294967296}

setting “_BESClient_Download_LimitBytesPerSecond”="{parameter “_BESClient_Download_LimitBytesPerSecond” of action}" on “{parameter “action issue date” of action}” for client

Dear Ben,

Do you have any suggestion about this ? How can I solve my bandwidth problem?

(imported comment written by jeremylam)

It looks like all three actions failed where they validate the input bytes for throttling. What exactly did you enter into the input dialog?