Reporting Services emptypoint behaviour

Hello,
I am having issues with the emptypoint property in SSRS 2012. We have recently upgraded from 2005 where this wasn't an issue. We are trying to tracker performance against plan over a single day, tracker by the hour. The issue I have is the data is not continuous,
the plan can be set by job and although assigned to a time can be 5 or 6 times a day at any point. Actuals get populated as a process finished (not a job) so is populated 200 times a day against a time which can be different to the plan. I need to tracker
the two together so users can see how they are progressing to the plan.
As an example I am using the attached table
create table #TestChart
Runtime datetime,
value int,
SensorName varchar(20)
insert into #TestChart values('2014-01-15 1:30:00',500,'PLAN')
insert into #TestChart values('2014-01-15 1:31:00',100,'ACTUAL')
insert into #TestChart values('2014-01-15 5:30:00',1000,'PLAN')
insert into #TestChart values('2014-01-15 5:31:00',700,'ACTUAL')
insert into #TestChart values('2014-01-15 9:30:00',1250,'PLAN')
insert into #TestChart values('2014-01-15 9:31:00',1100,'ACTUAL')
insert into #TestChart values('2014-01-15 13:30:00',1500,'PLAN')
insert into #TestChart values('2014-01-15 13:31:00',2500,'ACTUAL')
insert into #TestChart values('2014-01-15 17:30:00',2000,'PLAN')
insert into #TestChart values('2014-01-15 17:31:00',4000,'ACTUAL')
insert into #TestChart values('2014-01-15 18:30:00',2200,'PLAN')
insert into #TestChart values('2014-01-15 18:31:00',2300,'PLAN')
insert into #TestChart values('2014-01-15 21:30:00',2400,'PLAN')
insert into #TestChart values('2014-01-15 21:33:00',2600,'PLAN')
insert into #TestChart values('2014-01-15 21:35:00',2750,'PLAN')
insert into #TestChart values('2014-01-15 22:00:00',3000,'PLAN')
insert into #TestChart values('2014-01-15 22:05:00',3500,'PLAN')
insert into #TestChart values('2014-01-15 22:06:00',4000,'PLAN')
insert into #TestChart values('2014-01-15 22:07:00',4100,'PLAN')
select * from #TestChart
select distinct
a.runtime,
b.value AS PLANNED,
c.value AS ACTUALS
INTO dbo.test_data_cols
from #TestChart a
left outer join #TestChart b
on a.Runtime = b.Runtime
and a.SensorName= b.SensorName
and b.sensorname = 'Plan'
left outer join #TestChart c
on a.Runtime = c.Runtime
and a.SensorName= c.SensorName
and c.sensorname = 'Actual'
When I plot the data in a line chart in SSRS 2012 only sporadic data is displayed as it is not continuous so I have used the emptypoint property which worked fine in 2005. This correctly fills in the data gaps but also fills backwards and forwards which
as the actuals come in is not the disired result.
Apologies as I have tried to upload an image but it won't work. But for the table above I get data for actuals continuing on a striaght line to the end of the day.
I have searched around and found people with simular issues but never a resolution, I have the same issue as this person http://social.msdn.microsoft.com/Forums/sqlserver/en-US/39629eeb-be1a-43dc-929b-0956145012ac/ssrs-2008-r2-line-chart-issue#430bc497-6ff7-427f-b3e2-89cd53948357 
Do you know if a solution is in place as it worked fine in 2005 and I am aware it is handled differently in 2012.
Thank you and KInd REgards
Rich

Hi Rich,
Based on my test, it is not support in SSRS 2012. When we configure the Average value of the EmptyPointValue, this line will extend backward or forward. It is due to Category Groups values. Each category point has a corresponding value.
Since the issue is by design, I recommend you that submit a wish to the Microsoft Connect at
https://connect.microsoft.com/SQLServer/Feedback. Your feedback is valuable for us to improve our products and increase the level of service provided.
Regards,
Alisa Tang
If you have any feedback on our support, please click
here.
Alisa Tang
TechNet Community Support

