Comments
-
The variable you are looking for is ${AgentIP} :log warning "Script Test Start" :log warning "Node IP is ${AgentIP}" :log warning "Script Test End" I don't remember if I've found the published SW docs on that, but this thread has some old stuff in it. Looking for list of NCM variables
-
I currently have a case open for the NCM.Nodes (View). Here is a thread following it. SWQL Issues with NCM.Nodes Table
-
Based on your output, I'd say that the Nodename field is Null since it's not giving you an error and is parsing the variable. Have you tried using Caption?
-
If anyone is feeling brave. I rewrote the NCM.Nodes(View) query so that it doesn't trigger the failure. I don't have a test environment, so haven't implemented it in my DB. But I tested it in DB Manager and it runs. I've attached it if anyone has a test environment, or is just brave. The only changes I made are in the two…
-
I also recently upgraded to the same platform. I'm am having the same issue. It seems to be related to the [dbo].NCM_Nodes (View).. When I attempt to show this in the Database manager I get the following error. SELECT TOP 1000 * FROM [dbo].[NCM_Nodes]…