Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all 10045 articles
Browse latest View live

Failure sending mail

$
0
0

On na new installation of Reporting Services 2012 I created an email subscription on a report (once a day). In the status line of that subscription it says (when it is time to execute the report subscription):

Failure sending mail: Service not available, closing transmission channel. The server response was: Cannot connect to SMTP server xx.xx.xx.xx (xx.xx.xx.xx:25), connect error 10061

I have already tried to connect my server to a second (replacement) ISP provider but the same issue remains. Previous I had Reporting Services 2005 on a windows XP machine and everything worked fine.

Current operating system: Windows 7 Ultimate 64 Bit



Draw Trend Line for SSRS Line chart 2005

$
0
0

Hi All
    myself is karthi and i m new to SSRS.i need the Trend line for the follwing data in Line chart they are the follwing data
.The following are the graph are my output and i need the trend line for these Key_gap value.This is the link I was refereed http://ericung.blogspot.in/2011/07/ssrs-2005-bar-chart-adding-linear-trend.html I need the same trend line for the Bar-Chart in SSRS 2005.Waiting for yours reply


Reference Column Grouping (SSRS 3.0)

$
0
0

Hi,

I'm having a difficult time with this, was hoping someone can help!

I create a matrix,

Row groups: Province

Column groups: Project Type

Values:  Count of # of Projects, Sum of Amount ($)

What this displays is the following. How do I go about calculating what's highlighted in yellow? It is Amount of OneProjectType / Amount of TwoProjectType.

Thanks!


wrong total values are coming with SUM function

$
0
0

Create report with SharePoint list.

Columns are displaying on the report I used out of the group SUM function and it is group by report. one group total is showing correct total and other groups are showing wrong total and showing too much big value even there is whole column is empty.

where value is not in column I am using "-" with IIF function. these columns are calculating by using date difference function between two date columns. these values coming with minus value . so ABS function is also using.

Columns calculation expression:

=IIF(ISNOTHING(Fields!DateCAPackage.Value)

OR (ISNOTHING(Fields!Date_CA_Application.Value)) ,"-" , CINT(Abs(DateDiff("d",Fields!Date_CA_Application.Value,Fields!DateCAPackage.Value))))

Total calculation expression:

=Sum(ABS(DateDiff(

"d",Fields!Date_CA_Application.Value,Fields!DateCAPackage.Value)))


Problem with CRM - Reporting Services integration

$
0
0

Afternoon!

I'm with this problem for 3 days already, and I need help!!

Every time that I upload a custom report in CRM 2011 and try to run it inside Dynamics i get a error.

  • An error has occurred during report processing. (rsProcessingAborted)

OK, so I logged on the Report Service server, that is the same server that SQL, and look for the Log Files. In Log Files I saw the following error message.

Reporting Services error Microsoft.ReportingServices.Diagnostics.Utilities.RSException: An error has occurred during report processing. ---> Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: An error has occurred during report processing. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot create a connection to data source 'DATASOURCENAME'. ---> System.Data.SqlClient.SqlException: Login failed for user 'USERGUID'.

I realized that when I set the Login Name and Password at Report Manager as sa, the report works.

So anyone have a ideia about how to fix this problem? If CRM is trying to log on as USERGUID and pwd ORGANIZATIONID, it is not working.

Please Help!

Thanks


Não importa ao tempo o minuto que passa, mas o minuto que vem.

ORA-12154: TNS:could not resolve the connect identifier specified

$
0
0
I am getting this error when I try to view the report in the report manager,the report works fine in my local BIDS,but when I deploy this report to the server,I am getting this error

How to color format column bar chart with 4 different colors

$
0
0
I have a column bar chart which displays values for each month. As per the requirement, January column must be blue, February must be orange, March must be green, April must be pink. These 4 colors would repeat for the remaining months.

How to avoid value overlap on column bar charts

$
0
0
I have a column bar chart which displays values for each month. As per the requirement, I am displaying the column values by selecting "Show labels" options. I see few values overlap on the column bars. Can someone help me with this fix.

Intermittent mail sending failure - net_io_connectionclosed

$
0
0

I am using:
SQL Server 2012 (Service Pack 2 - Business Intelligence Edition)  11.0.5058
.Net Version 4.5.1 (378675)
Windows Server 2012 R2 Standard
Exchange Server 2010 R2 (Hosted on a seperate server)

I am getting the following error in the Reporting Services log intermittently for reports:

