I have a custom report that I downloaded from the content exchange. When I run the report inside NCM, it works fine, but when I run it as a job to email to me, I get the following:
"A column has been specified more than once in the order by list. Columns in the order by list must be unique."
followed by the SQL query which includes the following ORDER BY:
"ORDER BY SysName,NODES.SysName,ENTITY_PHYSICAL.Description"
So I edited the report in notepad, but nothing I did changed the error I receive via email. I even removed the entire ORDER BY clause from the report. When I run the report inside NCM, it does reflect the changes, but the same error keeps coming to me via email.
Any suggestions?