{"id":12541,"date":"2012-05-16T08:03:00","date_gmt":"2012-05-16T07:03:00","guid":{"rendered":"https:\/\/aidanfinn.com\/?p=12541"},"modified":"2012-05-16T08:03:00","modified_gmt":"2012-05-16T07:03:00","slug":"yesterdays-fun-in-opsmgr-failed-to-store-data-in-the-data-warehouse","status":"publish","type":"post","link":"https:\/\/aidanfinn.com\/?p=12541","title":{"rendered":"Yesterday\u2019s Fun In OpsMgr: Failed to store data in the Data Warehouse"},"content":{"rendered":"<p>Actually, the full error in the alert in this System Center Operations Manager 2007 R2 install was:<\/p>\n<blockquote>\n<p>Failed to store data in the Data Warehouse.Failed to store data in the Data Warehouse. Cannot resolve the collation conflict between &quot;SQL_Latin1_General_CP1_CI_AS&quot; and &quot;Latin1_General_CI_AS&quot; in the equal to operation.<\/p>\n<\/blockquote>\n<p>A bit of quick checking and I found that the SQL server instance had the default and incorrect collation of Latin1_General_CI_AS while the OpsMgr databases had the correct collation of SQL_Latin1_General_CP1_CI_AS (check the properties of SQL Server and the databases in SQL Management Studio to verify).<\/p>\n<p>And this pretty much explained why reports from new management packs weren\u2019t appearing in OpsMgr.&#160; The odd thing is that this problem went unnoticed for over 6 months and many management packs functioned perfectly well.<\/p>\n<p>I knew what was ahead of me: a SQL rebuild.&#160; So that\u2019s what I did, with some guidance from a <a href=\"http:\/\/thoughtsonopsmgr.blogspot.com\/2010\/04\/failed-to-store-data-in-data-warehouse.html\" target=\"_blank\">blog post<\/a> by Marnix Wolf, MVP.&#160; I veered a little from the guidance he gave.&#160; I opted to start with a new SQL Reporting DB because it was easier to do this and I had no customisations to rescue.&#160; So I didn\u2019t restore it, I didn\u2019t run ResetSRS, and I just needed to reinstall OpsMgr Reporting and supply the details.<\/p>\n<p>Interestingly, the OpsMgr Reporting installed froze about half way through.&#160; There were no visible issues, no performance bottlenecks, no clues, nothing to explain the setup hang \u2026 except for the Application Log in Event Viewer.&#160; There McAfee reported that it was preventing lots of .Net stuff.&#160; Uh oh!&#160; I temporarily disabled the McAfee protection and the installer wrapped up almost immediately.<\/p>\n<p>Once everything was back I verified that monitoring worked, that the datawarehouse was still OK, and that reports were repopulating and working.&#160; But then a flood of alerts came in:<\/p>\n<blockquote>\n<p>Microsoft.EnterpriseManagement.Common.UnknownServiceException: The service threw an unknown exception. See inner exception for details. &#8212;&gt; System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: Execution of user code in the .NET Framework is disabled. Enable &quot;clr enabled&quot; configuration option. (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is: \u2026<\/p>\n<\/blockquote>\n<p>That looked nasty but the fix was easy <a href=\"http:\/\/social.technet.microsoft.com\/Forums\/en-US\/operationsmanagergeneral\/thread\/e798a59d-c63e-445f-9e4e-b338c7fdc270\/\" target=\"_blank\">enough<\/a>.&#160; As <a href=\"http:\/\/OpsMgr.ru\/\" target=\"_blank\">Alexy Zhuravlev<\/a> said, run this on the SQL server against the OperationsManager database:<\/p>\n<p>sp_configure @configname=clr_enabled, @configvalue=1   <br \/>GO    <br \/>RECONFIGURE    <br \/>GO<\/p>\n<p>After that, everything was okey dokely and the SQL 2008 R2 DB was updated to get it <a href=\"http:\/\/technet.microsoft.com\/en-us\/library\/hh476934\" target=\"_blank\">OpsMgr 2012 ready<\/a> <img decoding=\"async\" style=\"border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none\" class=\"wlEmoticon wlEmoticon-smile\" alt=\"Smile\" src=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2012\/05\/wlEmoticon-smile4.png\" \/><\/p>\n<div style=\"padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px\" id=\"scid:0767317B-992E-4b12-91E0-4F059A8CECA8:243291d2-8564-458b-825d-4845977f76d4\" class=\"wlWriterEditableSmartContent\">Technorati Tags: <a href=\"http:\/\/technorati.com\/tags\/OpsMgr\" rel=\"tag\">OpsMgr<\/a>,<a href=\"http:\/\/technorati.com\/tags\/Operations+Manager\" rel=\"tag\">Operations Manager<\/a>,<a href=\"http:\/\/technorati.com\/tags\/SQL\" rel=\"tag\">SQL<\/a>,<a href=\"http:\/\/technorati.com\/tags\/System+Center\" rel=\"tag\">System Center<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Actually, the full error in the alert in this System Center Operations Manager 2007 R2 install was: Failed to store data in the Data Warehouse.Failed to store data in the Data Warehouse. Cannot resolve the collation conflict between &quot;SQL_Latin1_General_CP1_CI_AS&quot; and &quot;Latin1_General_CI_AS&quot; in the equal to operation. A bit of quick checking and I found that &hellip; <a href=\"https:\/\/aidanfinn.com\/?p=12541\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Yesterday\u2019s Fun In OpsMgr: Failed to store data in the Data Warehouse&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[30],"tags":[83,187,192,193],"class_list":["post-12541","post","type-post","status-publish","format-standard","hentry","category-opsmgr","tag-operations-manager","tag-opsmgr","tag-sql","tag-system-center"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Actually, the full error in the alert in this System Center Operations Manager 2007 R2 install was: Failed to store data in the Data Warehouse.Failed to store data in the Data Warehouse. Cannot resolve the collation conflict between &quot;SQL_Latin1_General_CP1_CI_AS&quot; and &quot;Latin1_General_CI_AS&quot; in the equal to operation. A bit of quick checking and I found that\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"AFinn\"\/>\n\t<meta name=\"google-site-verification\" content=\"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/aidanfinn.com\/?p=12541\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Yesterday\u2019s Fun In OpsMgr: Failed to store data in the Data Warehouse | Aidan Finn, IT Pro\" \/>\n\t\t<meta property=\"og:description\" content=\"Actually, the full error in the alert in this System Center Operations Manager 2007 R2 install was: Failed to store data in the Data Warehouse.Failed to store data in the Data Warehouse. Cannot resolve the collation conflict between &quot;SQL_Latin1_General_CP1_CI_AS&quot; and &quot;Latin1_General_CI_AS&quot; in the equal to operation. A bit of quick checking and I found that\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/aidanfinn.com\/?p=12541\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2012-05-16T07:03:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2012-05-16T07:03:00+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@joe_elway\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Yesterday\u2019s Fun In OpsMgr: Failed to store data in the Data Warehouse | Aidan Finn, IT Pro\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Actually, the full error in the alert in this System Center Operations Manager 2007 R2 install was: Failed to store data in the Data Warehouse.Failed to store data in the Data Warehouse. Cannot resolve the collation conflict between &quot;SQL_Latin1_General_CP1_CI_AS&quot; and &quot;Latin1_General_CI_AS&quot; in the equal to operation. A bit of quick checking and I found that\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@joe_elway\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=12541#article\",\"name\":\"Yesterday\\u2019s Fun In OpsMgr: Failed to store data in the Data Warehouse | Aidan Finn, IT Pro\",\"headline\":\"Yesterday\\u2019s Fun In OpsMgr: Failed to store data in the Data Warehouse\",\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/wp-content\\\/uploads\\\/2012\\\/05\\\/wlEmoticon-smile4.png\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=12541\\\/#articleImage\",\"width\":19,\"height\":19},\"datePublished\":\"2012-05-16T08:03:00+01:00\",\"dateModified\":\"2012-05-16T08:03:00+01:00\",\"inLanguage\":\"en-GB\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=12541#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=12541#webpage\"},\"articleSection\":\"OpsMgr, Operations Manager, OpsMgr, SQL, System Center\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=12541#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aidanfinn.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=30#listItem\",\"name\":\"OpsMgr\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=30#listItem\",\"position\":2,\"name\":\"OpsMgr\",\"item\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=30\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=12541#listItem\",\"name\":\"Yesterday\\u2019s Fun In OpsMgr: Failed to store data in the Data Warehouse\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=12541#listItem\",\"position\":3,\"name\":\"Yesterday\\u2019s Fun In OpsMgr: Failed to store data in the Data Warehouse\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=30#listItem\",\"name\":\"OpsMgr\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=12541#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=12541#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=12541#webpage\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?p=12541\",\"name\":\"Yesterday\\u2019s Fun In OpsMgr: Failed to store data in the Data Warehouse | Aidan Finn, IT Pro\",\"description\":\"Actually, the full error in the alert in this System Center Operations Manager 2007 R2 install was: Failed to store data in the Data Warehouse.Failed to store data in the Data Warehouse. Cannot resolve the collation conflict between \\\"SQL_Latin1_General_CP1_CI_AS\\\" and \\\"Latin1_General_CI_AS\\\" in the equal to operation. A bit of quick checking and I found that\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=12541#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"datePublished\":\"2012-05-16T08:03:00+01:00\",\"dateModified\":\"2012-05-16T08:03:00+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/\",\"name\":\"Aidan Finn, IT Pro\",\"description\":\"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Yesterday\u2019s Fun In OpsMgr: Failed to store data in the Data Warehouse | Aidan Finn, IT Pro","description":"Actually, the full error in the alert in this System Center Operations Manager 2007 R2 install was: Failed to store data in the Data Warehouse.Failed to store data in the Data Warehouse. Cannot resolve the collation conflict between \"SQL_Latin1_General_CP1_CI_AS\" and \"Latin1_General_CI_AS\" in the equal to operation. A bit of quick checking and I found that","canonical_url":"https:\/\/aidanfinn.com\/?p=12541","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/aidanfinn.com\/?p=12541#article","name":"Yesterday\u2019s Fun In OpsMgr: Failed to store data in the Data Warehouse | Aidan Finn, IT Pro","headline":"Yesterday\u2019s Fun In OpsMgr: Failed to store data in the Data Warehouse","author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"publisher":{"@id":"https:\/\/aidanfinn.com\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2012\/05\/wlEmoticon-smile4.png","@id":"https:\/\/aidanfinn.com\/?p=12541\/#articleImage","width":19,"height":19},"datePublished":"2012-05-16T08:03:00+01:00","dateModified":"2012-05-16T08:03:00+01:00","inLanguage":"en-GB","mainEntityOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=12541#webpage"},"isPartOf":{"@id":"https:\/\/aidanfinn.com\/?p=12541#webpage"},"articleSection":"OpsMgr, Operations Manager, OpsMgr, SQL, System Center"},{"@type":"BreadcrumbList","@id":"https:\/\/aidanfinn.com\/?p=12541#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","position":1,"name":"Home","item":"https:\/\/aidanfinn.com","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=30#listItem","name":"OpsMgr"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=30#listItem","position":2,"name":"OpsMgr","item":"https:\/\/aidanfinn.com\/?cat=30","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=12541#listItem","name":"Yesterday\u2019s Fun In OpsMgr: Failed to store data in the Data Warehouse"},"previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=12541#listItem","position":3,"name":"Yesterday\u2019s Fun In OpsMgr: Failed to store data in the Data Warehouse","previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=30#listItem","name":"OpsMgr"}}]},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/#person","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=12541#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/?author=1#author","url":"https:\/\/aidanfinn.com\/?author=1","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=12541#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"WebPage","@id":"https:\/\/aidanfinn.com\/?p=12541#webpage","url":"https:\/\/aidanfinn.com\/?p=12541","name":"Yesterday\u2019s Fun In OpsMgr: Failed to store data in the Data Warehouse | Aidan Finn, IT Pro","description":"Actually, the full error in the alert in this System Center Operations Manager 2007 R2 install was: Failed to store data in the Data Warehouse.Failed to store data in the Data Warehouse. Cannot resolve the collation conflict between \"SQL_Latin1_General_CP1_CI_AS\" and \"Latin1_General_CI_AS\" in the equal to operation. A bit of quick checking and I found that","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/aidanfinn.com\/#website"},"breadcrumb":{"@id":"https:\/\/aidanfinn.com\/?p=12541#breadcrumblist"},"author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"creator":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"datePublished":"2012-05-16T08:03:00+01:00","dateModified":"2012-05-16T08:03:00+01:00"},{"@type":"WebSite","@id":"https:\/\/aidanfinn.com\/#website","url":"https:\/\/aidanfinn.com\/","name":"Aidan Finn, IT Pro","description":"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","inLanguage":"en-GB","publisher":{"@id":"https:\/\/aidanfinn.com\/#person"}}]},"og:locale":"en_GB","og:site_name":"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","og:type":"article","og:title":"Yesterday\u2019s Fun In OpsMgr: Failed to store data in the Data Warehouse | Aidan Finn, IT Pro","og:description":"Actually, the full error in the alert in this System Center Operations Manager 2007 R2 install was: Failed to store data in the Data Warehouse.Failed to store data in the Data Warehouse. Cannot resolve the collation conflict between &quot;SQL_Latin1_General_CP1_CI_AS&quot; and &quot;Latin1_General_CI_AS&quot; in the equal to operation. A bit of quick checking and I found that","og:url":"https:\/\/aidanfinn.com\/?p=12541","article:published_time":"2012-05-16T07:03:00+00:00","article:modified_time":"2012-05-16T07:03:00+00:00","twitter:card":"summary","twitter:site":"@joe_elway","twitter:title":"Yesterday\u2019s Fun In OpsMgr: Failed to store data in the Data Warehouse | Aidan Finn, IT Pro","twitter:description":"Actually, the full error in the alert in this System Center Operations Manager 2007 R2 install was: Failed to store data in the Data Warehouse.Failed to store data in the Data Warehouse. Cannot resolve the collation conflict between &quot;SQL_Latin1_General_CP1_CI_AS&quot; and &quot;Latin1_General_CI_AS&quot; in the equal to operation. A bit of quick checking and I found that","twitter:creator":"@joe_elway"},"aioseo_meta_data":{"post_id":"12541","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 03:53:19","updated":"2025-06-04 15:05:59","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\/?cat=30\" title=\"OpsMgr\">OpsMgr<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tYesterday\u2019s Fun In OpsMgr: Failed to store data in the Data Warehouse\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/aidanfinn.com"},{"label":"OpsMgr","link":"https:\/\/aidanfinn.com\/?cat=30"},{"label":"Yesterday\u2019s Fun In OpsMgr: Failed to store data in the Data Warehouse","link":"https:\/\/aidanfinn.com\/?p=12541"}],"jetpack_featured_media_url":"","amp_enabled":true,"_links":{"self":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/12541","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12541"}],"version-history":[{"count":0,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/12541\/revisions"}],"wp:attachment":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12541"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=12541"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=12541"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}