emailextension!WindowsService_15!7cc0!10/16/2014-06:05:33:: e ERROR: Error sending email. Exception: System.Net.Mail.SmtpException: Failure sending mail. ---> System.IO.IOException: Unable to read data from the transport connection: net_io_connectionclosed.
   at System.Net.Mail.SmtpReplyReaderFactory.ProcessRead(Byte[] buffer, Int32 offset, Int32 read, Boolean readLine)
   at System.Net.Mail.SmtpReplyReaderFactory.ReadLines(SmtpReplyReader caller, Boolean oneLine)
   at System.Net.Mail.SmtpReplyReaderFactory.ReadLine(SmtpReplyReader caller)
   at System.Net.Mail.CheckCommand.Send(SmtpConnection conn, String& response)
   at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception)
   at System.Net.Mail.SmtpClient.Send(MailMessage message)
   --- End of inner exception stack trace ---
   at System.Net.Mail.SmtpClient.Send(MailMessage message)
   at Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification notification)
notification!WindowsService_15!7cc0!10/16/2014-06:05:33:: i INFO: Notification d4b91fc4-0cc5-464a-a927-af8c24e4fcc8 completed.  Success: True, Status: Failure sending mail: Failure sending mail., DeliveryExtension: Report Server Email, Report: Missed NDD Despatch, Attempt 0


They try to send the mail via an exchange server that is hosted on a separate server, the report server email is set up as:

<Extension Name="Report Server Email" Type="Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider,ReportingServicesEmailDeliveryProvider">
                <MaxRetries>3</MaxRetries>
                <SecondsBeforeRetry>900</SecondsBeforeRetry>
                <Configuration>
                    <RSEmailDPConfiguration>
                        <SMTPServer>****.****.****</SMTPServer>
                        <SMTPServerPort>
                        </SMTPServerPort>
                        <SMTPAccountName>
                        </SMTPAccountName>
                        <SMTPConnectionTimeout>
                        </SMTPConnectionTimeout>
                        <SMTPServerPickupDirectory>
                        </SMTPServerPickupDirectory>
                        <SMTPUseSSL>
                        </SMTPUseSSL>
                        <SendUsing>2</SendUsing>
                        <SMTPAuthenticate>
                        </SMTPAuthenticate>
                        <From>****.****@****.****</From>
                        <EmbeddedRenderFormats>
                            <RenderingExtension>MHTML</RenderingExtension>
                        </EmbeddedRenderFormats>
                        <PrivilegedUserRenderFormats>
                        </PrivilegedUserRenderFormats>
                        <ExcludedRenderFormats>
                            <RenderingExtension>HTMLOWC</RenderingExtension>
                            <RenderingExtension>NULL</RenderingExtension>
                            <RenderingExtension>RGDI</RenderingExtension>
                        </ExcludedRenderFormats>
                        <SendEmailToUserAlias>True</SendEmailToUserAlias>
                        <DefaultHostName>
                        </DefaultHostName>
                        <PermittedHosts>
                        </PermittedHosts>
                    </RSEmailDPConfiguration>
                </Configuration>
            </Extension>

I have starred out some details for anonymity. I have other servers with a matching configuration file as above (although on a 2008 version of SSRS) that never have this problem.

The issue is intermittent and doesn't affect one specific report and on some occasions the retries work however quite often they don't work at all. I have had the network guys here monitor the port to see if the mail is even leaving the server and apparently the failed attempts do not register any data in wire shark. I don't believe this to be a size issue with the reports as they aren't supposed to deviate much.

Any help would be much appreciated.

Dave T

SSRS report Body size is not reducing

$
0
0

Hi All,

In one of my SSRS report under body properties default size (width = 34.54712cm , height = 20.92853cm ). I've tried to reduce the size to width = 26cm ,height = 18 . once i changed the width its going to the same orginal size again . Please find me some tips to handle this situation .

 

thanks

SS

How to converting int datatype to time format in SSRS

$
0
0

How do we convert int datatype to "time format" like hh:mm:ss

ex:    123092   ( this 12  + 30 min + 92 sec)

       131137   ( 13 + 11 min + 37 sec)

       111747 ( 11 + 17 min + 47 sec)

 

thanks !

SSRS report (or just SQL?) to show years/months/days with "missing" data included

$
0
0

Hi all,

I have had a couple of false starts with this so I'm putting it out there:

I need to create a report that is something like a calendar that shows all the dates for a range and provides a summary of what data exists on each date...

