<?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 Hi Gael, in Intel® Business Client Software Development</title>
    <link>https://community.intel.com/t5/Intel-Business-Client-Software/Please-help-vPro-team-Exception-when-running-EventLogReader-on/m-p/1098349#M6677</link>
    <description>&lt;P&gt;Hi Gael,&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN dir="LTR"&gt;I have also &lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;tried to run a simple code. on windows it work with no error.&lt;BR /&gt;
	Ported to linux on same machine and same target machine --&amp;gt; got the error !&lt;BR /&gt;
	&lt;BR /&gt;
	What can cause error 2 ?&lt;BR /&gt;
	How do i get more information on the problem.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thx,&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Ronnie&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Dec 2015 07:09:15 GMT</pubDate>
    <dc:creator>Ronnie_S_</dc:creator>
    <dc:date>2015-12-17T07:09:15Z</dc:date>
    <item>
      <title>Please help vPro team !!! Exception when running EventLogReader on Linux</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Please-help-vPro-team-Exception-when-running-EventLogReader-on/m-p/1098347#M6675</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
	Its urgent !!!&lt;/P&gt;

&lt;P&gt;When compiling and running the&amp;nbsp;EventLogReader sample on Linux (fedora 22), i encounter an exception when reaching the following line&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;in WSMANCommunicator::ReadRecords() method on&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 15.6096px;"&gt;WSMANCommunicator.cpp:&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;messageLog.Get(NULL, this-&amp;gt;client);&lt;/PRE&gt;

&lt;P&gt;The exception give error message of:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;Failed to establish a connection with server.
Openwsman last error = 2&lt;/PRE&gt;

&lt;P&gt;I have connection with ping to target machine.&lt;BR /&gt;
	I have disabled firewalls.&lt;/P&gt;

&lt;P&gt;Running the same sample (C++ version) on same computer &lt;SPAN style="font-size: 13.008px; line-height: 15.6096px;"&gt;on windows&amp;nbsp;&lt;/SPAN&gt;with same target machine runs successfully.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;1) How to solve error ?&lt;BR /&gt;
	2) does the first parameter in Get method should be a NameValuePair object with key-value of "Name" and "Intel(r) AMT:MessageLog 1", and not NULL (as in windows version of the sample) ?&lt;BR /&gt;
	3&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;) Any ideas ?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Tnx,&lt;BR /&gt;
	Ronnie&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2015 12:50:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Please-help-vPro-team-Exception-when-running-EventLogReader-on/m-p/1098347#M6675</guid>
      <dc:creator>Ronnie_S_</dc:creator>
      <dc:date>2015-12-07T12:50:13Z</dc:date>
    </item>
    <item>
      <title>Hello Ronnie,  I may need to</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Please-help-vPro-team-Exception-when-running-EventLogReader-on/m-p/1098348#M6676</link>
      <description>&lt;P&gt;Hello Ronnie, &amp;nbsp;I may need to pull in a linux person to help out. &amp;nbsp;But in order to connect you would need a password and I don't see that in your code. &amp;nbsp;I will get back with you soon.&lt;/P&gt;

&lt;P&gt;Gael&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 17:57:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Please-help-vPro-team-Exception-when-running-EventLogReader-on/m-p/1098348#M6676</guid>
      <dc:creator>Gael_H_Intel</dc:creator>
      <dc:date>2015-12-16T17:57:35Z</dc:date>
    </item>
    <item>
      <title>Hi Gael,</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Please-help-vPro-team-Exception-when-running-EventLogReader-on/m-p/1098349#M6677</link>
      <description>&lt;P&gt;Hi Gael,&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN dir="LTR"&gt;I have also &lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;tried to run a simple code. on windows it work with no error.&lt;BR /&gt;
	Ported to linux on same machine and same target machine --&amp;gt; got the error !&lt;BR /&gt;
	&lt;BR /&gt;
	What can cause error 2 ?&lt;BR /&gt;
	How do i get more information on the problem.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thx,&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Ronnie&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2015 07:09:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Please-help-vPro-team-Exception-when-running-EventLogReader-on/m-p/1098349#M6677</guid>
      <dc:creator>Ronnie_S_</dc:creator>
      <dc:date>2015-12-17T07:09:15Z</dc:date>
    </item>
  </channel>
</rss>

