Orchestrator 2012 SP1 Update Rollup 2 - Runbooks missing in web console and designer after moving to new folders

I've run across an interesting problem.  After applying SP1 update rollup 2, I decided to re-organize my runbooks by placing them in a new folder naming structure.
I created the new folder structure under the runbook server in the runbook designer.  I then right clicked and moved the runbooks to their new location.  Everything was fine until windows updates were applied (Windows 2012) and the server was restarted.
After the restart, the runbooks are missing from both the designer and the web console.
I saw posts about truncating the Authorization Cache.  I did that (see below) but that has not resolved my issue.
TRUNCATE TABLE [Microsoft.SystemCenter.Orchestrator.Internal].AuthorizationCache
EXEC [Microsoft.SystemCenter.Orchestrator.Maintenance].EnqueueRecurrentTask 'ClearAuthorizationCache'
EXEC [Microsoft.SystemCenter.Orchestrator.Maintenance].EnqueueRecurrentTask 'Statistics'
Not all the runbooks are missing.  Some are visible.  However, if I view the runbooks via SQL by querying Orchestrator.dbo.Policies, I see all of the runbooks. They just all don't show up in the designer.
SELECT * FROM [Orchestrator].[dbo].[POLICIES] Order by Name
The ones that are missing are always the same when the web console or designer is run (designer ran with and without elevated permissions).
Has anyone else seen this behavior?  How do I get the runbooks to show back up in the correct folders?  Or, how can I get them to show up anywhere so I can move them to the appropriate location?
Thank you
Ted

Hi Ted,
sometimes seen similar.
It's not supported to manipulate the Orchestrator DB with SQL, but I know only to fix it with SQL statements.
All information below without warranty!
There's a column named Deleted in table Policies. Look with your select statement above if the Runbooks have the deleted flag. If yes, update it to 0.
But, I guess not. I think the previous containing folder has the deleted flag (table folders) and the Runbooks have still this folder as ParentID.
SELECT POLICIES.Name AS RunbookName, FOLDERS.Name AS FolderName, FOLDERS.Deleted AS FolderDeleted
FROM POLICIES INNER JOIN
FOLDERS ON POLICIES.ParentID = FOLDERS.UniqueID
WHERE POLICIES.Name = 'Name of one Runbook'
If so, change the deleted flag from the containing Folder:
UPDATE FOLDERS
SET Deleted = 0
FROM POLICIES INNER JOIN
FOLDERS ON POLICIES.ParentID = FOLDERS.UniqueID
WHERE (POLICIES.Name = 'Name of one Runbook')
after that Restart Management Service and Refresh view in Runbook Designer
Good luck!
Stefan
www.sc-orchestrator.eu ,
Blog sc-orchestrator.eu

