{"id":2669,"date":"2019-03-25T17:40:40","date_gmt":"2019-03-25T20:40:40","guid":{"rendered":"http:\/\/xexeu.elipse.com.br\/pt\/identifying-problems-in-the-registration-of-thirdparty-activex\/"},"modified":"2019-10-03T13:13:41","modified_gmt":"2019-10-03T16:13:41","slug":"identifying-problems-in-the-registration-of-thirdparty-activex","status":"publish","type":"post","link":"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/","title":{"rendered":"Identifying problems in the registration of third-party ActiveX."},"content":{"rendered":"<p><span style=\"font-weight: bold;\">1) Introduction<\/span><\/p>\n<div style=\"text-align: justify;\">ActiveX controls are software components based on COM technology (Component Object Model) that can be inserted into an application to perform various tasks. These objects are developed in programming environments such as C\/C++, Delphi, and Visual Basic, among others.<\/p>\n<p>Some ActiveX objects are automatically registered on E3: E3Alarm, E3Browser, and E3Chart (developed by Elipse Software); Microsoft Forms (developed by Microsoft); and Report (ActiveReports, developed by Data Dynamics).<\/p>\n<p>Other ActiveX must be registered in E3 to be available at E3 Studio&#8217;s &#8220;Insert&#8221; menu, and this record can present problems for some third-party ActiveX. A common problem, for example, is the inconsistency between ActiveX&#8217;s and TypeLib&#8217;s versions.<\/p>\n<p>This article shows how to check the versions of ActiveX and TypeLib, and how to change them to work around the problem of the control record at E3.<\/p><\/div>\n<p><span style=\"font-weight: bold;\">2) Checking the ActiveX&#8217;s versions <\/span><\/p>\n<p>To check the consistency of the ActiveX&#8217;s versions, you can use development tools such as OLE View, or then directly check the keys created in the Windows registry. Checking via Windows registry is a little different depending on the version of Windows being used (32 or 64 bits). To avoid problems with the version of Windows, use the 32-bit version of the Windows registry editor as follows:<\/p>\n<ol style=\"text-align: justify;\">\n<li>Click Start, and then click Run<\/li>\n<li>In the window that opens, type <span style=\"font-weight: bold;\">%systemroot%\\syswow64\\regedit<\/span> and click <span style=\"font-weight: bold;\">OK<\/span>.<\/li>\n<\/ol>\n<p>Go to HKEY_CLASSES_ROOT and right-click it, selecting the option <span style=\"font-weight: bold;\">Find&#8230;<\/span><\/p>\n<p><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4316\/01.png\" alt=\"\" width=\"500\" height=\"308\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p>Search name of the ActiveX you want to check. When locating the folder, it should be presented in this format, with an internal CLSID folder:<\/p>\n<p><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4316\/02.png\" alt=\"\" width=\"500\" height=\"308\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p>Save the value of CLSID for a new search. Locate the folder HKEY_CLASSES_ROOT \\ CLSID and, once inside it, look for another folder with the CLSID value. It should look like this:<\/p>\n<p><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4316\/03.png\" alt=\"\" width=\"500\" height=\"307\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p>Here, you should check the following values:<\/p>\n<p><span style=\"font-weight: bold;\">The OCX file path<\/span>: Check here if the path is actually pointing to the directory where the OCX is located;<\/p>\n<p><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4316\/04.png\" alt=\"\" width=\"500\" height=\"308\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p><span style=\"font-weight: bold;\">The ActiveX&#8217;s version<\/span>;<\/p>\n<p><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4316\/05.png\" alt=\"\" width=\"500\" height=\"307\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p><span style=\"font-weight: bold;\">And the ActiveX&#8217;s TypeLib<\/span>.<\/p>\n<p><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4316\/06.png\" alt=\"\" width=\"500\" height=\"307\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p>Save the value of TypeLib for a new search. Locate the folder HKEY_CLASSES_ROOT\\TypeLib and, once inside it, look for another folder with the TypeLib value. It should look like this:<\/p>\n<p><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4316\/07.png\" alt=\"\" width=\"500\" height=\"309\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p>where we can see the TypeLib&#8217;s version, and once again the full path of the OCX file.<\/p>\n<p>Make sure this is the correct full path, that is, if it is the same one where the OCX file to be used is. In addition, make sure both the ActiveX&#8217;s and the TypeLib&#8217;s versions are the same.<\/p>\n<p><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4316\/08.png\" alt=\"\" width=\"500\" height=\"229\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p>Another possible check is regarding internal versions of the TypeLib&#8217;s internal interfaces. To do so, go to folder HKEY_CLASSES_ROOT\\Interface and look for TypeLib&#8217;s value. Multiple occurrences can be found, as shown below:<\/p>\n<p><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4316\/09.png\" alt=\"\" width=\"500\" height=\"309\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p>However, this check helps detect problems, but it should not be a constraint. Interfaces of different versions may occur, especially if you have more than one version of the same ActiveX registered in the machine.<\/p>\n<p><span style=\"font-weight: bold;\">3) Switching the <\/span><span style=\"font-weight: bold;\">ActiveX&#8217;s <\/span><span style=\"font-weight: bold;\">version<\/span><\/p>\n<p>When the ActiveX&#8217;s and the TypeLib&#8217;s versions are not the same, it represents a problem in the development of ActiveX. In this case, the developer must be notified. However, there is a way to work around the problem so that the E3 and other development software programs can register the ActiveX: by switching the ActiveX&#8217;s version directly in the Windows registry. The important thing is to make sure that both have the same version, but as a rule of thumb switching the ActiveX&#8217;s version has more chances of being a successful task than switching the TypeLib&#8217;s, due to the versions of the internal interfaces that were observed in the previous session.<\/p>\n<p>To switch the ActiveX&#8217;s version, you must access the Windows Registry again. Repeat the steps in the beginning of this article, according to the version of Windows installed in your machine, until you find the ActiveX&#8217;s CLSID again. Select the folder Version, right-click on the variable Default, and select Modify. In the window that opens, switch the value of the version to the same as TypeLib&#8217;s.<\/p>\n<p><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4316\/10.png\" alt=\"\" width=\"500\" height=\"268\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p>After these steps have been completed, the ActiveX can be registered in E3 with no problems.<\/p>\n<p><span style=\"font-weight: bold;\">4) Conclusion<\/span><\/p>\n<p>The procedures presented in this article have been created to work around a development problem of third-party ActiveX, and should be used only in cases where either the user cannot contact the developer, or ActiveX is from a version whose technical support is no longer available. However, the proper procedure from the user should always be to contact the ActiveX&#8217;s developer to solve the problem.<\/p>\n<p><span style=\"font-weight: bold;\">WARNING<\/span>: This article contains procedures that explain how to modify the Windows registry. However, serious problems might occur if you modify the registry incorrectly. Hence, follow these procedures very carefully. For added safety, make a backup of the registry before you modify it, so you can restore it if any problem occurs. For more information on how to backup and restore Windows registry, read the Microsoft article &#8220;<a href=\"http:\/\/support.microsoft.com\/kb\/322756\" target=\"_blank\" rel=\"noopener noreferrer\">How to back up and restore the registry in Windows<\/a>&#8220;.<\/p>\n<p><span style=\"font-weight: bold;\">Related articles<\/span><\/p>\n<p>How to view the system registry by using 64-bit versions of Windows.<br \/>\n<a href=\"http:\/\/support.microsoft.com\/kb\/305097\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/support.microsoft.com\/kb\/305097<\/a><\/p>\n<p>Registry changes in x64-based versions of Windows Server 2003 and in Windows XP Profesisonal x64 Edition<br \/>\n<a href=\"http:\/\/support.microsoft.com\/kb\/896459\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/support.microsoft.com\/kb\/896459<\/a><\/p>\n<p>How to back up and restore the registry in Windows<br \/>\n<a href=\"http:\/\/support.microsoft.com\/kb\/322756\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/support.microsoft.com\/kb\/322756<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>1) Introduction ActiveX controls are software components based on COM technology (Component Object Model) that can be inserted into an application to perform various tasks. These objects are developed in&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0},"categories":[731],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Identifying problems in the registration of third-party ActiveX. - Elipse Knowledgebase<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Identifying problems in the registration of third-party ActiveX.\" \/>\n<meta property=\"og:description\" content=\"1) Introduction ActiveX controls are software components based on COM technology (Component Object Model) that can be inserted into an application to perform various tasks. These objects are developed in&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/\" \/>\n<meta property=\"og:site_name\" content=\"Elipse Knowledgebase\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/elipsesoftware\" \/>\n<meta property=\"article:published_time\" content=\"2019-03-25T20:40:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-10-03T16:13:41+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4316\/01.png\" \/>\n<meta name=\"author\" content=\"Elipse Software\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Elipse Software\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/\"},\"author\":{\"name\":\"Elipse Software\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\"},\"headline\":\"Identifying problems in the registration of third-party ActiveX.\",\"datePublished\":\"2019-03-25T20:40:40+00:00\",\"dateModified\":\"2019-10-03T16:13:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/\"},\"wordCount\":892,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"articleSection\":[\"ActiveX\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/\",\"url\":\"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/\",\"name\":\"[:pt]Identifying problems in the registration of third-party ActiveX.[:] - Elipse Knowledgebase\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#website\"},\"datePublished\":\"2019-03-25T20:40:40+00:00\",\"dateModified\":\"2019-10-03T16:13:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/kb.elipse.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Identifying problems in the registration of third-party ActiveX.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kb.elipse.com.br\/#website\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"name\":\"Elipse Knowledgebase\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kb.elipse.com.br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\",\"name\":\"Elipse Software\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"sameAs\":[\"http:\/\/www.facebook.com\/elipsesoftware\"],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"contentUrl\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"width\":161,\"height\":58,\"caption\":\"Elipse Software\"},\"image\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\",\"name\":\"Elipse Software\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g\",\"caption\":\"Elipse Software\"},\"url\":\"https:\/\/kb.elipse.com.br\/en\/author\/webmasterelipse-com-br\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Identifying problems in the registration of third-party ActiveX. - Elipse Knowledgebase","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/","og_locale":"en_US","og_type":"article","og_title":"[:pt]Identifying problems in the registration of third-party ActiveX.[:] - Elipse Knowledgebase","og_description":"1) Introduction ActiveX controls are software components based on COM technology (Component Object Model) that can be inserted into an application to perform various tasks. These objects are developed in&hellip;","og_url":"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/","og_site_name":"Elipse Knowledgebase","article_publisher":"http:\/\/www.facebook.com\/elipsesoftware","article_published_time":"2019-03-25T20:40:40+00:00","article_modified_time":"2019-10-03T16:13:41+00:00","og_image":[{"url":"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4316\/01.png"}],"author":"Elipse Software","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Elipse Software","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/#article","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/"},"author":{"name":"Elipse Software","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87"},"headline":"Identifying problems in the registration of third-party ActiveX.","datePublished":"2019-03-25T20:40:40+00:00","dateModified":"2019-10-03T16:13:41+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/"},"wordCount":892,"commentCount":0,"publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"articleSection":["ActiveX"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/","url":"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/","name":"[:pt]Identifying problems in the registration of third-party ActiveX.[:] - Elipse Knowledgebase","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/#website"},"datePublished":"2019-03-25T20:40:40+00:00","dateModified":"2019-10-03T16:13:41+00:00","breadcrumb":{"@id":"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kb.elipse.com.br\/en\/identifying-problems-in-the-registration-of-thirdparty-activex\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/kb.elipse.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Identifying problems in the registration of third-party ActiveX."}]},{"@type":"WebSite","@id":"https:\/\/kb.elipse.com.br\/#website","url":"https:\/\/kb.elipse.com.br\/","name":"Elipse Knowledgebase","description":"","publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kb.elipse.com.br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kb.elipse.com.br\/#organization","name":"Elipse Software","url":"https:\/\/kb.elipse.com.br\/","sameAs":["http:\/\/www.facebook.com\/elipsesoftware"],"logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/","url":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","contentUrl":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","width":161,"height":58,"caption":"Elipse Software"},"image":{"@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87","name":"Elipse Software","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g","caption":"Elipse Software"},"url":"https:\/\/kb.elipse.com.br\/en\/author\/webmasterelipse-com-br\/"}]}},"_links":{"self":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/2669"}],"collection":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/comments?post=2669"}],"version-history":[{"count":1,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/2669\/revisions"}],"predecessor-version":[{"id":8961,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/2669\/revisions\/8961"}],"wp:attachment":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/media?parent=2669"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/categories?post=2669"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/tags?post=2669"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}