<?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 Re: Splunk v6 client.py - suds error in binding.py in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-v6-client-py-suds-error-in-binding-py/m-p/110765#M7567</link>
    <description>&lt;P&gt;hi, could you pls let me know how this was resolved?&amp;gt; i have the same issue .&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jan 2018 19:26:00 GMT</pubDate>
    <dc:creator>kannanmallan</dc:creator>
    <dc:date>2018-01-04T19:26:00Z</dc:date>
    <item>
      <title>Splunk v6 client.py - suds error in binding.py</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-v6-client-py-suds-error-in-binding-py/m-p/110760#M7562</link>
      <description>&lt;P&gt;I installed Bigfix App for Splunk and all was working with Splunk v5.x, now after upgrading to Splunk v6.0.4, the client.py script fails to execute. When I run manually I see the same error as SOS reports. Why is this causing an issue? &lt;/P&gt;

&lt;P&gt;/opt/splunk/bin/splunk cmd python ./bin/clients.py&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
ERROR:root:Encountered Exception in GetRelevanceResult:&lt;BR /&gt;
Traceback (most recent call last):&lt;BR /&gt;
  File "/opt/splunk/etc/apps/bigfix/bin/../lib/bigfix/soap/bfconnector.py", line 44, in run&lt;BR /&gt;
    self.results = self.client.service.GetRelevanceResult(expr.format(url=self.url, user=self.user), self.user, self.passwd)&lt;BR /&gt;
  File "/opt/splunk/etc/apps/bigfix/bin/../lib/suds/client.py", line 542, in &lt;STRONG&gt;call&lt;/STRONG&gt;&lt;BR /&gt;
    return client.invoke(args, kwargs)&lt;BR /&gt;
  File "/opt/splunk/etc/apps/bigfix/bin/../lib/suds/client.py", line 602, in invoke&lt;BR /&gt;
    result = self.send(soapenv)&lt;BR /&gt;
  File "/opt/splunk/etc/apps/bigfix/bin/../lib/suds/client.py", line 643, in send&lt;BR /&gt;
    result = self.succeeded(binding, reply.message)&lt;BR /&gt;
  File "/opt/splunk/etc/apps/bigfix/bin/../lib/suds/client.py", line 678, in succeeded&lt;BR /&gt;
    reply, result = binding.get_reply(self.method, reply)&lt;BR /&gt;
  File "/opt/splunk/etc/apps/bigfix/bin/../lib/suds/bindings/binding.py", line 151, in get_reply&lt;BR /&gt;
    self.detect_fault(soapbody)&lt;BR /&gt;
  File "/opt/splunk/etc/apps/bigfix/bin/../lib/suds/bindings/binding.py", line 182, in detect_fault&lt;BR /&gt;
    raise WebFault(p, fault)&lt;BR /&gt;
WebFault: Server raised fault: 'Singular expression refers to nonexistent object.'&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:53:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-v6-client-py-suds-error-in-binding-py/m-p/110760#M7562</guid>
      <dc:creator>BP9906</dc:creator>
      <dc:date>2020-09-28T16:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk v6 client.py - suds error in binding.py</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-v6-client-py-suds-error-in-binding-py/m-p/110761#M7563</link>
      <description>&lt;P&gt;I resolved this issue.&lt;/P&gt;

&lt;P&gt;I uncommented the lines in the top of: /opt/splunk/etc/apps/bigfix/lib/bigfix/soap/bfconnector.py&lt;/P&gt;

&lt;P&gt;Which then gives all data via std out in a shell so you can see everything and where it errors. This helped me locate my issue and resolve it.&lt;/P&gt;

&lt;P&gt;I wish the debugging info was present in the docs! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2014 14:50:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-v6-client-py-suds-error-in-binding-py/m-p/110761#M7563</guid>
      <dc:creator>BP9906</dc:creator>
      <dc:date>2014-06-25T14:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk v6 client.py - suds error in binding.py</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-v6-client-py-suds-error-in-binding-py/m-p/110762#M7564</link>
      <description>&lt;P&gt;Hi BP9906,&lt;/P&gt;

