<?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 HELP: move SQL2Ksp4 Database to another server? in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/help-move-sql2ksp4-database-to-another-server/m-p/3924524#M24772</link>
    <description>I have installed and working HP SIM Version: "Systems Insight Manager 5.0 with SP4 - Windows".&lt;BR /&gt;The SQL Database and SIM Server have always been the same server.&lt;BR /&gt;&lt;BR /&gt;I detached the DataBases and moved them to a new server.&lt;BR /&gt;&lt;BR /&gt;What i need to know is how to edit the settings on HP SIM so it will look at the database i have moved to the new server?&lt;BR /&gt;&lt;BR /&gt;I have tried editing the database.props file by replacing any word relating to the old server to the new server.&lt;BR /&gt;&lt;BR /&gt;Can anyone help? &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Barry</description>
    <pubDate>Thu, 11 Jan 2007 05:32:54 GMT</pubDate>
    <dc:creator>Barry777</dc:creator>
    <dc:date>2007-01-11T05:32:54Z</dc:date>
    <item>
      <title>HELP: move SQL2Ksp4 Database to another server?</title>
      <link>https://community.hpe.com/t5/server-management-systems/help-move-sql2ksp4-database-to-another-server/m-p/3924524#M24772</link>
      <description>I have installed and working HP SIM Version: "Systems Insight Manager 5.0 with SP4 - Windows".&lt;BR /&gt;The SQL Database and SIM Server have always been the same server.&lt;BR /&gt;&lt;BR /&gt;I detached the DataBases and moved them to a new server.&lt;BR /&gt;&lt;BR /&gt;What i need to know is how to edit the settings on HP SIM so it will look at the database i have moved to the new server?&lt;BR /&gt;&lt;BR /&gt;I have tried editing the database.props file by replacing any word relating to the old server to the new server.&lt;BR /&gt;&lt;BR /&gt;Can anyone help? &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Barry</description>
      <pubDate>Thu, 11 Jan 2007 05:32:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/help-move-sql2ksp4-database-to-another-server/m-p/3924524#M24772</guid>
      <dc:creator>Barry777</dc:creator>
      <dc:date>2007-01-11T05:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: HELP: move SQL2Ksp4 Database to another server?</title>
      <link>https://community.hpe.com/t5/server-management-systems/help-move-sql2ksp4-database-to-another-server/m-p/3924525#M24773</link>
      <description>For troubleshooting purposes you can test the connection from ODBC Administrator, using the login for HPSIM databaseconnection and the server settings in database.props&lt;BR /&gt;&lt;BR /&gt;Ole Thomsen&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jan 2007 02:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/help-move-sql2ksp4-database-to-another-server/m-p/3924525#M24773</guid>
      <dc:creator>Ole Thomsen_1</dc:creator>
      <dc:date>2007-01-12T02:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: HELP: move SQL2Ksp4 Database to another server?</title>
      <link>https://community.hpe.com/t5/server-management-systems/help-move-sql2ksp4-database-to-another-server/m-p/3924526#M24774</link>
      <description>After Trauling through the forums i found where i was going wrong.&lt;BR /&gt;&lt;BR /&gt;The original install of System Insight Manager was done using the local system account, this is what was preventing the access to the DB on the NewDB server.&lt;BR /&gt;&lt;BR /&gt;Here is an outline guide of what i did.&lt;BR /&gt;&lt;BR /&gt;1) I deleted the ODBC DSN's - tested the app still worked. (As i had read in the forums these are not used).&lt;BR /&gt;2) I created a dedicated AD User account, made it a local admin on the HPSIM Server and the NewDB server.&lt;BR /&gt;3) Changed the logon of the "HP System Insight Manager" Service to the dedicated AD Service account. Stopped and started the service. - tested the app still worked.&lt;BR /&gt;4) Detached the 3 HPSIM SQL Databases, moved them to the NewDB server and attached the databases on the NewDB server.&lt;BR /&gt;5) Edit the "c:\Program Files\hp\Systems Insight Manager\config\database.props" file.&lt;BR /&gt;CHANGE Server Name:&lt;BR /&gt;hp.Database.hostName=NewDBServerName&lt;BR /&gt;hp.Database.instance=NewDBServerName\\&lt;BR /&gt;CHANGE UserAccount for the Deicated AD Service account:&lt;BR /&gt;hp.Database.username=DOMAIN\\AD-SvcAccount&lt;BR /&gt;&lt;BR /&gt;The Tricky Part:&lt;BR /&gt;although you have change the hp.Database.username you must set the password for this account. This is where i got stuck and i found the answer in the following forum:&lt;BR /&gt;(&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1068939)" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1068939)&lt;/A&gt;&lt;BR /&gt;In short follow these steps:&lt;BR /&gt;6a) from a cmd prompt type: mxpassword -?&lt;BR /&gt; This will bring up your options.&lt;BR /&gt;6b) from a cmd prompt type: mxpassword -g &lt;BR /&gt; This will load the MxPassword App.&lt;BR /&gt;6c) slect modify&lt;BR /&gt;6d) change Password Key to  MxDBUserPassword&lt;BR /&gt;6e) Type and confirm the password of the dedicated AD Service Account.&lt;BR /&gt;6f) Click Modify&lt;BR /&gt;6g) Click Close&lt;BR /&gt;&lt;BR /&gt;The Application should now work using the Database on the NewDB server.</description>
      <pubDate>Fri, 12 Jan 2007 05:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/help-move-sql2ksp4-database-to-another-server/m-p/3924526#M24774</guid>
      <dc:creator>Barry777</dc:creator>
      <dc:date>2007-01-12T05:28:49Z</dc:date>
    </item>
  </channel>
</rss>

