sburns

Comments

  • I was able to fix this by changing the SMTP Client from the default MailBee to "Native". I did have a support case open but they weren't able to tell me much about why this happened or why changing the SMTP client fixed it for us.
  • I have also, after reading past posts on this issue, attempted to assign an alias to that column without success ${SQL: SELECT (VirtualMachines.Name) as VMName FROM [dbo].[VirtualMachines] INNER JOIN [dbo].[VIM_Hosts] ON VIM_Hosts.HostID=VirtualMachines.HostID WHERE VIM_Hosts.NodeID='${N=SwisEntity;M=NodeID}' FOR XML PATH…