Similar Messages

  • SCOM 2012 SP1 Update Rollup 5 - DB and DW SQL script and the Management Packs

    Hi,
    I am applying SCOM 2012 SP1 update rollup 5 from KB article : 2904680.
    Step#  4 and 5 from the "Installation Information" sections says to run the SQL queries(UR_Datawarehouse.sql and Update_rollup_mom_db.sql) located at "%SystemDrive%\Program Files\System Center 2012 SP1\Operations
    Manager\Server \SQL Script for Update Rollups\."
    But I do not have "System Center 2012 SP1\Operations Manager\Server \SQL Script for Update Rollups\." folder location on  my SCOM Management Servers. Similarly I do not have the MPs given in Step #6.
    Can someone please let me know from where else can I get these SQL scripts and the MPs. What if I don't run these SQL scripts. Is that OK?

    You will find it on below path%SystemDrive%\Program Files\System Center 2012\Operations Manager\Server \SQL Script for Update Rollups\.
    inside system center 2012 folder> search to Server folder and inside it you will find SQL Script
    Please remember, if you see a post that helped you please click (Vote As Helpful" and if it answered your question, please click (Mark As Answer).

  • SCOM 2012 SP1 Update Rollups

    Hi All,
    I am planning to deploy patches on SCOM server. We are on SCOM 2012 SP1 as of now. As you know Microsoft has been released UR1, UR2, UR3, UR4, UR5 and UR6 for SCOM 2012 SP1.
    Do I need to deploy each UR one by one on SCOM server or UR6 will have all fixes?
    If I go for directly UR6 then does this patch contains all fixes which are available till UR5?

    http://blogs.technet.com/b/server-cloud/archive/2014/04/23/system-center-2012-sp1-ur6-and-system-center-2012-r2-ur2-now-available.aspx
    Customers can now download the latest update rollups for both System Center 2012 SP1 and System
    Center 2012 R2.  Update rollups provide a cumulative package of fixes for each System Center component and are available from Microsoft Update.  Alternatively, they can be manually downloaded from the Microsoft Update Catalog.

  • SCOM 2012 sp1 - update rollups cumulative?

    I've recently taken over a SCOM environment from a coworker who left. It is currently on SCOM sp1 UR 6. Can I upgrade straight to update rollup 8 or do I need to install update rollup 7 first?
    Thanks,

    Hi,
    Straight to update rollup 8
    Update Rollups Released for System Center 2012 SP1 and R2
    http://windowsitpro.com/system-center-2012/update-rollups-released-system-center-2012-sp1-and-r2
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • SCOM 2012 SP1 : Update rollup installation failed

    Hello,
    I'm trying to update SCOM 2012 SP1 with UR7 but the installation rollback automatically.
    Same error with others UR.
    LOG MSP :
    MSI (c) (08:1C) [14:49:24:772]: Product: System Center Operations Manager 2012 Server - Update 'System Center 2012 - Operations Manager SP1 UR7 Update Patch' could not be installed. Error code 1603. Additional information is available in the log file c:\logs3.log.
    MSI (c) (08:1C) [14:49:24:772]: Windows Installer installed an update. Product Name: System Center Operations Manager 2012 Server. Product Version: 7.0.9538.0. Product Language: 1033. Manufacturer: Microsoft Corporation. Update Name: System Center 2012 - Operations
    Manager SP1 UR7 Update Patch. Installation success or error status: 1603.
    MSI (c) (08:1C) [14:49:24:772]: Note: 1: 1729 
    MSI (c) (08:1C) [14:49:24:772]: Product: System Center Operations Manager 2012 Server -- Configuration failed.
    MSI (c) (08:1C) [14:49:24:772]: Windows Installer reconfigured the product. Product Name: System Center Operations Manager 2012 Server. Product Version: 7.0.9538.0. Product Language: 1033. Manufacturer: Microsoft Corporation. Reconfiguration success or error
    status: 1603.
    MSI (c) (08:1C) [14:49:24:772]: Attempting to delete file C:\Users\ADMINJ~1\AppData\Local\Temp\10c36d.msp
    MSI (c) (08:1C) [14:49:24:772]: Unable to delete the file. LastError = 32
    MSI (c) (08:1C) [14:49:24:772]: Grabbed execution mutex.
    MSI (c) (08:1C) [14:49:24:772]: Cleaning up uninstalled install packages, if any exist
    MSI (c) (08:1C) [14:49:24:772]: Attempting to delete file C:\Users\ADMINJ~1\AppData\Local\Temp\10c36d.msp
    MSI (c) (08:1C) [14:49:24:772]: MainEngineThread is returning 1603
    === Verbose logging stopped: 15/10/2014  14:49:24 ===
    MOMPerfCtrsInstall.log
    The uninstall is beginning.
    See the contents of the log file for the D:\Program Files\System Center 2012\Operations Manager\Server\APMDOTNETAgent\Microsoft.EnterpriseManagement.OperationsManager.Apm.PerformanceCounters.dll assembly's progress.
    The file is located at D:\Program Files\System Center 2012\Operations Manager\Server\APMDOTNETAgent\Microsoft.EnterpriseManagement.OperationsManager.Apm.PerformanceCounters.InstallLog.
    The uninstall has completed.
    The uninstall is beginning.
    See the contents of the log file for the D:\Program Files\System Center 2012\Operations Manager\Server\Microsoft.EnterpriseManagement.HealthService.Modules.DataWarehouse.dll assembly's progress.
    The file is located at D:\Program Files\System Center 2012\Operations Manager\Server\Microsoft.EnterpriseManagement.HealthService.Modules.DataWarehouse.InstallLog.
    See the contents of the log file for the D:\Program Files\System Center 2012\Operations Manager\Server\Microsoft.Mom.DatabaseWriteModules.dll assembly's progress.
    The file is located at D:\Program Files\System Center 2012\Operations Manager\Server\Microsoft.Mom.DatabaseWriteModules.InstallLog.
    The uninstall has completed.
    Running a transacted installation.
    Beginning the Install phase of the installation.
    See the contents of the log file for the D:\Program Files\System Center 2012\Operations Manager\Server\Microsoft.Mom.DatabaseWriteModules.dll assembly's progress.
    The file is located at D:\Program Files\System Center 2012\Operations Manager\Server\Microsoft.Mom.DatabaseWriteModules.InstallLog.
    An exception occurred during the Install phase.
    System.FormatException: Input string was not in a correct format.
    The Rollback phase of the installation is beginning.
    See the contents of the log file for the D:\Program Files\System Center 2012\Operations Manager\Server\Microsoft.Mom.DatabaseWriteModules.dll assembly's progress.
    The file is located at D:\Program Files\System Center 2012\Operations Manager\Server\Microsoft.Mom.DatabaseWriteModules.InstallLog.
    The Rollback phase completed successfully.
    The transacted install has completed.
    Running a transacted installation.
    Beginning the Install phase of the installation.
    See the contents of the log file for the D:\Program Files\System Center 2012\Operations Manager\Server\APMDOTNETAgent\Microsoft.EnterpriseManagement.OperationsManager.Apm.PerformanceCounters.dll assembly's progress.
    The file is located at D:\Program Files\System Center 2012\Operations Manager\Server\APMDOTNETAgent\Microsoft.EnterpriseManagement.OperationsManager.Apm.PerformanceCounters.InstallLog.
    An exception occurred during the Install phase.
    System.FormatException: Input string was not in a correct format.
    The Rollback phase of the installation is beginning.
    See the contents of the log file for the D:\Program Files\System Center 2012\Operations Manager\Server\APMDOTNETAgent\Microsoft.EnterpriseManagement.OperationsManager.Apm.PerformanceCounters.dll assembly's progress.
    The file is located at D:\Program Files\System Center 2012\Operations Manager\Server\APMDOTNETAgent\Microsoft.EnterpriseManagement.OperationsManager.Apm.PerformanceCounters.InstallLog.
    The Rollback phase completed successfully.
    The transacted install has completed.
    Maybe someone have a idea about that ?
    Thank you !
    Jérémy

    Hi,
    Have your tried to review the c:\logs3.log for any potential error or indication of cause?
    For more information, please review the link below:
    Update Rollup 7 for System Center 2012 Operations Manager Service Pack 1
    http://support.microsoft.com/kb/2965420
    Update rollup packages for System Center 2012 Operations Manager
    http://support.microsoft.com/kb/2906925
    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.

  • Installation of SCOM 2012 R2 with Orchestrator 2012 SP1 already installed

    I'm new here and found this set up.
    SCOM 2012 SP1 that was mis-installed badly. No DW, no Data Read or write account used. SPN's missing etc. Nothing is working on the SCOM Server. It's not connected to any other parts of System Center.
    Orchestrator 2012 SP1 installed and seems to be working fine.
    I know that I'm suppose to upgrade Orchestrator to R2 before upgrading SCOM 2012 to R2. But, I need to install SCOM 2012 R2 right now to ensure monitoring is in place. The question I have is can I install a fresh SCOM 2012 R2 and then go back and upgrade
    Orchestrator to R2 or do I have to upgrade Orchestrator 2012 to R2 before I install the new SCOM 2012 R2?

    Hi Bigredchief,
    Yes, it's recommended by Microsoft to update the Orchestrator first and then SCOM.
    Look at the diagram between SC components here:
    http://social.technet.microsoft.com/wiki/contents/articles/13188.system-center-2012-integration-guide.aspx
    and for Orchestrator here:
    http://social.technet.microsoft.com/wiki/contents/articles/13185.system-center-2012-integration-guide-orchestrator.aspx
    It’s clear visible from diagrams that SCOM monitors the Orchestrator by Management Pack and Orchestrator is connected to SCOM by Integration pack through Operations Manager SDK connection. The second link as well describes the integration between these 2
    components of SC (see #5.3).
    You should analyse your System Center components integration, and check if any Orchestrator runbooks communicate to SCOM. In general it will be 2 risk components in such upgrade (SCOM and then Orchestrator) in my opinion - not supported officially by MS
    in case of any issues, and stopped working SCOM connected runbooks.  
    Natalya

  • Exchange 2010 SP1 Update Rollup 6 to Exchange 2010 SP3

    Hi there,
    I am planning to install Exchange 2010 SP3 next week and after reading some of the related comments on this site I got a little worried.
    Our current Exchange environment consists of the following:
    1 x CAS/HT Server
    2 x Mailbox Server (members of a DAG)
    The OS of the 3 servers is Windows Server 2008 R2 SP1. All servers are running Exchange 2010 SP1 Update Rollup 6.
    The Execution Policies on our Exchange servers are set as follows:
    – CAS/HT Server:
      Scope ExecutionPolicy
      MachinePolicy Undefined
      UserPolicy Undefined
      Process Undefined
      CurrentUser Undefined
      LocalMachine Unrestricted
    – Mailbox Servers:
      Scope ExecutionPolicy
      MachinePolicy Undefined
      UserPolicy Undefined
      Process Undefined
      CurrentUser Undefined
      LocalMachine RemoteSigned
    Please note that we do not have any Group Policies that defined the PowerShell script execution policy.
    I would be very grateful if you (or any of the kind readers) could help me with following questions:
    1- Do I have to change the execution policy on our Exchange servers before installing SP3? If I have to change a policy, what should I change? And how would you recommend I should do this?
    2- After installing SP3 on a server, can I install the latest rollup update on this server before moving to the next server? For example, can I do the following:
      i. Install SP3 followed by RU 5 on the CAS/HT server -> Apply the our custom settings
      ii. Install SP3 followed by RU 5 on the first mailbox server
      iii. Install SP3 followed by RU 5 on the second mailbox server
    Many thanks,
    M

    Hi Amit,
    Many thanks for the swift reply.
    That's correct.  We didn't set the Powershell execution policy via Group Policy.  We only configured the execution policy of "LocalMachine" to "Unrestricted" on the CAS/HT server using the "Set-ExecutionPolicy" command on the server.
    The mailbox servers' execution policies have not been changed and are set to those values by default.
    I must admit, I go event more confused when I read the "http://support.microsoft.com/kb/2668686" and "http://support.microsoft.com/kb/2810617" articles.
    But it looks like I shouldn't worry as our current Powershell execution policies shouldn't affect the upgrade. Right?

  • SCCM 2012 SP1 update to R2

    Hi!
    SCCM 2012 SP1 update to R2.
    I use SQL 2008R2 SP2 (10.50.4000.0), this version is Ok for SCCm 2012 R2 update?
    cenubit

    Yes it is.
    See supported configurations
    http://technet.microsoft.com/en-us/library/gg682077.aspx#BKMK_SupConfigSQLDBconfig
    Also, see procedure to upgrade from SP1 to R2
    http://www.gerryhampsoncm.blogspot.ie/2013/10/in-place-upgrade-sccm-2012-sp1-to-r2.html
    Also, note that CU1 for R2 has also been released. You should apply this afterwards.
    http://support.microsoft.com/kb/2938441/en-us
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • I have the 2.5GHz i5 macbook pro that came out in june of 2012, i updated to OSX version 10.8.1 and now i am unable to change the 3.5mm headphone output into an input.

    i have the 2.5GHz i5 macbook pro that came out in june of 2012, i updated to OSX version 10.8.1 and now i am unable to change the 3.5mm headphone output into an input.

    i have the 2.5GHz i5 macbook pro that came out in june of 2012, i updated to OSX version 10.8.1 and now i am unable to change the 3.5mm headphone output into an input.

  • I need to update my phone, but my computer broke, and do not have a new one. I have an Itunes account, can I use someone else computer to go through with the update?  Is there a chance of loosing all my data, ie: music/photos?

    I need to update my phone, but my computer broke, and do not have a new one. can I use someone else computer to go through with the update if i log on with my itunes account or Is there a chance of loosing all my data, ie: music/photos? And if all else fails can i go to the apple store and have them update my phone?

    Update to what? The 3G you want to update? You have ios3 or 4 on that 3G?
    Go to a friend, authorize that pc.
    Read this : http://support.apple.com/kb/ht1848
    and this : http://support.apple.com/kb/ht2519
    Make a backup of your stuff (from the phone. apps/photos/music/blabla). Update your phone. The phone will restore the backup automatically.

  • HT4623 I recently updated my iPhone 4 to iOS 6 and suddenly after a few days my App Store Kept telling me it couldn't connect to iTunes Store!

    I recently updated my iPhone 4 to iOS 6 and suddenly after a few days my App Store Kept telling me it couldn't connect to iTunes Store! How Can This Be Solved?

    If you would take a moment and looka t the other posts in the forums, you will see that this is being asked over and over and over and over again.
    Apparently there is an issue with itunes.
    Be patient.  Wait.  Try again later.

  • ConfigMgr 2012 SP1 module on runbooks servers

    Let me come out the gate stating I am very new to Orchestrator and somewhat new to powershell.
    I want to start testing the ConfigMgr SP1 cmdlets via runbooks.  I found a blog that shows some gotchas on how to run the .Net script action which is great, however all the examples I see show importing the module from an installed management console
    directory.
    I am assuming that when I run a runbook that needs to reference Configmgr cmdlets that the module must imported from a local path on the runbook server(s) itself.  I am really hoping that this doesnt mean I have to install the SCCM 2012 SP1
    admin console on my Orchestrator Runbook Servers?
    Am I just missing something obvious here?  I tried copying the entire bin directory that contains the psd1 and all the associated dll's, etc. to another machine and importing the module, but unfortunately it fails with:
    Import-Module : The 'C:\tmp\SCCMPowershell\ConfigurationManager.psd1' module cannot be imported because its manifest co
    ntains one or more members that are not valid. The valid manifest members are ('ModuleToProcess', 'NestedModules', 'GUI
    D', 'Author', 'CompanyName', 'Copyright', 'ModuleVersion', 'Description', 'PowerShellVersion', 'PowerShellHostName', 'P
    owerShellHostVersion', 'CLRVersion', 'DotNetFrameworkVersion', 'ProcessorArchitecture', 'RequiredModules', 'TypesToProc
    ess', 'FormatsToProcess', 'ScriptsToProcess', 'PrivateData', 'RequiredAssemblies', 'ModuleList', 'FileList', 'Functions
    ToExport', 'VariablesToExport', 'AliasesToExport', 'CmdletsToExport'). Remove the members that are not valid ('HelpInfo
    URI'), then try to import the module again.
    At line:1 char:14
    + Import-Module <<<<  .\ConfigurationManager.psd1
        + CategoryInfo          : InvalidData: (C:\tmp\SCCMPowe...ionManager.psd1:String) [Import-Module], InvalidOperatio
       nException
        + FullyQualifiedErrorId : Modules_InvalidManifestMember,Microsoft.PowerShell.Commands.ImportModuleCommand
    Can someone point me in the right direction?
    Thanks!!

    So I partly answered my own question.  The above error message was due to having Powershell 2.0 on the test machine and not 3.0 which is required.  I updated the powershell version and was able to import without error (and without installing the
    full admin console).
    So I guess my question then comes down to what is the best practices for things like this?  Certainly do not want to install admin consoles for every SC product on my runbook servers.  It appears that with SCCM I can simply create a directory (standard
    on all runbook servers of course) and copy the files there and import from that location.  is that the preffered method for handling this?
    Thanks!!

  • SCCM 2012 SP1 Update to CU5 not showing version 1600 for clients updated !

    Recently upgraded SCCM 2012 SP1 and its showing a version of 5.0.7804.1600 as it should be. Pushed out the CU 5 client manager update to few machines and they are also showing .1600 as the version, however in SCCM 2012 manager itself it is not updating the
    status of those machines from say .1000 or .1400 to .1600. Why is this happening and any solution for it ? I have also updated the CM on the server hosting the SCCM and is current to .1600 version.

    Because the client agent version is returned from clients via heartbeat discovery which only occurs by default every 7 days. Thus, you need to be patient. Note that I generally recommend reducing the heartbeat cycle to at least once a day partly for
    this reason.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Turning off VM in guest does not update status in VMM 2012 R2 Update Rollup 2 console

    I am seeing an issue with a few VMs where if you turn the VM off from within the guest OS, the status does not change in the VMM console.  
    Details about the environment:
    Six node cluster running Server 2012 R2 Datacenter Core
    Cluster validate completed successfully.  Only warnings due to some VMs being offline
    Virtual Machine Manager 2012 R2 with UR2
    251 VMs in cluster used for Citrix XenDesktop and XenApp
    I've read a few articles similar to this one that refer to a change in the VM Light Refresher schedule from RTM to SP1.  (http://blogs.technet.com/b/chengw/archive/2012/09/17/update-on-vmm-refreshers-what-has-changed-and-what-this-means-to-you.aspx). 
    Basically it looks like the light VM refresher was turned off and now we depend upon WMI if the environment support WCF 3.0. 
    Does this mean that we're looking at the WMI on the Host or the Guest?  Or, is it possible that I just have WMI corruption in a few guest VMs?
    If I want to turn it back on, it seems like I should be able to create a registry DWORD key in HKLM\SOFTWARE\Microsoft\Microsoft System Center Virtual Machine Manager\Settings called VMPropertiesUpdateInterval and set the value.  Does this seem plausible? 
    Would it be supported?

    I specifically asked the product team about that.
    And this has actually been the behavior all along. However, it was never my experience until after applying UR2.
    And this is an experience vs. Product behavior thing. Somewhere in the process something changed with how the one is decided upon when vmm gets more than one match.
    I am going to add this to my discussion with them.
    Glad we have your issue resolved.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.
    Disclaimer: Attempting change is of your own free will.

  • Configuration Manager 2012 SP1 updates

    Hi,
    Are there any updates to Config Manager 2012 sp1 other than the Cumulative updates?
    I see there are 3 cumulative updates but each say to not install unless a specific fix is needed.  
    I am not sure if any of the fixes might fix some problem that we might not have today but could later.
    Should we just not upgrade or should we apply the CU1, 2 and 3 even though we dont have any specific problems?
    Thanks Lance

    Lance,
    There are actually 4 Cumulative updates. The patches are cumulative so you only apply the latest. 
    http://sccmentor.wordpress.com/2014/01/29/cumulative-update-4-for-system-center-2012-configuration-manager-service-pack-1-is-now-available/
    As to installing, it depends if you have any currently issues that are addressed by the patches or need to support Windows 8.1 in anyway, in which case you would have to go with CU3 and above.
    Personally I like to keep the system up to date but with any update fix there's always the chance of it introducing a new issue,
    Cheers
    Paul | sccmentor.wordpress.com

Maybe you are looking for