This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Location of SAM scripts in Solar Winds

What or where is the location of the SAM scripts in Solar Wind or the Solar Wind database? Tyring to close out a CM issue for the SAM scripts.

Thanks

  • Try this SELECT TOP 1000 * FROM [dbo].[APM_ExternalSetting]

    These gets mapped to rows with a key named ScriptBody that could be referenced in the apm_componentsettings or apm_componenttemplatesettings or apm_componentdefinitionsettings, depending on if you are using templates or overriding them or whatnot.