cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
10171
Views
0
Helpful
4
Replies

Upload Configuration from WLC

saboodi
Level 1
Level 1

I got WLC when I try to upload the configs from it give this error ((

% Error: Config file transfer failed - Error from server: Access violation))

 

1111111111111.JPG

4 Replies 4

Leo Laohoo
Hall of Fame
Hall of Fame

@saboodi wrote:

Error from server: Access violation


Check the read/write permissions on the server.  This error message means the read permission is not allowed.

How I can check this permission??
thanks


@saboodi wrote:
How I can check this permission??

Who manages the TFTP server where the config file is hosted?

Actually it could be read or write permissions as he's trying to write the file to the server right?

Permissions depend on the server but if it's a unix/Linux server then normally the file needs to exist and be world writable before a TFTP client can write to it.

So if the file does not exist: touch ciscowlc.cfg

And make sure the file is world writable: chmod 666 ciscowlc.cfg

If you're using some other TFTP server on Windows for example you'll need to check the server settings and folder permissions.

Hope that helps

Rich

Review Cisco Networking for a $25 gift card