<?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: Bad login user while Registering Data Stores in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/bad-login-user-while-registering-data-stores/m-p/563431#M21732</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Carlos,&lt;/P&gt;&lt;P&gt;a bad log in user error from postgres means that you were not passing in a correct password or that postgres was not setup to allow connections from your ip address, by changing the authentication method in pg_hba. conf from md5 to trust, you told postgres not to check your password. Which suggests that the bad login error was comming from passing in a wrong password.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2014 23:39:27 GMT</pubDate>
    <dc:creator>tKasiaTuszynska</dc:creator>
    <dc:date>2014-07-09T23:39:27Z</dc:date>
    <item>
      <title>Bad login user while Registering Data Stores</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/bad-login-user-while-registering-data-stores/m-p/563430#M21731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This isn't a question, but we're posting a resolution for an issue. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While attempting to register a map as a service in ArcServer 10.1, we kept getting the message in this post's attachment. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, we found that our: &lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;GIS Services connection worked&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;SDE Connection worked&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;PG Client Libraries were properly installed on both Server and Desktop&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;All users were set to TRUST in pg_hba.conf&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;Both ArcMap and ArcCatalog would continue failing to register the data with our ArcGIS Server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To resolve this, we opened the pg_hba.conf and updated the loopback addresses from MD5 (default) to Trust. Once this was done, we were able to register the data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm guessing this may resolve the issue with other flavors of SQL besides Postgres.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 20:12:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/bad-login-user-while-registering-data-stores/m-p/563430#M21731</guid>
      <dc:creator>CarlosGarcia_II</dc:creator>
      <dc:date>2014-04-24T20:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Bad login user while Registering Data Stores</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/bad-login-user-while-registering-data-stores/m-p/563431#M21732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Carlos,&lt;/P&gt;&lt;P&gt;a bad log in user error from postgres means that you were not passing in a correct password or that postgres was not setup to allow connections from your ip address, by changing the authentication method in pg_hba. conf from md5 to trust, you told postgres not to check your password. Which suggests that the bad login error was comming from passing in a wrong password.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 23:39:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/bad-login-user-while-registering-data-stores/m-p/563431#M21732</guid>
      <dc:creator>tKasiaTuszynska</dc:creator>
      <dc:date>2014-07-09T23:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bad login user while Registering Data Stores</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/bad-login-user-while-registering-data-stores/m-p/563432#M21733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The "trust" setting is an opportunity for a fairly comprehensive denial-of-service attack&lt;/P&gt;&lt;P&gt;(unintentional or otherwise) to edit or delete all your data.&amp;nbsp; I strongly suggest that you&lt;/P&gt;&lt;P&gt;protect your data as much as you value it, by using "md5" and a password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 12:50:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/bad-login-user-while-registering-data-stores/m-p/563432#M21733</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-07-10T12:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Bad login user while Registering Data Stores</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/bad-login-user-while-registering-data-stores/m-p/563433#M21734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vince,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am seeing this same error in ArcGIS 10.6.1 Enterprise using IWA login and wish to resolve this either on the IT side of the house or in the postgres side.&amp;nbsp; Please advise me on a solution pathway.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Steve Sawyer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 15:55:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/bad-login-user-while-registering-data-stores/m-p/563433#M21734</guid>
      <dc:creator>SteveSawyer1</dc:creator>
      <dc:date>2018-09-19T15:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bad login user while Registering Data Stores</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/bad-login-user-while-registering-data-stores/m-p/563434#M21735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no advice for working with IWA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you ask a new question, with details of the steps you are using and the error you have received.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 19:37:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/bad-login-user-while-registering-data-stores/m-p/563434#M21735</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2018-09-19T19:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Bad login user while Registering Data Stores</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/bad-login-user-while-registering-data-stores/m-p/563435#M21736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;he ArcGIS Server service in Windows runs as a task, which has a user associated with it. Does the user that AGS is running as have access to SQL Server? When a data source is published with OS Authentication, then ArcGIS Server would be using it's OS authentication, not the authentication of the user that is publishing it. This is why the database user (arcgis_db) works, but the Windows user does not work. Share&lt;/P&gt;&lt;P&gt;&lt;A href="https://inro.in/lucky-patcher/"&gt;Lucky Patcher&lt;/A&gt;&amp;nbsp;&lt;A href="https://inro.in/9apps/"&gt;9Apps&lt;/A&gt;&amp;nbsp;&lt;A href="https://inro.in/vidmate/"&gt;VidMate&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Nov 2018 12:54:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/bad-login-user-while-registering-data-stores/m-p/563435#M21736</guid>
      <dc:creator>Zminazim</dc:creator>
      <dc:date>2018-11-17T12:54:46Z</dc:date>
    </item>
  </channel>
</rss>