Similar Messages

  • SQL Server Reporting Services not starting automatically

    Hi,
    I have Reporting Services configured on my SharePoint 2010 Foundation server and the service is set to start automatically under a domain account. However, the service does not in fact start automatically and requires me to manually start it otherwise when
    I try to use SharePoint to read some Reports, it doesn't work. Once I start the service, it works.
    Is this normal behaviour? The service will remain started until the server is restarted (Windows Updates for example). I would like the service to start automatically when needed i.e. requesting to read a Report on SharePoint site.
    Many thanks

    Service should start automatic then, are you using some third party firewall that could block service?
    And if you are using domain account for service, make sure it has log on as a service rights on local machine.
    What is your event viewer saying?
    In our domain environment we had similar problem with SQL and SSRS service, when I changed form of account for starting service from
    domain\account to account@domain, problem was solved. I still don't really know how this helped.

  • Reporting Services 2012 Item-level permissions issue

    Hello,
    We have a SQL Reporting services 2012 Scale-Out solution that uses a remote report SQL 2008 R2 database. The report server is used for reports consolidation - different teams within the company have different folders to which they have access and can upload
    reports, create/change data sources, etc within their folders. Let's say I create a team folder called Finance beneath the root folder. Only admins have Content manager role applied to the root folder and system admin as a system role to the Report server.
    I grant Content manager role for the Finance folder to DOMAIN\Finance team, the users are able to create a data source, however they cannot access it or view its properties afterwards. Why is this happening? When I grant DOMAIN\Finance team the Browser role
    to the root folder, they are able to amend the data source in the Finance folder and view its properties, but they are also able to view the reports and folders in the root folder of the Report server and I do not want that. Is this a standard behaviour of
    SSRS? How can I fix it?
    Thanks in advance.

    Hello,
    Which folder did data sources stored ? the Data sources folder under the root folder on Report Manager or the Custom Finance folder which you had grant Content Manager role? How about grant only Browser role on the Finance folder to the specify team? Did
    you modify the task of the Content Manager and Browser role?
    By default, the Content Manager includes "Manage data sources" and "View data sources" task which means uses with this role can view and manage data sources, while Browser role did not include these tasks. You can check the  task of the Content Manager
    role by connect to Reporting Services with SQL Server Management Studio and check role under Security.
    Reference:Predefined Roles
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • AS 10g forms and reports services install

    I only have Developer 9.0.2 loaded. I want to load AS10g Forms and Report Services but I'm not sure how this relates to my old instance of Developer. Should I reuse the Oracle Home of the 9.0.2 Developer instance for the new install or do I need to create a new Oracle Home? I noticed in the OUI that a "complete" Installation Type will also load Developer. Does this mean I should be doing an upgrade rather than an install? Do I need to just trash the 9.0.2 instance and start anew?
    Thanks, Chris

    Chris,
    I suggest to install into a complete new Oracle Home. If you mix two installs you end up with unpredictable behaviours, if not in Forms then possibly in otehr components. Note that this mustn't be the case, but better is.
    Frank

  • Numbers can't open Excel files generated by SQL Reporting Services

    Hi
    I have an issue with Numbers '09 not being able top open certain Excel files. The Excel files in question are XLS files (not XLSX) and come from SQL Reporting Services. They open fine with Excel on the Mac and on Windows - but Numbers on both the Mac and iPad pops up with an "Invalid file format" when trying to open them.
    I see this as a problem with Numbers and would like to send Apple an example file so they can look at improving their Excel file support but I can't find anywhere to do this.
    Do Apple monitor these forums? Has anyone else experienced this issue?
    Thanks in advance,
    Mike.

    Thanks
    I compared the beginning of your file to the beginning of two XL ones which are on my machine (in fact, they are files created with openOffice).
    You may see that there are many differences.
    They may explain the different behaviour.
    If someone is able to drive Excel with an AppleScript,
    he may write a script opening your document in Excel,
    saving it
    opening the newly saved file in Numbers.
    As I don't own Excel, I ignore its required syntax so I can't write a clean script.
    If the XL's syntax is the same than the Numbers one, this quick and dirty one may do the trick :
    set aFile to (path to desktop as text) & "Treatment Report No Header.xls"
    tell application "System Events"
    set aName to name of disk item aFile
    end tell
    tell application "Numbers"
    open file aFile
    save document 1 (* maybe save document aName *)
    close document 1 (* maybe close document aName *)
    end tell
    tell application "Numbers"
    open aFile
    end tell
    Yvan KOENIG (VALLAURIS, France) dimanche 6 juin 2010 17:18:27

  • Using WebService from Microsoft Reporting Service(MSRS)

    Hi,
    I want to invoke the web service from MSRS Report. Below is the details of my environment.
    Web service is deployed on the local machine.
    MS Report Server : SQL Server 2012 Reporting Service
    Designer Tool Used : Visual Studio 2010
    I have created a sample report in MSRS side, which should call getXXX, a web service method in XXXService(webService).
    I created the datasource of Type "XML" in Visual Studio, and given connectionString
    as "http://localhost:8080/axis2/services/XXXService".
    I created the dataset in Visual Studio, using datasource in previous step and used the below Query
    to pass the request to the WebService.
    <Query>
       <Method Name="getXXX"
    Namespace="http://localhost:8080/axis2/services/XXXService">
       </Method>
    </Query>
    or
    <Query>
    <SoapAction>http://localhost:8080/axis2/services/XXXService/getXXX</SoapAction>
    </Query>
    I am getting following exception in the Query Designer window.
    ===================================
    An error occurred while executing the query.
    Failed to execute web request for the specified URL.
    Soap Fault:
    The endpoint reference (EPR) for the Operation not found is http://localhost:8080/axis2/services/XXXService and the WSA Action = http://localhost:8080/axis2/services/XXXService/getXXX (Microsoft SQL Server Report Designer)
    ===================================
    Failed to execute web request for the specified URL.
    Soap Fault:
    The endpoint reference (EPR) for the Operation not found is http://localhost:8080/axis2/services/XXXService and the WSA Action = http://localhost:8080/axis2/services/XXXService/getXXX (mscorlib)
    Program Location:
    Server stack trace:
       at Microsoft.ReportingServices.DataExtensions.XmlDP.InMemoryCommand.ExecuteWebRequest(ICredentials credentials)
       at Microsoft.ReportingServices.DataExtensions.XmlDP.InMemoryCommand.Execute()
       at Microsoft.ReportingServices.DataExtensions.XmlDP.InMemoryCommand.<>c__DisplayClass1.<ExecuteReader>b__0()
       at Microsoft.ReportingServices.DataExtensions.XmlDP.WebRequestHelper.ExecuteServerCallAsNtUser(ServerCall serverCall, WindowsIdentity ntUser)
       at Microsoft.ReportingServices.DataExtensions.XmlDP.InMemoryCommand.ExecuteReader(CommandBehavior behavior)
       at Microsoft.ReportingServices.QueryDesigners.MultiThreadedQueryResultsHelper.AsyncExecuteReader(IDbCommand command, CommandBehavior behaviour)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
    Exception rethrown at [0]:
       at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
       at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
       at Microsoft.ReportingServices.QueryDesigners.MultiThreadedQueryResultsHelper.ExecuteReaderHandler.EndInvoke(IAsyncResult result)
       at Microsoft.ReportingServices.QueryDesigners.MultiThreadedQueryResultsHelper.<>c__DisplayClass4.<ExecuteActiveQueryCallback>b__3()
       at Microsoft.ReportingServices.QueryDesigners.QueryResultsGrid.EndExecuteReaderInUiThread(GetDataReaderHandler getDataReaderCallback)
    ===================================
    The remote server returned an error: (500) Internal Server Error.
    <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns22="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>axis2ns22:Client</faultcode><faultstring>The
    endpoint reference (EPR) for the Operation not found is http://localhost:8080/axis2/services/XXXService and the WSA Action = http://localhost:8080/axis2/services/PricingService/getXXX</faultstring><detail /></soapenv:Fault></soapenv:Body></soapenv:Envelope>
    Please help me in figuring out the problem in the configuration done or query passed in the Dataset of Visual Studio/Report Server.
    Best Regards,
    Sridhar

    Hi Sridhar Singh,
    According to your description, you created one web services and one web method, when you use it as data source, you got the error message.
    To retrieve data from XML data source, the connection string must be a URL that points to the Web service, Web-based application, or XML document available through HTTP. XML documents must have the XML extension. The connection string syntax for a Web service
    is http://servername /service.aspx.
    In this case, please make sure that the web service is published successfully through url. Then we use the query like below:
    <Query>
    <Method Namespace=" http://localhost:8080/axis2/services/" Name="XXXService"></Method>
    </Query>
    In addition, the XML data processing extension does not detect the schema for us. Therefore, we must have some way of discovering which SOAP methods will retrieve the data that we want. The default SoapAction for the case is like below:
    <Query>
    <SoapAction>http://localhost:8080/axis2/services/XXXService</SoapAction>
    </Query>
    For more information about XML Connection Type, please refer to the following document:
    https://msdn.microsoft.com/en-us/library/dd220468(v=sql.110).aspx
    http://bhushan.extreme-advice.com/webservice-as-datasource-in-ssrs/
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    Wendy Fu
    TechNet Community Support

  • Accessing ESSO Reporting Services Console

    Hi to everyone,
    I have just deployed the Oracle ESSO Reporting Services (version 11.1.1.5.0) with MS SQL Server 2008 R2 database to collect events about ESSO-LM. Both the Reporting Console and database are on the same server with Windows Server 2008 R2.
    Events from one, test, client (there are no others at the moment) are being written to the database well, but I can not access the Reporting Console via web browser. As soon as I fill the user credentials, the login process starts but fails with the following errors (depending on the Silverlight):
    ==== with Silverlight 5.1.20913.00 ====
    [Async_ExceptionOccurred]
    Arguments:
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.20913.00&File=System.dll&Key=Async_ExceptionOccurred
    at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
    at Reporting.PLXReportService.LogonCompletedEventArgs.get_Result()
    at Reporting.ReportService.logonCallback(Object sender, LogonCompletedEventArgs e)
    at Reporting.PLXReportService.PLXReportServiceClient.OnLogonCompleted(Object state)
    ====
    ==== with Silverlight for Developers 3.0.50106.0 =====
    An unknown error was encountered. Please contact your administrator for more information.
    An exception occured during the operation, making the result invalid. Check InnerException for exception details.
    at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
    at Reporting.PLXReportService.LogonCompletedEventArgs.get_Result()
    at Reporting.ReportService.logonCallback(Object sender, LogonCompletedEventArgs e)
    at Reporting.PLXReportService.PLXReportServiceClient.OnLogonCompleted(Object state)
    ====
    I have also tried to install different version of Silverlight on the client site but that did not change the behaviour a bit.
    The browser I use is default installation of Internet Explorer 8, which is the company standard, but the error occured also on Firefox 3.5.18. The error shows both when connecting to the Reporting Console via network from PC station as well as when launching the console localy on the server.
    I have tried to rebuild the environment with no success.
    What perplexes me is the fact, that I have been able to successfully implement the ESSO Reporting Services in our lab enviroment where I have not experienced this.
    I have found a thread here dealing with this problem dating a few years back but with no solution. Have any of you happened to see this? If so, were you able to solve it? Could you please give me any hint which direction to go to solve this?
    Thank you in advance,
    Ondrej

    The problem disappeared on its own over the weekend.

  • $100 to the person that can work with me on getting Lightswitch, Telerik Reporting, Azure reporting service working.

    I give up. I am not a professional developer however I am pretty good at coding. But I have limitations and do not understand how all the pieces fit together when it comes to WCF, LightSwitch and Telerik Reporting service.
    I have spent the better part of the past 5 evenings attempting to deploy a WCF service to my azure account to create reports for my application.  I know this should be simple but I cannot find an example that ties all the pieces together.
    I have a
    working lightswitch application deployed to Azure
    20+ working telerik reports created in a separate project (Reports have parameters that is one of the problems)
    No way to get the two to talk together.
    If you have experience and feel you can help me please respond to this post and I will set up some time for us to work together online.
    Regards a very frustrated part time developer
    Cliff
    P.S. Sorry if this is an inappropriate use of the forum but I am at my wits end!

    (I am not in the running for the 'bounty' just trying to help on the WCF RIA part...)
    When you deploy the application to Azure you should be able to hit the WCF RIA Service using:
    site/{class name}.svc/
    For example if you look at the reports I have in this example:
    LightSwitch Survey: Handling
    Complex Business Logic Using WCF RIA Services
    You can use the live application at the following link: https://survey.lightswitchhelpwebsite.com/HTMLClient (use your
    username and password from
    LightSwitchHelpWebsite.com)
    The call in Fiddler looks like this:
    /WCF_RIA_ServiceData.svc/SurveyResults?$filter=(SurveyId%20eq%202)&$top=45&$inlinecount=allpages
    This is what your reports should be calling. Can you get this far?
    Unleash the Power - Get the LightSwitch 2013 HTML Client / SharePoint 2013 book
    http://LightSwitchHelpWebsite.com

  • Reporting Services Webpart - web part does not auto render consistantly

    We are on SharePoint 2010 (integrated with Reporting Services)- on several sites we have added the Reporting Services Web Part and with a saved parameter.  The behavior of this web part is not consistent.  There are times when I open up a site
    and the web part will auto render the report.  5 minutes later I can go into the same site, and the web part does not auto render the report.  I have to do edit page, or close and re-open the web site.  Has anyone experienced this type of behavior. 
    I've looked for assistance with this issue on-line cannot find anything that specifically addresses this issue.   

    Hi Karen,
    If the parameters have default values in the report, then the report can be rendered automatically.
    For this issue, I recommend to verify the things below:
    Does this issue occur when you open the page with the web part in a new tab in the browser or go back to the previous opened tab?
    Does this issue occur in the server side or client side?
    Please add the site to trusted sites in Internet Explorer to see how it works.
    Please change another browser to see how it works.
    For narrowing down the issue scope, please test with another report and compare the results.
    Thanks,
    Victoria
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Reporting Services 2008 R2 - SharePoint Integration Mode

    Hi everyone,
    I installed Reporting Services 2008 R2 in my SharePoint(2013) server and configurated the SSRS to run in SharePoint Integrate mode. But, when I run the command Install-SPRSService in SharePoint 2013 Management Shell, I get this error: 
    Does anyone know how resolve it ? I search but I didn't get a solution :(
    Thanks in advance!
    Best Regards!

    SSRS 2008 R2 isn't supported with SharePoint 2013. You'll need a minimum of SSRS 2012 SP1. In addition, SSRS 2008 R2 doesn't include the cmdlet you're looking for because it isn't a Service Application, rather it sat external to SharePoint.
    The support matrix is at http://msdn.microsoft.com/en-us/library/gg492257.aspx.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Reporting Services not able to connect with sharepoint

    HI
    We have a Sql server instance where we are not able to install reporting services, so what we have done is we have created one more sql server instance on the same server with reporting services.
    When we configured reporting services in sharepoint integrated mode and try to connect that web service url in sharepoint we are getting an error in sharepoint central administartion  that not able to connect to the reporting services.
    Request you to throw some light on the same.
    Thanks
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

    Hi Geeth,
    Based on the limited information, I am not very clearly about you issue. In order to solve the problem more efficiently, I need to clarify some information. Could you post more detail information about “try to connect that web service url in sharepoint we
    are getting an error in sharepoint central administartion”? For example, the detail steps about the action, the screenshot of the action, and what error message you received. I’m not sure which step are you trying to do. And could you tell me the edition of
    your SQL Server and SharePoint? It is benefit for us to do further analysis.
    References:
    2008 R2:
    http://technet.microsoft.com/en-us/library/bb283190(v=sql.105).aspx
    http://sharepointtaskmaster.blogspot.in/2010/11/intergration-reporting-service-with.html
    http://technet.microsoft.com/en-us/library/bb326213(v=sql.105).aspx
    2012:
    http://technet.microsoft.com/en-us/library/47efa72e-1735-4387-8485-f8994fb08c8c
    http://denglishbi.wordpress.com/2011/07/22/configuring-sql-server-denali-reporting-services-sharepoint-2010-integration/
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • "Reporting services" service does not start automatically

    I have installed reporting services from SQL Express SP1 package. OS is Windows 2000 SP4. Just after installation "Reporting services" service has StartMode=Automatic and LogOnAS=LocalSystem as shown in SQL Server Configuration Manager. When system is rebooted reporting services state is Stopped and there is 2 errors in System log:
    1. Timeout (30000 milliseconds) waiting for the SQL Server Reporting Services (REPS) service to connect.
    2. The SQL Server Reporting Services (REPS) service failed to start due to the following error: The service did not respond to the start or control request in a timely fashion.
    If i select "start" from service's context menu then it starting normally and it's state becomes Running.
    What can i do to make reporting services starting automatically on system load?

    i  have the same problem here in one of our servers ,, it was working and suddenly it stopped i don't know why 
    when i reviewed the Event Viewer :
    Event Type: Error
    Event Source: SQL Server Report Service
    Event Category: None
    Event ID: 0
    Date: 8/22/2010
    Time: 12:05:26 PM
    User: N/A
    Computer: SERVICE-CENTER
    Description:
    Service cannot be started. Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. See the report server log files for more information. ---> System.UnauthorizedAccessException:
    Access to the path 'C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\RSReportServer.config' is denied.
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
       at Microsoft.ReportingServices.Diagnostics.Globals.SafeOpenXmlDocumentFile(XmlDocument doc, String pathToXmlFile)
       at Microsoft.ReportingServices.Diagnostics.RSConfiguration.LoadDocument()
       at Microsoft.ReportingServices.Diagnostics.R...
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Any body can help with this ,, because i didn't find anything helpful till now !!!
    dear all 
    i installed SQL Server 2005 SP2 and it solved my problem 
    wish you all luck 

  • Reporting Services Point, remote SQL issue

    I'm trying to install Reporting Services Point on a remote SQL 2008 R2 SP2 server. I select the SQL server under Servers and Site System Roles and it lists the site database server name, database name (should this name be the same as the DB found in Reporting
    Services Configuration Manager?), folder name and reporting services server instance. I enter a new account that is a sysadmin on the SQL click verify and get:
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
    (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified).
    Ping works both ways, remote connection on this SQL instance are enabled, static ports configured, a rule to allowany is set in the firewall. Should I perhaps be entering the port (this instance uses a non-standard one) in the Add Site System Roles
    Wizard?
    If I open up Reporting Services Configuration Manager, the service is started, mode is native, a domain user account is used for the service account, web service URL opens, I even created a new DB. Report Manager URL opens.
    SCCM itself uses the same remote SQL instance, so it appears connectivity works fine.
    Any assistance is appreciated.

     Thank you very much - CypherMike. 
    You helped me so much!!!
    I installed the DB on another Instance so i had to change the port # and just here i found this info that i need to use comma to define the port.
    Tnx

  • Reporting Services Point status message errors.

    My Reporting Services Point seems to work OK -all reports are available and run correctly both through the console and via the website. However, I am seeing the following warning in the SMS_SRS_REPORTING_POINT status messages every hour:
    "The SQL Reporting Services datasource on Reporting point server "Databaseserver.contoso.com" is missing or has been changed outside of Configuration Manager.  It will be rebuilt based on the RSP configuration."
    Here's what I think is causing the issue, but I don't know how to solve it.
    The reports database is on the same remote SQL server as my site database. Because these site systems were installed automatically through the SCCM installation process, they show up in the Servers and Site Systems Role without an intranet FQDN. However,
    when I add the RSP to the database server, it creates a new entry because when manually adding site systems SCCM insists on automatically adding the intranet FQDN. So I now have two separate entries for the same server:
    \\DBServer01 - component server, site database server, site system
    \\DBServer01.contoso.com - component server, reporting services point, site system
    Any thoughts on how to stop these errors?

    Yes, I know this is an old post, but I’m trying to clean them up.
    In the past when I have seen this, they will automatically clean themselves up after a few days. (aka up to a week later). Have it clean itself up yet?
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Reporting Services Point SSL after Role installed

    Scenario,
    Reporting Services (SQL 2012) installed on a remote server and not configured with SSL.  Reporting Services Point installed and functioning correctly.
    We now have enabled SSL in RS Configuration using a cname for the certificate (sccmreports.domain.com) and it is working via web browser, however when I attempt to remove the port 80 binding it breaks SCCM's ability to connect to the reporting point via
    the admin console.   Presumably, if SSL is not enabled prior to installing the RSP that SCCM only knows to connect via HTTP?
    If this is the case, outside of uninstalling and re-installing the RSP now is there a way to "tell" SCCM to use HTTPS to connect?  Maybe its a different issue altogether?
    Thanks!

    The SSRS connection info is stored in Site control file, which is in the view vSMS_SC_SiteControlXML. If you change the SSRS address manually, the info cannot be updated automatically so that you must reinstall SSRS.
    Juke Chou
    TechNet Community Support