Example of desired output:

20142015
DecemberJanuary
12345671234567
891011121314891011121314
1516171819202115161718192021
222324252627...222324252627...

Where either I can color code things (eg: green is all data, bold is missing data, red is error detected, yellow is warning... and so on.

Or failing to be able to format, just text output of "20-jan: No data"...

Any idea where/how to do this?


- sure I'm noJedi but that's no reason to stop trying to make stuff levitate! -


- sure I'm noJedi but that's no reason to stop trying to make stuff levitate! -

Print All record in SSRS

$
0
0

Hi,

We have a SSRS with SP 2010, We need to add one more Print All button which print all the records.

Without impacting the by default Print button which print record page by page

Thanks,

Taha Zubair


طحہ زبیر احمد Taha Zubair Ahmed http://www.tahazubair.blogspot.com

DATEPART to calculate financial year

$
0
0
Hello

I have a report that uses the Datepart function to return the current, and previous, year's data:

DATEPART(YEAR, a.Date);
DATEPART(YEAR, a.Date) = DATPART(YEAR, GetDate())-1


This brings through calendar year fine.

Is it possible to amend this to bring through the financial year (e.g. 1/4/15 - 31/3/16)?

Any advice much appreciated.

Open Subreport using Javascript

$
0
0

Hi

Can some please review and let me know what am I doing wrong in this piece of code.... cannot seem to get around this.

="javascript:void(window.open('"+Globals!ReportServerUrl +"/Pages/ReportViewer.aspx?"+Globals!ReportFolder+"/"+Parameters!SubreportName.Value+ "?Param1="&Parameters!Param1.Value.ToString()+ "&Param2="&Parameters!Param2.Value+ "','_blank'))

Basically, I'm trying to open a subreport using ActionURL but stuck this js.

It opens up the root folder rather instead of report... 

I also refereed this post: https://social.msdn.microsoft.com/Forums/sqlserver/en-US/6462b0f6-d784-4c7a-afe0-2813bec5770a/url-action-with-javascript-and-ssas-parameter?forum=sqlreportingservices

Version - SQL Server 2008R2






Access to only one folder among 10 folder on home page of report server

$
0
0

Hi,

I want to give the permission to a user to view only one folder among 10 folders on Home page. I don't want that user to view other folder than his/Her Own folder on report server home page.

I went through the below URL but it didn't help.

http://blogs.msdn.com/b/sqlforum/archive/2011/01/03/walkthrough-restrict-the-users-to-see-only-their-folders-via-reporting-services-web-services.aspx

Thanks,

Ashish Tripathi


Regards, Ashish Tripathi

Opening Report Builder report in Visual Studio 2013

$
0
0

I have a report created using a Report Builder 3.0. Now I want to manage it in Visual Studio using SSRS but even though the file type is.rdl, when I click to open the report what I get is XML file. How do I accomplish this task?

Thank you


Zionlite

Vertical Axis Data Labels Repetition/Duplication

$
0
0

Hi There,

    When I tried to create a bar chart using SSRS 2012, the vertical axis values are repeating for smaller data sets values. It's only happening when the data labels are below 5, when the data is above 5 this chart represents data fine. I tried specifying the custom intervals and this option all together eliminated the  bar for value 1, instead it only showed the value 1 as text on the chart. I tried changing the data interval type as number and the data type is of Integer, these are counts which I am showing in the chart. Please let me know if there is a way to correct this issue. Look at the Y-Axis, the labels are getting repeated

   


kasa

the report definition is not valid. Details: '.', hexadecimal value 0x00, is an invalid character.

$
0
0
Hi,all

Please tell me how do to do.

When publish report define file (SSRS2008 ) to SSRS2008 server , it throws that the report definition is not valid.  But I use VS2008 deploy it and  it is succeeded to publish to SSRS2008 Server.
Why ?
<errorinfo>
Details: '.', hexadecimal value 0x00, is an invalid character.
</errrorinfo>
<code>
ReportingService2005 m_ReportingService = new ReportingService2005();
this.m_ReportingService.CreateReport(reportName, parentFolder, overwrite, report, null)
</code>

How to create report like this in SSRS

$
0
0

Please tell me how can i create a report like this format in SSRS ? In this format grouping will be applied on Phase code and tablix/matrix will be repeated the same way like shown above.

Please note :

The headers must repeat on the next pages too.


Web Developer / Web Designer / Software Developer / UI Designer


Viewing all 10045 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>