NetXMS Support Forum

English Support => General Support => Topic started by: MarcusH on October 27, 2022, 12:22:42 PM

Title: Search content in script library
Post by: MarcusH on October 27, 2022, 12:22:42 PM
Hi,

When AgentExecuteAction changed name to AgentExecuteCommand in 4.2.395 i was challenged with a problem in that i use AgentExecuteAction alot so is there any way to search script library for content?

If not maybe a good feature to have if there are more script breaking function name changes in the future to make it easier to fix the entire library.
Title: Re: Search content in script library
Post by: Filipp Sudanov on October 28, 2022, 06:30:15 PM
Currently not possible in the UI. You can just run a select of script_library table in the database.

Also there's a lot of other places where scripts can exist - in EPP, transformation scripts, auto-bind scripts and so on, they are in different tables in the DB.
Title: Re: Search content in script library
Post by: MarcusH on October 31, 2022, 10:19:28 AM
Right thanks, forgot netxms db is very human eye friendly, used to obfuscated dbs with guids everywhere :)