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.

Alert Not Passing Node ID

I have several alerts using the same line and syntax to pass a link to the node with the issue.  I have several alerts passing this correctly into an email body, and one that isn't.  I am not sure why.  I am hoping someone has some ideas.

Alert trigger action syntax:

Node Page: http://<serverIP>/Orion/NetPerfMon/NodeDetails.aspx?NetObject=N:${N=SwisEntity;M=NodeID}

Email received with failing link (node ID not translated):

Node Page: http://<serverIP>/Orion/NetPerfMon/NodeDetails.aspx?NetObject=N:${N=SwisEntity;M=NodeID}

Compared to Email received with working link:

Node Page: http://<serverIP>/Orion/NetPerfMon/NodeDetails.aspx?NetObject=N:294

I have not been able to figure out why one translates to the correct NodeID and the other doesn't when the trigger action syntax is identical in both.  I even did the copy/paste test from the working to the non-working and that didn't fix it.