Currently running server 2008 and i have a n application on the server that i would like to create an RDP to so basically when a user clicks on the RDP Icon on the desktop of their computer it opens the program on the server, I have tried to create a short cut to the application in the program using the mtsc however it says it is unable to find it on the server, When i creat it on the server and move it to a local it basically says same thing, so the application is on \\server\e:\data\process\application.exe any ideas?
RDP from a users desktop to server
ReportViewer control Ver 14 (SQL2016) Print button
I am trying to upgrade our report viewer controls to SQL 2016.
It seems to work fine (I see the report), however, the print button is missing.
Any ideas?
SSRS 2016 - Subscription Schedule Challenge
Can someone please suggest an idea on how to setup an SSRS report subscription to be delivered via email every 2 hours between 4am and 6pm? Currently, there's no option to set a start and end time. Our users are receiving reports during non-working hours and weekends which is causing frustration.
I clearly do not want to setup a separate subscription for 4am, 6am, 8am, 10am, 12pm, 2pm, 4pm,6pm.
I am able to create a schedule through SQL Agent. Is there a way I can utilize it on report manager 2016?
"Occurs every week on Monday, Tuesday, Wednesday, Thursday, Friday every 2 hour(s) between 4:00:00 AM and 5:59:59 PM. Schedule will be used starting on 1/11/2017."
ssrs 2010 font size warning message
"Warning 1 [rsParseErrorInvalidSize] Near character position 813 in the input string, the value of the font-size property for the textrun ‘stringtemplate2.Paragraphs[0].TextRuns[0]’ is “14px”, which is not a valid size. Valid sizes may not exceed
455 inches (1155.7 centimeters). D:\TEST\StuLetter.rdl 0 0
Warning 2 [rsParseErrorInvalidSize] Near character position 805 in the input string, the value of the font-size property for the textrun ‘stringtemplate2.Paragraphs[0].TextRuns[0]’ is “14px”, which is not a valid size. Valid sizes may not exceed 455 inches
(1155.7 entimeters). D:\TEST\StuLetter.rdl 0 0".
I have been trying to determine where this location is at to correct the message. I have looked at code view and cannot find these 2 locations. I have also made the image in the ssrs report very small and that has not fixed the issue.
Thus can you tell me how to determine where these warning messages are at so I can fix the issue?
Copy text from SSRS report
Hi All,
Is there a way to copy legend text or any text in SSRS reports without downloading a report
How to display teh row in new line/
Hi
i have table that has row as following
1 | Abc | 2016-10-10 | 2016-10-10 | ErrorFound,ErrroInvalid, Errorin data |
2 | Xyz | 2016-7-10 | 2016-7-10 | Validdata |
3 | MMM | 2016-7-10 | 2016-7-10 | NO_Errorr |
Output In ssrs
1 | Abc | 2016-10-10 | 2016-10-10 | ErrorFound ErrroInvalid Errorin data |
2 | Xyz | 2016-7-10 | 2016-7-10 | Validdata |
3 | MMM | 2016-7-10 | 2016-7-10 | NO_Errorr |
here if row has , then going to new line i did on that column expression like
=iif(isnothing(Fields!Error.Value),"NO ERROR",Replace(Fields!Error.Value,",", Environment.NewLine ))
but it is not work. and also i need same formate when i export the report into excel
Mobile Report - Power BI Mobile App - Dashboard does not refresh if dragging (android) or pressing refresh (Iphone)
Hi team,
Anyone else having the same issue?
This was not an issue in the past, I was able to drag dashboard down and drop and it would refresh the tiles of the dashboards automatically. It doesn't work now.
The dataset that populates the dashboard uses a stored procedure to extract data.
Tracking SSRS from SQL Profiler shows no signs of running the SP. I have tested it using both android and Iphone devices and I encounter the same issue, thus, I have to exit the dashboard and click back into it.
Please help - Previous function does not calculate within a group.
Hi,
I have only one dataset with a group on value. When I tried to use the previous function to subtract from the current value the result is calculated for all instead of each group for example:
[Group A] [Current Rate] [Difference Rate] 100 100 200 100 [Group B] 500 300
Notice the [Difference Rate] value is returned as 300 instead of 500.
Is it possible for the previous function to calculate for its own group?
I am using the following function:
=Fields!WTAVG.Value - Previous(Fields!WTAVG.Value,"DataSet1")
I appreciate any help on this issue.
Thanks in advance,
Control DPI of TIFF subscription
SSRS Tiff poor Quality and DPI issue
Hi,
I am using SSRS to generate tiff and I am getting very poor quality. So, I have tried to increase DPI by below device settings:-
string deviceInfo = "<DeviceInfo><ColorDepth>24</ColorDepth><DpiX>300</DpiX><DpiY>300</DpiY></DeviceInfo>";
but result is it will increase width and height of report and rendering of report is too bad and DPI will remain same. Please find below image of report. It's all fuzzy. Please guide me on this issue as soon as possible.
Line with Marker or Scatter chart
Hello.
I've the data as following:
ParentCategory, MonthYear, Xvalue, Yvalueabc, Nov-2016, 0, 0.01
abc, Dec-2016, 0, 0.02
def, Nov-2016, 100, 0.02
def, Dec-2016, 200, 0.15
I've created a Line with Marker chart: Value = sum(Yvalue), CategoryGroup=xValue, SeriousGroup=ParentCategory, and horizontal axis is Scalar.
The chart displayed 2 markers for the def, but only 1 marker for abc. If I add MonthYear to to CategoryGroup, it shows 2 markers for abc but the X axis shows 2 zero. I want abc shows 2 markers, and only 1 zero on the X axis. Anyway I can make that work? I tried Scatter chart too, but no luck.
Thanks in advance.
newbie
Converted ssrs 2008 to ssrs 2008 r2 report
I just needed to convert 1 ssrs 2008 report to ssrs 2008 r2 report so that I can use a 'disable' property on a group page break. When the 1 report was converted to ssrs 2008 r2, all the rest of the ssrs reports in the solution file were also converted.
Thus do you think I should now run all the ssrs reports as ssrs 2008 r2 reports? As far as I can tell, the test and production report servers can handle both ssrs 2008 r2 and ssrs 2012 reports potentially.
If I should get the reports that do not need to be ssrs 2008 r2, could you tell me why you would make this type of a recommendation?
Greyed out scrollbar when setting rc:Toolbar false
Hi,
I am running an SSRS report in Internet Explorer through the reportserver interface.
I don't want to see the toolbar so I add "rc:Toolbar=false" to the URL. When I do this, a vertical scrollbar appears. How can I get rid of this?
/Marcus
SSRS Mobile Report Publisher Funnel doesn't add up to 100%
I googled this and didn't see anyone else ask this question so i must be the only idiot that doesn't know!
If I add a Funnel Chart in the SQL Mobile report publisher, the sample data (and my data) shows the percentages adding up to over 100%, why?
Wouldn't mind using this as an alternative to the pie chart once in awhile but i don't understand it's use.
Thanks !
How to display teh row in new line/
Hi
i have table that has row as following
1 | Abc | 2016-10-10 | 2016-10-10 | ErrorFound,ErrroInvalid, Errorin data |
2 | Xyz | 2016-7-10 | 2016-7-10 | Validdata |
3 | MMM | 2016-7-10 | 2016-7-10 | NO_Errorr |
Output In ssrs
1 | Abc | 2016-10-10 | 2016-10-10 | ErrorFound ErrroInvalid Errorin data |
2 | Xyz | 2016-7-10 | 2016-7-10 | Validdata |
3 | MMM | 2016-7-10 | 2016-7-10 | NO_Errorr |
here if row has , then going to new line i did on that column expression like
=iif(isnothing(Fields!Error.Value),"NO ERROR",Replace(Fields!Error.Value,",", Environment.NewLine ))
but it is not work. and also i need same formate when i export the report into excel
SSRS 2016 report manager and windows10 - 64 bit configuration error
OS - Windows 10 64 bit Enterprise
SQL Server 2016 - Enterprise Edition - Core based licensing
SSRS configured by default - all local/native single machine install - all properties seem to be ok. No visible errors but when I try to open the website with proper URL it comes up with configuration error and/or HTTP Error 503. port 80 opened. tcp/ip enabled and all. I couldn't figure out what is wrong. What do I need to check or setup on the web side to make it to work? MSDN articles didn't help to trouble shoot or fix the problem. Can you please provide some guidance.
Thanks in advance.
Data bar title format issue
I am using data bar in my report but the format is not what i want. I have not changed any setting. I want bar chart data in same format as in right hand side column. Why it is getting bold and kind of squeezed.
Queston on Dynamic selection values based on Parameter
Could someone please help. I have an SSRS report that is tied to a stored procedure with the following parameters (report, type, dstart, dend, value_start, value_end). I set up the input parameter 'report' as a dropdown, with 4 fixed values ie: (1,2,3,4), that the user can select from. That being said, I would like to fill the value_start and value_end parameters from a query that is dynamically created depending on what value the user selects for the 'report' parameter. I would like value_start and value_end to be empty if nothing was selected for 'report'
I created the following script to create a dataset called 'Value' based on what the user selected for the 'report' param. The 'report' parameter refers to report type. I am getting an error when I try to access the 'report' parameters value. Could someone please help. Is what I'm trying to do for a dynamic dataset even possible below. If not is there a better way (working way) to do this?
Thanks in advance.
*******************DATASET CODE******************
DECLARE @report INT;
DECLARE @sql_start NVARCHAR(20);
DECLARE @field NVARCHAR(40);
DECLARE @table NVARCHAR(40);
DECLARE @sql NVARCHAR(600);
SET @report = Parameters!report.Value -- ERRORS START HERE
SET @sql_start = 'SELECT DISTINCT ';
SET @field = CASE WHEN @report = 1 THEN 'j.job AS ''job'' '
WHEN @report = 2 THEN 'i.item AS ''item'' '
WHEN @report = 3 THEN 'p.product_code AS ''prodcode'' '
WHEN @report = 4 THEN 'r.rgid AS ''group'' '
END;
SET @table = CASE WHEN @report = 1 THEN 'FROM job_mst j WHERE j.type = ''j'''
WHEN @report = 2 THEN 'FROM item_mst i'
WHEN @report = 3 THEN 'FROM prodcode_mst p'
WHEN @report = 4 THEN 'FROM jrtresourcegroup_mst r'
END;
SET @sql = @sql_start + @field + @table;
EXEC (@sql);
Duckkiller53
what's my report server url??
I can not connect to my reporting server. I have sql2008 installed - I think I installed Reporting Services as well. I opened up Reporting Services Configuration Manager for MYSEVER\MSSQLSERVER10.
It tells me the report server is running and Web Service URL is http://[MYSERVER]/ReportServer_MSSQLSERVER10, and the Report Manager URL is http://[MYSERVER]/Reports_MSSQLSERVER10
When I open pages, Both pages give me service unavailabe message: HTTP Error 503
Where's my reporting server???
Thanks..
DATAZEN Data View automatic refresh issue
HI Team ,
i am facing an issue regarding the automatic refresh of the data views on the datazen server its suddenly stooped working and i have to manually force refresh it.
Thanks,
Khaled Moussa.
kmousa