SCCM 2012 - Migrating SQL components to cluster including Reporting Services

 
Current SCCM 2012 environment:
 - CAS with database on remote SQL (non-cluster) server in a named instance - SQLSRV\CASINST 
 - SQL Reporting Services in also installed in the SQLSRV\CASINST instance 
 - The SCCM Reporting Services Point role is installed on the SQLSRV\CASINST instance 
 - Primary server with database on the same remote SQL (non-cluster) server in a different named instance - SQLSRV\PRIINST 
Now I would like to move all of the database stuff to an existing SQL 2008 R2 cluster (SQLCLUSTER) and decommission the SQLSRV server.  SQLCLUSTER already exists and the default instance is already in use (for other applications) for both database engine
services and reporting services.
From my understanding:
 - SQL 2008 R2 Reporting Services cannot be clustered
 - Best practise is to install Reporting Services Point on a remote site server rather than a CAS server
 - SSRS can be installed on nodes in SQL cluster as standalone installs - with the caviat that they don't use instance names already in use
So I plan to:
 - Move CAS database to new named instance on cluster eg SQLCLUSTER\CASINST 
 - Move primary database to new named instance on cluster eg SQLCLUSTER\PRIINST 
 -  Install SQL Reporting Services on one of the cluster nodes (unclustered) using a named SSRS instance eg SQLCLUSTERNODE1\SCCMREPORTING
-  This article points out some interesting results of not have a default instance -  http://magalhaesv.wordpress.com/2012/05/24/system-center-configuration-manager-x-sql-server-reporting-services-x-wmi-english-version/
 - Move Reporting Services Point from SQLSRV\CASINST to the cluster node eg SQLCLUSTERNODE1\SCCMREPORTING
I have read on some forums (eg
http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/40ad0cb4-a464-4576-b824-957ed6e1b2e2) things like '' If you have an app like SCCM that requires a default instance of SSRS, you are out of luck if your cluster already has a default
instance of the database engine.", but I cannot find this anywhere in Microsoft documentation.  From the MS documentation (http://technet.microsoft.com/en-us/library/7fd0d4f5-14e0-4ec7-b2e6-3b67487df555#BKMK_InstallReportingServicesPoint)
I understand that as long the current user has read access to WMI on the remote site server where SQL Reporting Services is installed, you should be able to use a named instance for SQL Reporting Services and successfully install the Reporting Services Point
on it.
So a 2 part question:
 - Anybody see any obvious flaws in my high level plan?
 - Anybody care to comment on the SCCM requiring a default instance of SSRS?
My Microsoft Core Infrastructure & Systems Management blog -
blog.danovich.com.au

Yes, I know this is an old post, I’m trying to clean them up, Did you figure this out, if so how?
http://www.enhansoft.com/
Hi Garth,
Yes we moved the DBs and RS as outlined above. As expected, we needed to have a default instance of RS because otherwise the SCCM console doesn't see the Reporting Services instance when you try to deploy the Reporting Services site role.
So the above plan worked.
My Microsoft Core Infrastructure & Systems Management blog -
blog.danovich.com.au

