cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1067
Views
5
Helpful
2
Replies

ESA conf url_info_visibility meaning ?

sam cook
Spotlight
Spotlight

Hi,

 Does any one know what's the meaning of this line in ESA configuration :

 

<url_info_visibility>
<group>admin</group>
<group>cloudadmin</group>
</url_info_visibility>

 

When i wanted to import conf to C390:

I got this error 

 

 Configuration file was not loaded. ERROR: Element 'url_info_visibility' not allowed here at Unknown:197:24 Text: ent_visibility> <url_info_visibility> <group>admin</group> <group>clo

:

regards,

2 Replies 2

charella
Cisco Employee
Cisco Employee
Hello sam cook,

I may overexplain if you’re an expert and only want to know the precise value…

That section lists roles with permission to view URL information possibly within message tracking.

First, no changes apply until you commit them.
You can load a configuration, manipulate any value, with no impact until you commit.

Second, if you delete a main section of the configuration, that section will remain as it was prior to applying the configuration.
A section means the full defined portion of the configuration, not just a single line. It is also the left most label prior to indentions xxxxxx

Your example is indented. If you delete the whole section, no configuration will write over the existing value.




admin
cloudadmin


Try this,

* Preserve the existing configuration to your computer, either in plain text or encrypted passwords
* Open the file in a text editor so you can see the proper formatting.
* Ie… notepad++ for windows.
* Scroll down to line:197:24
* Copy the content to a notepad to preserve it.
* Delete the section and load the configuration.
* If it loads, everything should be ok. Commit changes.


Thnak you :)