<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Updated Course Materials in Workato Academy Discussion</title>
    <link>https://systematic.workato.com/t5/workato-academy-discussion/updated-course-materials/m-p/9482#M348</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm doing the training lesson &lt;A title="" href="https://partneracademy.workato.com/path/technical-developer/on-prem-agent-overview/892709/scorm/2fezlv1lh471t" target="_self"&gt;On-Prem Agent Installation &amp;gt;&amp;nbsp;Extensions&lt;/A&gt;, but I'm not able to have the custom connector to reach out to the on-prem agent.&lt;/P&gt;&lt;P&gt;I'm getting the error "Connection failed:&amp;nbsp;301 Moved Permanently" (see image):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2025-03-31 113625.jpg" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1961iBE63BD4A96DB834F/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-03-31 113625.jpg" alt="Screenshot 2025-03-31 113625.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;The source code on the image is the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  title: 'On-Prem security',
  secure_tunnel: true,

  connection: {
    fields: [{ name: 'profile', hint: 'On-prem security connection profile' }],
    authorization: { type: 'none'},
    apply: -&amp;gt;() {
      headers('X-Workato-Connector': 'enforce')
    }
  },

  test: -&amp;gt;(connection) {
    post("http://localhost/lib_ext/#{connection['profile']}/computeDigest", { payload: 'test' })
  },

  actions: {
    sha256_digest: {
      title: 'Create SHA-256 digest',
      description: 'Create &amp;lt;span class="provider"&amp;gt;SHA-256&amp;lt;/span&amp;gt; digest',

      input_fields: -&amp;gt; { [{ name: 'payload' }] },
      output_fields: -&amp;gt; { [{name: 'signature' }] },

      execute: -&amp;gt;(connection, input) {
        post("http://localhost/lib_ext/#{connection['profile']}/computeDigest", input)
      }
    }
  }
}&lt;/LI-CODE&gt;&lt;P&gt;The agent of &lt;STRONG&gt;DEMO Database&lt;/STRONG&gt; On-prem group is installed and running:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="opg.jpg" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1962i2955E95FF57DD3AE/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="opg.jpg" alt="opg.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;And the extension is put on the lib_ext folder of the agent:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="extension.jpg" style="width: 743px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1963iA84A0AD6A6512499/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="extension.jpg" alt="extension.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My specs:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="java versions.jpg" style="width: 499px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1964i7ADCC1EF53D6A066/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="java versions.jpg" alt="java versions.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Running on Windows 10 Business,&amp;nbsp;Version 22H2,&amp;nbsp;OS build 19045.5608,&amp;nbsp;Experience Windows Feature Experience Pack 1000.19061.1000.0&lt;BR /&gt;I'm not using VPN nor any proxy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Are the training materials updated? Including the demo extension source code?&lt;BR /&gt;For intance, the OPA no longer has a "ext" folder, instead is has a "lib_ext" folder; so I can assume that other assets are outdated.&lt;/LI&gt;&lt;LI&gt;Assuming everything updated, what am I missing? Can you help me?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Mar 2025 10:51:30 GMT</pubDate>
    <dc:creator>saraiva</dc:creator>
    <dc:date>2025-03-31T10:51:30Z</dc:date>
    <item>
      <title>Updated Course Materials</title>
      <link>https://systematic.workato.com/t5/workato-academy-discussion/updated-course-materials/m-p/9482#M348</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm doing the training lesson &lt;A title="" href="https://partneracademy.workato.com/path/technical-developer/on-prem-agent-overview/892709/scorm/2fezlv1lh471t" target="_self"&gt;On-Prem Agent Installation &amp;gt;&amp;nbsp;Extensions&lt;/A&gt;, but I'm not able to have the custom connector to reach out to the on-prem agent.&lt;/P&gt;&lt;P&gt;I'm getting the error "Connection failed:&amp;nbsp;301 Moved Permanently" (see image):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2025-03-31 113625.jpg" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1961iBE63BD4A96DB834F/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-03-31 113625.jpg" alt="Screenshot 2025-03-31 113625.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;The source code on the image is the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  title: 'On-Prem security',
  secure_tunnel: true,

  connection: {
    fields: [{ name: 'profile', hint: 'On-prem security connection profile' }],
    authorization: { type: 'none'},
    apply: -&amp;gt;() {
      headers('X-Workato-Connector': 'enforce')
    }
  },

  test: -&amp;gt;(connection) {
    post("http://localhost/lib_ext/#{connection['profile']}/computeDigest", { payload: 'test' })
  },

  actions: {
    sha256_digest: {
      title: 'Create SHA-256 digest',
      description: 'Create &amp;lt;span class="provider"&amp;gt;SHA-256&amp;lt;/span&amp;gt; digest',

      input_fields: -&amp;gt; { [{ name: 'payload' }] },
      output_fields: -&amp;gt; { [{name: 'signature' }] },

      execute: -&amp;gt;(connection, input) {
        post("http://localhost/lib_ext/#{connection['profile']}/computeDigest", input)
      }
    }
  }
}&lt;/LI-CODE&gt;&lt;P&gt;The agent of &lt;STRONG&gt;DEMO Database&lt;/STRONG&gt; On-prem group is installed and running:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="opg.jpg" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1962i2955E95FF57DD3AE/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="opg.jpg" alt="opg.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;And the extension is put on the lib_ext folder of the agent:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="extension.jpg" style="width: 743px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1963iA84A0AD6A6512499/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="extension.jpg" alt="extension.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My specs:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="java versions.jpg" style="width: 499px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1964i7ADCC1EF53D6A066/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="java versions.jpg" alt="java versions.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Running on Windows 10 Business,&amp;nbsp;Version 22H2,&amp;nbsp;OS build 19045.5608,&amp;nbsp;Experience Windows Feature Experience Pack 1000.19061.1000.0&lt;BR /&gt;I'm not using VPN nor any proxy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Are the training materials updated? Including the demo extension source code?&lt;BR /&gt;For intance, the OPA no longer has a "ext" folder, instead is has a "lib_ext" folder; so I can assume that other assets are outdated.&lt;/LI&gt;&lt;LI&gt;Assuming everything updated, what am I missing? Can you help me?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 10:51:30 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-academy-discussion/updated-course-materials/m-p/9482#M348</guid>
      <dc:creator>saraiva</dc:creator>
      <dc:date>2025-03-31T10:51:30Z</dc:date>
    </item>
  </channel>
</rss>

