SSRS Report Does Not Show Up in Profiler Trace - sql

I have written an SSRS Report and everything works fine within the Visual Studio Solution. When I try to view the report within the browser, all of the parameter fields and columns display, but no data is pulled. There are no errors when running the report and when I run a SQl Server Profiler trace, nothing is there. Any ideas?

In browser Click on report's arrow to see drop down menu, then click Manage, then go to Parameters tab and set them up.

Related

SSRS 2012 report rendering on IE11

I developed reports in SSRS 2012. Users view reports using IE11 (version 11.0.9600.18537). I set the report columns visible(Column headers) while scrolling. It works fine in the reportviewer but when I deploy it to the report manager header(report column headers) does not scroll anymore. On the IE 11 I tried to change the document mode to 10 and it works fine. But upon refresh it goes away. Now fixing the browser is hard as we may have to make a policy change across the company which is no go.
Please suggest a SSRS server side fix.
Already tried the server side fix. But failed to work.
https://www.mssqltips.com/sqlservertip/3666/sql-server-reporting-services-ssrs-is-not-compatible-with-internet-explorer-11/
As a matter of fact I don't even have the suggested meta tag in the "reportviewer.aspx" but I tried to add it anyway with no success of working.
I expect column headers to be visible while scrolling on IE11 on SSRS 2012 report manager. Since we own SSRS 2012 report manager and I have admin access I can try to make changes in that server.
Found the fix, under "ReportManager\Pages\Report.aspx" there is the tag which I modified from content="IE=Edge" to content="IE=5"
to

SSRS 2016 - Tablix in subgroup fails upon deployment

SQL Server 2016, SSRS: I have an expandable group that works correctly in Report Builder or Visual Studio SSDT, but does not display when run on the server.
My charter was to create a report that didn't rely on pop-ups or new windows to display detail data. I've managed to embed that detail data below each order. A single dataset feeds the entire report. The user views a list of orders and can click an expand control on a given order to see the detail.
There are three groups in the report: District, Date and Order. Each group is expandable. At the bottom most 'Order" level several rows are displayed, including three that have tablixes embedded in them.
Problem: The order number and expand control [+] work fine in development but are not visible when running on the server.
This image shows the report in Development mode in VS 2017. Note the sections starting with 'Order Type' and 'Low Flow Test are Tablixes, each with a single header and a single row of data:
This second image shows the report in preview mode in VS 2017. It's displaying correctly with a single order expanded:
This third image shows the same report running on the server. Note the 'OrderNum' group cannot be expanded - the Order number field isn't even visible:
Both Visual Studio and Report Builder render this report as desired. When running in a browser this fails on IE, Chrome and Edge.
Either this is a bug or there's something I don't know about how this all works.
I had this issue and got it resolved. It was because of the over-flow: hidden that was put on these tablix headers. Under alignment my vertical alignment was set to 'bottom'. After setting it to 'Default' it was fixed. I guess having alignment as bottom made the browser think it was over-flow text.

Why won't oracle SQL developer launch debugger?

I have come here after searching in many different websites for a problem like the one I am facing.
I have this huge procedure in an Oracle Database which I need to debug to find an error.
After opening the procedure in Oracle SQL developer, I click on the gear icon, and "compile for debug" right after. Then I just click in the bug icon to start debugging.
On the bottom right of SQl developer screen appears a launching bar, but nothing else happens. In the connections section, where you can see the list of procedures, tables, etc... a green arrow appears before the name of the procedure I am trying to debug. It seems like it is preparing to start debugging, but it actually never starts. Below you can see a screenshot I took showing the issue.
Screenshot showing the procedure I am trying to debug
Here a screenshot of the "statement section" after clicking on "compile for debug"
statement section
What I have tried:
I have restarted the oracle server.
I have tried to debug many others procedures, all of them have the same behavior.
If I click on the "run" button, set the parameters and run the procedure, it will run, and give me the output variable.
The procedure compiles without errors.
Everything seems to be working just normal, except for debugging.
I think I have just solved it. After posting this question I started changing some parameters in the Listener. I ended up shutting down the listener, and it took me almost 3 hours to reconfigure it. The listener is working now (and it was working before), I decided to test the debugger again. Now it is debugging!!! Finally, now let me debug that HUGE procedure! Thank you very much guys!

"Action - Go to report" in VS2008 reportviewer not working

I have an SSRS report which drills through to sub reports via actions. The report functions correctly in the VS environment, and correct once deployed to the server and viewed through a browser.
The report however is also viewed inside our in-house app via a Microsoft.Reporting.WinForms.ReportViewer - and while it renders on screen correctly, clicking the element that would normally take me to a sub-report no longer functions.
I have had a look around and there seemed to be an issue around VS2010 SP1 where this stopped working, however I'm currently stuck with VS2008. This seems to be the majority of results I'm getting.
Anyone have any ideas?
Many thanks.
OK have found issue.
The text box in question had three place holders. A reference No, A date and an age. I wanted to trigger the sub report if someone clicked on the reference no. While this worked fine in VS and IE, it failed to work in the Microsoft Report Viewer control.
I have now set the action against the containing text box, rather than against a single placeholder/expression within that box. While this has solved the immediate issue that I have, it would not work if you wanted multiple actions from different placeholders in a single text box.
But for now, I'm all good, and all solved.

How do I display the tabs in the query window in SQL Server Management Studio?

SQL Server Management Studio crashed on me due to plug-ins that we use (source control/schema/data compare, etc) and I had to reset it to defaults.
But now, every time I click on New Query the query window opens without tabs.
How do I open it with tabs?
Adding Hamlet Hakobyan's answer here so I can close out this question.
Answer:
Tools\Options\Environment\General\Tabbed Documents