Maybe you are looking for

  • Linksys wireless router G problem with ASUS Eee PC 1000H laptop

    This is a new laptop with a Ralink rt2860 chipset. Problem: I have trouble connecting to the router at my office. When I can connect, I often get such a low connection speed that the signal drops out and I lose the connection entirely. I have no trou

  • I can't open a 32-bit HDR file made with Photoshop HDR in Lightroom.

    I can't open a 32-bit HDR file made with Photoshop HDR. I saved the file in Photoshop with the maximum compatibility-option on. In Lightroom the file doesn't show a preview and an exclamation mark in the upper right corner. Anybody an idea why and ho

  • Uninstall Quicktime Pro 7

    Forgive me if this has been answered before, but I've been searching the forums and can't find an answer to my problem. I accidentally deleted files from my main Library > Quicktime folder. I thought I was trashing components installed by a third par

  • Slideshows in Firefox/IExplorer

    I've been reading up on this and it seems like there are numerous issues regarding this: slideshows, navigation, etc are not working AT ALL in FireFox or Internet Explorer. Sometimes it partially works, sometimes the fonts are bad. What's the deal? I

  • "found dead shared server" while making a hot backup

    This is part of the alert, maybe it helps: Wed Aug 15 11:27:16 2007 alter tablespace ERKSNEW begin backup Completed: alter tablespace ERKSNEW begin backup Wed Aug 15 11:28:23 2007 found dead shared server 'S000', pid = (32, 127) Wed Aug 15 11:28:47 2