{"id":81,"date":"2017-08-02T13:52:18","date_gmt":"2017-08-02T13:52:18","guid":{"rendered":"http:\/\/coding.agust.org\/?p=81"},"modified":"2017-08-02T13:52:45","modified_gmt":"2017-08-02T13:52:45","slug":"a-duplicate-attribute-key-has-been-found","status":"publish","type":"post","link":"https:\/\/coding.agust.org\/index.php\/2017\/08\/02\/a-duplicate-attribute-key-has-been-found\/","title":{"rendered":"A duplicate attribute key has been found"},"content":{"rendered":"<p>A fairly common error in SSAS:\u00a0Analysis Services Execute DDL Task: Errors in the OLAP storage engine: A duplicate attribute key has been found when processing<\/p>\n<p>Reason? The most common one is special characters in a dimension attribute string. The solution is to modify the sql code that loads your data to remove such strings like this:<\/p>\n<p>REPLACE(REPLACE(REPLACE(ColumnName, CHAR(9), \u2018\u2019), CHAR(10),\u2019\u2019), CHAR(13),\u2019\u2019)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A fairly common error in SSAS:\u00a0Analysis Services Execute DDL Task: Errors in the OLAP storage engine: A duplicate attribute key has been found when processing Reason? The most common one is special characters in a dimension attribute string. The solution is to modify the sql code that loads your data to remove such strings like &hellip; <a href=\"https:\/\/coding.agust.org\/index.php\/2017\/08\/02\/a-duplicate-attribute-key-has-been-found\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;A duplicate attribute key has been found&#8221;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,11],"tags":[],"class_list":["post-81","post","type-post","status-publish","format-standard","hentry","category-sql","category-ssas"],"_links":{"self":[{"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/posts\/81","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/comments?post=81"}],"version-history":[{"count":2,"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/posts\/81\/revisions"}],"predecessor-version":[{"id":83,"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/posts\/81\/revisions\/83"}],"wp:attachment":[{"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/media?parent=81"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/categories?post=81"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/tags?post=81"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}