No error message is generated.
There are several known causes which result in DLO Agents running unthrottled jobs.
1. Improperly Configured Throttling settings - When the DLO Agent starts up, it dynamically analyzes which Throttling "bucket" the current Agent session falls into. There are 3 "buckets" Low network speed, Medium network speed and High network speed. Often, the DLO Agent will decide on a "bucket" which was not configured in the Profile.
The DLOClient.log file at "Verbose Logging" will document which bucket the session falls into:
T> reconciler.cpp( 6523 ) THROTTLING_LOG: (Backup Throttling) Network bandwidth based on hardware configuration is 400000000 bits per second.
T> reconciler.cpp( 6539 ) THROTTLING_LOG: (Backup Throttling) Current Bandwidth of NIC lies in High Bucket.
Resolution:
Be sure the correct "bucket" has been configured for Throttling in the Profile for the DLO Agent in question.
2. Corrupt Performance Monitor Environment - When the DLO Agent starts up and analyzes which "bucket" the session will fall into, it looks at many things. Among the things it looks at are Performance Counters of specific Performance Monitor Objects. Specifically certain counters under, Performance Objects "Logical Disk" and "Network Interface". If the DLO Agent is unable to tap into these particular performance counters, it will be unable to determine if it needs to throttle the data stream.
The DLOClient.log file at "Verbose Logging" may document these errors during the analysis: