Hey Guys,
So I have been setting up a SharePoint 2013 environment for the past week and I am stuck at creating the SSRS Service Application.
My enviornment:
6 Servers
Central Admin Server
2 other App Servers
2 WFE Servers- one in MN and one in TX
1 SQL 2012 BI Server
All Servers are Windows 2008 R2
I have installed the SharePoint Bits on all the servers but the SQL server and I have also done the March and Aug Cumulative Updates on all of them.
To start the process with setting up SSRS for SharePoint I Installed the SQL Reporting Services for SharePoint and the Add-on to all of the Servers with SharePoint on them.
Once this one done I continued to follow many different guides (All with the same info) to run the powershell commands below.
- Install-SPRSService
- Install-SPRSServiceProxy
- get-spserviceinstance -all |where {$_.TypeName -like “SQL Server Reporting*”} | Start-SPServiceInstance
I then go into Central Admin to create the SSRS Service application, Fill out all the information and click ok. The first time I did this i just hung forever so I started to check event logs and I was getting the Critical error below.
Error Messages
Log Name: Application
Source: Microsoft-SharePoint Products-SharePoint Foundation
Date: 11/22/2013 3:10:13 PM
Event ID: 6398
Task Category: Timer
Level: Critical
Keywords:
User:
Computer:
Description:
The Execute method of job definition Microsoft.ReportingServices.SharePoint.SharedService.Service.DoWorkTimerJob (ID 2aed2a22-590d-4c92-9599-592b422ed761) threw an exception. More information is included below.
The HTTP service located at http://ServerNam/c24fe7dd032c4981b56a9756ed5a963b/ReportServiceBackgroundProcessing.svcis unavailable. This could be because the service is too busy or because no endpoint was found listening at the specified address. Please ensure that the address is correct and try accessing the service again later.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-SharePoint Products-SharePoint Foundation" Guid="{6FB7E0CD-52E7-47DD-997A-241563931FC2}" />
<EventID>6398</EventID>
<Version>15</Version>
<Level>1</Level>
<Task>12</Task>
<Opcode>0</Opcode>
<Keywords>0x4000000000000000</Keywords>
<TimeCreated SystemTime="2013-11-22T21:10:13.618749100Z" />
<EventRecordID>35549</EventRecordID>
<Correlation ActivityID="{2E3D599C-2C97-8019-2968-EEEFF537FAB2}" />
<Execution ProcessID="2220" ThreadID="444" />
<Channel>Application</Channel>
<Computer>ServerName</Computer>
<Security UserID="S-1-5-21-486808307-303124272-1848903544-25335" />
</System>
<EventData>
<Data Name="string0">Microsoft.ReportingServices.SharePoint.SharedService.Service.DoWorkTimerJob</Data>
<Data Name="string1">2aed2a22-590d-4c92-9599-592b422ed761</Data>
<Data Name="string2">The HTTP service located athttp://ServerName/c24fe7dd032c4981b56a9756ed5a963b/ReportServiceBackgroundProcessing.svc is unavailable. This could be because the service is too busy or because no endpoint was found listening at the specified address. Please ensure that the address is correct and try accessing the service again later.</Data>
</EventData>
</Event>
After I checked on this error I uninstalled the Reporting Services and reinstalled them then tried to create the service again. This time I got the Error Message below.
I then went to remove the service application from Central admin and noticed the first Critical error in the event log again.
Any ideas anyone?