Similar Messages

  • Things to consider when removing from AD domain a SQL Server 2008 which includes Reporting Services

    Do any one have a link to a list of things to consider when removing from AD domain a SQL Server 2008 which includes Reporting Services, Analysis Services and Integration Services?
    I am taking from an Active Directory domain several servers with SQL 2008 and Reporting Services, Analysis Services and Integration Services. The server will stay on its own without association to any domain, the server will keep its IP address and
    the server will not change names.
    I have done some research and I got the basic steps including, removing the user accounts from the domain, changing the services accounts, changing jobs and databases from being owned by users from the domain. But...
    Are there other things in Reporting Services, Analysis Services and Integration Services internal databases that have an association with the domain AND that will fail after no longer being in the domain?
    I've heard of Reporting Services subscriptions failing when the domain user account is no longer there...Are there any other got ya's that any one has encountered?
    Please advice.
    Note: I am posting in this forum basically because of what I heard on Reporting Services, but it may be a better idea to post into a more broad forum such as SQL Server Migration section.
    Thanks beforehand
    Paulino

    Do any one have a link to a list of things to consider when removing from AD domain a SQL Server 2008 which includes Reporting Services, Analysis Services and Integration Services?
    I am taking from an Active Directory domain several servers with SQL 2008 and Reporting Services, Analysis Services and Integration Services. The server will stay on its own without association to any domain, the server will keep its IP address and
    the server will not change names.
    I have done some research and I got the basic steps including, removing the user accounts from the domain, changing the services accounts, changing jobs and databases from being owned by users from the domain. But...
    Are there other things in Reporting Services, Analysis Services and Integration Services internal databases that have an association with the domain AND that will fail after no longer being in the domain?
    I've heard of Reporting Services subscriptions failing when the domain user account is no longer there...Are there any other got ya's that any one has encountered?
    Please advice.
    Note: I am posting in this forum basically because of what I heard on Reporting Services, but it may be a better idea to post into a more broad forum such as SQL Server Migration section.
    Thanks beforehand
    Paulino

  • SCCM 2012 on SQL 2008 R2 cluster

    Looking Positive and negative for SCCM 2012 SQL cluster configuration. I am looking for configuration for sql 2008 cluster.
    can you any configured ? is yes please step by step configuration and preservative 

    positive: obviously, the SQL could have high availability and will auto fail over to another box if one of the boxes is down.
    Juke Chou
    TechNet Community Support

  • SCCM 2012 R2 Cu1: Can I reinstall the Reporting Services Point role without delete or change the SSRS-DB?

    Hi, I have some issue with the reports,
    Can I reinstall the SCCM Reporting Services Point role without delete or change the SSRS-DB (just reset the SCCM SSRS function)?
    I have saved/backup the custom made reports.
    /SaiTech

    Yes you can remove and reinstall the Role.  I had to do this recently on our SCCM 2012 R2 due to an issue with the reports not loading.   Found out that the problem with reports was from the upgrade to R2 from 2012 SP1 and was able to run
    a command to re-register the reports with WMI.  I actually removed the role, uninstalled reporting services feature from SQL, deleted the report databases, reinstalled the SQL feature, configured the reporting databases again, added the role back, and
    ran the following command.
    mofcomp "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof"
    This allowed all my reports to register as they should have and run without errors.  If you are having similar problems, you may be able to just run that command to get reports running without all the extra work I did.  For us we were getting an
    invalid Class error in the srsrp.log.
    Brian

  • SCCM 2012 R2 SQL Migration

    Hi,
    I have SCCM 2012 R2 and SQL Server 2012 SP1 Enterprise edition on the same server.
    The SQL server has two instances.
    1. default instance for SCCM db
    2. instance named WSUS for WSUS
    For licensing purpose, we want to change SQL enterprise edition to standard edition. I know that we cannot change edition without uninstalling SQL enterprise edition and installing SQL standard eition.
    I want to know the steps I should follow to successfully migrate SQL to standard edition without breaking SCCM and WSUS DBs 
    Mashhour Faraj

    For licensing purpose, we want to change SQL enterprise edition to standard edition. I know that we cannot change edition without uninstalling SQL enterprise edition and installing SQL standard eition.
    I'm afraid to tell you that there is more to it than just uninstalling SQL and reinstall SQL. Because you are using enterprise edition, you might have to uninstall CM12 too and start over. This is due to SQL partitioning which CM12 will use but is not
    available within SQL standard.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • XML errors when running specific reports in SCCM 2012, using SQL Server 2008 R2 Reporting Services

    I've posted this to the SCCM 2012 forum and only received one response so far that states that this is a known issue that has been discussed before and isn't easy to fix;  I was not given any actual solution either.  Since this involves SSRS I
    thought I would try my luck here as well.  
    I'm having almost exactly the same problem as is referenced in this article:  http://social.msdn.microsoft.com/Forums/uk/sqlreportingservices/thread/587a3319-bc54-4d30-bb3f-bb90a0c6ec50.  When
    I try to run either of these reports (Computers with specific software registered in Add Remove Programs; Count of instances of specific software registered with Add or Remove Programs) I receive the XML error shown in the attached screenshot.  I'm fairly
    sure the problem is the same as the other admin was experiencing and I just need to remove the unprintable characters (of the application name) from the dbo.v_Add_Remove_Program column.    
    The error references 0xFFFF but I could not find what that exactly translates too, other than it appears to be at the end of the spectrum for Unicode characters.  I used the following sql query to search for the 0xFFFF entry, but no results were found:
    use CM_UV2
    Select distinct
     CHARINDEX(cast(0xFFFF as varchar(1)),DisplayName0),
     DisplayName0
    from
     dbo.v_Add_Remove_Programs
    Where
     CHARINDEX(cast(0xFFFF as varchar(1)),DisplayName0) > 0
    When I used the original hex value of 0x28 I get plenty of results returned with "(" in them so the query seems sound.  One of the articles I was searching mentioned running the query manually using the Management Studio and looking for strange characters
    there but I'm not sure how to do that. 
    Basically I just need help finding the offending character and removing it.  I also need to be able to replicate this for other strings as this looks like an error that will reoccur whenever any new software appears that has weird encoding in the title. 
    Thank you in advance for any help given.
    Über Random

    Hi Uber,
    This is a known issue that error occurs when running report "Count of instances of specific software registered with Add or Remove Programs" due to non-printable characters for XML. Based on internal research, the hotfix for this issue will be
    included in the System Center 2012 Configuration Manager Service Pack 1.
    As a workaround, you can remove the nonprintable character populated into the report parameter by referring to the following KB article:
    http://support.microsoft.com/KB/914159
    Hope this helps.
    Regards,
    Mike Yin
    Mike Yin
    TechNet Community Support

  • SCCM 2012 SP1 SQL License Question!!

    I have SCCM 2012 SP1 running on one server with the DB running on another server within SQL 2012 SP1. This was running grand for 5+ months green across the board.
    Recently I lost SCCM access. I have discovered this is due to the trial of SQL having expired! I have performed quite a bit of research and see that SQL use is granted with the purchase of SCCM 2012 license. i.e. no SQL license is need.
    My questions:
    Why has my trial expired if SQL is supposedly free with SCCM 2012 license?
    Do I need to upgrade to full version and use SCCM license to activate SQL?
    Possible cause:
    I have two instances running on my SQL server: SCCM DB and WSUS DB, is the expirey because of the WSUS DB and will I need to either remove this WSUS DB and, or, use a SQL 2012 license up?
    Quick responses appreciated Thanks!
    MichaelSpaulding

    Hi,
    There is no license key provided for SQL server with the SQL User Rights that is included in the System Center license. So you need to get the SQL server keys/media from volume licensing site. There is no relation between the WSUS DB and the fact that the
    SQL trial version has expired.
    If you downloaded the SQL Standard media from Volume licensing here is a guide for upgrading SQL server
    http://www.mssqlgirl.com/upgrading-from-sql-server-2012-evaluation-edition.html
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • SCCm 2012 : Move SQL Database

    Hi
    I have root domain (domain A) and child domain (B).
    I install SCCM 2012 in domain A and use SQL 2012 cluster on domain B. I have a problem with a firewall. I install a new cluster SQL 2012 in root domain (Domain A).
    My SCCM use: MP, DP, SUP, WSUS, Deployment Application, Deployment packages, Deploy Hotfix. 
    My question: It's possible to move SQL 2012 database (SCCM and WSUS) in domain B to domain A? and reconnect SCCM 2012 to database.
    Thanks

    As long as the computer account is a local admin of the SQL server (of every node as you're talking about a cluster) it should move just fine, especially considering you are moving OUT of the trusted domain and into the same domain.
    Simply move the database then re-run SCCM setup.  When you do one of the first options you'll get is if you're installing into a new site or "perform site maintenance".  Within in that category should be an option to connect SCCM to a
    new database, which will do all the work for you.
    Quick warning:  in the past when using that option I've seen cases where roles have re-installed after I changed the site database, usually the MPs (I'm guessing because they need to reconnect?).  So hop into monitoring and watch your logs after
    doing this to make sure everything "Settles down".

  • SCCM 2012 R2 SQL Database Upgrade Fails : Setup cannot upgrade the ConfigMgr database. Contact your SQL administrator.

    Hi Friends,
    We have planned to upgrade our SCCM 2012 SP1 infrastructure to SCCM 2012 R2 so we have setup test environment to test SQL database upgrade before doing same in production.
    But while testing SQL database upgrade on test machine, it is getting failed with below error.
    ConfigMgrSetupWizard.log
    ConfigMgrSetupWizard Verbose: 1 : Scripted setup failure handling callback called. Failure: 29.
    ConfigMgrSetupWizard Verbose: 1 : Received error [Setup cannot upgrade the ConfigMgr database. Contact your SQL administrator.] from native code.
    ConfigMgrSetup.log
    ERROR: SQL Server error: [23000][2627][Microsoft][SQL Server Native Client 11.0][SQL Server]Violation of PRIMARY KEY constraint 'ContentDistribution_PK'. Cannot insert duplicate key in object 'dbo.ContentDistribution'. The duplicate key value is (921). :
    tr_ContentDistributionNotification_insert
    ERROR: Failed to execute SQL Server command:  ~-- ~-- Rebuild ContentDistribution tables ~-- ~IF (EXISTS(SELECT TOP 1 1 FROM dbo.SMSData WHERE SMSBuildNumber <=  7900) AND dbo.fnIsSecondary() != 1) ~BEGIN ~    exec spRebuildContentDistribution
    @TruncateTables=0 ~END
    Failed to create process of SetupWpf.exe.
    Can anyone please help to get this resolved.
    Thanks. 

    We found out that there were duplicate entries in the PkgStatus_G and the PkgServers_G tables in the SCCM DB.  We identified them, deleted them , and then we were able to run the /TESTDBUPGRADE command and it went through fine.  We performed
    all of this on a COPY of the PROD DB and then moved the changes in PROD.  Hope this helps someone.
    - Dave

  • Reporting problem SCCM 2012 R2 / SQL 2012 SP2 CU 5

    Hi,
    i have a problem with reporting in my sccm. I had SQL 2012 SP1 without CU. after setup reporting services point in SCCM i couldnt see any report /no items found. in srsrp.log a i had this :
    Registry change SMS_SRS_REPORTING_POINT 22.4.2015 13:18:30 5544 (0x15A8)
    Waiting for changes for 1 minutes SMS_SRS_REPORTING_POINT 22.4.2015 13:18:30 5544 (0x15A8)
    SRSRP registry key change notification triggered. SMS_SRS_REPORTING_POINT 22.4.2015 13:18:30 5544 (0x15A8)
    Registry change SMS_SRS_REPORTING_POINT 22.4.2015 13:18:30 5544 (0x15A8)
    Waiting for changes for 1 minutes SMS_SRS_REPORTING_POINT 22.4.2015 13:18:30 5544 (0x15A8)
    Timed Out... SMS_SRS_REPORTING_POINT 22.4.2015 13:19:30 5544 (0x15A8)
    Set configuration SMS_SRS_REPORTING_POINT 22.4.2015 13:19:30 5544 (0x15A8)
    Check state SMS_SRS_REPORTING_POINT 22.4.2015 13:19:30 5544 (0x15A8)
    Check server health. SMS_SRS_REPORTING_POINT 22.4.2015 13:19:30 5544 (0x15A8)
    Successfully created srsserver SMS_SRS_REPORTING_POINT 22.4.2015 13:19:30 5544 (0x15A8)
    Reporting Services URL from Registry [http://scm/ReportServer/ReportService2005.asmx] SMS_SRS_REPORTING_POINT 22.4.2015 13:19:30 5544 (0x15A8)
    Reporting Services is running SMS_SRS_REPORTING_POINT 22.4.2015 13:19:30 5544 (0x15A8)
    Retrieved datasource definition from the server. SMS_SRS_REPORTING_POINT 22.4.2015 13:19:30 5544 (0x15A8)
    [###.cz] [CM_UB1] [Reporty] [###.cz] SMS_SRS_REPORTING_POINT 22.4.2015 13:19:30 5544 (0x15A8)
    [REPORTSERVER] [1] [] [###\lankoci] SMS_SRS_REPORTING_POINT 22.4.2015 13:19:30 5544 (0x15A8)
    [1] [0] SMS_SRS_REPORTING_POINT 22.4.2015 13:19:30 5544 (0x15A8)
    Confirmed version [11.0.3000.0] for the Sql Srs Instance. SMS_SRS_REPORTING_POINT 22.4.2015 13:19:30 5544 (0x15A8)
    Extract resource language packs if exists SMS_SRS_REPORTING_POINT 22.4.2015 13:19:30 5544 (0x15A8)
    Expanding cabFile [C:\Program Files\SMS_SRSRP\SRSRP_CSY.cab] to directory [C:\Program Files\SMS_SRSRP]. SMS_SRS_REPORTING_POINT 22.4.2015 13:19:30 5544 (0x15A8)
    Waiting for process ID [3980] to complete. SMS_SRS_REPORTING_POINT 22.4.2015 13:19:30 5544 (0x15A8)
    Process exited with code [1]. SMS_SRS_REPORTING_POINT 22.4.2015 13:19:32 5544 (0x15A8)
    Loading localization resources from directory [C:\Program Files\SMS_SRSRP\SrsResources.dll] SMS_SRS_REPORTING_POINT 22.4.2015 13:19:32 5544 (0x15A8)
    Looking for 'Czech (Czech Republic)' resources SMS_SRS_REPORTING_POINT 22.4.2015 13:19:32 5544 (0x15A8)
    Looking for 'Czech' resources SMS_SRS_REPORTING_POINT 22.4.2015 13:19:32 5544 (0x15A8)
    Found resources for 'Czech' SMS_SRS_REPORTING_POINT 22.4.2015 13:19:32 5544 (0x15A8)
    Confirmed the configuration of SRS role [ConfigMgr Report Users]. SMS_SRS_REPORTING_POINT 22.4.2015 13:19:34 5544 (0x15A8)
    Confirmed the configuration of SRS role [ConfigMgr Report Administrators]. SMS_SRS_REPORTING_POINT 22.4.2015 13:19:34 5544 (0x15A8)
    Retrieved datasource definition from the server. SMS_SRS_REPORTING_POINT 22.4.2015 13:19:34 5544 (0x15A8)
    Updating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at Reporty SMS_SRS_REPORTING_POINT 22.4.2015 13:19:34 5544 (0x15A8)
    Successfully get report server from Registry SMS_SRS_REPORTING_POINT 22.4.2015 13:19:34 5544 (0x15A8)
    Moved folder from /Reporty to /Reporty.OLD.0. SMS_SRS_REPORTING_POINT 22.4.2015 13:19:34 5544 (0x15A8)
    Created folder [Reporty]. SMS_SRS_REPORTING_POINT 22.4.2015 13:19:34 5544 (0x15A8)
    Creating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at Reporty SMS_SRS_REPORTING_POINT 22.4.2015 13:19:34 5544 (0x15A8)
    Service 'SQLSERVERAGENT' is already Stopped SMS_SRS_REPORTING_POINT 22.4.2015 13:19:34 5544 (0x15A8)
    Delete old SCCMErrorResources folder SMS_SRS_REPORTING_POINT 22.4.2015 13:19:34 5544 (0x15A8)
    Could not find a part of the path 'C:\SCCMErrorResources'. SMS_SRS_REPORTING_POINT 22.4.2015 13:19:35 5544 (0x15A8)
    Delete all srs* files from Reporting Service Location SMS_SRS_REPORTING_POINT 22.4.2015 13:19:35 5544 (0x15A8)
    (!) InitializeSrsWhenNeeded error = The parameter is incorrect. SMS_SRS_REPORTING_POINT 22.4.2015 13:19:35 5544 (0x15A8)
    Failures reported during periodic health check by the SRS Server ###.cz. SMS_SRS_REPORTING_POINT 22.4.2015 13:19:35 5544 (0x15A8)
    after that, i remove reporting services point and aply SP2 and CU5 for SQL.now i have this log :/
    Registry change SMS_SRS_REPORTING_POINT 24.4.2015 8:03:38 6108 (0x17DC)
    Waiting for changes for 1 minutes SMS_SRS_REPORTING_POINT 24.4.2015 8:03:38 6108 (0x17DC)
    Timed Out... SMS_SRS_REPORTING_POINT 24.4.2015 8:04:38 6108 (0x17DC)
    Set configuration SMS_SRS_REPORTING_POINT 24.4.2015 8:04:38 6108 (0x17DC)
    Check state SMS_SRS_REPORTING_POINT 24.4.2015 8:04:38 6108 (0x17DC)
    Check server health. SMS_SRS_REPORTING_POINT 24.4.2015 8:04:38 6108 (0x17DC)
    Successfully created srsserver SMS_SRS_REPORTING_POINT 24.4.2015 8:04:38 6108 (0x17DC)
    Reporting Services URL from Registry [http://scm/ReportServer/ReportService2005.asmx] SMS_SRS_REPORTING_POINT 24.4.2015 8:04:38 6108 (0x17DC)
    System.Web.Services.Protocols.SoapException: The operation you are attempting requires a secure connection (HTTPS). ---> Microsoft.ReportingServices.Diagnostics.Utilities.SecureConnectionRequiredException: The operation you are attempting requires a secure connection (HTTPS).~ at Microsoft.ReportingServices.WebServer.RsSoapExtension.EnsureHttpsLevel(SoapMessage message)~ at Microsoft.ReportingServices.WebServer.RsSoapExtension.ProcessMessage(SoapMessage message)~ at System.Web.Services.Protocols.SoapMessage.RunExtensions(SoapExtension[] extensions, Boolean throwOnException)~ at System.Web.Services.Protocols.SoapServerProtocol.ReadParameters()~ at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest() SMS_SRS_REPORTING_POINT 24.4.2015 8:04:38 6108 (0x17DC)
    (!) SRS not detected as running SMS_SRS_REPORTING_POINT 24.4.2015 8:04:38 6108 (0x17DC)
    Failures reported during periodic health check by the SRS Server ###.cz. SMS_SRS_REPORTING_POINT 24.4.2015 8:04:38 6108 (0x17DC)
    much shorter..can someone help me with that?
    thanks a lot
    O.

    Then it's not configured correctly. I suggest you go back and re-configure it. Here's a blog post that seems like it has all of the details:
    http://learnsqlwithbru.com/2011/12/27/configuring-sql-server-reporting-services-in-sql-server-2012/
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • SCCM 2012 migrate server A to Server B.

    Right now I have BACKOFFICE running Windows 2008 R2 server which has SCCM 2012 SP1 installed and is in production. I did a newly installed of another primary stand alone SCCM 2012 SP1 on SCCMSERVER running Windows 2012 R2. My question are
    1. What is the best way to migrate all of BACKOFFICE ConfigMgr 2012 database or roles into the new SCCMSERVER. What tools or steps can I use to do this?
    2. When can I safely uninstall ConfigMgr 2012 off BACKOFFICE ?
    Thanks for your help,
    Voev

    The steps are the same. You set up a source hierarchy and then create migration jobs.
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Types of SCCM 2007 to SCCM 2012 Migration

    Hi all,
    Can i know what are the different types of migration we can do from sccm 2007 to sccm 2012 ?
    Thanks

    Hi,
    There are now in-place upgrade so the only option you have is side-by-side migration. Install the new Configuration Manager 2012 infrastructure and migrate you objects, client e.t.c to all the new CM 2012 site server.
    Here is a link that will get you started:
    http://technet.microsoft.com/en-us/library/gg699364.aspx
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • SCCM 2012 and SQL 2008 R2 Sync problems

    Hi
    I installed 2 servers for SCCM 2012:
    -1 with SCCM 2012, FEP, WSUS console admin
    -1 with SQL Server 2008 R2 complete install, WSUS complete install
    When I made or the system mades the synchronization, it shows this error in SMS_WSUS_SYNC_MANAGER:
    Error 6703: 
    WSUS Synchronization failed.
     Message: Failed to sync some of the updates.
     Source: Microsoft.SystemsManagementServer.SoftwareUpdatesManagement.WsusSyncAction.WSyncAction.SyncUpdates.
    And in the wsyncmgr.log appears:
    sync: SMS synchronizing updates, processed 3336 out of 3368 items (99%), ETA in 00:00:06  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 09:14:11.663+300><thread=4640 (0x1220)>
    sync: SMS synchronizing updates, processed 3360 out of 3392 items (99%), ETA in 00:00:06  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 09:15:11.669+300><thread=4640 (0x1220)>
    sync: SMS synchronizing updates, processed 3383 out of 3415 items (99%), ETA in 00:00:07  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 09:16:13.206+300><thread=4640 (0x1220)>
    sync: SMS synchronizing updates, processed 3412 out of 3444 items (99%), ETA in 00:00:07  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 09:17:14.152+300><thread=4640 (0x1220)>
    Synchronized update 3a572bd0-5976-4abc-b2d8-955008c5466f - Definition Update for Microsoft Security Essentials - KB972696 (Definition 1.131.558.0).  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 09:17:18.227+300><thread=4640 (0x1220)>
    sync: SMS synchronizing updates, processed 3446 out of 3463 items (99%), ETA in 00:00:04  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 09:18:14.400+300><thread=4640 (0x1220)>
    Synchronized update 3eeb75c2-81aa-4cc0-9b7a-237a6a0bf737 - Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.131.574.0).  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 09:18:47.964+300><thread=4640 (0x1220)>
    sync: SMS synchronizing updates, processed 3482 out of 3484 items (99%), ETA in 00:00:00  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 09:19:15.587+300><thread=4640 (0x1220)>
    Synchronized update 74e86346-9384-4304-9625-2c865738c552 - Definition Update for Microsoft Endpoint Protection - KB2461484 (Definition 1.131.574.0).  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 09:20:05.659+300><thread=4640 (0x1220)>
    sync: SMS synchronizing updates, processed 3508 out of 3508 items (100%)  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 09:20:05.662+300><thread=4640 (0x1220)>
    Sync failures summary:  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 09:20:05.664+300><thread=4640 (0x1220)>
    Failed to sync update 1ba2d28f-75fe-49d7-9cb4-cd39b8706f48. Error: Failed to get SQL connection. Source: Microsoft.SystemsManagementServer.SoftwareUpdatesManagement.UpdatesManager.UpdatesManagerClass.RemoveUpdate  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012
    09:20:05.666+300><thread=4640 (0x1220)>
    Failed to sync update 8a042978-e6d7-4ae6-b3ab-687d8f9bcd9c. Error: Failed to get SQL connection. Source: Microsoft.SystemsManagementServer.SoftwareUpdatesManagement.UpdatesManager.UpdatesManagerClass.RemoveUpdate  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012
    09:20:05.669+300><thread=4640 (0x1220)>
    Failed to sync update a3aff37b-ad3b-4dde-9464-767a516c76e5. Error: Failed to get SQL connection. Source: Microsoft.SystemsManagementServer.SoftwareUpdatesManagement.UpdatesManager.UpdatesManagerClass.RemoveUpdate  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012
    09:20:05.671+300><thread=4640 (0x1220)>
    Sync failed: Failed to sync some of the updates. Source: Microsoft.SystemsManagementServer.SoftwareUpdatesManagement.WsusSyncAction.WSyncAction.SyncUpdates  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 09:20:06.421+300><thread=3536 (0xDD0)>
    STATMSG: ID=6703 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=GDVSCCM1.gdar.local SITE=CRP PID=1908 TID=3536 GMTDATE=mar jul 24 14:20:06.423 2012 ISTR0="Microsoft.SystemsManagementServer.SoftwareUpdatesManagement.WsusSyncAction.WSyncAction.SyncUpdates"
    ISTR1="Failed to sync some of the updates" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 09:20:06.425+300><thread=3536 (0xDD0)>
    Sync failed. Will retry in 60 minutes  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 09:20:06.501+300><thread=3536 (0xDD0)>
    Setting sync alert to active state on site CRP  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 09:20:06.503+300><thread=3536 (0xDD0)>
    Updated 173 items in SMS database, new update source content version is 36  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 09:20:06.526+300><thread=3536 (0xDD0)>
    Set content version of update source {6A4B4446-1B80-4CF4-838D-405D3847A8E3} for site CRP to 36  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 09:20:06.572+300><thread=3536 (0xDD0)>
    Sync time: 0d00h19m46s  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 09:20:06.575+300><thread=3536 (0xDD0)>
    Wakeup by SCF change  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 10:00:06.651+300><thread=3536 (0xDD0)>
    Next scheduled sync is a retry sync at 24/07/2012 10:20:06 a.m.  $$<SMS_WSUS_SYNC_MANAGER><07-24-2012 10:00:11.940+300><thread=3536 (0xDD0)>
    Why is this behavior?
    Thanks
    Doc MX

    Hi
    Today I think I discovered what was the problem:
    I used an user in the domain for deploying the role of SUP, but I forgot to put that user in the group of SQL Admins of the SQL Server.
    I done that and after reseting the servers, the error for sync with SQL didn't appear again, al least from this morning until now, before this change every hour showed the error 6703.
    Thanks to all for your comments.
    Doc MX

  • Sccm 2012 migration and MDT

    In our current environment we have sccm 2007 and MDT 2013 separate to deploy workstation OS images. We have MDT just referencing SCCM package ID's (package path on the DP) to install applications during the build process.
    We are currently migrating to SCCM 2012 and because the DP folder structure has changed now - i.e. 'SCCMContentLib' can we still use MDT separately and reference the 'DataLib' directory in MDT or is the best option to fully integrate MDT in SCCM?

    Hi,
    The following two blog could help you to understand SCCMContentLib structure.
    An adventure in the sccmcontentlib - single instance store
    http://blogs.technet.com/b/hhoy/archive/2012/05/31/an-adventure-in-the-sccmcontentlib-single-instance-store.aspx
    Understanding the Configuration Manager Content Library
    http://blogs.technet.com/b/configmgrteam/archive/2013/10/29/understanding-the-configuration-manager-content-library.aspx
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • SCCM 2012 Migration

    Dear All
    Please share the documents for the SCCM 2007 to 2012 migration.
    Regards,
    Siva.V

    Hello There,
    Here a few TechNet articles and videos that may help you.
    Client Migration from Configuration Manager 2007 to Configuration Manager 2012
    http://blogs.technet.com/b/system_center_in_action/archive/2012/01/14/client-migration-blog.aspx
    SCCM 2012 Project Plan
    https://gallery.technet.microsoft.com/SCCM-2012-Plan-43da1861
    Make The Move: Migrate from SCCM 2007 to SCCM 2012
    http://channel9.msdn.com/Events/TechEd/Australia/Tech-Ed-Australia-2011/SEC305
    Migrating Hierarchies in System Center 2012 Configuration Manager
    http://technet.microsoft.com/en-us/library/gg682006.aspx
    Best Regards,
    Renato S. Pacheco

Maybe you are looking for

  • I am unable to import new photos in iPhoto 11. Perhaps I should just reinstall from iLife disk? Will it affect my photos in any way?

    Hello, I have iPhoto 11 installed on my MacBook. I am now unable to import new photos using USB or by plugging the camera directly into the laptop. Never had that probem before with this camera. Perhaps just reinstall iPhoto from the iLife disk?

  • Dynamic table name in native sql query

    Can i pass a dynamic table name in this query ---             EXEC SQL PERFORMING APPEND_MTO.               SELECT                                      LTOG_QUANTITY_TYPE,                            FCONO,                           WBSELEMENT,       

  • 6601 sample and hold

    Hi, I have a probe set in quadrature count mode. I have it connected to an SCB-68, which is in turn connected to a PCI-6601 card. I am using a C program to read the counter values from this probe. I also have a swinging arm (parallel to the floor) mo

  • How can I remove the line around interactive elements?

    Hi guys, I'm just doing some fine tuning for version 1.1 of our iBook. For that I would like to remove the fine line that iBooks Author puts around interactive images. Any idea how I can do that? Nothing seems to work for me. Thanks! Alex

  • Raw file support in Aperture 3.2.2

    Have recently purchased a Fujifilm EXR 600 compact camera. It can capture jpeg and RAW, but Aperture does not seem to recognise the RAW format - "Unsupported Image format"; neither does iPhoto recognise RAW. Is there any way to access and process the