Reporting Services - Multi instance instalation

Hi
I instaled SQL Server standard edition named instance ("DEV1") on a machine with a previous default instance of SQL Express and RS.
I also instaled a new  RS instance using this new SQL Server instance using new endpoints, ex:
http://myserver/reports_DEV1
but I get HTTP 404 Not Found.
The previous default instance on http://myserver/reports is still working fine. it opens
http://localhost/Reports/Pages/Folder.aspx
and I noticed that folder.aspx exists only once in the whole file system. Should I have the rs files duplicated on each instance directory?
What can be wrong with my instalation?
Thanks,
DD

Hi DevDiver,
According to your description, the Report Manager URL for your new Report Server instance can be accessed and return 404 error. However the Report Manager URL for the previous instance works fine. Right?
Based on your information, it indicates the issue in the URL configuration. So please go to the Reporting Services Configuration Manager, check the Web Services URL and Report Manager URL. By default, set IP address All assigned, use port 80. However, the
80 port can be shared with other applications, so in this scenario, it might be occupied by another application. From a command prompt, type the following command to return a list of TCP ports that are being used:
netstat –a –n -p tcp
Then used an available port (like 8080 port) for URL of the new Report Server instance. Since the previous instance works fine, there might be some other issue with configuration. For yourself testing, you can trace the hop of http to see some detail
information about the issue. Please refer to the article below:
http://blogs.msdn.com/b/wndp/archive/2007/01/18/event-tracing-in-http-sys-part-1-capturing-a-trace.aspx
Reference:
Configure a URL (SSRS Configuration Manager)
If you have any question, please feel free to ask.
Best Regards,
Simon Hou

Similar Messages

  • [Forum FAQ] Configuration Manager Console shows nothing if you change SSRS to using SSL after Reporting Service Point is installed

    If the SSRS is changed to SSL mode and http binding is removed after Reporting Service Point is installed. The Configuration Manager Console shows nothing in Reporting Pane. After digging into this problem, the cause is that the SSRS information has not
    been updated in Configuration Manager Database. The following steps are taken for finding the root cause.
    1. After changing to SSL, the Reporting Service Point log shows the error as shown in Figure 1.
    The request failed with HTTP status 404: Not Found.
    (!) SRS not detected as running
    Failures reported during periodic health check by the SRS Server DB2.SCJIZHO.COM.
    Figure 1
    From the error, seems the cause was the Reporting Service Point detected a wrong port. We digged around in Registry and found the information is a Registry key named ReportServerUri at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\SRSRP. After changing the Report
    Server address to https. The error is gone as shown in Figure 2. But the issue remains, the Console still shows nothing. It is not a right direction.
    Figure 2
    2. Open the Console log file, it also shows some valuable information.
    instance of __ExtendedStatus
                    Operation = "ExecQuery";
                    ParameterInfo = "SELECT * FROM SMS_Site WHERE SiteCode = 'PRI'";
                    ProviderName = "WinMgmt";
    \r\n
    [1, PID:3136][04/24/2014 01:46:00] :Property: 'LastModifiedTime'\r\nSystem.Management.ManagementException\r\nNot found \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.PropertyData.RefreshPropertyInfo()
       at System.Management.PropertyDataCollection.get_Item(String propertyName)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObjectBase.get_Item(String name)\r\nManagementException details:
    [52, PID:3136][05/11/2014 20:14:15] :[ReportProxy] - User-specified default Reporting Point [PRI.scjizho.com] could not be found, [DB2.scjizho.com] is now the default Reporting Point (Figure 3).
    Figure 3
    It seems the Console wants to access the old http site and it fails to get into the site for sure. Actually, the Site Configuration information is come from Site Control File and as we all know that ConfigMgr 2012 doesn’t store the Site Control file in the
    file system. However, it’s stored in the SQL database (as XML file). The XML file is stored in a view named vSMS_SC_SiteControlXML. This view is a read-only view. We cannot edit it directly. The related table stored the SSRS information for this view is SC_SysResUse_Property.
    Running the following query will list the SSRS address. We can see the address is still the old one. This is why the Console shows nothing.
    SELECT
    name,
    value2
    FROM dbo.SC_SysResUse_Property
    where name
    ='ReportServerUri'
    or name=
    'ReportManagerUri'
    Remarks:
    This article is just to let you know why the Console cannot show the Reports after changing to SSL mode. We do not intend to make you change the table in Database, if you want to change it, you will be at your own risk. The real solution to this situation
    is to reinstall your Reporting Service Point.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Ok, but how do you solve this problem? Does uninstalling the RP and adding it back solve this problem?
    http://www.enhansoft.com/

  • Uninstalling Reporting Services 2005 instance

    Hi,
    I'm trying to uninstall an old instance of SQL 2005 Reporting Services (x86) on a WS2008 vm but for some reason the uninstall crashes.
    I am using programs and features to uninstall the SQL 2005 Reporting Services named instance. I get a message saying 'setup is preparing to make the requested configuration changes' and the setup then closes without any warning or error message.
    Has anyone else had similar problems and does anyone have any ideas how to remove this instance of RS? If it's any help the corresponding SQL instance has been uninstalled so maybe thats confusing the setup program?
    Many Thanks,
    Phil

    Hi phil,
    Both the Installation Wizard and command line setup can be used to remove or modify an existing installation. Refer to How to: Uninstall an Instance of Reporting Services:
    http://msdn.microsoft.com/en-us/library/ms143518(v=SQL.90).aspx.
     In addition, I think you need to uninstall SQL Server 2005 manually. Follow steps:
    http://support.microsoft.com/kb/909967.
    BUG: You cannot repair or uninstall SQL Server 2005 Reporting Services after you uninstall and then reinstall Internet Information Services 6.0:
    http://support.microsoft.com/kb/910544.
    Hope this helps.
    Maggie Luo
    TechNet Community Support

  • SSL Cert for 2008 R2 Reporting Services that is installed on a Failover Cluster - server address mismatch?

    I utilized the idea from
    http://www.mssqltips.com/sqlservertip/2778/how-to-add-reporting-services-to-an-existing-sql-server-clustered-instance/ to install 2008 R2 Reporting Services on a new Clustered SQL instance.  In short, create the new Clustered SQL instance on Node1,
    installing Reporting Services with it.  Then on Node2, Add a Failover Cluster Node (without choosing Reporting Services); following that up with starting the SQL setup.exe with a cmd to bypass a check so that I can then install the Reporting Services
    feature on Node2.  It points out using the SQL Cluster Network name for connecting to Reporting Services.
    I verified upon failover that I could still access the Reports and ReportServer URLs.  However, when wanting to add an SSL certificate to the RS configuration, I run into the warning of "mismatched address - the security certificate presented by
    this website was issued for a different website's address", where I can continue and get to the Reports or ReportManager URLs.
    I played with different certs (internal CA created) and SANs and other things, but I still get this error with the cert.  The Reports URL, for example, is <a href="https:///Reports">https://<SQLClusterNetworkName>/Reports, and the
    cert has a CN and Friendly Name of SQLClusterNetworkName (with SAN of DNS: SQLClusterNetworkName.<domain>), but the error still happens.
    What am I missing to eliminate the mismatched address warning when using the SQLClusterNetworkName as the base of the URLs?

    I got it working by using the FQDN as the common name on the SSL cert, with FQDN in RS URLs.

  • Reporting Services SQL Instance blank

    I have looked at all the links and tried the suggestions and I am still having the problem: 
    SCCM 2012 R2                         SQL 2012 SP1 SSRS installed and configured (separate boxes)
    When I try to add the reporting services role, it finds the SCCM database and verifies connectivity to it, the SSRS instance drop down is blank.
    Using a domain service accout with local admin rights on both machines and sa rights in SQL.
    There is a firewall between the Primary Server and the SQL Server and ports 80, 135, 443, 445, 1433 and the high RPC range.
    Does anyone know how it is determining the instance?  I have read it is via WMI but I am not sure if it is a query or executing a method.  I have verified the svc acct has the correct DCOM privs.

    Duplicate post of
    http://social.technet.microsoft.com/Forums/en-US/5da8e51c-578e-42a8-9419-4a9c02be65e0/reporting-services-install-on-sql-2012-sp1-instance-blank?forum=configmanagergeneral
    http://www.enhansoft.com/

  • Sccm 2012 reporting services server instance blank

    Hi guys,
    Can anyone provide me tips to install reporting service point on SCCM 2012 server.
    P.S: SRS instance configured in SQL server 2008 R2 SP2 and it can accessible (http://<SQLserver>/Reports/) in SCCM 2012 server
    Please help me!
    Thanks,

    If you don't have DNS entry for your Report Service Point (SQL server), the instance field can be blank too.
    Can you expand on this as I have never heard of this issue before.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Multi-instance Install for CF 8

    Hey all,
    so we have installed CF 8 for multi instance. The main
    instance will show up fine in the browser, but any additional
    instances will not show up correctly. Either the instance shows a
    blank white screen, or it gives a page not found.
    We are setting up virtual sites in IIS to set the new file
    locations.
    Need help badly with this!!
    thanks
    Dan

    First check that the ColdFusion instances are properly
    running. If you
    go to the instance manager of the main 'cfusion' instance,
    where you
    created all the sub-instances, you should be able to click on
    the icon
    that links to each instances ColdFusion Administrator. When
    you do this
    you are going to get pages using IP address and ports in the
    URL bar of
    your browser.
    If that works. Can you access static HTML content in each of
    your
    virtual servers? Reading your last post, I suspect this might
    the be
    the source of your problem. When you run mutiple websites
    from the same
    server, each site must have separate addresses. This can be
    done with
    IP addresses, ports or host-headers. Making this work is
    going to
    involve configuration in IIS and|or your domains Domain Name
    Server.
    If you can get to the ColdFusion Administration Application
    of all your
    instances and you can get to static content in each of your
    virtual web
    sites, then there maybe other problems preventing the web
    sites and
    ColdFusion working together. But confirm those two things
    first.

  • Reporting Services Multi Value Parameter

    I have an SSRS 2005 report that I want to enable for multi value. However, I always run into the issue with the way it passes multiple values. How exactly do I get a multi-value parameter setup and working on both the report AND SQL side?
    I used the MS example of checking the multi checkbox for the parameter and then using a WHERE Column IN (@MultiParam), but this doesn't work. When you select one item, or is it multiple I can't remember, it fails. I really appreciate the help!
    Nathon Dalton
    Software Developer
    Systems Administrator
    Network Administrator
    Blog: http://nathondalton.wordpress.com

    Here's a sample of the SQL stored procedure that I use to get the dataset:
    Create
     proc [dbo].[spStoredProcName]
    @supervisor
    varchar(max) 
    as
    begin
    create
    table #tempSups
    Supervisor
    varchar(62)
    declare
    @i
    int
    select
    @i = 0
    select
    @i =
    charindex(',',@supervisor
    begin
    if @i
    <> 0
    while @i
    >0
    begin 
    insert
    into #tempSups
    values
    (ltrim(rtrim(left(@supervisor,
    @i-1))))
    select @supervisor
    =
    right(@supervisor,
    len(@supervisor)
    - @i)
    select @i
    =
    charindex(',',
    @supervisor)
    end
    end
    insert
    into #tempSups
    values
    (ltrim(rtrim(@supervisor)))
    From there, simply join your query to the temp table

  • SSRS : Reporting Services - Multi-Value Parameter Issue

    Hi,
    This problem is been around the blogs and forums for while now but may be it's not answered to the fullest. I couldn't get any satisfactory or completed solution on the issue so far, any clues/help will be highly appreciated.
    My scenario is very simple :-
    I am using SQL Server 2005 and SSRS. I need to develop a report which has a parameter value called Customer Name. The users should be able to select multiple customers from the list and sometimes Select All also.  I tried the following :-
    Created two data sets : Second dataset is just to populate the Customer Name
    Created a Report Parameter and mapped with the query parameter where it says  "Where CName in (@Parameter1)"
    Nothing seems to be working although I tried to apply all the existing half-way solutions currently available in the forums. May be I am not getting to the right solution.
    Here is what's happening :-
    When used '?' like "where CName = ?" then it's working fine for the single value. {Multi value query cannot be used with ?}
    But for multiple values when used @Parameter1 like "where CName in (@Parameter1)" it's giving the following error
    Cannot add multi value query parameter '@Parameter1' for data set 'Dataset1' because it is not supported by the data extension.
    However if commented this line it's pulling all the values whether or not selected from the parameter list.
    This is the basic thing which I was not able to get the desired result, in addition I was looking to get the Customer Name parameter selected with a partial entry as we use LIKE. Example :- If the user enters 'St' in the text box the list should show all the names starting from those two letters
    Starter
    Steve
    Steven
    Stevenson etc.
    I am not sure whether I'll will be able to get to this extent or not but until the multi value parameter, I am desperate to get the solution. So any sort of help/advise is highly appreciated.
    Regards,

    Hi,
    This problem is been around the blogs and forums for while now but may be it's not answered to the fullest. I couldn't get any satisfactory or completed solution on the issue so far, any clues/help will be highly appreciated.
    My scenario is very simple :-
    I am using SQL Server 2005 and SSRS. I need to develop a report which has a parameter value called Customer Name. The users should be able to select multiple customers from the list and sometimes Select All also.  I tried the following :-
    Created two data sets : Second dataset is just to populate the Customer Name
    Created a Report Parameter and mapped with the query parameter where it says  "Where CName in (@Parameter1)"
    Nothing seems to be working although I tried to apply all the existing half-way solutions currently available in the forums. May be I am not getting to the right solution.
    Here is what's happening :-
    When used '?' like "where CName = ?" then it's working fine for the single value. {Multi value query cannot be used with ?}
    But for multiple values when used @Parameter1 like "where CName in (@Parameter1)" it's giving the following error
    Cannot add multi value query parameter '@Parameter1' for data set 'Dataset1' because it is not supported by the data extension.
    However if commented this line it's pulling all the values whether or not selected from the parameter list.
    This is the basic thing which I was not able to get the desired result, in addition I was looking to get the Customer Name parameter selected with a partial entry as we use LIKE. Example :- If the user enters 'St' in the text box the list should show all the names starting from those two letters
    Starter
    Steve
    Steven
    Stevenson etc.
    I am not sure whether I'll will be able to get to this extent or not but until the multi value parameter, I am desperate to get the solution. So any sort of help/advise is highly appreciated.
    Regards,
    you speak spanish

  • SQL Server Reporting Services Multi Color selection

    Hi to All.
    iam trying to use this swicth condition in SSRS for multi color view. But its not getting can u suggest me 
    =switch(Fields!AVGSALES.Value<2000 ,"red",Fields!AVGSALES.Value<5000, "blue", Fields!AVGSALES.Value>5000,"yellow"

    Hi pullela venu,
    Based on your description, your switch condition in SSRS don’t work ,right?
    I have tested on my local environment and it works fine, so your problem may due to the conditions of different colors, for example, you haven’t include the value of 2000 and 5000,If the AVGSALES value is 2000 or 5000, this expression will not work, and
    you can also check you have put the expression in the right place, Please check details below one by one to make sure you have done the right:
    1.  Did you want to specify three different colors for three different ranges of values like below?
    Fields!AVGSALES.Value<2000(red)
    Fields!AVGSALES.Value=<2000 and Fields!AVGSALES.Value<5000(blue)
    Fields!AVGSALES.Value>=5000(yellow)
    If the above ranges of value is correct you can modify the switch function in the expression as below:
    =switch(Fields!AVGSALES.Value=<2000 ,"red", Fields!AVGSALES.Value>2000 and Fields!AVGSALES.Value<5000,"blue",Fields!AVGSALES.Value>=5000,"yellow")
    2.  Select the textbox of “AVGSALES” in the properties window and select the expression of color to add the switch function above.
    If you still have any question, please feel free to ask.
    Regards
    Vicky Liu

  • Reporting Services Site Role Setup: Instance Blank/Empty

    SCCMserver01
    SQLDBserver01
    Background info:
    We have a strict policy that states we cannot load additional software packages on our SQLDB servers. So with that being said I need to have the
    SCCM Reporting Services Point reside on a server that is not our SQLDB server. I do have the SSRS SQL components installed on the SQLDB server.
    With that being said.......when I go to add the SCCM Reporting Services Point to our SCCMserver01 as described above the I get the "specify reporting services settings" within that menu down where it says "reporting services server instance"
    it is blank and all I see is a red exclamation mark. When I hover over it the error is "Unable to locate any configured SRS instances on the server.  Verify SRS is installed, accessible, and correctly configured."
    Has anyone else seen this? What am I missing? Thank you.....

    So I can install just SSRS on my SCCM server and then point to the DB on my SQL server? Is SSRS a licensed product?
    Yes SSRS is a licensed product.
    Although technical possible to install SSRS on your CM12 server and point the db to SQL. This would NOT be a recommend solution.
    I'm not sure how you policy apply when CM12 itself MUST be full Administrator and SA on your existing SQL servers, And it install SW on SW server too, so...
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Trouble Installing 2012 R2 Reporting Services - Version Mismatch Error in logs

    I recently upgraded an instance of SCOM 2012 SP1 to 2012 R2.
    I got no errors installing the all of the components except for the reporting services. 
    As part of my troubleshooting, I ended up just uninstalling the SP1 version of reporting services and just tried a fresh install of R2 Reporting Services.
    When installing reporting services, I get to the step it asks you to put in your management server. I do that, and I get an error about the versions not matching. If I look in the OpsMGrSetupWizard.txt in the setup logs, I see the following error.
    Error:The management server is a different version than the current setup build. Please use a different management server or the correct version of setup. Server Version: 7.0.9538.0
    On both of my management servers, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Operations Manager\3.0\Setup shows 7.1.10226.0 for currentversion, ServerVersion and UIVersion
    I've tried running the install from the Action account, the SDK Account and my own account, all having admin privileges on the system, same error. I've run the resetSRS.exe against the SQL server in case there were leftovers from the previous SP1 install
    of reporting services.
    My searches here and google haven't found anything that has helped. 

    OK, after digging around some more I found the following.
    In the SCOM Console, my management servers were still in maintenance mode from the upgrade somehow, and in the agent managed section for management servers, the version still listed the 7.0.9538.0 version. I removed them from maintenance mode, and within
    a few minutes their returned to a monitored state, and the version updated to the 7.1.10226.0 version.
    Once that was up to date, I reran the reporting services install on my db server, and it went through properly.
    So it looks like the reporting services install is dependent on some part of the management servers updating their version in the db. 

  • 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

  • [Forum FAQ] Reporting Service Point cannot be installed on a Site System Server running SQL Server 2012 SP1

    Symptom: When you install Reporting Service Point role on a Site System Server running SQL Server
    2012 SP1, you may encounter an issue that the Reporting Service Point role cannot be installed. The error log “srsrpMSI.log” and “srsrpsetup.log” may throw the error as shown in Figure 1 and Figure 2.
    03:32:03:764]:
    MainEngineThread is returning 1618
    Figure 1: Error -1
    <03/03/14 03:32:03>
    srsrp.msi exited with return code: 1618
    Figure 2: Error -2
    Reason: All the two logs indicate an error return code 1618. From the KB below you may know what
    the return code means.
    ERROR_INSTALL_ALREADY RUNNING 
    1618
    Another installation is already in progress. Complete that installation before proceeding with this install.
    KB link:
    http://support.microsoft.com/kb/290158 “it is related to an Office Suite KB, anyway, the MSI return code is the same meaning”
    You can look into Resource Manager and Event Viewer to find the other currently running MSI installation. You may get a warning in Event Log that means the MSI wants to install a SQL Server
    related Component (Figure 3). The Resource Manager confirms this (Figure 4).
    Event Log:
    Event ID: 1004
    Source: Msinstaller
    Level: Warning
    Detection of product '{A7037EB2-F953-4B12-B843-195F4D988DA1}',
    feature 'SQL_Tools_ANS', component '{0CECE655-2A0F-4593-AF4B-EFC31D622982}' failed.  The resource '' does not exist.
    Figure 3: Event Log
    Figure 4: Resource Manager
    Resolution: the error is exactly what the following KB describes.
    KB Link:
    http://support.microsoft.com/kb/2793634
    After we resolve the SQL Server 2012 issue, the Reporting Service Role is installed successfully.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    This implies that ODP.NET does NOT need to be installed on a client. However, I cannot find OraOPs9.dll on a machine with Client Release 9.2 installed. Should OraOps?.dll automatically come with a Client installation of 9.2 or higher?
    ODP.NET needs to be installed on the client. OraOps9.dll is part of ODP.NET, not the Oracle Client.
    Also, if an application is built with the 10g ODP.NET, can it be run from a machine with OraOps9.dll?
    If an application is built with 10g ODP.NET, it can be run with 9.2 ODP.NET as long as you do not use any 10g APIs. The new features in 10g ODP.NET are included in the doc and the ODP.NET FAQ for your reference.

  • Reports Service failes with 186 error after Disco4i Admin install.

    OS NT 2000
    DB 8.1.7
    9iAS 1.0.2.1
    Disco Admin 4.1.33e
    Everthing was working fine until the install of Disco4i Admin. It would error on the install until I stopped the Reports Service. Post install - The reports service failed to start. NT specific error 186.
    I've performed a TNSPING80.EXE myserver & verified the TNSNames.ora configuration in 806, iSuites, and 8.1.7. Everything looks ok.

    If you have set the TNS_ADMIN environment variable or registry key to an alternate value, Oracle9iAS Reports Services may fail to start with an error 186 or REP-0186. In such a case, you can start Oracle9iAS Reports Services from an MS-DOS command prompt as follows:
    prompt> setenv TNS_ADMIN <IAS_HOME>/6iserver/network/admin
    prompt> <IAS_HOME>/6iserver/reports60_server start
    replacing <IAS_HOME> with the directory where you installed Oracle9i Application Server. This will force Oracle9iAS Reports Services to use the tnsnames.ora file at <IAS_HOME>/6iserver/network/admin.
    Hope this will help
    null

Maybe you are looking for

  • Incorrect fault status - why is it not possible to...

    We have had a fault on our phone line since last week - VOL051-115******, initially it was a very noisy line which was also killing the meagre broadband speed we normally make do with. When the fault was reported a line test was run which was passed

  • Xvision no longer connecting to server after office move

    our Corp. office moved and my machines not longer can connect to the Unix machine on the VPN, nothing on the machine has changed, only the location. I'm not familiar with the details of this sytem, but need help urgently! Does Xvision need ports open

  • How to burn albums in iPhoto with external DVD drive?

    I have the new iMac which doesn't contain a DVD drive... so I bought an external DVD drive and I am trying to burn albums from iPhoto but in the "share" option, the "burn to disc" option doesn't come up. It's as if iPhoto doesn't recognize a DVD driv

  • In terms of performance. Which adapter works better ? ADC-VGA or DVI -VGA

    Or are parameters different ? Presently my CRT 20" Sony requires an adapter for my G4. My graphics card suggest that I can add another monitor. It will be a LCD with DVI output. Is the performance better from the ADC-VGA option for the CRT ? Thanks

  • Prime Infrastructure 2.0 Device Configurations

    We use PI 2.0 physical appliance. Is it possible to save a shadow copy of the configs so that you get config in filesystem? We want to save the configs to an external server.  Actually we are using this feature in LMS. Regards