Reporting Server Website

Hi
I have a client which i do reporting services for. The client doesn't have technologies like DW because of lack of skills. I want to design a website for them where they can access , filter, or manipulate data depending on the report they want. 
I just want assistance on how to do it, which technologies should i use? any website i can refer for source code?
Thanks in advance.

Hi tmpmadula,
As per my understanding, you installed reporting services on the server, you want to enable users to access, manage and deliver reports from website according to their demand.
With Reporting Services, we can publish reports, schedule report processing, or access reports on-demand. You can select from a variety of viewing formats, export reports to other applications such as Microsoft Excel, and subscribe to published reports.
The reports that you create can be viewed over a Web-based connection or as part of a Microsoft Windows application or SharePoint site. We can also create data alerts on reports published to a SharePoint site and receive email messages when report data changes.
In this case, we can use the Reporting Services Configuration Manager to configure a SQL Server Reporting Services installation in Native Mode. For detail information, please refer to the following steps:
Click Start, point to All Programs, point to Microsoft SQL Server instance, and then point to Configuration Tools.
Click Reporting Services Configuration Manager. The Connect to a Report Server Instance dialog box appears so that we can select the report server instance we want to configure.
In Server Name, specify the name of the computer on which the report server instance is installed. The name of the local computer appears by default.
In Report Server Instance, select the SQL Server Reporting Services instance that you want to configure. Only report server instances for this version of SQL Server appear in the list. You cannot configure earlier versions of Reporting Services.
Click Connect.
Configure the Report Server Service Account.
Configure Report Server URLs.
Create a Report Server Database.
Configure a Report Server Database Connection.
Configure a Report Server for E-Mail Delivery.
Configure and Manage Encryption Keys.
For detail information about How to Configure SQL Server Reporting Services, please refer to the following documents:
https://msdn.microsoft.com/en-us/library/bb934490.aspx
https://community.dynamics.com/gp/b/azurecurve/archive/2012/02/07/how-to-configure-sql-server-reporting-services-in-order-to-deploy-reporting-services-reports-in-gp.aspx
If you have any more questions, please feel free to ask.
Thanks,
Wendy Fu
If you have any feedback on our support, please click
here.
Wendy Fu
TechNet Community Support

Similar Messages

  • SSRS 2008R2 Error: An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database

    Hi,
    a big problem with our report server has appeared suddenly.
    We are running the SQL Server 2008 R2 with a Report Server. But a .
    I can connect to the Report Server Website and I can choose a report. But if I run the report, it will load endless without timeout message or other error messages.
    I looked in the Report Server Log and find out this confusing error messages:
    rshost!rshost!1680!01/21/2014-16:22:41:: e ERROR: WriteCallback(): failed to write in write callback.
    rshost!rshost!1680!01/21/2014-16:22:41:: e ERROR: Failed with win32 error 0x0079, pipeline=0x00000000004ED8D0.
    rshost!rshost!c20!01/21/2014-16:22:41:: e ERROR: HttpPipelineCallback::SendResponse(): failed async writing response.
    rshost!rshost!c20!01/21/2014-16:22:41:: e ERROR: Failed with win32 error 0x0079, pipeline=0x00000000004ED8D0.
    rshost!rshost!1680!01/21/2014-16:22:41:: v VERBOSE: HttpPipeline::DisconnectCallback: releasing pipeline=0x00000000004ED8D0.
    httpruntime!ReportManager_0-1!c20!01/21/2014-16:22:41:: e ERROR: Failed in BaseWorkerRequest::SendHttpResponse(bool), exception=System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception from HRESULT: 0x80070079)
       at Microsoft.ReportingServices.HostingInterfaces.IRsHttpPipeline.SendResponse(Void* response, Boolean finalWrite, Boolean closeConn)
       at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
    library!ReportManager_0-1!c20!01/21/2014-16:22:41:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: RsWorkerRequest::FlushResponse., Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException:
    An internal or system error occurred in the HTTP Runtime object for application domain ReportManager_MSSQLSERVER_0-1-130347907277948893.  ---> System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception
    from HRESULT: 0x80070079)
       at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
       at ReportingServicesHttpRuntime.RsWorkerRequest.FlushResponse(Boolean finalFlush)
       --- End of inner exception stack trace ---;
    httpruntime!ReportManager_0-1!c20!01/21/2014-16:22:41:: e ERROR: Failed in BaseWorkerRequest::SendHttpResponse(bool), exception=System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception from HRESULT: 0x80070079)
       at Microsoft.ReportingServices.HostingInterfaces.IRsHttpPipeline.SendResponse(Void* response, Boolean finalWrite, Boolean closeConn)
       at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
    library!ReportManager_0-1!c20!01/21/2014-16:22:41:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: RsWorkerRequest::FlushResponse., Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException:
    An internal or system error occurred in the HTTP Runtime object for application domain ReportManager_MSSQLSERVER_0-1-130347907277948893.  ---> System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception
    from HRESULT: 0x80070079)
       at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
       at ReportingServicesHttpRuntime.RsWorkerRequest.FlushResponse(Boolean finalFlush)
       --- End of inner exception stack trace ---;
    The last think I have done, is to grant a new user access to the report server website (by using the site options) and to the root folder (by using the folder options on ws).
    But the error must not relate to the new user. The server was not touched for several days before.
    Could you plz help me? I have no idea what to do. 
    Googling the whole day to find a solution without success

    We are having the same issue with our production reporting server and it doesn't look like a permission issue. We are running the SSRS service as a domain account with administrative privileges on the server. We are seeing the following entry in the log
    file:
    rshost!rshost!1254!01/30/2014-13:06:04:: e ERROR: WriteCallback(): failed to write in write callback.
    rshost!rshost!1254!01/30/2014-13:06:04:: e ERROR: Failed with win32 error 0x0079, pipeline=0x0000000003484370.
    rshost!rshost!1198!01/30/2014-13:06:04:: e ERROR: HttpPipelineCallback::SendResponse(): failed async writing response.
    rshost!rshost!1198!01/30/2014-13:06:04:: e ERROR: Failed with win32 error 0x0079, pipeline=0x0000000003484370.
    httpruntime!ReportManager_0-1!1198!01/30/2014-13:06:04:: e ERROR: Failed in BaseWorkerRequest::SendHttpResponse(bool), exception=System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception from HRESULT: 0x80070079)
       at Microsoft.ReportingServices.HostingInterfaces.IRsHttpPipeline.SendResponse(Void* response, Boolean finalWrite, Boolean closeConn)
       at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
    library!ReportManager_0-1!1198!01/30/2014-13:06:04:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: RsWorkerRequest::FlushResponse., Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException:
    An internal or system error occurred in the HTTP Runtime object for application domain ReportManager_0-1-130355206125382999.  ---> System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception from HRESULT:
    0x80070079)
       at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
       at ReportingServicesHttpRuntime.RsWorkerRequest.FlushResponse(Boolean finalFlush)
    SSRS version is 10.50.4270.0
    Regards,
    Augustine.

  • Reporting server installation fails

    Hi,
    I am installing SCOM  reporting on my SQL server and it keeps failing.
    I have disabled firewall on my management server (domain profile). 
    DNS resolution is also working,
    I am using separate instance of SQL server for SCOM. all services are running for SQL server. 
    Below are the logs, any help is appreciated: (Only error entries)
    Line 52: [22:16:27]: Error:
    :Error:User did not accept EULA.
    Line 52: [22:16:27]:
    Error: :Error:User did not accept EULA.
    Line 88: [22:16:28]:
    Error: :Error:IsReportingValidToInstall failed SRS instance not provided 
    Line 88: [22:16:28]:
    Error: :Error:IsReportingValidToInstall failed SRS instance not provided 
    Line 161: [22:16:30]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 162: [22:16:30]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 164: [22:16:30]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 166: [22:16:31]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 167: [22:16:31]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 169: [22:16:31]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 171: [22:16:32]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 172: [22:16:32]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 174: [22:16:32]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 207: [22:16:34]:
    Always: :HttpErrorsRoleCheckTitle
    Line 292: [23:34:03]:
    Error: :Could not retrieve DNS name: Threw Exception.Type: System.Net.Sockets.SocketException, Exception Error Code: 0x80004005, Exception.Message: No such host is known
    Line 292: [23:34:03]:
    Error: :Could not retrieve DNS name: Threw Exception.Type: System.Net.Sockets.SocketException, Exception Error Code: 0x80004005, Exception.Message: No such host is known
    Line 293: [23:34:03]:
    Error: :StackTrace:   at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
    Line 296: [23:39:27]:
    Error: :Could not retrieve DNS name: Threw Exception.Type: System.Net.Sockets.SocketException, Exception Error Code: 0x80004005, Exception.Message: No such host is known
    Line 296: [23:39:27]:
    Error: :Could not retrieve DNS name: Threw Exception.Type: System.Net.Sockets.SocketException, Exception Error Code: 0x80004005, Exception.Message: No such host is known
    Line 297: [23:39:27]:
    Error: :StackTrace:   at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
    Line 306: [23:40:21]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 307: [23:40:21]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 309: [23:40:21]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 311: [23:40:22]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 312: [23:40:22]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 314: [23:40:22]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 486: [23:40:43]:
    Error: :Error:User did not accept EULA.
    Line 486: [23:40:43]:
    Error: :Error:User did not accept EULA.
    Line 522: [23:40:43]:
    Error: :Error:IsReportingValidToInstall failed SRS instance not provided 
    Line 522: [23:40:43]:
    Error: :Error:IsReportingValidToInstall failed SRS instance not provided 
    Line 595: [23:40:44]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 596: [23:40:44]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 598: [23:40:44]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 600: [23:40:45]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 601: [23:40:45]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 603: [23:40:45]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 605: [23:40:47]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 606: [23:40:47]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 608: [23:40:47]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 641: [23:40:48]:
    Always: :HttpErrorsRoleCheckTitle
    Line 726: [23:41:01]:
    Error: :Could not retrieve DNS name: Threw Exception.Type: System.Net.Sockets.SocketException, Exception Error Code: 0x80004005, Exception.Message: No such host is known
    Line 726: [23:41:01]:
    Error: :Could not retrieve DNS name: Threw Exception.Type: System.Net.Sockets.SocketException, Exception Error Code: 0x80004005, Exception.Message: No such host is known
    Line 727: [23:41:01]:
    Error: :StackTrace:   at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
    Line 730: [23:41:51]:
    Error: :Could not retrieve DNS name: Threw Exception.Type: System.Net.Sockets.SocketException, Exception Error Code: 0x80004005, Exception.Message: No such host is known
    Line 730: [23:41:51]:
    Error: :Could not retrieve DNS name: Threw Exception.Type: System.Net.Sockets.SocketException, Exception Error Code: 0x80004005, Exception.Message: No such host is known
    Line 731: [23:41:51]:
    Error: :StackTrace:   at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
    Line 910: [00:03:54]:
    Debug: :Setting Error Reporting bit for this msi
    Line 1099: [00:10:23]:
    Error: :Application Monitoring reports publishing failed.: Threw Exception.Type: System.InvalidOperationException, Exception Error Code: 0x80131509, Exception.Message: Client found response content type of '', but
    expected 'text/xml'.
    Line 1099: [00:10:23]:
    Error: :Application Monitoring reports publishing failed.: Threw Exception.Type: System.InvalidOperationException, Exception Error Code: 0x80131509, Exception.Message: Client found response content type of '', but
    expected 'text/xml'.
    Line 1101: [00:10:23]:
    Error: :StackTrace:   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    Line 1108: [00:10:23]:
    Error: :Error:Publishing App Diagnostics Reports failed.
    Line 1108: [00:10:23]:
    Error: :Error:Publishing App Diagnostics Reports failed.
    Line 1109: [00:10:23]:
    Error: :FATAL ACTION: ConfigureReportingForInstall
    Line 1110: [00:10:23]:
    Error: :ProcessInstalls: Running the PostProcessDelegate returned false.
    Line 1111: [00:10:23]:
    Always: :SetErrorType: Setting NonVitalFailure. currentInstallItem: Reporting Server
    Line 1112: [00:10:23]:
    Error: :ProcessInstalls: Running the PostProcessDelegate for OMREPORTING failed.... but this item is not fatal so we will process the other items.
    Line 1246: [00:10:33]:
    Debug: :Attempted to add a warning icon to item OMREPORTING but since this was an NonVitalFailure case, we added an Error icon instead.
    Line 1305: [00:16:53]:
    Always: :<?xml version="1.0" encoding="utf-8"?><Root><DisplayItem image="/SetupChainerUI;component/smallgreencheck.png" displayText="Initial configuration" controlTitle="INITIAL_CONFIGURATION"
    /><DisplayItem image="/SetupChainerUI;component/smallerror.png" displayText="Reporting" controlTitle="OMREPORTING" ErrorInformationText="&lt;TextBlock TextWrapping='Wrap' xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation'&gt;&lt;Run
    Text=&quot;Reporting failed to install.&amp;#xA;&quot;/&gt;&lt;Hyperlink Foreground=&quot;#FF0066CC&quot; NavigateUri=&quot;C:\Users\USER\AppData\Local\SCOM\Logs\OpsMgrSetupWizard.log&quot;&gt;&lt;Run Text=&quot;For
    more information, view the Setup log.&quot;/&gt;&lt;/Hyperlink&gt;&lt;/TextBlock&gt;" /><DisplayItem image="/SetupChainerUI;component/yieldIcon.png" displayText="Final configuration" controlTitle="POSTINSTALL"
    ErrorInformationText="&lt;TextBlock TextWrapping='Wrap' xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation'&gt;&l...
    Line 1305: [00:16:53]:
    Always: :<?xml version="1.0" encoding="utf-8"?><Root><DisplayItem image="/SetupChainerUI;component/smallgreencheck.png" displayText="Initial configuration" controlTitle="INITIAL_CONFIGURATION"
    /><DisplayItem image="/SetupChainerUI;component/smallerror.png" displayText="Reporting" controlTitle="OMREPORTING" ErrorInformationText="&lt;TextBlock TextWrapping='Wrap' xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation'&gt;&lt;Run
    Text=&quot;Reporting failed to install.&amp;#xA;&quot;/&gt;&lt;Hyperlink Foreground=&quot;#FF0066CC&quot; NavigateUri=&quot;C:\Users\USER\AppData\Local\SCOM\Logs\OpsMgrSetupWizard.log&quot;&gt;&lt;Run Text=&quot;For
    more information, view the Setup log.&quot;/&gt;&lt;/Hyperlink&gt;&lt;/TextBlock&gt;" /><DisplayItem image="/SetupChainerUI;component/yieldIcon.png" displayText="Final configuration" controlTitle="POSTINSTALL"
    ErrorInformationText="&lt;TextBlock TextWrapping='Wrap' xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation'&gt;&l...
    Line 1305: [00:16:53]:
    Always: :<?xml version="1.0" encoding="utf-8"?><Root><DisplayItem image="/SetupChainerUI;component/smallgreencheck.png" displayText="Initial configuration" controlTitle="INITIAL_CONFIGURATION"
    /><DisplayItem image="/SetupChainerUI;component/smallerror.png" displayText="Reporting" controlTitle="OMREPORTING" ErrorInformationText="&lt;TextBlock TextWrapping='Wrap' xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation'&gt;&lt;Run
    Text=&quot;Reporting failed to install.&amp;#xA;&quot;/&gt;&lt;Hyperlink Foreground=&quot;#FF0066CC&quot; NavigateUri=&quot;C:\Users\USER\AppData\Local\SCOM\Logs\OpsMgrSetupWizard.log&quot;&gt;&lt;Run Text=&quot;For
    more information, view the Setup log.&quot;/&gt;&lt;/Hyperlink&gt;&lt;/TextBlock&gt;" /><DisplayItem image="/SetupChainerUI;component/yieldIcon.png" displayText="Final configuration" controlTitle="POSTINSTALL"
    ErrorInformationText="&lt;TextBlock TextWrapping='Wrap' xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation'&gt;&l...
    Line 1375: [00:40:27]:
    Error: :Error:User did not accept EULA.
    Line 1375: [00:40:27]:
    Error: :Error:User did not accept EULA.
    Line 1411: [00:40:28]:
    Error: :Error:IsReportingValidToInstall failed SRS instance not provided 
    Line 1411: [00:40:28]:
    Error: :Error:IsReportingValidToInstall failed SRS instance not provided 
    Line 1484: [00:40:29]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1485: [00:40:29]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 1487: [00:40:29]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1489: [00:40:30]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1490: [00:40:30]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 1492: [00:40:30]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1494: [00:40:31]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1495: [00:40:31]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 1497: [00:40:31]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1530: [00:40:33]:
    Always: :HttpErrorsRoleCheckTitle
    Line 1645: [00:40:48]:
    Error: :CheckHttpAddressResponse failed: Threw Exception.Type: System.Net.WebException, Exception Error Code: 0x80131509, Exception.Message: The remote server returned an error: (503) Server Unavailable.
    Line 1645: [00:40:48]:
    Error: :CheckHttpAddressResponse failed: Threw Exception.Type: System.Net.WebException, Exception Error Code: 0x80131509, Exception.Message: The remote server returned an error: (503) Server Unavailable.
    Line 1645: [00:40:48]:
    Error: :CheckHttpAddressResponse failed: Threw Exception.Type: System.Net.WebException, Exception Error Code: 0x80131509, Exception.Message: The remote server returned an error: (503) Server Unavailable.
    Line 1646: [00:40:48]:
    Error: :StackTrace:   at System.Net.HttpWebRequest.GetResponse()
    Line 1747: [22:22:41]:
    Error: :Error:User did not accept EULA.
    Line 1747: [22:22:41]:
    Error: :Error:User did not accept EULA.
    Line 1783: [22:22:41]:
    Error: :Error:IsReportingValidToInstall failed SRS instance not provided 
    Line 1783: [22:22:41]:
    Error: :Error:IsReportingValidToInstall failed SRS instance not provided 
    Line 1856: [22:22:42]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1857: [22:22:42]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 1859: [22:22:42]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1861: [22:22:44]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1862: [22:22:44]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 1864: [22:22:44]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1866: [22:22:46]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1867: [22:22:46]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 1869: [22:22:46]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1902: [22:22:48]:
    Always: :HttpErrorsRoleCheckTitle
    Line 2018: [22:24:14]:
    Error: :Dummy schedule was not created: Threw Exception.Type: System.Web.Services.Protocols.SoapException, Exception Error Code: 0x80131501, Exception.Message: System.Web.Services.Protocols.SoapException: The SQL
    Agent service is not running. This operation requires the SQL Agent service. ---> Microsoft.ReportingServices.Diagnostics.Utilities.SchedulerNotRespondingException: The SQL Agent service is not running. This operation requires the SQL Agent service.
    Line 2018: [22:24:14]:
    Error: :Dummy schedule was not created: Threw Exception.Type: System.Web.Services.Protocols.SoapException, Exception Error Code: 0x80131501, Exception.Message: System.Web.Services.Protocols.SoapException: The SQL
    Agent service is not running. This operation requires the SQL Agent service. ---> Microsoft.ReportingServices.Diagnostics.Utilities.SchedulerNotRespondingException: The SQL Agent service is not running. This operation requires the SQL Agent service.
    Line 2021: [22:24:14]:
    Error: :StackTrace:   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    Line 2057: [22:24:28]:
    Error: :Dummy schedule was not created: Threw Exception.Type: System.Web.Services.Protocols.SoapException, Exception Error Code: 0x80131501, Exception.Message: System.Web.Services.Protocols.SoapException: The SQL
    Agent service is not running. This operation requires the SQL Agent service. ---> Microsoft.ReportingServices.Diagnostics.Utilities.SchedulerNotRespondingException: The SQL Agent service is not running. This operation requires the SQL Agent service.
    Line 2057: [22:24:28]:
    Error: :Dummy schedule was not created: Threw Exception.Type: System.Web.Services.Protocols.SoapException, Exception Error Code: 0x80131501, Exception.Message: System.Web.Services.Protocols.SoapException: The SQL
    Agent service is not running. This operation requires the SQL Agent service. ---> Microsoft.ReportingServices.Diagnostics.Utilities.SchedulerNotRespondingException: The SQL Agent service is not running. This operation requires the SQL Agent service.
    Line 2060: [22:24:28]:
    Error: :StackTrace:   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    Line 2224: [22:26:09]:
    Debug: :Setting Error Reporting bit for this msi
    Line 2421: [22:30:30]:
    Error: :Application Monitoring reports publishing failed.: Threw Exception.Type: System.InvalidOperationException, Exception Error Code: 0x80131509, Exception.Message: Client found response content type of 'text/html;
    charset=utf-8', but expected 'text/xml'.
    Line 2421: [22:30:30]:
    Error: :Application Monitoring reports publishing failed.: Threw Exception.Type: System.InvalidOperationException, Exception Error Code: 0x80131509, Exception.Message: Client found response content type of 'text/html;
    charset=utf-8', but expected 'text/xml'.
    Line 2422: The request failed with the error message:
    Line 2436:          .error {margin-bottom: 10px;}
    Line 2443:             <span><H1>Server Error in '/ReportServer_SCOMDB' Application.<hr width=100% size=1 color=silver></H1>
    Line 2449:             <b> Description: </b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about
    the error and where it originated in the code.
    Line 2455:             <b>Source Error:</b> <br><br>
    Line 2479:    System.Web.ApplicationStepManager.ResumeSteps(Exception error) +762
    Line 2501:    at System.Web.HttpApplication.ApplicationStepManager.ResumeSteps(Exception error)
    Line 2506: [22:30:30]:
    Error: :StackTrace:   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    Line 2513: [22:30:30]:
    Error: :Error:Publishing App Diagnostics Reports failed.
    Line 2513: [22:30:30]:
    Error: :Error:Publishing App Diagnostics Reports failed.
    Line 2514: [22:30:30]:
    Error: :FATAL ACTION: ConfigureReportingForInstall
    Line 2515: [22:30:30]:
    Error: :ProcessInstalls: Running the PostProcessDelegate returned false.
    Line 2516: [22:30:30]:
    Always: :SetErrorType: Setting NonVitalFailure. currentInstallItem: Reporting Server
    Line 2517: [22:30:30]:
    Error: :ProcessInstalls: Running the PostProcessDelegate for OMREPORTING failed.... but this item is not fatal so we will process the other items.
    Line 2651: [22:30:56]:
    Debug: :Attempted to add a warning icon to item OMREPORTING but since this was an NonVitalFailure case, we added an Error icon instead.

    Ensure that SQL Server Reporting Services has been correctly installed and configured
    To verify that Reporting Services is configured correctly
    Verify that the ReportServer and ReportServerTempDB databases in SQL Server Management Studio are located on the stand-alone server.
    Verify the correct configuration of SQL Server Reporting Services. Click Start, point to Programs, point to the appropriate offering of Microsoft SQL Server, point to Configuration Tools, and then click Reporting Services Configuration Manager. Connect
    to the instance on which you installed Reporting Services.
    3.In the navigation pane, select the <servername>\SQLinstance. This displays the Report Server status in the results pane. Ensure that the Report Server Status is Started.
    4.In the navigation pane, select Scale-out Deployment, and then ensure that the Status column has the value of Joined.
    5.Verify that the Report Server website is functioning and available by browsing to
    http://servername/reportserver_<$instance>. You should see a page with the <servername>/ReportServer_<$INSTANCE> and the text, Microsoft SQL Server Reporting Services Version ##.#.####.##
    where the # is the version number of your SQL Server installation.
    6.Verify that the Report Manager website is configured correctly by opening Internet Explorer and browsing to <a href="http:///reports_<instance">http://<servername>/reports_<instance>.
    7.In the Report Manager website, click New Folder to create a new folder. Enter a name and description, and then click OK. Ensure that the new, created folder is visible on the Report Manager website.
    Roger

  • Run Reports from WebSite via the Report Server

    How do I run reports stored on the Reports Server via hyperlink
    from a WebPage ?? Pls. help!

    You can achieve by two way
    One :
    srw.set_hyperlink('http://servername/dev60cgi/rwcgi60.exe?
    run+report=reportname+userid=scott/tiger@hostname+destype=cache+d
    esformat=htmlcss+server=report_server_name+parameter 1
    = '||:deptno);
    you will have to make dev60cgi as virtual directory
    two :
    web.show_document('cgi-bin/rwcgi60.exe?
    run+report=run+report=reportname+userid=scott/tiger@hostname+dest
    ype=cache+desformat=htmlcss+server='||report_server_name'
    ||'+parameter=yes');
    you will have to make cgi-bin (your oracle2home ) as virtual
    directory

  • After upgrading AS to run Webutil, Reports Server is no longer found

    Recently we update de configuration of Application Server to use the WebUtil features (FileTransfer, etc) but some clients can not view the reports (the PDF files generated and the previous html page where are passed de parameters to generate de PDF file paramform=yes <--- I mean this parameteter passed to RUN_REPORT_OBJECT_PROC )
    The curious thing is that in NetScape it Works fine, but in MS Internet Explorer does not.
    Initially we thought that was the problem, a configuration in the client, but after formatting the PC, the problem persists.
    In the webutils log (after enable this capabilitiy) does not show anything abnormal:
    192.168.0.244:desarrollo: 2006-sep-27 12:19:46.967 WUT[setProperty()] Setting property WUC_SRV_LOGGING to 2
    192.168.0.244:desarrollo: 2006-sep-27 12:19:46.967 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.jacob.dll
    192.168.0.244:desarrollo: 2006-sep-27 12:19:46.967 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    192.168.0.244:desarrollo: 2006-sep-27 12:19:46.967 WUT[loadSettings()] Local properties file loaded
    192.168.0.244:desarrollo: 2006-sep-27 12:19:47.248 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.JNIsharedstubs.dll
    192.168.0.244:desarrollo: 2006-sep-27 12:19:47.248 WUT[getProperty()] Getting
    In a similar topic we read that it could be a problem with the reports classpath, but why webutils configuration works in some clients and with others does not?
    In the RUN_REPORT_OBJECT_PROC function instead using relative address for the reports servlet we changed for a complete adress, I mean
    RUN_REPORT_OBJECT_PROC(repid,
    '/reports/rwservlet')
    replaced with:
    RUN_REPORT_OBJECT_PROC(repid,
    'http://ias.website/reports/rwservlet')
    But the problem persists (we have the reports and forms services in the same server)
    and after debugging the RUN_REPORT_OBJECT_PROC function, in this line
    rep_status := report_object_status(report_message);               
    report_object_status returns null
    Why happends this?
    Could you help us? What information need to be posted to this? what else we need to do?
    We configured webutils as mentioned in the Oracle® Forms Developer
    WebUtil User’s Guide
    Release 1.0.6
    We're using MS Windows 2003 Server, Oracle AS 10g and Oracle DB 10g
    The RUN_REPORT_OBJECT_PROC function (procedure) is the same what is mentioned in
    http://www.oracle.com/technology/products/forms/pdf/10g/frmrepparamform.pdf
    and the same that worked fine for a long time ago.

    We added the following lines to webutiljini.htm
    For IE
    <PARAM NAME="BROWSER" VALUE="InternetExplorer">
    <PARAM NAME="MAYSCRIPT" VALUE="TRUE">
    For NetScape:
    BROWSER="Netscape"
    MAYSCRIPT="true"
    And adding the frmwebutil.jar to the Reports Server ClassPath the problem was solved

  • Reports Server/running reports on the web.

    I am trying to configure my web server to run reports on the web. I have followed the instructions provided by Oracle, but some is not clear. When i try to run report on the browser, i get the following error:
    CGI Error
    The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
    Oracle documentaion say the following about the steps to configure the web server:
    1-Start your Web server by entering the following:
    2-Start your browser.
    3-Create a listener.
    4-Configure your Web server mapping and note the physical and virtual directories. For example:
    I have done all the steps above except creating a listener. The documentation doesnt explain that step at all.
    I have created a cgi-bin directory and made it excetable and copied the rwcgi60.exe from reports server machine to the web server machine. I also copied the TNSNAMES entry for the web server from the reports server machine to the web server machine.
    Here is the command i use(just trying to make sure that web CGI is responding, but it doesnt work)
    http://web_server/scm/cgi-bin/rwcgi60.exe
    Other question: On the server machine, i have 3 oracle directories: ORA81, ISUITES, 806, which one should be the home directory for the reports to work on the web??
    I am using oracle 8.1.7 with 9iAS release 1.
    Thanks

    Please note that our CGI servlet is only used as a migration point for
    people with legacy CGI. It is not intended to support people with new
    development to -- we encourage you to use JSP and servlets.
    Thanks,
    Michael
    Savitha wrote:
    >
    Thanks Wei,
    Savitha
    "Wei Guan" <[email protected]> wrote in message
    news:8itate$332$[email protected]..
    Yes, WebLogic has CGIServlet to handle CGI, refer to document for details.
    Cheers - Wei
    Savitha <[email protected]> wrote in message
    news:8isq8i$ocn$[email protected]..
    Does Web logic Support CGI ?
    Need to connect the Web Server with the Oracle Reports Server running
    on
    a
    separate machine.
    Which is to be referred to as CGI_Virtual Directory?
    Thanks ,
    Savitha
    Thanks,
    Michael
    -- BEA WebLogic is hiring!
    Check our website: http://www.bea.com/

  • The Report Server page comes up on local server, but the page does not open from clients

    Hello,
    The Report Server Page opens up just fine on the local server, but page does not open up from desktops and client PCs.   SSRS is installed on a Windows Server 2008 R2 server and with SQL Server 2008 R2 SP2
    Clients are using IE 11 and they see:
    Oops! Internet Explorer could not connect to tumdv-fsql01
    How can make this site accessible from clients?
    Thanks
    Paul

    That did not work.
    What port numbers specifically does SSRS use?  I will check the firewall.
    http://100.100.100.100/CengeaReports/Pages/Folder.aspx
    When I add the IP Address and try the link again, IE says "This page can not be displayed".  When I try the Fix connection problems, IE says:
    "The website is online, but it is not responding to connection attempts."
    Paul

  • Please help with my crystal reports server 2008 trial setup

    Firstly, if this is in the wrong section feel free to move it. I find this forum is to big to find the information i need, in fact trying to find anything i need on this website is almost impossible. So far not impressed with SAP at all! we download a trial and when we have problems nobody can support us and we have to post in the forums for answers, which i find disgracefull to be honest. So this post is my last attempt of finding the answers to my problems or we are going to forget crystal reports server for good! I was also told that if i wanted help setting this up then i would have to pay, thats not how things usually go when we download a trial of any software!
    Anyway, rant over!!
    Right, we have windows server 2008 and have installed crystal reports server 2008. So far all i have managed to get working is the reports themselves which run and schedule fine. The dashboard and business views are so confusing i just dont get it at all, the manuals dont help either becuase they are rubbish basically. But my first problem is trying to get windows AD authentication working! easier said than done. I have spent 4 days trying to get it working but nothing is happening. this is what i have done so far
    Set up all the options in the CMC to enable AD authentication, mapped a few groups one of which i am a member of.
    Then i setup the krb5.ini file like below (removed my server name and domain name)
    [libdefaults]
        default_realm = DOMAIN.CO.UK
        dns_lookup_kdc = true
        dns_lookup_realm = true
        udp_preference_limit = 1
    [realms]
    DOMAIN.CO.UK = {
        kdc = DC.CO.UK
        default_domain = DOMAIN.CO.UK
    i also have that other file bscLogin which looks like this...
    com.businessobjects.security.jgss.initiate {
    com.sun.security.auth.module.Krb5LoginModule required;
    The server inteligence agent has been set to use the same username as i specified in the CMC which is also the service principal name and the administartion name
    i have set the web config file to use SecWINAD as default, i have also set it to give the option of enterprise, win ad etc in a drop down list
    i have gone round in circles for days following the instructions, and nothing is happening
    Also i dont see any usernames within the groups i have mapped , am i supposed to see any? am i supposed to add them manually?? if so, whats the point in that?
    So now everytime i try to log in i get this error message
    Account Information Not Recognized: Active Directory Authentication failed to log you on. Please contact your system administrator to make sure you are a member of a valid mapped group and try again. If you are not a member of the default domain, enter your user name as UserName@DNS_DomainName, and then try again. (FWM 00006)
    There is also another error message i get, which isnt coming up right now but it says somthing along the lines of could not authenticate at this time (FWM 00005)
    i fail to see what im doing wrong. I shoudl also point out that the username i am using for everything is our own network admin password!
    any ideas on things to check before we give up with this all together?

    Hi Roberto,
    With the changes when SAP took over BusinessObjects the support packaging also changed. It's the way it is now but we are moving to and giving as much options as we can. SAP works on the Self Serve practice. the info is available but you have to find it, which is another thing we are working on to improve for BOE/CRS.
    Best place to start is in the CMS link off the start menu, You'll find the Admin Guide and Setup/Configuration Guides. You can also find all of the latest info and updates to those guides from help.sap.com then click on the SAP BusinessObjects tab along the top and then on the left click on All Products and then filter on your version.
    Once the Firewalls and Domains and your CRS Server is added to the Trusted Domains and ports opened to allow CRS to talk to the DNS Server CRS will begin to load all of the users into it's User Mappings. You still have to add each user or Group of Users but they will be available. Documents does describe how to....
    Once you have the Admin Guide search on Security and it explains in details how to set up and which ports need to be opened etc.
    Thank you
    Don

  • There is no ZENworks Reporting Server configured in the Management Zone

    I have ZCM 10.1 installed on SUSE. I installed Reporting. The above is the
    message when I go to reporting so here I sit. I can't seem to find anything
    in the documentation to configure it other than a pointer to the SAP website.
    That isn't particularly helpful.
    Any pointers or advice?
    Bob Taylor
    Harrang Long Gary Rudnick P.C.
    bob.taylor at harrang.com
    Bob J. Taylor
    Harrang Long Gary Rudnick P.C.
    bobdottaylor@harrangdotcom

    Sorry it took me so long to see this reply. I started looking at your tids
    and it turns out that Reporting is not installing. All I have is the xml log
    which I am having trouble understanding. I have attached it as I am not sure
    what to look for.
    Bob
    On Thu, 15 Jan 2009 22:25:13 GMT, "Susan Perrin" <[email protected]> wrote:
    >Hi
    >
    >Can you check out the following tids:
    >
    >7001797
    >7000973
    >
    >Also be sure you aren't logging into the zcc using a user source syntax such
    >as [email protected] (see readme about this)
    >
    >If 7001797 helps you out, I'd like to followup with a test that we are
    >considering for future releases.
    >
    >If the services can't start then we would want the install logs. See tid
    >3418069 section
    >
    >Component Name: Installation and Deployment - ZENworks Reporting Server
    >(Business Objects Enterprise)
    >
    >Thank you
    >Susan
    >
    >
    >"Bob J. Taylor" <bob.taylor_at_harrang.com@> wrote in message
    >news:[email protected]. .
    >> Forgot to add this isn't a 64bit machine and reporting and ZCM are on the
    >> same
    >> server.
    >>
    >>
    >> Bob
    >>
    >> On Wed, 19 Nov 2008 18:31:44 GMT, Bob J. Taylor
    >> <bob.taylor_at_harrang.com@>
    >> wrote:
    >>
    >>>I have ZCM 10.1 installed on SUSE. I installed Reporting. The above is
    >>>the
    >>>message when I go to reporting so here I sit. I can't seem to find
    >>>anything
    >>>in the documentation to configure it other than a pointer to the SAP
    >>>website.
    >>>That isn't particularly helpful.
    >>>
    >>>Any pointers or advice?
    >>>
    >>>
    >>>Bob Taylor
    >>>Harrang Long Gary Rudnick P.C.
    >>>bob.taylor at harrang.com
    >>>Bob J. Taylor
    >>>Harrang Long Gary Rudnick P.C.
    >>>bobdottaylor@harrangdotcom
    >> Bob J. Taylor
    >> Harrang Long Gary Rudnick P.C.
    >> bobdottaylor@harrangdotcom
    >
    Bob J. Taylor
    Harrang Long Gary Rudnick P.C.
    bobdottaylor@harrangdotcom

  • [Forum FAQ] The Reporting Server cannot be reinstalled on a same SQL Server Reporting Service instance

    Symptom: Sometimes, when you want to reinstall the Reporting Server Role for Operation Manager 2012,
    but you may encounter an issue that the Reporting Server Role cannot be reinstalled after you successfully uninstall it. When you check the System Center Operation Manager installation log, you can find the following error as shown in Figure 1.
    Figure 1: Reporting Server Role cannot be reinstalled
    It seems that the SQL Server Reporting Service has not been configured properly. When you open Reporting Services Configuration Manager to check the settings, the settings seem fine though.
    Even you recreate Reporting Service Database, the error remains.
    After reviewing the OpsMgrSetupWizard.log, we get the following errors when wizard try to connect to SQL Server Reporting Instance (Figure 2).
    [07:24:05]:    Error:  :CheckHttpAddressResponse failed: Threw Exception.Type: System.Net.WebException, Exception Error Code: 0x80131509, Exception.Message:
    The remote server returned an error: (500) Internal Server Error.
    [07:24:05]:    Error:  :StackTrace:   at System.Net.HttpWebRequest.GetResponse() at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingComponent.CheckHttpResponseFromSRSUrl(String
    httpSite)
    Figure 2: Error Log -1
    It indicates the Reporting Service encounters an internal error. The Website cannot handle the request. So you may check the Reporting Service log which is located in C:\Users\Administrator.SCOM2012\AppData\Local\SCOM\LOGS
    and the following errors may be found (Figure 3).
    library!ReportServer_0-18!1448!03/30/2014-02:53:23:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
    Unable to load assembly Microsoft.EnterpriseManagement.Reporting.Security, Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error.  ---> System.IO.FileNotFoundException:
    Could not load file or assembly 'Microsoft.EnterpriseManagement.Reporting.Security' or one of its dependencies. The system cannot find the file specified.
    File name: 'Microsoft.EnterpriseManagement.Reporting.Security'
    Figure 3: Error Log -2
    Reason: After the Reporting Server is installed on a SSRS instance, the Reporting Server of SCOM
    needs to modify the web.config and rsreportserver.config  file to add its own assembly to make the Reporting Server work. But it does not change it back when Reporting Server is uninstalled. So the assembly cannot be loaded and the SSRS cannot respond
    our requests.
    Resolution:  When the Reporting Server is installed, the old web.config and rsreportsserver.config
    files will be backed up to web.config1 and rsreportsserver.config1. So you just need to change the files’ name back, then try to install Reporting Server of SCOM again. Everything would go smoothly. 
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Hi AakashGhare,
    According to your error message, SQL Server 2008 databases are version 655. SQL Server 2008 R2 databases are 661. When you are trying to attach an 2008 R2 database (v. 661) to an 2008 instance and this is not supported. As other post, once the database has
    been upgraded to an 2008 R2 version, it cannot be downgraded. You'll have to either upgrade your 2008 SP2 instance to R2, or you have to copy out the data in that database into an 2008 database (such as using the data migration wizard).
    In addition, if you want to use a Windows Batch file code and command to automatically login to SQL Server, detach database and attach a new one database, there is a similar details about batch code for attaching database to a new database, you can refer
    to this article.
    http://notesbyparth.wordpress.com/2012/06/29/run-sql-commands-from-windows-batch-file-or-attachdetach-database-automatically-using-batch-script/
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Installing Crystal reports server 2008 v1 with iis

    Hi All
    I have downloaded a trial version of Crystal reports server 2008 v1 to install on our server.
    We are runnning server 2003 and have iis version 6.0 installed.
    I have run the installation wizard on our test server but when i get to the "Select Web Application Server" screen i am not given the option to select "Deploy the application in WACS" as the documentation suggests i should.
    I continued with the installation using the "IIS Web ApplicationServer option" and selected the default iis website to deploy to but when i try to run the CMC and InfoView I just get the message "Internet Explorer cannot display the Webpage"
    We have asp.net v1.1 installed and Application server is installed in windows components.
    Does anyone have any idea what may be causing my problems. It is my first time install ing CRS so i may have missed something.
    Any help would be appreciated.

    CRS 2008 requires 2.0 framework to run

  • Crystal Reports Server XI R2 Samples Missing!

    I just did a new install of Crystal Reports Server XI R2 on a Server 2003 box.  Everything appeared to install properly.  What I discovered is the Samples showing how to use to product are missing!  The website was created by the install but when you go to it in IIS it says the folder is missing.
    Does anyone have any idea what I need to to do to get these samples?  I guess all I need is the samples folder but I can't find it anywhere.
    Thanks,
    John G.

    Hi Falk,
       Yes, I am downloading it from a Win2003 machine. The browser is IE7.
       I can even see what's inside the m293.cab, and it is not the file mentioned on the error message...
       This is the m293.cab content (one file):
       tslv.dll.7ADA0B91_68E0_4E90_AD3D_23C9E3079BAB
       The file doesn't seem to be corrupted, it just doesnt have what was expected by the installer software.
       I tried downloading it again and had the same result... These are the installation files that I've already tried with the same result:
        - crsxir2win_sp4.exe (from [https://smpdl.sap-ag.de/~sapidp/012002523100009887052008E/crsxir2win_sp4.exe])
        - 1401492085.exe (from [https://businessobjects.subscribenet.com/control/bobj/product?cert_num=48316663&child_plneID=30801])
       The next one was not the rigth package:
         - boXIwin_sp2.zip (from [https://smpdl.sap-ag.de/~sapidb/012002523100005931922008E/boXIwin_sp2.zip])
       I uploaded the servicepack4 part of the log where the error appears:
      [ftp://ftp.businessobjects.com/pub/incoming/sp4LogPiece.txt]
    Thanks,
    Marcos

  • SCCM 2012 Reporting Services Website

    Can someone point me to a how-to for configuring the Reporting Services website?  The URL for our 2007 server is http://<server name>/SMSReporting_<site code>, but I can't figure out how to access the reporting website for SCCM 2012.

    By default http://servername/reports
    Justin Chalfant | http://patchmypc.net | Please remember to mark as helpful/answer if this helped you

  • Rename a reporting server

    I am working on a side by side upgrade and migrade of a reporting server to a new server from 2008r2 to 2012. Standard edition.
    I will call it ServerA- old server, ServerB - new server.
    Both server has db engine and reporting service installed. Standalone and native mode.
    So far I have taken these steps:
    1. Do all the backups of database and some configuration files and encryption key.
    2. Installed SQL 2012 on ServerB and restore ReportServer and ReportServertempdb from ServerA backup to ServerB.
    3. In reporting server configuration manager of ServerB, databse setup page, change database and reconnect.
    4. restore encryption key from ServerA to ServerB.
    5. I open the report server manager website, it gives error The feature: "Scale-out deployment" is not supported in this edition of Reporting Services, I go the the reportsever databse and delete the key that is associated with the oldServerName.
    Everything works fine so far.
    Now we have a plan to swap the server name this weekend.
    That means I will change the servername of ServerB back to ServerA, and take the old ServerA offline.
    This way the developers have no need to change the connection string that in their applications.
    But my question comes:
    Steps I am going to do:
    1, Take offline ServerA. Network admin will rename ServerB to ServerA.
    I will then change SQL server name by using Sp_dropServer and Sp_addServer .
    2. Then open Reporting server configuration tool, database setup page, -change databse button from there to change servername.
    My question is next step:
    In the scale -out deployment, will servername change from ServerB to ServerA automatically? or will it have both ServerA and ServerB there?
    If both, I will have to remove one. Which one should I remove? Or should I do another encryption key restore?
    Or should I update the record in reportserver.dbo.keys table to update the table name from ServerB to ServerA?
    Thanks
    SQLFriend

    It is a good reminder to make a DNS record to Point to ServerB. Our network admin didn't mention that option to me. If renaming option won't work, I will try that.
    I thought to rename it may be a more cleaner way and do not cause confusion.
    It is easy to rename SQL server with only DB engine and SSIS installed, for reporting server it is a little tricky.
    Especially on the Scale-out deployment screen, which is not well documented if having multiple servers showing  there. We only need one server to show there,  so no  need to use Enterprise edition.
    Because for now I cannot test it , I have to see what will show on that screen exactly when we do the server swap and rename time on Friday. Two servers or only one?
    I know a couple of ways to remove the server from that screen: but for this case, I wonder should I delete the ServerB on the screen, or delete ServerA and rename ServerB item in the reportserver.dbo.keys table? the installationID part confuse me.
    Just thought if someone in this forum have experience of that or know exactly the scale out deployment and table/schema work?
    SQLFriend

  • THE REPORT SERVER INSTALLATION IS NOT INITIALIZED (rsReportServer NOT ACTIVATED)

    HI ,i had my report server on SQL SERVER 2005,and for
    reporting service i am using the sql server reporting services 2008R2,i created a report which i am supposed to display in Website ,i
    created the rdl using the BIDS 2008 and , its throwing me an error because my report server is in 2005 and my rdl is in 2008 and i was using it in VS2008 Report viewer control,i was told that i am supposed to create rdl in 05 in order to get
    it run ,but i dont want to create another one since it was pretty big and took lot of time to design it
    Is there any way i can use the same rdl with that report server ,one of my collegue told that i can do in one way (using  catalog of SQL server 2008 Reporting in sql server 2005 report server database i did'nt get that much as iam not aware of that
    catalog stuff .and i tried to configure the report server once again and i am getting this new error
     THE REPORT SERVER INSTALLATION IS NOT INITIALIZED (rsReportServer NOT ACTIVATED)
    in ssrs 2005 there initialize but in ssrs2008 r2 i couldnt found that option so can any one please help me out with this .
    thnaks in advance

    GO TO report server configuration and go to Encryption keys and delete encryption keys and try to run the URL again, it works.
    I had SSRS2008 two installations, the second one gave this problem, this solution helped resolve it. Thank you.

Maybe you are looking for