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

Similar Messages

  • Reinstall the reporting services point

    We are running SCCM 2012 R2 and using SQL 2008 R2. I had to create a new reporting services database and reinstall the reporting services point. After the reinstall I am now finding the below errors in the srsrp.log log.
    Timed Out... SMS_SRS_REPORTING_POINT 6/12/2014 10:15:26 AM 7156 (0x1BF4)
    Set configuration SMS_SRS_REPORTING_POINT 6/12/2014 10:15:26 AM 7156 (0x1BF4)
    Check state SMS_SRS_REPORTING_POINT 6/12/2014 10:15:26 AM 7156 (0x1BF4)
    Check server health. SMS_SRS_REPORTING_POINT 6/12/2014 10:15:26 AM 7156 (0x1BF4)
    Successfully created srsserver SMS_SRS_REPORTING_POINT 6/12/2014 10:15:26 AM 7156 (0x1BF4)
    Reporting Services URL from Registry [https://server/ReportServer/ReportService2005.asmx] SMS_SRS_REPORTING_POINT 6/12/2014 10:15:26 AM 7156 (0x1BF4)
    The request failed with HTTP status 401: Unauthorized. SMS_SRS_REPORTING_POINT 6/12/2014 10:15:26 AM 7156 (0x1BF4)
    (!) SRS not detected as running SMS_SRS_REPORTING_POINT 6/12/2014 10:15:26 AM 7156 (0x1BF4)
    Failures reported during periodic health check by the SRS Server server. SMS_SRS_REPORTING_POINT 6/12/2014 10:15:26 AM 7156 (0x1BF4)
    Registry change SMS_SRS_REPORTING_POINT 6/12/2014 10:15:26 AM 7156 (0x1BF4)
    Waiting for changes for 1 minutes SMS_SRS_REPORTING_POINT 6/12/2014 10:15:26 AM 7156 (0x1BF4)
    Timed Out... SMS_SRS_REPORTING_POINT 6/12/2014 10:16:26 AM 7156 (0x1BF4)
    Set configuration SMS_SRS_REPORTING_POINT 6/12/2014 10:16:26 AM 7156 (0x1BF4)
    Check state SMS_SRS_REPORTING_POINT 6/12/2014 10:16:26 AM 7156 (0x1BF4)
    Check server health. SMS_SRS_REPORTING_POINT 6/12/2014 10:16:26 AM 7156 (0x1BF4)
    Successfully created srsserver SMS_SRS_REPORTING_POINT 6/12/2014 10:16:26 AM 7156 (0x1BF4)
    Reporting Services URL from Registry [https://server/ReportServer/ReportService2005.asmx] SMS_SRS_REPORTING_POINT 6/12/2014 10:16:26 AM 7156 (0x1BF4)
    The request failed with HTTP status 401: Unauthorized. SMS_SRS_REPORTING_POINT 6/12/2014 10:16:26 AM 7156 (0x1BF4)
    (!) SRS not detected as running SMS_SRS_REPORTING_POINT 6/12/2014 10:16:26 AM 7156 (0x1BF4)
    Failures reported during periodic health check by the SRS Server server. SMS_SRS_REPORTING_POINT 6/12/2014 10:16:26 AM 7156 (0x1BF4)
    Registry change SMS_SRS_REPORTING_POINT 6/12/2014 10:16:26 AM 7156 (0x1BF4)
    Waiting for changes for 1 minutes SMS_SRS_REPORTING_POINT 6/12/2014 10:16:26 AM 7156 (0x1BF4)

    Hi,
    Could you open http://SQLServerName/ReportServer and
    http://SQLServerName/Reports in IE?
    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 - 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

  • TS4147 I have 2 iphones on the same icloud for 2 different users.  We (the users) dont want identical contacts. How do I delete the contats from one phone without deleting them from the other phone.

    I have 2 iphones on the same icloud for 2 different users.  We (the users) dont want identical contacts. How do I delete the contats from one phone without deleting them from the other phone.

    You can't; not if the phones are sharing the same iCloud account.  If you want to keep your data separate, migrate one of them to a different iCloud account.  (You can continue to share the same iTunes ID.)
    To do this, go to Settings>iCloud, tap Delete Account (this won't effect the other phone), choose Keep on My iPhone, sign back in with a different Apple ID to set up a new account, turn on your iCloud data syncing, then choose Merge to upload the data to the new account.  You can then go to icloud.com from your computer and delete the other person's data from each account.
    Another option if you're only concerned about not sharing contacts but wish to share everything else, is to set up a second iCloud account on one of the phones and sync contacts with the secondary account.  To do this, go to Settings>iCloud, turn Contacts to Off and choose Keep on My iPhone.  Then go to Settings>Mail,Contacts, Calendars>Add Account>iCloud, sign in with a different Apple ID to create the secondary account, and turn Contacts to On.  You can then go to icloud.com from your computer and delete the other person's contacts from each account.

  • HT1473 Had to "repair" Itunes today after error messages would not let me open. I can no longer sync my phone to computer without deleting all of the contect on my phone. I don't want to do that! I am trying to get the music from my Iphone to my Itunes li

    Little background:
    Went to open Itunes, error message told me I was missing files and I was unable to open. I deleted Itunes and re-downloaded and received same message. I then "repaired" Itunes from my "unistall/change" program menu. The error message then changed to being "unable to read my library of music." So I fixed that by following some other forum directions (Went to My Computer/Music/Itunes then dragged the most recent Itunes Library selection to my desktop, then opened the folder under music titled "Previous Itunes library" and moved that file into that folder. Thankfully that worked... sort of... I have some music in my library. None of the music from my super old Limewire library, or any recent music from my phone. All of which was in my library last night. Not to mention the HOURS of cd's I burned to Itunes over the entire weekend. Hundreds (at least) of songs are missing.
    So I attempted to sync my phone and was told it would delete all of the files in my phone to replace with files from my computer. Which is NOT what I want to happen. Trying to get music FROM my phone to my computer.
    Can someone please help me simply sync my phone to my computer? And then somehow get the music from my Limewire library to my Itunes library? I know I may not get the burned music back... But that sure would be amazing.
    I am at a loss. Apple won't help unless I pay them... So hopefully this looks familiar to someone!
    Thanks,
    Katie

    This happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout,or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to get info, then cancel when asked to try to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions.
    Alternatively, as long as you can find a location holding the missing files, then you should be able to use my FindTracks script to reconnect them to iTunes .
    tt2

  • How can i use 2 facebook accounts in firefox without every time change the inlog and password?

    My wive and me have both a facebook account . When my facebook account is on, and she want on facebook she most change the login name and password. Now i have use Maxthon and this browser has an option save as web app. ande thats working fine. Now i love Firefox, so my question is . is there an option like web app with maxthon fot firefox?
    ps. sorry for my english

    hello hassie1954, you could try if the CookieSwap addon can accomplish that: https://addons.mozilla.org/firefox/addon/cookieswap

  • I moved my iphone from my parents account to another account on a different computer and i still have some of the music that i dont want from the other account, how can i get it off of my phone without deleting it from the other itunes account?

    Please Help

    What type of "account" are you referring to?  An iCloud account doesn't contain music, an iTunes account does.

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

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

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

  • SCCM 2012 R2 - Reporting Services Point installation - "The Datasource does not exist"

    Hi all,
    Quick bit of background, we have SCCM 2012 R2 installed on a Windows 2012 R2 server. We have the SQL back end off box, configured on a SQL 2012 R2 server running on a Windows Server 2012 R2 cluster. Then there is yet another server which runs the reporting
    services. I've just tried installing the Reporting Services Point on the srs server but it doesn't appear to have worked that well. Here's the info i've got back: 
    A] Site Status > Reporting services point:
    SMS_SITE_SYSTEM_STATUS_SUMMERIZER
    Site System Status Summarizer detected that the availability of the "Reporting services point" role on server "\\NA-SQLR01.in.tna.local" has changed to Failed.
    B] The last message from the SMS_SRS_REPORTING_POINT Component Status is "Site Component Manager successfully installed this component on this site system"
    C] Here's the first chunk of info which appears in the srsrp.log file:
    SMS_EXECUTIVE started SMS_SRS_REPORTING_POINT as thread ID 4204 (0x106C).
    This is a SRS Reporting Point Role as SRSRP registry key exists.
    Waiting for changes for 0 minutes
    Timed Out...
    Set configuration
    Check state
    Check server health.
    Successfully created srsserver SMS_
    Reporting Services URL from Registry [http://sqlreportserver/ReportServer_SQL2012/ReportService2005.asmx]
    Reporting Services is running
    The DataSource does not exist.
    [sqlserver.local\SQL1] [SCCM_XXX] [ConfigMgr_XXX] [sqlreportserver.LOCAL]
    [SQL2012] [1] [] [xxx\SCCM2012Server]
    Confirmed version [11.0.5058.0] for the Sql Srs Instance.
    System.Web.Services.Protocols.SoapException: The item '/ConfigMgr_XXX' cannot be found. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: The item '/ConfigMgr_XXX' cannot be found.~   at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetProperties(String
    Item, Property[] Properties, ItemNamespaceEnum itemNamespace, Property[]& Values)~   at Microsoft.ReportingServices.WebServer.ReportingService2005.GetProperties(String Item, Property[] Properties, Property[]& Values)
    Extract resource language packs if exists
    Loading localization resources from directory [D:\SMS_SRSRP\SrsResources.dll]
    Looking for 'English (United Kingdom)' resources
    Looking for 'English' resources
    Found resources for 'English'
    System.Web.Services.Protocols.SoapException: The item '/ConfigMgr_XXX' cannot be found. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: The item '/ConfigMgr_XXX' cannot be found.~   at Microsoft.ReportingServices.Library.ReportingService2005Impl.SetProperties(String
    Item, Property[] Properties, Guid batchId)~   at Microsoft.ReportingServices.WebServer.ReportingService2005.SetProperties(String Item, Property[] Properties)
    System.Web.Services.Protocols.SoapException: The permissions granted to user 'NT AUTHORITY\SYSTEM' are insufficient for performing this operation. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user
    'NT AUTHORITY\SYSTEM' are insufficient for performing this operation.~   at Microsoft.ReportingServices.Library.ReportingService2005Impl.CreateFolder(String Folder, String Parent, Property[] Properties, Guid batchId)~   at Microsoft.ReportingServices.WebServer.ReportingService2005.CreateFolder(String
    Folder, String Parent, Property[] Properties)
    (!) SRS root folder was reported missing
    STATMSG: ID=7405 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_SRS_REPORTING_POINT" SYS=sqlreportserver.LOCAL SITE=P01 PID=2120 TID=4204 GMTDATE=Wed Apr 08 08:56:05.349 2015 ISTR0="ConfigMgr_XXX" ISTR1="sqlreportserver.LOCAL"
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0
        WARNING: Could not read registry key HKEY_LOCAL_MACHINE\Software\Microsoft\SMS\MPFDM\Inboxes\ on the server, The operating system reported error 2: The system cannot find the file specified.
        WARNING: Could not read registry key HKEY_LOCAL_MACHINE\Software\Microsoft\SMS\MPFDM\Inboxes\ on the server, The operating system reported error 2: The system cannot find the file specified.
    Failures reported during periodic health check by the SRS Server sqlreportserver.LOCAL.
    Registry change
    Waiting for changes for 1 minutes
    After this point i simply get the following info messages looping endlessly:
    Set configuration
    Check state
    Check server health.
    Successfully created srsserver
    Reporting Services URL from Registry [http://sqlreportserver/ReportServer_SQL2012/ReportService2005.asmx]
    Reporting Services is running
    The DataSource does not exist.
    [sqlreportserverlocal\SQL1] [SCCM_XXX] [ConfigMgr_P01] [sqlreportserver.LOCAL]
    [SQL2012] [1] [] [XX\SCCM2012Server]
    [1] [0]
    Confirmed version [11.0.5058.0] for the Sql Srs Instance.
    System.Web.Services.Protocols.SoapException: The item '/ConfigMgr_XXX' cannot be found. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: The item '/ConfigMgr_XXX' cannot be found.~   at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetProperties(String
    Item, Property[] Properties, ItemNamespaceEnum itemNamespace, Property[]& Values)~   at Microsoft.ReportingServices.WebServer.ReportingService2005.GetProperties(String Item, Property[] Properties, Property[]& Values)
    Extract resource language packs if exists
    Loading localization resources from directory [D:\SMS_SRSRP\SrsResources.dll]
    Looking for 'English (United Kingdom)' resources
    Looking for 'English' resources
    Found resources for 'English'
    System.Web.Services.Protocols.SoapException: The item '/ConfigMgr_XXX' cannot be found. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: The item '/ConfigMgr_P01' cannot be found.~   at Microsoft.ReportingServices.Library.ReportingService2005Impl.SetProperties(String
    Item, Property[] Properties, Guid batchId)~   at Microsoft.ReportingServices.WebServer.ReportingService2005.SetProperties(String Item, Property[] Properties)
    System.Web.Services.Protocols.SoapException: The permissions granted to user 'NT AUTHORITY\SYSTEM' are insufficient for performing this operation. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user
    'NT AUTHORITY\SYSTEM' are insufficient for performing this operation.~   at Microsoft.ReportingServices.Library.ReportingService2005Impl.CreateFolder(String Folder, String Parent, Property[] Properties, Guid batchId)~   at Microsoft.ReportingServices.WebServer.ReportingService2005.CreateFolder(String
    Folder, String Parent, Property[] Properties)
    (!) SRS root folder was reported missing
    Failures reported during periodic health check by the SRS Server sqlreportserver.LOCAL.
    Registry change
    Waiting for changes for 1 minutes
    Has anyone come across this issue before? Must admit, I'm not too hot on the sql side of things so any advice or suggestions would be greatly appreciated. Thanks in advance!

    Hi guys, cheers for the swift response.
    Garth, i can access SSRS in IE from the SCCM box and it looks a-ok.
    Paul, nope can't say I've done any configuration of reporting services - the whole thing has been set up by the database team. Having had a trundle through Reporting Services Configuration Manager, it seems the Database team have set up SSRS in line with
    the walkthrough you posted.
    Since i'm not seeing the ConfigMgr_XXX folder appear in SSRS I'm wondering if there's something preventing SCCM from being able to create it. The message
    "Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions
    granted to user 'NT AUTHORITY\SYSTEM' are insufficient for performing this operation" sounds like the account SCCM is leveraging to perform the install might not have the right permissions in SSRS. Do i need to delegate specific rights to the NT
    AUTHORITY\SYSTEM account in SRS perhaps?

  • SCCM 2012 R2 Install - Reporting Services Point, Remote SRS Server

    Hi all,
    Here's a brief run down of the setup so far. SCCM 2012 R2 installed on Windows 2012 R2 (SCCM01). SQL 2012 back end is off box, on a separate cluster (SQL01C01). Reporting Services for SQL 2012 is due to be installed on a different server (SRS01).
    My question is, when I come to sort out Reporting Services in SCCM, will I simply need to add SRS01 into SCCM as a Site System Server and install the Reporting Services Point onto SRS01?
    I realise I could simply wait for the sql guys to sort the install of SRS and then test it myself but it might be a while before that gets done so I thought I'd ask....Thanks for the help

     will I simply need to add SRS01 into SCCM as a Site System Server and install the Reporting Services Point onto SRS01?
    Correct, although the other way around. Remember you have to make SCCM01$ a local administrator on SRS01.
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Data Source security settings are revert back after correct it !! (SCCM Reporting Services Point)

    I have a strange situation here: SCCM 2012 SP1 and all components are OK and running smoothly BUT all reports report the error:
    An error has occurred during report processing. (rsProcessingAborted)
    Cannot impersonate user for data source 'DataSource2'. (rsErrorImpersonatingUser)
    Log on failed. Ensure the user name and password are correct. (rsLogonFailed)
    Object reference not set to an instance of an object.
    I correct the password and click test connection and it is successful ...few seconds the setting revert back and if I change the settings totally it reverts back to as if something prevent it from change !!
    the strange thing that I tried to remove the reporting services point from the site server and the reports worked well and the setting not change
    what make the settings of the data source created by sccm 2012 reporting services point revert back preventing the report from running
    by the way all authentication and permissions are given to the account that running reports and connects to the database
    help me finding solutions and thanks for all great experts here
    Hossam Wael Elmosallamy (IT Support Engineer-ECC Solutions) MCSE - CCNA [email protected] Mobile:(011)-49464671 www.eccsolutions.net "Experience Reliability"

    I am also experiencing this issue.  I have tried modifying the Data Source credentials directly from the data source configuration on our SSRS web site.  I have also tried changing it from the CM12 Console under the Reporting services
    point, specifically the Reporting Services Point Account.  No matter how many times I change it, it will revert back to an account we don't want it conifigured for any longer.
    Mucking around in the registry, I found the following keys that seem to reference the configuration:
    HKLM\Software\Microsoft\SMS\SRSRP
    HKLM\Software\Microsoft\SMS\SRSRP\Datasource
    It appears as though the Datasource key contains the configuration under two String Values:
    Reserved 1 = User name
    Reserved 2 = guessing encrypted hash of password
    Doesn't seem like it is even an option to change the configuration here, but at least this is some more info.
    Any help on this would be great... until then, I will keep digging.

  • The report server service is not running on Reporting Service Point server

    Hi,
    I have encountered a problem, my reporting service point has stopped working. (SCCM 2012 R2)
    In srsrp.log:
    Check state SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Check server health. SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Successfully created srsserver SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Reporting Services URL from Registry [https://s-hub-sql1.domain.local/ReportServer/ReportService2005.asmx]
    SMS_SRS_REPORTING_POINT 12/15/2014 5:48:54 AM
    3152 (0x0C50)
    The request failed with HTTP status 404: Not Found.
    SMS_SRS_REPORTING_POINT 12/15/2014 5:48:54 AM
    3152 (0x0C50)
    (!) SRS not detected as running SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Failures reported during periodic health check by the SRS Server S-HUB-SQL1.domain.local.
    SMS_SRS_REPORTING_POINT 12/15/2014 5:48:54 AM
    3152 (0x0C50)
    Registry change SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Waiting for changes for 1 minutes SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Timed Out... SMS_SRS_REPORTING_POINT
    12/15/2014 5:49:54 AM 3152 (0x0C50)
    Set configuration SMS_SRS_REPORTING_POINT
    12/15/2014 5:49:54 AM 3152 (0x0C50)
    In windows event log:
    On 12/15/2014 6:39:28 PM, component SMS_SRS_REPORTING_POINT on computer S-HUB-SQL1 reported:  The report server service is not running on Reporting Service Point server "S-HUB-SQL1"; start the service to enable reporting.
    In configuration manager service manager, the service sms_srs_reporting_point is running.
    In Reporting services configuration manager, the service is running.
    If I restart the reporting service, it doesn't helps.
    What is not properly?

    I've already found the reason why all stopped working - someone deleted the report manager URL HTTPS bindings (in Report services configuration manager). Added it back, than reporting started to work. Awww!

  • Update membership is taking too long to update members in the collection - SCCM 2012 R2 + CU1

    Hi,
    We have a standalone primary site server hierarchy (SCCM 2012 R2 + CU1), Not only with this upgrade.starting from the SCCM 2012 SP1, We had an issue that members in the collections are not being updated as expected (like SCCM 2007).
    I have created about 20+ query based collections with the normal with the "Full schedule" option but not used "Incremental update" option. Also i have observed that after a day or so..members are appearing.
    anyone had solution to this, why this collection update membership in SCCM 2012 is improper?
    Thanks.
    srkr

    Hi Torsten,
    We have about 25 machines in each collection, My collection condition is based on the package (Ex:if the package is not installed on the machine, it will appear in the collection to target the package),
    WQL query looks good, I have used the same logic for all the collections with different package.
    I did not see any error in colleval.log, all the collections are evaluating properly,but I can see .CEP files in COLLEVAL.BOX which has 0 KB size.
    Any Idea?
    srkr

  • Prestage content no longer working after SCCM 2012 R2 CU1 update

    I run SCCM 2012 R2 CU1 on a Windows 2008 R2 server.
    I upgraded to CU1 in June, and today is the first time I've attempted to pre-stage a package since then.  After pre-staging my package and getting the content out to the target DP, I went to properties of the DP, checked the box "Enable this
    distribution point for prestage content", then hit Ok.
    Next I went to distribute the content to the DP, however after going thru the wizard, nothing changes.  There is no pending status, waiting on prestage content, that I had seen in the past when doing this task.  I can go in and run the wizard
    again, and the target DP shows up in the list, like I'd never initiated the push before.
    Normal (non-prestaged) distributions work fine.
    In troubleshooting this, I also noticed that I looking at the site status of the target DP, there are no status message entries for since I upgraded to CU1 (for that matter, none of my DP's have any entries since CU1).  I did see a similar issue like
    this in the forums
    http://social.technet.microsoft.com/Forums/en-US/9491c2b1-37e6-46e3-9bb0-c5d673490d8a/component-status-not-updating-since-upgrade-from-sccm2012-sp1-cu3-to-sccm2012-r2?forum=configmanagergeneral but I don't have a backed up stat.mgr\retry inbox, it's empty.
    I think this is related to why I can no longer prestage content, but I can't seem to find a reason for it.  The fixes for R2 CU2 don't mention my issue here either
    Anyone else seeing this?
    Tony

    Hi,
    Please check SmsAdminUI.log and Smsprov.log after you distribute the content to the DP.
    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 R2 CU1 to CU5?

    Hi,
    We're running SCCM 2012 R2 CU1 now. I wonder what the biggest advantages/reasons would be to upgrade to CU5 (have read some of the release notes but am curious what your opinon is on this topic).
    J.
    Jan Hoedt

    CU4 is the latest cumulative update for R2.
    Organizations should plan to regularly apply cumulative updates to deal with known issues in the product. Remember that the release notes only cover major changes - there are often dozens or more changes not listed in the KB article. Don't wait to experience
    the pain - fix the known issues.
    Here is a description of some of the direct reasons to do CU4:
    http://myitforum.com/myitforumwp/2015/02/02/cu4-for-configmgr-2012-r2-released-pesky-apps-in-osd-bug-squashed/
    I hope that helps,
    Nash
    Nash Pherson, Senior Systems Consultant
    Now Micro -
    My Blog Posts
    If you found a bug or want the product to work differently,
    share your feedback.
    <-- If this post was helpful, please click the up arrow or propose as answer.

Maybe you are looking for

  • How to convert time stamp to time in update rule

    Anybody know how to convert time stamp to time only?  Any FM that I can use? time stamp example 20010203100201 Result: 10:02:01 Thank Sudree

  • 10.1.3.3 JDev web service client proxy: Issue with XSD:anySimpleType

    Hi, One of our Web services XSD elementss has "anySimpleType" as the type: <xsd:element name="Value" type="xsd:anySimpleType" minOccurs="0" nillable="true"/> The client proxy is generated using JDev 10.1.3.3. We observed that the corresponding Java o

  • Missing the iOS7 "Instant" Photo Filter in iOS 8! Alternatives?

    Hi, unfortunately Apple removed in iOS 8 the very loved "Instant" Photo Filter in the Apple Camera App. a) Does somebody know a way to get it back? HELLO APPLE CAN YOU PLEASE CHANGE THAT AGAIN!!?? b) I'm not sure, in the iOS 7 Days, a had a third Par

  • Photoshop not running

    Just loaded down photoshop CS6 (on mountain lion,) but cannot start the program - there is popping up a window, saying it's incomplete or something wrong. what can I do?

  • HT4718 Can't access my EXISTING OSX 10.8.1 Recovery Partition

    This computer is a non-retina mid-2012 MacBook Pro. Using DiskUtil in Terminal shows the correct disk configuration:    #:                       TYPE NAME                    SIZE       IDENTIFIER    0:  GUID_partition_scheme                        *7