Specifications
Configuration File Download Server Reference Manual (MGCP/NCS Version)
Mediatrix 4100
109
Invalid file content The file contains invalid
characters. Allowed characters
are ASCII codes 10 (LF),
13(CR), and 32 to 126.
Send a syslog warning message including the
file location/name, the transfer server address
and the invalid character (ASCII code):
The fetched configuration file “XXX”,
from server “XXX”, has an invalid
character “ASCII code XXX”.
No recorded settings applied.
Invalid transfer server
address
The server address is not valid. Send a syslog warning message including the
transfer server address:
No configuration file is fetched
because the server host “XXX” is
invalid.
Set sysAdminDownloadConfigFileStatus to fail.
File size too big Downloading a file with a size
exceeding 512000 bytes.
Send a syslog warning message including the
file location/name, the transfer server address,
the file size and the maximum allowed size:
The fetched configuration file “XXX”,
from server “XXX”, has a size “XXX
bytes” that exceeds the maximum
allowed size “XXX bytes”.
Set sysAdminDownloadConfigFileStatus to fail.
Invalid encryption The configuration file cannot be
decrypted. A badly encrypted
file is detected if the header or
the padding is invalid.
Send a syslog warning message including the
file location/name and the transfer server
address:
The fetched configuration file \”%s\”,
from server \”%s\”, can not be
decrypted.
TFTP-Specific Error Handling
File not found Received error code 1 (file not
found) from the TFTP server.
Send a syslog warning message including the
file name and location with the TFTP server
address:
The configuration file “XXX” was not
found on the TFTP server “XXX”.
Set sysAdminDownloadConfigFileStatus to fail.
Access violation Received error code 2 (access
violation) from the TFTP server.
Send a syslog warning message including the
file name and location with the TFTP server
address:
The configuration file “XXX” was not
fetched. There was a TFTP access
violation with server “XXX”.
Set sysAdminDownloadConfigFileStatus to fail.
Connection timeout No answer from the TFTP
server. The time elapsed since
the TFTP request was sent
exceeds 32 seconds.
Send a syslog warning message including the
file name and location with the TFTP server
address:
The configuration file “XXX” was not
fetched. The TFTP connection with
server “XXX” timed out.
Set sysAdminDownloadConfigFileStatus to fail.
Table 80: Configuration File Fetching Error Handling (Continued)
Error Type Cause Behaviour