<?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: HP SIM 5.0 - changing SQL username and password in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624558#M14586</link>
    <description>I'm actually trying to use a different domain account .... thanks for the info on globalsettings.props ... but now it appears it does not like some of the 'special' characters in the password!</description>
    <pubDate>Tue, 13 Sep 2005 09:54:40 GMT</pubDate>
    <dc:creator>Andrew_281</dc:creator>
    <dc:date>2005-09-13T09:54:40Z</dc:date>
    <item>
      <title>HP SIM 5.0 - changing SQL username and password</title>
      <link>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624554#M14582</link>
      <description>I upgraded SIM 4.2 to 5.0 some weeks ago - no problems. However, I just changed the password on my admin account, and SIM subsequently died. It appears that I initially set up the SIM services to run as my admin ID, rather than our usual admin service account. I changed the service to log in as this user, but the connection still tries to use the old account. Looking in database.probs its buried in there. How can I chnage the account/password it uses?&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 13 Sep 2005 06:04:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624554#M14582</guid>
      <dc:creator>Andrew_281</dc:creator>
      <dc:date>2005-09-13T06:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: HP SIM 5.0 - changing SQL username and password</title>
      <link>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624555#M14583</link>
      <description>Run the following command&lt;BR /&gt;mxpassword -r -x MxDBUserPassword&lt;BR /&gt;mxpassword -a -x MxDBUserPassword=&lt;NEWPASSWORD&gt;&lt;BR /&gt;&lt;BR /&gt;Now restart the service&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/NEWPASSWORD&gt;</description>
      <pubDate>Tue, 13 Sep 2005 07:36:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624555#M14583</guid>
      <dc:creator>sandu_1</dc:creator>
      <dc:date>2005-09-13T07:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: HP SIM 5.0 - changing SQL username and password</title>
      <link>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624556#M14584</link>
      <description>That's great - thanks. Is there a similar command to change the user as well?</description>
      <pubDate>Tue, 13 Sep 2005 07:51:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624556#M14584</guid>
      <dc:creator>Andrew_281</dc:creator>
      <dc:date>2005-09-13T07:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: HP SIM 5.0 - changing SQL username and password</title>
      <link>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624557#M14585</link>
      <description>SIM uses Windows authentication when connecting to SQL. It can not be configured to use SQL server authentication. Now that you have reset the password, edit the globalsettings.props file and change the entry named "WindowsServiceUserName". After doing this I think u also should edit all the HPSIM and it's plug-in related DSN's to reflect the Username change and then try start the service.</description>
      <pubDate>Tue, 13 Sep 2005 09:41:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624557#M14585</guid>
      <dc:creator>Aravindh Rajaram</dc:creator>
      <dc:date>2005-09-13T09:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: HP SIM 5.0 - changing SQL username and password</title>
      <link>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624558#M14586</link>
      <description>I'm actually trying to use a different domain account .... thanks for the info on globalsettings.props ... but now it appears it does not like some of the 'special' characters in the password!</description>
      <pubDate>Tue, 13 Sep 2005 09:54:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624558#M14586</guid>
      <dc:creator>Andrew_281</dc:creator>
      <dc:date>2005-09-13T09:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: HP SIM 5.0 - changing SQL username and password</title>
      <link>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624559#M14587</link>
      <description>The database user is now defined in the database.props file.  SIM 5.0 can now be configured to use SQL server authentication in addition to Windows NT authentication.&lt;BR /&gt;&lt;BR /&gt;To configure to use the sa user you would edit the following line in database.props to read&lt;BR /&gt;&lt;BR /&gt;hp.Database.username=sa&lt;BR /&gt;&lt;BR /&gt;Of course you will also need to use the mxpassword command to set the password.&lt;BR /&gt;&lt;BR /&gt;mxpassword -m -x MxDBUserPassword=yourpassword</description>
      <pubDate>Tue, 13 Sep 2005 10:14:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624559#M14587</guid>
      <dc:creator>Joel Rubenstein</dc:creator>
      <dc:date>2005-09-13T10:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: HP SIM 5.0 - changing SQL username and password</title>
      <link>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624560#M14588</link>
      <description>I don't suppose anyone knows which 'special' characters are a 'problem' here? * seems to be OK, but things like ^ ) ! seem to prevent the password utility working</description>
      <pubDate>Tue, 13 Sep 2005 10:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624560#M14588</guid>
      <dc:creator>Andrew_281</dc:creator>
      <dc:date>2005-09-13T10:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: HP SIM 5.0 - changing SQL username and password</title>
      <link>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624561#M14589</link>
      <description>put the password in single quotes if you are using special characters in password.</description>
      <pubDate>Tue, 13 Sep 2005 12:34:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624561#M14589</guid>
      <dc:creator>Mark Wolf_2</dc:creator>
      <dc:date>2005-09-13T12:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: HP SIM 5.0 - changing SQL username and password</title>
      <link>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624562#M14590</link>
      <description>Thanks - single quotes don't seem to help - looking at the error its chopping off all the password after the &amp;amp; that it has in it....The HP Services are runnign as the same user and have no problem with the &amp;amp; - it just seems at the command line to be a problem&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Sep 2005 03:16:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624562#M14590</guid>
      <dc:creator>Andrew_281</dc:creator>
      <dc:date>2005-09-14T03:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: HP SIM 5.0 - changing SQL username and password</title>
      <link>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624563#M14591</link>
      <description>Andrew -  I did a little testing and found that you can enclose the password within double quotes and specify any character including the &amp;amp;</description>
      <pubDate>Wed, 14 Sep 2005 08:40:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624563#M14591</guid>
      <dc:creator>Joel Rubenstein</dc:creator>
      <dc:date>2005-09-14T08:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: HP SIM 5.0 - changing SQL username and password</title>
      <link>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624564#M14592</link>
      <description>Thanks .... I have wimped out and moved to a SQL account for the connection as I cannot get a less secure p/w for a windows account -  I tried double quotes but we already have a " in the password - seems to confuse it !</description>
      <pubDate>Wed, 14 Sep 2005 08:44:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hp-sim-5-0-changing-sql-username-and-password/m-p/3624564#M14592</guid>
      <dc:creator>Andrew_281</dc:creator>
      <dc:date>2005-09-14T08:44:38Z</dc:date>
    </item>
  </channel>
</rss>

