{"id":837,"date":"2015-02-15T05:15:03","date_gmt":"2015-02-15T05:15:03","guid":{"rendered":"https:\/\/poiseddevelopers.com\/reality-tech\/?p=837"},"modified":"2024-04-26T12:29:15","modified_gmt":"2024-04-26T12:29:15","slug":"errors-trying-to-publish-sp2013-workflows","status":"publish","type":"post","link":"https:\/\/poiseddevelopers.com\/reality-tech\/errors-trying-to-publish-sp2013-workflows\/","title":{"rendered":"Errors trying to publish SP2013 workflows"},"content":{"rendered":"<p>Recently I encountered an issue trying to publish SP2013 workflows. \u00a0Every attempt to save the workflow gave an odd error about the underlying XML. I traced into the ULS log which showed: \u201cCannot set unknown member \u2018<wbr \/>LookupSPListItemDoubleProperty<wbr \/>.ItemId\u201d.<\/p>\n<p>The problem was related to the binding between the Workflow Manager instance and the IIS Site that supports the SharePoint web application. The key was to rebind them. \u00a0Here\u2019s the command to do so:<\/p>\n<pre lang=\"php\">Register-SPWorkflowService \u2013SPSite \"http:\/\/yoursite\" -WorkflowHostUri \u201chttp:\/\/localhost:12291\u201d -AllowOAuthHttp -Force<\/pre>\n<p>If that doesn\u2019t do the trick, let\u2019s restart by running the Workflow Configuration Wizard, to rejoin the SharePoint farm to the workflow farm. Note you need to know:<br role=\"presentation\" data-uw-rm-sr=\"\" \/>\u2013 Service account password<br role=\"presentation\" data-uw-rm-sr=\"\" \/>\u2013 Database instance<br role=\"presentation\" data-uw-rm-sr=\"\" \/>\u2013 Workflow passphrase<\/p>\n<p>Once that is done be sure to check IIS bindings for the workflow manager site. Both 12290 and 12291 should be configured.<\/p>\n<p>Then issue the first CmdLet above for registering the SPWorkflow Service.<\/p>\n<p>Voila!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Recently I encountered an issue trying to publish SP2013 workflows. \u00a0Every attempt to save the workflow gave an odd error about the underlying XML. I traced into the ULS log which showed: \u201cCannot set unknown member \u2018LookupSPListItemDoubleProperty.ItemId\u201d. The problem was related to the binding between the Workflow Manager instance and the IIS Site that supports [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":840,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[36],"tags":[],"class_list":["post-837","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-workflow"],"acf":[],"_links":{"self":[{"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/posts\/837","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/comments?post=837"}],"version-history":[{"count":5,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/posts\/837\/revisions"}],"predecessor-version":[{"id":2982,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/posts\/837\/revisions\/2982"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/media\/840"}],"wp:attachment":[{"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/media?parent=837"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/categories?post=837"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/tags?post=837"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}