Hi I have a view on the SQL server. I get two records on the "SQL server management studio" by "select * from view" and get nothing on the Report portal using the same script. There are no any errors. I'm confused... Please help. Thx
This is the standart connection that used by 20 reports already without any problem. This is the MS SQL server 2012 DB running on the same instance as ReportPortal DB. Settings were: Type-SQL OLEDB, DB_Type-SQL server 2000. I changed it to: Type - SQL Server, DB_Type-SQL Server 2005 and up, but no luck... The connection string generated automatically: Data Source=bla-bla\bla-bla;Initial Catalog=Dashboard;User ID=svc_dashboard;Password=********; any suggestions
One possibility is that one of the fields returns HTML that breaks the result table HTML. Can see the results when selecting one column like "select NumberCol1 from view"?
Please right click to where the result table should be and select "view frame source" or "view source: (in IE). What is the HTML?
And one additional super strangest thing. If I create new SQL report and press the test button before save it works fine! But after save I press the test button again and get nothing.