Upgrade SQL/SSRS 2008R2 to 2012 SP1

I'm testing upgrading SQL/SSRS from SQL 2008 R2 SP2 to
SQL 2012 SP1 (11.0.3349). Most of my reports' data source is a Dynamics NAV 2009R2 SQL DB
where most of the number fields are decimal(38,20). I'm finding that when I have
a zero value in a column on a report that the report loses formatting and throws
xml exceptions when rendered to Excel. So a field formatted for currency would
become 0.00000000000000000 and renders as text in Excel 2010, but if there's a
value in the cell then the formatting is fine. I'm looking on the MS site and
there is documentation that this is an Excel issue and was supposed to be fixed
in a CU for Office 2010 Excel, but I didn't see it in the release notes for the
CU. The error is "Excel found unreadable context.." There are no errors in the
report itself only rendering to Excel. Rendering to other formats is fine.
I think I've found a workaround where I change the value in a report by using an if statement
to make it equal to zero (IIF(value=0,0,value), but I've got several hundred
reports in my library and I wouldn't even know how many cells I'd have to
change.
I'm just looking to see if anyone else has ran into this issue
during their upgrade testing process. 
I can repeat the error in a new report if I use as a Dataset
Select Cast(0 as decimal(38,20)) d1
 , CAST(0 as decimal(10,2)) d2
Export to Excel gets this error
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<recoveryLog xmlns="<logFileName>error056200_05.xml</logFileName><summary>Errors">http://schemas.openxmlformats.org/spreadsheetml/2006/main"><logFileName>error056200_05.xml</logFileName><summary>Errors
were detected in file 'C:\Users\...ME...\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\P42V8D4D\_TestExcel.xlsx'</summary><repairedRecords summary="Following is a list of repairs:"><repairedRecord>Repaired
Records: Cell information from /xl/worksheets/sheet1.xml part</repairedRecord></repairedRecords></recoveryLog>
The d1 column is now formatted as text 0.00000000000000000000 instead of as currency and the d2 column is formatted correctly

Hi Skywalker73,
The issue seems to be related to the Excel 2010 or the Excel 2007-2010 rendering extension in SSRS 2012. If possible, I suggest that you keep the Office 2010 and the SQL Server 2012 up to date, and check the issue again.
As a workaround, you can enable the Excel 2003 rendering extension in SSRS 2012, and use this render when exporting to Excel. Please use the following steps:
1. Navigate to <drive:> Program Files\Microsoft SQL Server\ MSRS11.<Instance Name>\Reporting Services\ReportServer\.
2. Backup the rsreportserver.config file before you modify it.
3. Open the RSReportserver.config file with Notepad format, and modify the EXCEL render extension as follows:
<Extension Name="EXCEL" Type="Microsoft.ReportingServices.Rendering.ExcelRenderer.ExcelRenderer,Microsoft.ReportingServices.ExcelRendering"/>
Then, the Excel 2003 render extension will be available in the Export drop-down list. 
You can also enable the Excel 2003 render extension in Report Designer by setting the same render extension to visible in the following config file:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\RSReportDesigner.config
Regards,
Mike Yin
TechNet Community Support

Similar Messages

  • SQL Server Configuration Manager (2012 SP1): "IP All" Setting Not Saving

    I have 4 SQL Server 2012 SP1 clusters, and under Network Configuration ->
    TCP/IP -> Protocol (tab), I am able to switch
    Listen All from Yes to No. However, when I hit
    OK (or Apply), I get the message:
    Any changes made will be saved; however they will not take effect until the service is stopped and restarted.
    OK, fine.
    Now, if I re-open the TCP/IP properties, Listen All is back to
    Yes.
    This happens even after I restart the SQL Server service, and it happens on all 4 instances.
    I have checked the version of Configuration Manager - 2011.0110.2100.060. I've compared this with a (non clustered) SQL Server 2012 where I can flip the
    IP All field at whim, the versions are the same (as are the SQL Server versions,
    11.0.3000.0 Build 7601).
    I've also ensured that under IP Addresses, the one that I want to use has
    Enabled = Yes, all other IPs have Enabled = No.
    Neither BOL nor Google have any useful information for me.
    Has anyone seen this before? Bug or WAD (and I'm doing something wrong)?

    Hi,
    Per
    Case 4: SQL Server is installed in a clustered environment:
    On cluster, you cannot configure SQL Server to listen on a specific IP addresses. You must chose IPALL. The IP addresses on which the cluster instance will be listening on is determined by cluster resources (configurable through Cluster Administrator,
    by adding IP Address resources under SQL Network Name resource).
    Here is a workaround:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/318fca7a-58d1-4f11-81dc-1160fde31280/cant-set-listen-all-to-no-in-sql-2008-r2-cluster
    Thanks.
    Tracy Cai
    TechNet Community Support

  • SQL Server 2008R2 vs 2012 OLTP performance difference - log flushes size different

    Hi all,
    I'm doing some performance test against 2 identical virtual machine (each VM has the same virtual resources and use the same physical hardware).
    The 1° VM has Windows Server 2008R2 and SQL Server 2008R2 Standard Edition
    the 2° VM has Windows Server 2012R2 and SQL Server 2012 SP2 + CU1 Standard Edition
    I'm using hammerDB (http://hammerora.sourceforge.net/) has benchmark tool to simulate TPC-C test.
    I've noticed a significative performance difference between SQL2008R2 and SQL2012, 2008R2 does perform better. Let's explain what I've found:
    I use a third VM as client where HammerDB software is installed, I run the test against the two SQL Servers (one server at a time), in SQL2008R2 I reach an higher number of transaction per minutes.
    HammerDB creates a database on each database server (so the database are identical except for the compatibility level), and then HammerDB execute a sequence of query (insert-update) simulating the TPC-C standard, the sequence is identical on both servers.
    Using perfmon on the two servers I've found a very interesting thing:
    In the disk used by the hammerDB database's log (I use separate disk for data and log) I've monitored the Avg. Disk Bytes/Write and I've noticed tha the SQL2012 writes to the log with smaller packet (let's say an average of 3k against an average of 5k written
    by the SQL 2008R2).
    I've also checked the value of Log flushes / sec on both servers and noticed that SQL2012 do, on average, more log flushes per second, so more log flushes of less bytes...
    I've searched for any documented difference in the way log buffers are flushed to disk between 2008r2 and 2012 but found no difference.
    Anyone can piont me in the correct direction?

    Andrea,
    1) first of all fn_db_log exposes a lot of fields that do not exist in SQL2008R2
    This is correct, though I can't elaborate as I do not know how/why the changes were made.
    2) for the same DML or DDL the number of log record generated are different
    I thought as much (but didn't know the workload).
    I would like to read and to study what this changes are! Have you some usefu link to interals docs?
    Unfortunately I cannot offer anything as the function used is currently undocumented and there are no published papers or documentation by MS on reading log records/why/how. I would assume this to all be NDA information by Microsoft.
    Sorry I can't be of more help, but you at least know that the different versions do have behavior changes.
    Sean Gallardy | Blog | Microsoft Certified Master

  • Problem with SQL Server Reporting Services 2012 SP1 (SSRS) and SharePoint 2013 in a Multi-tenanted environment

    Hi All,
    I'm working on what appears to be a permissions issue with SSRS in a multi-tenented SharePoint 2013 environment.
    As part of my troubleshooting I've ignored the multitenented web application for the time being and stood up a dedicated web application with it's own host header called reporting.<domain>.local. I've created a site collection and added a Doc Library
    called Reporting.. And then the content types, made sure the features are up and everything tests ok. I mention this because it's not that I can't get this working.. I can't get this working in a Web Application configured for multi-tenancy running Host Named
    Site Collections.
    When I try redoing the above on a Tenant site I get the following:
    Sorry, something went wrong The permissions granted to user '<domain>\bprice' are insufficient for performing this operation. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user '<DOMAIN>\bprice'
    are insufficient for performing this operation.
    Correlation ID: 7f23ef9c-4b6a-7007-7e6f-0b32c731f7ed
    The problem here is that my account is a sysadmin in SQL, a local admin on all servers, a domain admin in AD and finally a Farm Admin in SharePoint. Access denied on my account is crazy. So it's unlikely to be perms in the traditional sence, more likely a denial
    by implication (as though I have not been granted access to something)
    When filtering the ULS Logs for that correlation ID I see the following log entries:
    WcfReceiveRequest: LocalAddress: 'http://homsssrs001. <domain>.local:32843/04560e49d2664b64bc12d9ce7bc9f885/ReportingWebService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Management/GetDataSourceContents'
    MessageId: 'urn:uuid:44f03f7a-69b3-426c-bcb6-1088f0ad560c'
    Non-OAuth request. IsAuthenticated=False, UserIdentityName=, ClaimsCount=0
    Cannot find site lookup info for request Uri http://homsssrs001:32843/04560e49d2664b64bc12d9ce7bc9f885/ReportingWebService.svc.
    Call to GetDataSourceContentsAction(https://shared.<domain>.local/sites/bf/Reporting/terst1.rsds).
    The current site is not in the SiteSubscription of the context site. SiteSubscriptionId: for current site = 96a49a95-8256-4585-9627-98206351efe3, for context site =
    Throwing Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: , Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user '<DOMAIN>\bprice' are insufficient for performing this operation.;
    A quick google on what I consider the most important of the above log errors (#5 mentioning Sitesubscription of the context site) returns:
    http://thesharepointfarm.com/2014/10/reporting-services-feature-pack/
    We aren't using feature packs at the moment. As far as I understand it all features are available to all subscriptions.
    Has anyone seen this issue? Can anyone point in the correct direction? There must be a config that's specific to SSRS and Multi-tenancy that I've overlooked but I genuinely can't get to the bottom of this.
    Kind Regards & Many Thanks
    Brett

    Morning Trevor, please find attached - if you can, any advice would be greatly appreciated.
    Kind Regards
    Brett
    03/05/2015 09:19:07.94 w3wp.exe (0x0148)                      
    0x0DD4
    SharePoint Foundation         Monitoring                    
    nasq Medium  
    Entering monitored scope (ExecuteWcfServerOperation). Parent No
    03/05/2015 09:19:07.94 w3wp.exe (0x0148)                      
    0x0DD4
    SharePoint Foundation         Topology                      
    e5mb Medium  
    WcfReceiveRequest: LocalAddress: 'http://homsssrs001.<domain>.local:32843/04560e49d2664b64bc12d9ce7bc9f885/ReportingWebService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Management/ListItemTypes'
    MessageId: 'urn:uuid:cdd5f8d1-cb0e-4e4b-8716-f62dd1aef75b'
    81b6ef9c-0b28-7007-7e6f-0e85d9c7097f
    03/05/2015 09:19:07.94 w3wp.exe (0x0148)                      
    0x0DD4
    SharePoint Foundation         Micro Trace                  
    uls4 Medium  
    Micro Trace Tags: 0 nasq,0 e5mb 81b6ef9c-0b28-7007-7e6f-0e85d9c7097f
    03/05/2015 09:19:07.94 w3wp.exe (0x0148)                      
    0x0DD4
    SharePoint Foundation         Monitoring                    
    b4ly Medium  
    Leaving Monitored Scope (ExecuteWcfServerOperation). Execution Time=0.4954
    81b6ef9c-0b28-7007-7e6f-0e85d9c7097f
    03/05/2015 09:19:08.02 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Monitoring                    
    nasq Medium  
    Entering monitored scope (ExecuteWcfServerOperation). Parent No
    03/05/2015 09:19:08.02 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Topology                      
    e5mb Medium  
    WcfReceiveRequest: LocalAddress: 'http://homsssrs001.<domain>.local:32843/04560e49d2664b64bc12d9ce7bc9f885/ReportingWebService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Management/ListItemTypes'
    MessageId: 'urn:uuid:e1f178b0-a85e-48e1-9b70-3fddd26e8790'
    81b6ef9c-eb2c-7007-7e6f-0e4ff9cf4e76
    03/05/2015 09:19:08.02 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Micro Trace                  
    uls4 Medium  
    Micro Trace Tags: 0 nasq,0 e5mb 81b6ef9c-eb2c-7007-7e6f-0e4ff9cf4e76
    03/05/2015 09:19:08.02 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Monitoring                    
    b4ly Medium  
    Leaving Monitored Scope (ExecuteWcfServerOperation). Execution Time=0.4614
    81b6ef9c-eb2c-7007-7e6f-0e4ff9cf4e76
    03/05/2015 09:19:08.02 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Monitoring                    
    nasq Medium  
    Entering monitored scope (ExecuteWcfServerOperation). Parent No
    03/05/2015 09:19:08.02 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Topology                      
    e5mb Medium  
    WcfReceiveRequest: LocalAddress: 'http://homsssrs001.<domain>.local:32843/04560e49d2664b64bc12d9ce7bc9f885/ReportingWebService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Management/GetDataSourceContents'
    MessageId: 'urn:uuid:a36edfc2-6593-44da-aa56-cb7052abd5f7'
    81b6ef9c-eb2c-7007-7e6f-0e4ff9cf4e76
    03/05/2015 09:19:08.02 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Authentication Authorization  
    agb9s Medium  
    Non-OAuth request. IsAuthenticated=False, UserIdentityName=, ClaimsCount=0
    81b6ef9c-eb2c-7007-7e6f-0e4ff9cf4e76
    03/05/2015 09:19:08.03 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         General                      
    adyrv High    
    Cannot find site lookup info for request Uri http://homsssrs001:32843/04560e49d2664b64bc12d9ce7bc9f885/ReportingWebService.svc.
    81b6ef9c-eb2c-7007-7e6f-0e4ff9cf4e76
    03/05/2015 09:19:08.03 w3wp.exe (0x0148)                      
    0x11EC
    SQL Server Reporting Services Report Server Catalog        
    00000 Medium  
    Call to GetDataSourceContentsAction(https://shared.<domain>.local/sites/bf/Reporting/test.rsds).
    81b6ef9c-eb2c-7007-7e6f-0e4ff9cf4e76
    03/05/2015 09:19:08.05 w3wp.exe (0x0148)                      
    0x11EC
    SQL Server Reporting Services Report Server Catalog        
    00000 Unexpected
    The current site is not in the SiteSubscription of the context site. SiteSubscriptionId: for current site = 96a49a95-8256-4585-9627-98206351efe3, for context site =
    81b6ef9c-eb2c-7007-7e6f-0e4ff9cf4e76
    03/05/2015 09:19:08.05 w3wp.exe (0x0148)                      
    0x11EC
    SQL Server Reporting Services Report Server Catalog        
    00000 Unexpected
    Throwing Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: , Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user '<domain>\bprice' are insufficient for performing this
    operation.; 81b6ef9c-eb2c-7007-7e6f-0e4ff9cf4e76
    03/05/2015 09:19:08.05 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Micro Trace                  
    uls4 Medium  
    Micro Trace Tags: 0 nasq,0 e5mb,0 agb9s,8 adyrv
    81b6ef9c-eb2c-7007-7e6f-0e4ff9cf4e76
    03/05/2015 09:19:08.05 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Monitoring                    
    b4ly Medium  
    Leaving Monitored Scope (ExecuteWcfServerOperation). Execution Time=32.8138
    81b6ef9c-eb2c-7007-7e6f-0e4ff9cf4e76
    03/05/2015 09:19:08.13 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Monitoring                    
    nasq Medium  
    Entering monitored scope (ExecuteWcfServerOperation). Parent No
    03/05/2015 09:19:08.13 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Topology                      
    e5mb Medium  
    WcfReceiveRequest: LocalAddress: 'http://homsssrs001.<domain>.local:32843/04560e49d2664b64bc12d9ce7bc9f885/ReportingWebService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Management/ListItemTypes'
    MessageId: 'urn:uuid:102cbef7-8be7-4781-87f8-1729748105ca'
    81b6ef9c-bb35-7007-7e6f-007a34676ded
    03/05/2015 09:19:08.13 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Micro Trace                  
    uls4 Medium  
    Micro Trace Tags: 0 nasq,0 e5mb 81b6ef9c-bb35-7007-7e6f-007a34676ded
    03/05/2015 09:19:08.13 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Monitoring                    
    b4ly Medium  
    Leaving Monitored Scope (ExecuteWcfServerOperation). Execution Time=1.4432
    81b6ef9c-bb35-7007-7e6f-007a34676ded
    03/05/2015 09:19:08.27 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Monitoring                    
    nasq Medium  
    Entering monitored scope (ExecuteWcfServerOperation). Parent No
    03/05/2015 09:19:08.27 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Topology                      
    e5mb Medium  
    WcfReceiveRequest: LocalAddress: 'http://homsssrs001.<domain>.local:32843/04560e49d2664b64bc12d9ce7bc9f885/ReportingWebService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Management/ListItemTypes'
    MessageId: 'urn:uuid:791edd35-00a7-4756-a013-915aabc504ea'
    81b6ef9c-9b39-7007-7e6f-01d1e9208dd3
    03/05/2015 09:19:08.27 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Micro Trace                  
    uls4 Medium  
    Micro Trace Tags: 0 nasq,0 e5mb 81b6ef9c-9b39-7007-7e6f-01d1e9208dd3
    03/05/2015 09:19:08.27 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Monitoring                    
    b4ly Medium  
    Leaving Monitored Scope (ExecuteWcfServerOperation). Execution Time=0.4652
    81b6ef9c-9b39-7007-7e6f-01d1e9208dd3
    03/05/2015 09:19:08.28 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Monitoring                    
    nasq Medium  
    Entering monitored scope (ExecuteWcfServerOperation). Parent No
    03/05/2015 09:19:08.28 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Topology                      
    e5mb Medium  
    WcfReceiveRequest: LocalAddress: 'http://homsssrs001.<domain>.local:32843/04560e49d2664b64bc12d9ce7bc9f885/ReportingWebService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Management/GetDataSourceContents'
    MessageId: 'urn:uuid:4ecdbd2f-f202-4bfb-bfd0-015b7719d1dd'
    81b6ef9c-9b39-7007-7e6f-01d1e9208dd3
    03/05/2015 09:19:08.28 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Authentication Authorization  
    agb9s Medium  
    Non-OAuth request. IsAuthenticated=False, UserIdentityName=, ClaimsCount=0
    81b6ef9c-9b39-7007-7e6f-01d1e9208dd3
    03/05/2015 09:19:08.30 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         General                      
    adyrv High    
    Cannot find site lookup info for request Uri http://homsssrs001:32843/04560e49d2664b64bc12d9ce7bc9f885/ReportingWebService.svc.
    81b6ef9c-9b39-7007-7e6f-01d1e9208dd3
    03/05/2015 09:19:08.30 w3wp.exe (0x0148)                      
    0x11EC
    SQL Server Reporting Services Report Server Catalog        
    00000 Medium  
    Call to GetDataSourceContentsAction(https://shared.<domain>.local/sites/bf/Reporting/test.rsds).
    81b6ef9c-9b39-7007-7e6f-01d1e9208dd3
    03/05/2015 09:19:08.30 w3wp.exe (0x0148)                      
    0x11EC
    SQL Server Reporting Services Report Server Catalog        
    00000 Unexpected
    The current site is not in the SiteSubscription of the context site. SiteSubscriptionId: for current site = 96a49a95-8256-4585-9627-98206351efe3, for context site =
    81b6ef9c-9b39-7007-7e6f-01d1e9208dd3
    03/05/2015 09:19:08.30 w3wp.exe (0x0148)                      
    0x11EC
    SQL Server Reporting Services Report Server Catalog        
    00000 Unexpected
    Throwing Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: , Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user '<domain>\bprice' are insufficient for performing this
    operation.; 81b6ef9c-9b39-7007-7e6f-01d1e9208dd3
    03/05/2015 09:19:08.30 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Micro Trace                  
    uls4 Medium  
    Micro Trace Tags: 0 nasq,0 e5mb,0 agb9s,5 adyrv
    81b6ef9c-9b39-7007-7e6f-01d1e9208dd3
    03/05/2015 09:19:08.30 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Monitoring                    
    b4ly Medium  
    Leaving Monitored Scope (ExecuteWcfServerOperation). Execution Time=21.2802
    81b6ef9c-9b39-7007-7e6f-01d1e9208dd3
    03/05/2015 09:19:08.41 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Monitoring                    
    nasq Medium  
    Entering monitored scope (ExecuteWcfServerOperation). Parent No
    03/05/2015 09:19:08.41 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Topology                      
    e5mb Medium  
    WcfReceiveRequest: LocalAddress: 'http://homsssrs001.<domain>.local:32843/04560e49d2664b64bc12d9ce7bc9f885/ReportingWebService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Management/ListItemTypes'
    MessageId: 'urn:uuid:caaecd7e-386e-436d-8276-a589cd7eac43'
    81b6ef9c-4b46-7007-7e6f-05cd3c364914
    03/05/2015 09:19:08.41 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Micro Trace                  
    uls4 Medium  
    Micro Trace Tags: 0 nasq,0 e5mb 81b6ef9c-4b46-7007-7e6f-05cd3c364914
    03/05/2015 09:19:08.41 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Monitoring                    
    b4ly Medium  
    Leaving Monitored Scope (ExecuteWcfServerOperation). Execution Time=0.4707
    81b6ef9c-4b46-7007-7e6f-05cd3c364914
    03/05/2015 09:19:08.49 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Monitoring                    
    nasq Medium  
    Entering monitored scope (ExecuteWcfServerOperation). Parent No
    03/05/2015 09:19:08.49 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Topology                      
    e5mb Medium  
    WcfReceiveRequest: LocalAddress: 'http://homsssrs001.<domain>.local:32843/04560e49d2664b64bc12d9ce7bc9f885/ReportingWebService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Management/ListItemTypes'
    MessageId: 'urn:uuid:c0b1675d-6244-46c7-9e50-904e5067cc30'
    81b6ef9c-3b4a-7007-7e6f-0ff7141ffd6a
    03/05/2015 09:19:08.49 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Micro Trace                  
    uls4 Medium  
    Micro Trace Tags: 0 nasq,0 e5mb 81b6ef9c-3b4a-7007-7e6f-0ff7141ffd6a
    03/05/2015 09:19:08.49 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Monitoring                    
    b4ly Medium  
    Leaving Monitored Scope (ExecuteWcfServerOperation). Execution Time=0.4514
    81b6ef9c-3b4a-7007-7e6f-0ff7141ffd6a
    03/05/2015 09:19:08.50 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Monitoring                    
    nasq Medium  
    Entering monitored scope (ExecuteWcfServerOperation). Parent No
    03/05/2015 09:19:08.50 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Topology                      
    e5mb Medium  
    WcfReceiveRequest: LocalAddress: 'http://homsssrs001.<domain>.local:32843/04560e49d2664b64bc12d9ce7bc9f885/ReportingWebService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Management/GetDataSourceContents'
    MessageId: 'urn:uuid:7845718a-b878-40f3-8698-270b377db7bc'
    81b6ef9c-3b4a-7007-7e6f-0ff7141ffd6a
    03/05/2015 09:19:08.50 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Authentication Authorization  
    agb9s Medium  
    Non-OAuth request. IsAuthenticated=False, UserIdentityName=, ClaimsCount=0
    81b6ef9c-3b4a-7007-7e6f-0ff7141ffd6a
    03/05/2015 09:19:08.50 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         General                      
    adyrv High    
    Cannot find site lookup info for request Uri http://homsssrs001:32843/04560e49d2664b64bc12d9ce7bc9f885/ReportingWebService.svc.
    81b6ef9c-3b4a-7007-7e6f-0ff7141ffd6a
    03/05/2015 09:19:08.50 w3wp.exe (0x0148)                      
    0x11EC
    SQL Server Reporting Services Report Server Catalog        
    00000 Medium  
    Call to GetDataSourceContentsAction(https://shared.<domain>.local/sites/bf/Reporting/test.rsds).
    81b6ef9c-3b4a-7007-7e6f-0ff7141ffd6a
    03/05/2015 09:19:08.52 w3wp.exe (0x0148)                      
    0x11EC
    SQL Server Reporting Services Report Server Catalog        
    00000 Unexpected
    The current site is not in the SiteSubscription of the context site. SiteSubscriptionId: for current site = 96a49a95-8256-4585-9627-98206351efe3, for context site =
    81b6ef9c-3b4a-7007-7e6f-0ff7141ffd6a
    03/05/2015 09:19:08.52 w3wp.exe (0x0148)                      
    0x11EC
    SQL Server Reporting Services Report Server Catalog        
    00000 Unexpected
    Throwing Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: , Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user '<domain>\bprice' are insufficient for performing this
    operation.; 81b6ef9c-3b4a-7007-7e6f-0ff7141ffd6a
    03/05/2015 09:19:08.52 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Micro Trace                  
    uls4 Medium  
    Micro Trace Tags: 0 nasq,0 e5mb,0 agb9s,0 adyrv
    81b6ef9c-3b4a-7007-7e6f-0ff7141ffd6a
    03/05/2015 09:19:08.52 w3wp.exe (0x0148)                      
    0x11EC
    SharePoint Foundation         Monitoring                    
    b4ly Medium  
    Leaving Monitored Scope (ExecuteWcfServerOperation). Execution Time=12.5869
    81b6ef9c-3b4a-7007-7e6f-0ff7141ffd6a
    03/05/2015 09:19:11.72 w3wp.exe (0x0148)                      
    0x12E8
    SharePoint Foundation         Database                      
    7t61 High    
    [Forced due to logging gap, cached @ 03/05/2015 09:19:03.46, Original Level: Verbose] {0}
    03/05/2015 09:19:11.72 w3wp.exe (0x0148)                      
    0x12E8
    SharePoint Foundation         Database                      
    7t61 High    
    [Forced due to logging gap, Original Level: Verbose] {0}

  • I WANT TO UPGRADE WINDOWS SERVER 2008R2 STANDARD EDDITION SP1 TO ENTERPRISE SP1

    I HAVE INSTALLED WINDOWS SERVER 2008 SERVICE PACK1 TO ENTERPRISE SERVICE PACK1
    C:\Users\Administrator>DISM /online /Get-CurrentEdition
    Deployment Image Servicing and Management tool
    Version: 6.1.7600.16385
    Image Version: 6.1.7600.16385
    Current edition is:
    Current Edition : ServerStandard
    The operation completed successfully.
    C:\Users\Administrator>DISM /online /Get-TargetEditions
    Deployment Image Servicing and Management tool
    Version: 6.1.7600.16385
    Image Version: 6.1.7600.16385
    Editions that can be upgraded to:
    Target Edition : ServerDataCenter
    Target Edition : ServerEnterprise
    The operation completed successfully.
    C:\Users\Administrator>DISM /online /Set-Edition:ServerEnterprise /ProductKey:XXXX-XXXX-XXXX-XXXX-XXXX
    Deployment Image Servicing and Management tool
    Version: 6.1.7600.16385
    Image Version: 6.1.7600.16385
    Error: 50
    Setting an Edition is not supported with online images.
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

    “Setting an Edition is not supported with online images” More than likley the reason you are getting this error is because the server you are trying to inplace upgrade has the AD DS Role installed and is acting as a
    domain controller. The only way to upgrade this one is to move the FSMO Roles to another server, then DCpromo the server, and make it a member server and then run the command, and then you can go ahead and make the server a Domain Controller once the edition
    of Windows has been changed.
    http://rickrbyrne.wordpress.com/2011/06/16/in-place-upgrade-from-windows-server-2008-r2-standard-to-enterprise/
    UPDATE: One important note, as I'm reminded by Xaegr in the comments, is that
    the server can't be a DC at the time of upgrade.  If you demote a DC using dcpromo, you can upgrade, then re-promote it (you may need to migrate FSMO roles, etc, in order to succesfully demote.)
    http://blogs.technet.com/b/server_core/archive/2009/10/14/upgrading-windows-server-2008-r2-without-media.aspx<o:p></o:p>
    http://mariusene.wordpress.com/

  • SharePoint 2013 SSRS SQL 2012 SP1 and Mac Safari 5.1 or 6.0 report issues

    I have been try to figure out an issue that only seems to be affecting Safari 5.1 or 6.0 on OSX 10.6.8 or 10.7. I can view the same reports as the same user on the same Mac as the same user in Chrome 27.0.1453.116 or Firefox 22.  I have also tested
    iPads (iPad2 iOS 6.1), Android tablets and phones (ICS 4.0.4 and JB 4.2.2), and even an Microsoft Surface and they all work fine.
    The issue is when viewing a report through SharePoint 2013 in Safari regardless of if the report has parameters or not is it looks like the page just keeps reloading. The problem is not that I can't see the report viewer which is most of the issues
    related to SSRS 2008R2 and 2012. I can see the report view and I can even put in parameters. However when I click Apply the follow activity occurs.
    On Safari the following occurs
    POST: RSViewerPage.aspx
    GET: 302 Found default.aspx /_login: Size 0B, Transfer 1.67KB
    GET: 302 Found default.aspx /_windows Size 0B, Transfer 1.15KB
    It seems like the browser is redirected to login again. If I do this with a report that does not have parameters the "Loading" gif will appear forever with the same cycle going on with the page loading over and over. I did read something about
    Safari not supporting pass through authentication in 5.1. However if that is the problem then why is Safari listed as a supported browser, or not listed with that caveat on the browser support page?
    In Chrome this same set of step 302 to occur if I do not use the report for a while. After hitting apply the report appears to refresh to a blank report without any parameter values selected. The POST/GET activity mimics what I am seeing for Safari. 
    However unlike Safari, if I immediately put the parameters in again and click apply the report works as expected. Also when the report loads as expected I do not see the 302 to default.aspx /_login and /_windows.
    So what is different about Safari on OSX that is preventing it from displaying reports correctly when just about every other supported OS/Browser combination including some that aren't officially supported work perfectly fine with the same report?

    That Connect Bug (see previous post) has got a response from Matt at Microsoft. He advised that Mac Safari support for SSRS 2012 only works for Mac OS X 10.6 - 10.7. It seems some breaking change was introduced in Mac OS X 10.8. 
    http://msdn.microsoft.com/en-us/library/ms156511(v=sql.110).aspx#bkmk_reportviewer
    So he has closed it as "Resolved - By Design".
    Our Macs are currently on OS X 10.9 and 10.10 was recently released.
    SQL 2014 might offer better support - I have one client planning to start upgrading in the New Year.
    http://msdn.microsoft.com/en-us/library/ms156511(v=sql.120).aspx#bkmk_reportviewer

  • SCOM Gateway Server Upgrade from 2012 SP1 to R2

    Hi,
    I am upgrading our SCOM environment from 2012 SP1 to R2. But unable to upgrade the Gateway Server. The installation of R2 setup stops with error message: "The operation manager gateway can't be installed on a computer on which the Operation Manager
    management server, Operations Console, operational database, web console, agent, System Center Essentials, or System Center Service Manager is already installed."
    I checked none of the above component is installed on the gateway server. Please suggest what is the issue?
    Regards,
    Daya Ram

    Hi,
    Have you followed the steps below to upgrade a gateway server:
    Log on to a computer that hosts the gateway server with an Operations Manager Administrators role account for your Operations Manager management group.
    On the Operations Manager media, run Setup.exe.
    In the Optional Installations area, click Gateway management server.
    On the Welcome to the System Center 2012 R2 Operations Manager Gateway Upgrade Wizard page, click
    Next.
    On the The wizard is ready to begin gateway upgrade page, click
    Upgrade.
    On the Completing the System Center 2012 - Operations Manager Gateway Setup wizard page, click
    Finish.
    You may check below directory:
    C:\Program Files\System Center 2012\Operations Manager
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • What works in 2008R2 is not working in 2012 SP1

    Setup:
    Visual studio 2010 and 2012.
    Database: both 2008R2 and 2012 SP1
    Issue:
    I have a CLR routine that does bulk update.
    I have trigger on the tables that are being updated.
    Using the same code and the same data, This bulk update query works in 2008, but does not work in 2012, WHEN there is more than one record to be updated.
    My query is simply an update statement, updating table 1 from fields in table 2
    I get no errors when I trace through it in Visual studio 2012, the data simply doesn't update.
    However, if I run it in studio manager, I will get a range of errors, like, 'statement is terminated', or  that there was an error in the trigger, or that it completed successfully, but the data does not update.
    Disabling and re-enabling the trigger works, but that's not a good idea, and since I have many bulk update queries (and have been plagued with issues for the sites that have updated to 2012), I need a solution.
    Any one run into this?  Any ideas about what I can do?

    Well, earlier you said:
    sometimes I get 'the statement was terminated' (nothing else), or I get some error occurred in the trigger, or I get query completed, but the data did not update.
    So there is some confusion about what exactly is occurring.  But without code, there is nothing to do but speculate.  Now you say that when there are multiple records that match the criteria it does not work.  I assume that your context here
    is the update statement - when it updates multiple rows the trigger does not have the desired effect.  If that is not correct, it would help if you could clarify a specific (and hopefully simple) scenario for this case. 
    But based on this information, it seems that the trigger may have an assumption built into it that is not appropriate.  A trigger does not execute for each row - it executes at the statement level and the virtual tables (inserted and deleted) can contain
    any number of rows (from zero - yes, zero - to any number).  Often developers do not realize that the logic must be written to handle a variety of rows; rather they assume that only 1 row is present.  I would also suggest that perhaps a
    similar assumption is made in the update statement you posted - but I don't know the relationship between the 2 tables (Invoice and Cust) so I could be wrong. Perhaps the update statement joins a customer to multiple invoices in some cases (rather than
    an assumed 1 invoice per customer)? Perhaps there is some other oddity that is not evident from a distance.  

  • Trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.

    I am trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.
    It verifies the connection and then throws the error:
    The request to add or remove features on the specified server failed. The operation cannot be completed, because the server you specified requires a restart.
    WSUS Server : Windows Server 2012 R2
    Remote SQL Server: 2012 SP1 CU7 hosted on Windows Server 2012 R2
    Please let me know if anyone has experienced this issue.

    We were trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.
    It verifies the connection and then throws the error:
    The request to add or remove features on the specified server failed. The operation cannot be completed, because the server you specified requires a restart.
    Same error even after rebooting the server multiple times.
    WSUS Server : Windows Server Standard2012 R2
    Remote SQL Server: Windows Server 2012 SP1 CU7 hosted on Windows Server 2012 R2
    Event ID 7000:
    The Windows Internal Database service failed to start due to the following error:
    The service did not start due to a logon failure.
    Event ID 7041
    The MSSQL$MICROSOFT##WID service was unable to log on as NT SERVICE\MSSQL$MICROSOFT##WID with the currently configured password due to the following error:
    Logon failure: the user has not been granted the requested logon type at this computer.
    Service: MSSQL$MICROSOFT##WID
    Domain and account: NT SERVICE\MSSQL$MICROSOFT##WID
    This service account does not have the required user right "Log on as a service."
    User Action
    Assign "Log on as a service" to the service account on this computer. You can use Local Security Settings (Secpol.msc) to do this. If this computer is a node in a cluster, check that this user
    right is assigned to the Cluster service account on all nodes in the cluster.
    If you have already assigned this user right to the service account, and the user right appears to be removed, check with your domain administrator to find out if a Group Policy object associated
    with this node might be removing the right.
    I found following article:
    "MSSQL$MICROSOFT##WID service was unable to log on as NT SERVICE\MSSQL$MICROSOFT##WID" error when you install WID in Windows Server 2012
    http://support.microsoft.com/kb/2832204/en-us
    To work around the issue, use one of the following methods:
    Assign the Log on as a service user right to NT SERVICE\ALL SERVICES in the GPO that defines the user right.
    Exclude the computer from the GPO that defines the user right.
    We moved the SCCM server to OU where no policies were getting applied and then applied the new GPO to that OU. Restarted the server and we were able to install WSUS role.
    Regards
    PR

  • Novell GINA removed after R2 upgrade to ConfigMgr 2012 SP1 client

    I am working with a customer and we just noticed an issue when upgrading some of their SCCM 2012 SP1 clients to R2.  After the upgrade, everything appears to work fine, but as soon as a restart happens, the Novell GINA is replaced by the Windows GINA. 
    These machines were running Windows XP SP3 with Novell Client 4.91 SP5.  This did not occur when installing the ConfigMgr 2012 SP1 client originally, but appears to happen every time when the ConfigMgr client is upgraded to R2.  I wouldn't have
    thought the ConfigMgr 2012 R2 client upgrade would have anything to do with the GINA, but we can replicate the issue. 
    It's not due to Windows Updates getting installed in the background while the client is temporarily unmanaged, which was my initial thought.  We ensured the policy to disable Windows Updates was correctly in place and that no updates were installed. 
    The only fix so far is to completely remove the Novell client and reinstall it. 
    Has anyone else run in to this?
    Thanks!

    Yes, I have seen this when we took over a group that had Novell. It was ConfigMgr 2007 at the time.  We only had to keep Novell long enough to completely remove it later.  So your process is correct. 
    http://www.sccm-tools.com http://sms-hints-tricks.blogspot.com

  • SCOM 2012 SP1 Upgrade - RMS fine but can't upgrade reporting or web console

    Hi,
    We've just upgraded our RMS to SCOM 2012 SP1 and everything went smoothly as per the documentation. However when I next try to upgrade the Reporting or Web Consoles (located on separate servers) to SP1 I am presented with a message saying:
    "The management server to which this component reports has not been upgraded".
    At that point we cannot proceed past the prerequisite checker.
    I am totally confident that the SP1 upgrade went through on the RMS and all file versions are at SP1.
    Can anyone help please?
    Thanks,
    Tim

    Hi Retee,
    I was not able to find a fix for this but I did find a workaround.
    1.  I copied the installation files from the SCOM 2012 SP1 DVD/ISO to a folder, SCOM_2012_INSTALL on the reporting server.
    2.  Browsed to the following folder ..\SCOM_2012_INSTALL\setup\AMD64\ and commented out the following section of the IntermilestoneUpgradePrereqs.xml file:
      <!-- <Check Order="210">
        <Id>4AB9384E-45B6-4E72-AFC8-596EC7E5ED3C</Id>
        <Components>
          <Component>OMWEBCONSOLE</Component>
          <Component>OMREPORTING</Component>
        </Components>
        <Title>MgmtServerUpgradedTitle</Title>
        <PassedDescription>MgmtServerUpgradedPassed</PassedDescription>
        <FailedDescription>MgmtServerUpgradedFailed</FailedDescription>
        <Resolution>MgmtServerUpgradedResolution</Resolution>
        <LogicDelegates>
          <LogicDelegate LogicType="and"
                         DelegateId="MgmtServerUpgradedCheck"
                         DelegateNameSpace="Microsoft.SystemCenter.Essentials.SetupFramework.HelperClasses.OMPrequisiteChecks,SetupChainerUI"
                         DelegateName="ManagementServerAlreadyUpgradedCheck" />
        </LogicDelegates>
      </Check>  -->
    3.  Ran ..\SCOM_2012_INSTALL\setup.exe and the upgrade was successful.
    Our SCOM infrastructure has now been at 2012 R2 for a couple of months and I have not seen any issues caused by commenting out this section.  But as always, use at your own risk.
    Hope this helps.
    Thanks,
    Iain

  • Upgrading Sql 2008r2 (Hosting Ssrs For Scom) To Sql 2012 Failed On "uses custom security/authentication extensions/..."

    Hi,
    my question is: what custom extensions does SCOM uses for the SSRS?
    When I look on the SSRS forum I'm advised to check who made these extensions and what use they have.
    Help would be appreciated.
    Greetings,
    Pim

    Hi,
    From your description, my understanding is that you have a question when you upgrade SQL 2008 R2 to SQL 2012.
    Since this is an issue about SQL server. I suggest you contact SQL server support engineer for more assistance and resource. For your convenience:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?category=sqlserver
    Best Regards,
    Vincent Han
    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]

  • Use rptproj SSRS for SQL Server 2008R2 in VS 2010 (and/or VS 2012 better(

    In my company, I use VS 2008 and SQLServer 2008R2, and I have rptproj projects in VS 2008.
    The rptproj project has several rdl files.
    I would like use VS 2010 or VS 2012 with SSRS and SQLServer 2008R2.
    SSDT, which was introduced with SQL Server 2012. I suggest not possible migration rpt projects in VS 2008 to VS 2010 / VS 2012
    Any alternative solution to do it ?
    I have seen, but I'm confused it
    http://stackoverflow.com/questions/12503976/how-to-edit-ssrs-2008r2-reports-in-visual-studio-2012/16112721#16112721
    Iko says
    You can now use Visual Studio 2010 to edit .rtproj report projects and .rdl reports.
    You need VS10 SP1, then install the Data Tools for VS10, followed by the installation of SQL Server Express 2012 with Reporting Services and Data Tools.
    Reference: http://stackoverflow.com/a/14599850/206730
    But I'm confused about it.
    www.kiquenet.com/profesional

    Hi Kiquenet,
    According to your description, you installed VS 2008 and SQL Server 2008 R2, and create Reporting Services projects. Now you want to use VS 2010 or VS 2012 to open and manage the reports.
    SQL Server Data Tools - Business Intelligence for Visual Studio 2012 supports versions of SQL Server 2012 or lower, we can directly download Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2012 from
    https://www.microsoft.com/en-us/download/details.aspx?id=36843, then select SQL Server Data Tools - Business Intelligence for Visual Studio 2012 and SQL Client Connectivity SDK as
    new shard features to install.
    We can open the projects in both Visual Studio 2012 and Visual Studio 2010. For local mode only (that is, when not connected to SQL Server), we won’t get the design-time experience for controls that are associated with the viewer in Visual Studio 2008, but
    the project will function correctly at runtime. If we add a feature that’s specific to Visual Studio 2012, the report schema is upgraded automatically and you can no longer open the project in Visual Studio 2008.
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    Wendy Fu
    TechNet Community Support

  • SQL 2012 SP1 Enterprise (SSRS in SharePoint mode): Reporting Services scale-out deployment is not supported in this edition of Reporting Services

    Hello,
    SSRS in SharePoint mode is driving me insane.
    We are recreating a SharePoint 2013 (SP1) farm in a test environment with the following set-up:
    2 SP Web FrontEnds
    2 SP Application Servers
    1 SQL Server
    At both SP APP Servers, we installed SSRS (SQL 2012 Enterprise w/ SP1) in SP integrated mode.
    We managed to start the SSRS SP service at the first SP APP Server. However when we try to start it on the second APP Server, we get the following error:
    "Reporting Services scale-out deployment is not supported in this edition of Reporting Services. This edition only supports one instance of the SQL Server Reporting Services Service in the farm.  The SQL Server Reporting Services service cannot
    be started on this server unless it is stopped on all other servers in the farm. "
    Now I can't stress this enough: This is a SQL Server 2012 SP1 Enterprise. This is the image we got from our MSDN subscription. There is no mistake here.
    Could someone please advise why SP might think this version of SSRS is not the correct one?
    Thanks in advance for your help.
    Regards,
    P.

    Hello,
    I'm afraid that is not it.
    After a long, frustrating and strenuous investigation and troubleshooting, we found the problem.
    The problem is the current ISO for SQL Server 2012 Enterprise SP1 (x64) found at MSDN. Bear in mind that we downloaded this ISO from MSDN about a month ago.
    As soon as we recreated the environment using the ISO for SQL Server 2012 Enterprise SP2 (x64) found at MSDN, everything worked as expected -- and that includes running more than one SSRS in SharePoint mode.
    Also bear in mind that we tried updating the SQL SP1 install with SP2 and subsequent cumulative updates but that never fixed the problem.
    There is something fundamentally wrong with that ISO with SP1 slipstreamed in it that no matter the subsequent updates installed, SSRS in SharePoint mode fails to work properly on a multi-server environment. We went as far as SP2 with CU3 and nothing seemed
    to fix the problem. And yes, we also performed manual updates to the SSRS and PowerPivot SharePoint MSI add-ins.
    I am shocked and distraught to find out that I lost hours of work due to a dodgy ISO image.
    Regards,
    P.

  • Upgrading SQL 2012 sp1 to sp2 error - Overlapped I/O operation is in progress.

    Hi Guys,
    Having an issue patching two of my SQL servers which are currently in an AlwaysOn, we use SCOM 2012 R2 to monitor it and it's installed on Server 2012, this is the current SQL version:
    Microsoft SQL Server 2012 (SP1) - 11.0.3128.0 (X64) 
    Dec 28 2012 20:23:12 
    Copyright (c) Microsoft Corporation
    Enterprise Edition: Core-based Licensing (64-bit) on Windows NT 6.2 <X64> (Build 9200: ) (Hypervisor)
    I get the error when trying to install any SQL updates, I have tried the following:
    KB2977326
    KB2958429
    The installer gets to the end with error code: 997 when looking at the logs we get this:
    Action required:
    Use the following information to resolve the error, and then try the setup process again.
    Feature failure reason:
    An error occurred for a dependency of the feature causing the setup process for the feature to fail.
    Error details:
    § Error installing SQL Server Setup Support Files
    Overlapped I/O operation is in progress.
    Error code: 997
    Log file: C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140826_104653\MSSQLSERVER\SqlSupport_Cpu64_1.log
    Visit http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.5058.0&EvtType=SqlSupport.msi%40ProcessComponents%40997 to get help on troubleshooting.

    C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140826_104653\MSSQLSERVER\SqlSupport_Cpu64_1.log 
    The end of that log:
    Property(S): MsiLogFileLocation = C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140826_104653\MSSQLSERVER\SqlSupport_Cpu64_1.log
    Property(S): PackageCode = {5756C162-DB51-41EE-AE83-C4DAEE74CC31}
    Property(S): ProductState = -1
    Property(S): PackagecodeChanging = 1
    Property(S): ADDLOCAL = SupportFiles
    Property(S): UPGRADE = SupportFiles
    Property(S): VSINSTALLDIR = C:\Program Files (x86)\Microsoft Visual Studio 10.0
    Property(S): REBOOT = ReallySuppress
    Property(S): EXTERNALMSICONTROL = 1
    Property(S): CURRENTDIRECTORY = y:\78f5c042a94a1c9d28
    Property(S): CLIENTUILEVEL = 3
    Property(S): MSICLIENTUSESEXTERNALUI = 1
    Property(S): CLIENTPROCESSID = 1876
    Property(S): VersionDatabase = 405
    Property(S): VersionMsi = 5.00
    Property(S): VersionNT64 = 602
    Property(S): WindowsBuild = 9200
    Property(S): ServicePackLevel = 0
    Property(S): ServicePackLevelMinor = 0
    Property(S): MsiNTProductType = 3
    Property(S): WindowsVolume = C:\
    Property(S): System64Folder = C:\Windows\system32\
    Property(S): SystemFolder = C:\Windows\SysWOW64\
    Property(S): RemoteAdminTS = 1
    Property(S): TempFolder = C:\Users\TEMP\AppData\Local\Temp\
    Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\
    Property(S): CommonFiles64Folder = C:\Program Files\Common Files\
    Property(S): AppDataFolder = C:\Users\TEMP\AppData\Roaming\
    Property(S): FavoritesFolder = C:\Users\TEMP\Favorites\
    Property(S): NetHoodFolder = C:\Users\TEMP\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
    Property(S): PersonalFolder = \\server\docs\user\My Documents\
    Property(S): PrintHoodFolder = C:\Users\TEMP\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
    Property(S): RecentFolder = C:\Users\TEMP\AppData\Roaming\Microsoft\Windows\Recent\
    Property(S): SendToFolder = C:\Users\TEMP\AppData\Roaming\Microsoft\Windows\SendTo\
    Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
    Property(S): CommonAppDataFolder = C:\ProgramData\
    Property(S): LocalAppDataFolder = C:\Users\TEMP\AppData\Local\
    Property(S): MyPicturesFolder = \\server\docs\user\My Documents\My Pictures\
    Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\
    Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
    Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
    Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
    Property(S): DesktopFolder = C:\Users\Public\Desktop\
    Property(S): FontsFolder = C:\Windows\Fonts\
    Property(S): GPTSupport = 1
    Property(S): OLEAdvtSupport = 1
    Property(S): ShellAdvtSupport = 1
    Property(S): MsiAMD64 = 6
    Property(S): Msix64 = 6
    Property(S): Intel = 6
    Property(S): PhysicalMemory = 7680
    Property(S): VirtualMemory = 22117
    Property(S): AdminUser = 1
    Property(S): MsiTrueAdminUser = 1
    Property(S): LogonUser = user
    Property(S): UserSID = S-1-5-21-529874490-2830903538-1517016768-1630
    Property(S): UserLanguageID = 2057
    Property(S): ComputerName = sql02
    Property(S): SystemLanguageID = 1033
    Property(S): ScreenX = 1024
    Property(S): ScreenY = 768
    Property(S): CaptionHeight = 23
    Property(S): BorderTop = 1
    Property(S): BorderSide = 1
    Property(S): TextHeight = 16
    Property(S): TextInternalLeading = 3
    Property(S): ColorBits = 32
    Property(S): TTCSupport = 1
    Property(S): Time = 10:52:12
    Property(S): Date = 8/26/2014
    Property(S): MsiNetAssemblySupport = 4.0.30319.17929
    Property(S): MsiWin32AssemblySupport = 6.2.9200.16384
    Property(S): RedirectedDllSupport = 2
    Property(S): MsiRunningElevated = 1
    Property(S): USERNAME = 
    Property(S): COMPANYNAME = 
    Property(S): DATABASE = C:\Windows\Installer\3613360.msi
    Property(S): OriginalDatabase = C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Update Cache\KB2958429\ServicePack\1033_ENU_LP\x64\setup\sqlsupport_msi\SqlSupport.msi
    Property(S): UILevel = 2
    Property(S): Preselected = 1
    Property(S): ACTION = INSTALL
    Property(S): MIGRATE = {8CB0713F-CFE0-445D-BCB2-538465860E1A}
    Property(S): ROOTDRIVE = Z:\
    Property(S): CostingComplete = 1
    Property(S): OutOfDiskSpace = 0
    Property(S): OutOfNoRbDiskSpace = 0
    Property(S): PrimaryVolumeSpaceAvailable = 0
    Property(S): PrimaryVolumeSpaceRequired = 0
    Property(S): PrimaryVolumeSpaceRemaining = 0
    Property(S): DOTNETCOREPATH = 1
    Property(S): IsDotNet40Installed = 1
    Property(S): SOURCEDIR = C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Update Cache\KB2958429\ServicePack\1033_ENU_LP\x64\setup\sqlsupport_msi\
    Property(S): SourcedirProduct = {977887EC-1C9B-47FA-8489-88E5E7F43D5E}
    MSI (s) (94:B0) [10:52:12:328]: Windows Installer installed the product. Product Name: Microsoft SQL Server 2012 Setup (English). Product Version: 11.2.5058.0. Product Language: 1033. Manufacturer: Microsoft Corporation. Installation success or error status:
    1603.
    MSI (s) (94:B0) [10:52:12:328]: Deferring clean up of packages/files, if any exist
    MSI (s) (94:B0) [10:52:12:328]: MainEngineThread is returning 1603
    MSI (s) (94:B0) [10:52:12:328]: MainEngineThread is returning 1603
    MSI (s) (94:FC) [10:52:12:328]: RESTART MANAGER: Session closed.
    MSI (s) (94:FC) [10:52:12:328]: No System Restore sequence number for this installation.
    === Logging stopped: 26/08/2014  10:52:12 ===
    MSI (s) (94:FC) [10:52:12:344]: User policy value 'DisableRollback' is 0
    MSI (s) (94:FC) [10:52:12:344]: Machine policy value 'DisableRollback' is 0
    MSI (s) (94:FC) [10:52:12:344]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (94:FC) [10:52:12:344]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
    MSI (s) (94:FC) [10:52:12:344]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
    MSI (s) (94:FC) [10:52:12:344]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (94:FC) [10:52:12:344]: Destroying RemoteAPI object.
    MSI (s) (94:60) [10:52:12:344]: Custom Action Manager thread ending.
    MSI (c) (54:A4) [10:52:12:344]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (54:A4) [10:52:12:344]: MainEngineThread is returning 1603
    === Verbose logging stopped: 26/08/2014  10:52:12 ===

Maybe you are looking for

  • USB drives not showing on desktop

    Hi there, Whenever I insert a device into my usb ports (camera, thumb drive, iPod) it no longer shows up on my desktop. Though the device is still recognized by iTunes, iPhoto, and in disk utility. I have also made sure the boxes are checked in the F

  • What can be done with limited print settings?

    Hi, This past week I had occasion to fill out a passport application on the Canadian govt. website. As there is a lot of information, and a barcode on each page, the govt. requires pretty exact print margin settings, and no header nor footer to be pr

  • Hosting Email for Clients

    We are looking to start hosting email for our clients and need to find out more on the capabilities of Mac Server to fulfill that role. Can a single Mail server (Snow Leopard) accomplish this?

  • Oracle Talent Management - Please help?

    Hi All, 1- How can I define in employee appraisal the next years objecticves (KPI's) I saw in employee appraisal you can fill the needed training for the employee for the next year but i did not find any thing about the next objectives ? 2- How can I

  • PE2 hangs with Windows 7 when creating and exporting files

    My computer running WinXP just broke down on me for the 2nd time in 7 years, so I finally decided to upgrade. I put it off because I was afraid of windows 7 having compatibility issues with my old software, and now I'm having trouble with Premiere El