<?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 addTransPattern Issue in Management</title>
    <link>https://community.cisco.com/t5/management/addtranspattern-issue/m-p/5221058#M4246</link>
    <description>&lt;P&gt;I'm having an issue adding a translation pattern via axl using python and zeep.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error I'm getting is:&lt;/P&gt;&lt;P&gt;requests.exceptions.ConnectionError: HTTPSConnectionPool(host='ccmservername', port=8443): Max retries exceeded with url: /axl/ (Caused by NameResolutionError("&amp;lt;urllib3.connection.HTTPSConnection object at 0x00000209960F99A0&amp;gt;: Failed to resolve 'ccmservername' ([Errno 11001] getaddrinfo failed)"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However i can use the same client.service to run other api commands such as resetPhone&lt;/P&gt;&lt;P&gt;The code I'm using is attached.&lt;/P&gt;&lt;P&gt;Any thoughts on this one?&amp;nbsp; I feel it may be a bug.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2024 16:50:40 GMT</pubDate>
    <dc:creator>james-ferris</dc:creator>
    <dc:date>2024-11-06T16:50:40Z</dc:date>
    <item>
      <title>addTransPattern Issue</title>
      <link>https://community.cisco.com/t5/management/addtranspattern-issue/m-p/5221058#M4246</link>
      <description>&lt;P&gt;I'm having an issue adding a translation pattern via axl using python and zeep.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error I'm getting is:&lt;/P&gt;&lt;P&gt;requests.exceptions.ConnectionError: HTTPSConnectionPool(host='ccmservername', port=8443): Max retries exceeded with url: /axl/ (Caused by NameResolutionError("&amp;lt;urllib3.connection.HTTPSConnection object at 0x00000209960F99A0&amp;gt;: Failed to resolve 'ccmservername' ([Errno 11001] getaddrinfo failed)"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However i can use the same client.service to run other api commands such as resetPhone&lt;/P&gt;&lt;P&gt;The code I'm using is attached.&lt;/P&gt;&lt;P&gt;Any thoughts on this one?&amp;nbsp; I feel it may be a bug.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 16:50:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/addtranspattern-issue/m-p/5221058#M4246</guid>
      <dc:creator>james-ferris</dc:creator>
      <dc:date>2024-11-06T16:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: addTransPattern Issue</title>
      <link>https://community.cisco.com/t5/management/addtranspattern-issue/m-p/5221496#M4247</link>
      <description>&lt;P&gt;The error message is telling you it is a problem with resolving the name of the server.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Caused by NameResolutionError&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 07 Nov 2024 13:21:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/addtranspattern-issue/m-p/5221496#M4247</guid>
      <dc:creator>Elliot Dierksen</dc:creator>
      <dc:date>2024-11-07T13:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: addTransPattern Issue</title>
      <link>https://community.cisco.com/t5/management/addtranspattern-issue/m-p/5221644#M4248</link>
      <description>&lt;P&gt;Testing the code, it seems that in the problem request you are using the base &lt;STRONG&gt;client.service&lt;/STRONG&gt; object instead of the instantiated &lt;STRONG&gt;service&lt;/STRONG&gt; object which works elsewhere:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;    # response = client.service.addTransPattern(translation_pattern)
    response = service.addTransPattern(translation_pattern)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 07 Nov 2024 17:37:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/addtranspattern-issue/m-p/5221644#M4248</guid>
      <dc:creator>DavidStaudt</dc:creator>
      <dc:date>2024-11-07T17:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: addTransPattern Issue</title>
      <link>https://community.cisco.com/t5/management/addtranspattern-issue/m-p/5221993#M4249</link>
      <description>&lt;P&gt;Oh man nice find&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/882286"&gt;@DavidStaudt&lt;/a&gt;&amp;nbsp;I totally missed that.&amp;nbsp; It is working now.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 14:24:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/addtranspattern-issue/m-p/5221993#M4249</guid>
      <dc:creator>james-ferris</dc:creator>
      <dc:date>2024-11-08T14:24:16Z</dc:date>
    </item>
  </channel>
</rss>