&lt;P&gt;I'm experiencing the same error, I've enabled debug but I can't find where the error comes from.&lt;BR /&gt;
What did you change on your side ?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 11:48:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-v6-client-py-suds-error-in-binding-py/m-p/110762#M7564</guid>
      <dc:creator>jypyking</dc:creator>
      <dc:date>2016-01-28T11:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk v6 client.py - suds error in binding.py</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-v6-client-py-suds-error-in-binding-py/m-p/110763#M7565</link>
      <description>&lt;P&gt;I've identified that removing those relevances allow the script to run without errors:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;" full_os=%22" &amp;amp; concatenation "," of unique values of (values of (results (bes property "Full Operating System Name and Service Pack Level - Windows", it); results (bes property "OS Name - Unix", it); results (bes property "OS Name - Mac OS X", it)) of item 0 of it) &amp;amp; "%22" &amp;amp;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;" client_version=" &amp;amp; value of result(item 0 of it, bes property "BES Client Version") &amp;amp;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;" relay_version=" &amp;amp; (if (value of result(item 0 of it, bes property "BES Relay Version") = "Not Installed") or (value of result(item 0 of it, bes property "BES Relay Version") = "N/A") then "" else (value of result(item 0 of it, bes property "BES Relay Version"))) &amp;amp;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;" server_version=" &amp;amp; (if (value of result(item 0 of it, bes property "BES Server Version") = "Not Installed") or (value of result(item 0 of it, bes property "BES Server Version") = "N/A") then "" else (value of result(item 0 of it, bes property "BES Server Version"))) &amp;amp;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;" soap_url=" &amp;amp; "&lt;A href="https://FQDN/?wsdl"&gt;https://FQDN/?wsdl&lt;/A&gt;" &amp;amp;&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;I'm gonna try debug them and post the results here.&lt;/P&gt;

&lt;P&gt;JP&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 16:32:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-v6-client-py-suds-error-in-binding-py/m-p/110763#M7565</guid>
      <dc:creator>jypyking</dc:creator>
      <dc:date>2016-02-03T16:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk v6 client.py - suds error in binding.py</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-v6-client-py-suds-error-in-binding-py/m-p/110764#M7566</link>
      <description>&lt;P&gt;i am facing the same error. please help to resolve this..thank you&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 19:24:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-v6-client-py-suds-error-in-binding-py/m-p/110764#M7566</guid>
      <dc:creator>kannanmallan</dc:creator>
      <dc:date>2018-01-04T19:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk v6 client.py - suds error in binding.py</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-v6-client-py-suds-error-in-binding-py/m-p/110765#M7567</link>
      <description>&lt;P&gt;hi, could you pls let me know how this was resolved?&amp;gt; i have the same issue .&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 19:26:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-v6-client-py-suds-error-in-binding-py/m-p/110765#M7567</guid>
      <dc:creator>kannanmallan</dc:creator>
      <dc:date>2018-01-04T19:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk v6 client.py - suds error in binding.py</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-v6-client-py-suds-error-in-binding-py/m-p/110766#M7568</link>
      <description>&lt;P&gt;Hi, in my case it's not entirely fixed. As stated above I've removed some parts of the relevance, but as such I'm missing some data. As BP9906 said, the best way is to launch the script in the shell and troubleshooting the errors.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 13:30:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-v6-client-py-suds-error-in-binding-py/m-p/110766#M7568</guid>
      <dc:creator>jypyking</dc:creator>
      <dc:date>2018-01-08T13:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk v6 client.py - suds error in binding.py</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-v6-client-py-suds-error-in-binding-py/m-p/110767#M7569</link>
      <description>&lt;P&gt;@jypyking,  This thread is more than 3 years old with an accepted answer.  For a better chance at getting a solution, you should post a new question.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 14:29:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-v6-client-py-suds-error-in-binding-py/m-p/110767#M7569</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-01-08T14:29:45Z</dc:date>
    </item>
  </channel>
</rss>

