{"id":671,"date":"2010-03-15T16:50:04","date_gmt":"2010-03-15T21:50:04","guid":{"rendered":"http:\/\/appcrawler.com\/wordpress\/?p=671"},"modified":"2011-07-06T10:13:14","modified_gmt":"2011-07-06T15:13:14","slug":"converting-lock-modes-to-determine-what-the-root-cause-is","status":"publish","type":"post","link":"http:\/\/appcrawler.com\/wordpress\/2010\/03\/15\/converting-lock-modes-to-determine-what-the-root-cause-is\/","title":{"rendered":"Converting lock modes to determine what the root cause is"},"content":{"rendered":"<p>Take name|mode<\/p>\n<pre lang=\"python\" line=\"1\">\r\nprint hex(1415053316)\r\n<\/pre>\n<p>&#8230;and convert to hex&#8230;<\/p>\n<pre lang=\"python\" line=\"1\">\r\n0x54580004\r\n<\/pre>\n<p>&#8230;then take the first two, second two, and last four values to get the reason code.<\/p>\n<pre lang=\"python\" line=\"1\">\r\n54 in hex = T\r\n58 in hex = X\r\nand 0004 = 4.\r\n<\/pre>\n<p>This lock was caused by the same unique key values being inserted (or attempting to) by multiple sessions.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Take name|mode print hex(1415053316) &#8230;and convert to hex&#8230; 0x54580004 &#8230;then take the first two, second two, and last four values to get the reason code. 54 in hex = T 58 in hex = X and 0004 = 4. This&hellip;<\/p>\n<p class=\"more-link-p\"><a class=\"more-link\" href=\"http:\/\/appcrawler.com\/wordpress\/2010\/03\/15\/converting-lock-modes-to-determine-what-the-root-cause-is\/\">Read more &rarr;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"footnotes":""},"categories":[19,22],"tags":[],"_links":{"self":[{"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/posts\/671"}],"collection":[{"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/comments?post=671"}],"version-history":[{"count":7,"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/posts\/671\/revisions"}],"predecessor-version":[{"id":919,"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/posts\/671\/revisions\/919"}],"wp:attachment":[{"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/media?parent=671"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/categories?post=671"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/tags?post=671"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}