How can the Settings > Notification Server > Software Library Configuration setting be removed?
| Article:TECH165679 | | | Created: 2011-07-27 | | | Updated: 2011-08-16 | | | Article URL http://www.symantec.com/docs/TECH165679 |
Problem
Once the Settings > Notification Server > Software Library Configuration setting has been configured, it cannot be removed the console, as this filed does not accept a null value from within the GUI due to the save action running through the validation process causing it to display the following error: The specified software library path is not valid.
How can this setting be successfully removed?
Environment
Symantec Management Platform 7.0.x and 7.1.x
Solution
The following query will clear this field, allowing the page to be refreshed without that error being thrown:
UPDATE Item SET [State] =
'<item> <UNC /> <TIMEOUT>600</TIMEOUT> </item>'
WHERE [Guid] = '115D013F-7CB0-44AD-A93E-0719CA53A174'
|
|
Article URL http://www.symantec.com/docs/TECH165679
Terms of use for this information are found in Legal Notices









Thank you.