<?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: Error UserID in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/error-userid/m-p/71906#M40963</link>
    <description>&lt;P&gt;axxx@PA-3020&amp;gt; show user ip-user-mapping all&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Total: 132 users&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;axxx@PA-3020&amp;gt; show user ip-user-mapping-mp all&lt;/STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;Total: 116 users&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;In user-mapping dataplane we have more users than in mplane. Is this normal?? should it be the same number of users??&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Feb 2016 08:45:18 GMT</pubDate>
    <dc:creator>soporteseguridad</dc:creator>
    <dc:date>2016-02-01T08:45:18Z</dc:date>
    <item>
      <title>Error UserID</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/error-userid/m-p/71835#M40947</link>
      <description>&lt;P&gt;Hi, my users are having a error. sometimes when they try to access to any web, suddenly, the captive portal is shown (even if they are logged in domain). If they put the credentials in captive portal the web works and also if they logoff/logon the windows session and try to open again the web. It sounds like UserID problem.&lt;/P&gt;
&lt;P&gt;We have checked all the config and its ok. we see this error in userid.log&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PanOS is 6.1.4 and no bugs related to this in the adressed issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2016-01-29 12:44:31.593 +0100 connecting to ldap://[192.168.110.44]:389 ...&lt;BR /&gt;2016-01-29 12:44:31.677 +0100 ldap cfg ADs UCE.LOC connected to 192.168.110.44:389(index 1)&lt;BR /&gt;2016-01-29 12:48:38.812 +0100 Error: pan_user_id_agent_proc_ipuser(pan_user_id_uia.c:443): pan_user_id_agent_send_ip_user_to_dp() failed for user uce\lmontanes&lt;BR /&gt;2016-01-29 12:48:38.812 +0100 Error: pan_user_id_uia_handle_ip_msg_i(pan_user_id_uia_v5.c:140): pan_user_id_agent_proc_ipuser(vsys 1, ip 192.168.110.43, user uce\lmont&lt;BR /&gt;anes, timestamp 1454068113) failed&lt;BR /&gt;2016-01-29 13:06:54.325 +0100 Error: pan_user_id_agent_proc_ipuser(pan_user_id_uia.c:443): pan_user_id_agent_send_ip_user_to_dp() failed for user uce\sbreton&lt;BR /&gt;2016-01-29 13:06:54.325 +0100 Error: pan_user_id_uia_handle_ip_msg_i(pan_user_id_uia_v5.c:140): pan_user_id_agent_proc_ipuser(vsys 1, ip 192.168.106.94, user uce\sbret&lt;BR /&gt;on, timestamp 1454069209) failed&lt;BR /&gt;2016-01-29 13:06:54.325 +0100 Error: pan_user_id_agent_proc_ipuser(pan_user_id_uia.c:443): pan_user_id_agent_send_ip_user_to_dp() failed for user uce\sbreton&lt;BR /&gt;2016-01-29 13:06:54.325 +0100 Error: pan_user_id_uia_handle_ip_msg_i(pan_user_id_uia_v5.c:140): pan_user_id_agent_proc_ipuser(vsys 1, ip 192.168.106.94, user uce\sbret&lt;BR /&gt;on, timestamp 1454069209) failed&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 12:26:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/error-userid/m-p/71835#M40947</guid>
      <dc:creator>soporteseguridad</dc:creator>
      <dc:date>2016-01-29T12:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error UserID</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/error-userid/m-p/71836#M40948</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The log seems to indicate that the device is failing to send the mapping to the dataplane. You can check to see if the mapping is on the management plane by using this command:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; show user ip-user-mapping-mp all (or filter by the IP)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use this command to check the mappings on the dataplane and see if they match up:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; show user ip-user-mapping all&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally it might be worth enabling debug on the user-id log to determine a cause of failure:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; debug user-id on debug&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;check the log using this command, or export a tech support file and the log will be in there:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; less mp-log useridd.log&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It might also be worth restarting the user-id process:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;nbsp;debug software restart user-id&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope this helps,&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 13:52:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/error-userid/m-p/71836#M40948</guid>
      <dc:creator>bmorris1</dc:creator>
      <dc:date>2016-01-29T13:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error UserID</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/error-userid/m-p/71906#M40963</link>
      <description>&lt;P&gt;axxx@PA-3020&amp;gt; show user ip-user-mapping all&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Total: 132 users&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;axxx@PA-3020&amp;gt; show user ip-user-mapping-mp all&lt;/STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;Total: 116 users&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;In user-mapping dataplane we have more users than in mplane. Is this normal?? should it be the same number of users??&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 08:45:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/error-userid/m-p/71906#M40963</guid>
      <dc:creator>soporteseguridad</dc:creator>
      <dc:date>2016-02-01T08:45:18Z</dc:date>
    </item>
  </channel>
</rss>

