<?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: How do i change Database Connection User? in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/how-do-i-change-database-connection-user/m-p/4942880#M46585</link>
    <description>Thread Closed</description>
    <pubDate>Mon, 28 Nov 2005 09:58:49 GMT</pubDate>
    <dc:creator>Santiago Isidro</dc:creator>
    <dc:date>2005-11-28T09:58:49Z</dc:date>
    <item>
      <title>How do i change Database Connection User?</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-do-i-change-database-connection-user/m-p/4942873#M46578</link>
      <description>When i installed SIM, i accidentally used my user account for the database connection. And now everytime i change my password (because of domain policy), i get database connection error in SIM, and i´m forced to use the mxpassword to update the password change.&lt;BR /&gt;&lt;BR /&gt;The question is, is there any way to have HPSIM to use another account for the database connection? How can i do that?</description>
      <pubDate>Thu, 24 Nov 2005 11:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-do-i-change-database-connection-user/m-p/4942873#M46578</guid>
      <dc:creator>Santiago Isidro</dc:creator>
      <dc:date>2005-11-24T11:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do i change Database Connection User?</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-do-i-change-database-connection-user/m-p/4942874#M46579</link>
      <description>Try mxuser command&lt;BR /&gt;&lt;A href="http://h18013.www1.hp.com/products/servers/management/hpsim/info-library5/mxuser.1m.html" target="_blank"&gt;http://h18013.www1.hp.com/products/servers/management/hpsim/info-library5/mxuser.1m.html&lt;/A&gt;&lt;BR /&gt;Example section:&lt;BR /&gt;This command adds user "jane", a new Database Administrator, and grants her Full Rights privilege.&lt;BR /&gt;mxuser -a jane -d "Database Administrator" -p full&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Nov 2005 14:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-do-i-change-database-connection-user/m-p/4942874#M46579</guid>
      <dc:creator>Igor Karasik</dc:creator>
      <dc:date>2005-11-24T14:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do i change Database Connection User?</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-do-i-change-database-connection-user/m-p/4942875#M46580</link>
      <description>IÂ´ve already done that, however SIM is still using my account to connect to the database.</description>
      <pubDate>Thu, 24 Nov 2005 14:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-do-i-change-database-connection-user/m-p/4942875#M46580</guid>
      <dc:creator>Santiago Isidro</dc:creator>
      <dc:date>2005-11-24T14:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do i change Database Connection User?</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-do-i-change-database-connection-user/m-p/4942876#M46581</link>
      <description>Well, i think im just going to reinstall SIM, since i couldnÂ´t find a way to do that</description>
      <pubDate>Fri, 25 Nov 2005 14:17:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-do-i-change-database-connection-user/m-p/4942876#M46581</guid>
      <dc:creator>Santiago Isidro</dc:creator>
      <dc:date>2005-11-25T14:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do i change Database Connection User?</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-do-i-change-database-connection-user/m-p/4942877#M46582</link>
      <description>This is possible. You should edit the database.props file and the DSN's used by HPSIM and its plugins appropriately and then run the mxpassword command.</description>
      <pubDate>Sun, 27 Nov 2005 22:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-do-i-change-database-connection-user/m-p/4942877#M46582</guid>
      <dc:creator>Aravindh Rajaram</dc:creator>
      <dc:date>2005-11-27T22:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do i change Database Connection User?</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-do-i-change-database-connection-user/m-p/4942878#M46583</link>
      <description>The database.props file is used to specify the username configured for database access and will contain an entry like the following.&lt;BR /&gt;&lt;BR /&gt;hp.Database.username=AETSIM\\Administrator&lt;BR /&gt;&lt;BR /&gt;The are 3 formats for this information.&lt;BR /&gt;&lt;BR /&gt;&lt;DOMAINNAME&gt;\\&lt;USERNAME&gt;  for domain accounts&lt;BR /&gt;&lt;BR /&gt;&lt;SYSTEMNAME&gt;\\&lt;USERNAME&gt; for local accounts&lt;BR /&gt;&lt;BR /&gt;&lt;USERNAME&gt;  for SQL server accounts&lt;BR /&gt;&lt;BR /&gt;The mxpassword command is used to configure the password used for database access with the following syntax&lt;BR /&gt;&lt;BR /&gt;mxpassword -m -x MxDBUserPassword="password"    the password can contain special characters but not the double-quote character.  This command is case sensitive.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/USERNAME&gt;&lt;/USERNAME&gt;&lt;/SYSTEMNAME&gt;&lt;/USERNAME&gt;&lt;/DOMAINNAME&gt;</description>
      <pubDate>Mon, 28 Nov 2005 08:53:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-do-i-change-database-connection-user/m-p/4942878#M46583</guid>
      <dc:creator>Joel Rubenstein</dc:creator>
      <dc:date>2005-11-28T08:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do i change Database Connection User?</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-do-i-change-database-connection-user/m-p/4942879#M46584</link>
      <description>AMicSys and Joel: Thank you very much! Without your help i wouldnÂ´t have been able to solve this problem. Official HP support told me i had to reinstall the server...&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Nov 2005 09:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-do-i-change-database-connection-user/m-p/4942879#M46584</guid>
      <dc:creator>Santiago Isidro</dc:creator>
      <dc:date>2005-11-28T09:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do i change Database Connection User?</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-do-i-change-database-connection-user/m-p/4942880#M46585</link>
      <description>Thread Closed</description>
      <pubDate>Mon, 28 Nov 2005 09:58:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-do-i-change-database-connection-user/m-p/4942880#M46585</guid>
      <dc:creator>Santiago Isidro</dc:creator>
      <dc:date>2005-11-28T09:58:49Z</dc:date>
    </item>
  </channel>
</rss>

