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.

Cannot implicitely convert from data type Guid to data type Int32

SELECT v.NodeID, n.NodeCaption, v.SourceIPAddress, v.TargetIPAddress, v.StatusDescription

FROM NCM.Nodes n

INNER JOIN Orion.VPN.L2LTunnel v on n.NodeID = v.NodeID

I'm trying to run the simple query above to gather details on site to site vpn tunnels. I keep getting the error below:

"Cannot implicitely convert from data type Guid to data type Int32"