<?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 SIM Installation - Database configuration failed in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/sim-installation-database-configuration-failed/m-p/4464796#M38232</link>
    <description>Hi,&lt;BR /&gt;The installation of SIM 5.3 failed ..&lt;BR /&gt;&lt;BR /&gt;In initconfig.log :&lt;BR /&gt;&lt;BR /&gt;  7. Database Configuration&lt;BR /&gt;Connecting to database ..&lt;BR /&gt;Dropping database 'Insight_v50_0_164259491' ..&lt;BR /&gt;Creating database 'Insight_v50_0_164259491'..&lt;BR /&gt;Creating schema 'schema40.sql' ..&lt;BR /&gt;WARNING - Got exception from the SQL command:CREATE index notice_st_dev_sv_index on notices(State, deviceKey, noticeseverity)  The exception is:&lt;BR /&gt;java.sql.SQLException: Le nom de colonne 'deviceKey' n'existe pas dans la table ou la vue cible.&lt;BR /&gt;WARNING - Got exception from the SQL command:CREATE INDEX trap_rcv_lu_index on trapitems (trap_enterprise, trap_generic_id, trap_specific_id)  The exception is:&lt;BR /&gt;java.sql.SQLException: L'objet "trapitems" est introuvable, car il n'existe pas ou vous ne disposez pas des autorisations requises.&lt;BR /&gt;WARNING - Got exception from the SQL command:create view notices_view as ( select  devices.Name as 'Device Name', 'Severity' = case when noticeSeverity=100 then 'Informational' when noticeSeverity = 1 then 'Normal' when noticeSeverity=2 then 'Warning' when noticeSeverity=3 then 'Minor' when noticeSeverity=4 then 'Major' when noticeSeverity=5 then 'Critical' else convert(char(10), noticeSeverity)  end, 'state' = case when state=1 then 'Discovered' when state=2 then 'Not Cleared' when state = 5 then 'Cleared' when state = 6 then 'IN Progress' end, generated, cleared, largeValue as Description from notices, noticeType, devices, stringresource, stringtablelarge where notices.noticeType = noticeType.noticeType and notices.deviceKey = devices.deviceKey and stringresource.resourceclassname='noticetype' and stringresource.resourceName='description' and noticeType.noticeType=stringresource.subclass and stringtablelarge.id = stringresource.id )  The exception is:&lt;BR /&gt;java.sql.SQLException: Nom d'objet 'stringresource' non valide.&lt;BR /&gt;WARNING - Got exception from the SQL command:create view view_deviceAssociations as ( select 'associatedDeviceKey'=deviceKey, 'DeviceKey'=device_associations.deviceKey1 , 'associatedDeviceName'=RTRIM(name), 'associatedDeviceStatus'=overallstatus, 'associatedDeviceType'=producttype, 'AssociationTypeNumber'=AssociationTypeNumber from device_associations LEFT OUTER JOIN devices ON  (device_associations.deviceKey2= devices.deviceKey ) )  The exception is:&lt;BR /&gt;java.sql.SQLException: Nom de colonne non valide&amp;nbsp;: 'deviceKey2'.&lt;BR /&gt;WARNING - Got exception from the SQL command:INSERT FolderQueryStatusPolicy(type,className) Values (1,'com.hp.mx.core.foldermanager.QueryStatusBySeverityPolicy')  The exception is:&lt;BR /&gt;java.sql.SQLException: Nom d'objet 'FolderQueryStatusPolicy' non valide.&lt;BR /&gt;......&lt;BR /&gt;Creating view 'schema40.sql' ..&lt;BR /&gt;Creating view 'DCSchema10.sql' ..&lt;BR /&gt;Creating view 'schema40_41.sql' ..&lt;BR /&gt;Creating view 'schema41_42.sql' ..&lt;BR /&gt;Creating view 'schema42_50.sql' ..&lt;BR /&gt;Creating view 'schema50_51.sql' ..&lt;BR /&gt;Creating view 'schema51_52.sql' ..&lt;BR /&gt;Creating view 'schema52_53.sql' ..&lt;BR /&gt; ..Done&lt;BR /&gt;  8. Database Content&lt;BR /&gt;ERROR - null&lt;BR /&gt;Completed with error.&lt;BR /&gt;&lt;BR /&gt;Details can be found in the log files at: C:\Program Files\HP\Systems Insight Manager\logs&lt;BR /&gt;-------------- Date = mercredi 22 juillet 2009 16 h 49 CEST&lt;BR /&gt;-------------- Operation = Configure&lt;BR /&gt;========== End Initial Configuration Record ==========&lt;BR /&gt;&lt;BR /&gt;is that someone can help me ?&lt;BR /&gt;thanks</description>
    <pubDate>Wed, 22 Jul 2009 13:58:44 GMT</pubDate>
    <dc:creator>Patrice D P</dc:creator>
    <dc:date>2009-07-22T13:58:44Z</dc:date>
    <item>
      <title>SIM Installation - Database configuration failed</title>
      <link>https://community.hpe.com/t5/server-management-systems/sim-installation-database-configuration-failed/m-p/4464796#M38232</link>
      <description>Hi,&lt;BR /&gt;The installation of SIM 5.3 failed ..&lt;BR /&gt;&lt;BR /&gt;In initconfig.log :&lt;BR /&gt;&lt;BR /&gt;  7. Database Configuration&lt;BR /&gt;Connecting to database ..&lt;BR /&gt;Dropping database 'Insight_v50_0_164259491' ..&lt;BR /&gt;Creating database 'Insight_v50_0_164259491'..&lt;BR /&gt;Creating schema 'schema40.sql' ..&lt;BR /&gt;WARNING - Got exception from the SQL command:CREATE index notice_st_dev_sv_index on notices(State, deviceKey, noticeseverity)  The exception is:&lt;BR /&gt;java.sql.SQLException: Le nom de colonne 'deviceKey' n'existe pas dans la table ou la vue cible.&lt;BR /&gt;WARNING - Got exception from the SQL command:CREATE INDEX trap_rcv_lu_index on trapitems (trap_enterprise, trap_generic_id, trap_specific_id)  The exception is:&lt;BR /&gt;java.sql.SQLException: L'objet "trapitems" est introuvable, car il n'existe pas ou vous ne disposez pas des autorisations requises.&lt;BR /&gt;WARNING - Got exception from the SQL command:create view notices_view as ( select  devices.Name as 'Device Name', 'Severity' = case when noticeSeverity=100 then 'Informational' when noticeSeverity = 1 then 'Normal' when noticeSeverity=2 then 'Warning' when noticeSeverity=3 then 'Minor' when noticeSeverity=4 then 'Major' when noticeSeverity=5 then 'Critical' else convert(char(10), noticeSeverity)  end, 'state' = case when state=1 then 'Discovered' when state=2 then 'Not Cleared' when state = 5 then 'Cleared' when state = 6 then 'IN Progress' end, generated, cleared, largeValue as Description from notices, noticeType, devices, stringresource, stringtablelarge where notices.noticeType = noticeType.noticeType and notices.deviceKey = devices.deviceKey and stringresource.resourceclassname='noticetype' and stringresource.resourceName='description' and noticeType.noticeType=stringresource.subclass and stringtablelarge.id = stringresource.id )  The exception is:&lt;BR /&gt;java.sql.SQLException: Nom d'objet 'stringresource' non valide.&lt;BR /&gt;WARNING - Got exception from the SQL command:create view view_deviceAssociations as ( select 'associatedDeviceKey'=deviceKey, 'DeviceKey'=device_associations.deviceKey1 , 'associatedDeviceName'=RTRIM(name), 'associatedDeviceStatus'=overallstatus, 'associatedDeviceType'=producttype, 'AssociationTypeNumber'=AssociationTypeNumber from device_associations LEFT OUTER JOIN devices ON  (device_associations.deviceKey2= devices.deviceKey ) )  The exception is:&lt;BR /&gt;java.sql.SQLException: Nom de colonne non valide&amp;nbsp;: 'deviceKey2'.&lt;BR /&gt;WARNING - Got exception from the SQL command:INSERT FolderQueryStatusPolicy(type,className) Values (1,'com.hp.mx.core.foldermanager.QueryStatusBySeverityPolicy')  The exception is:&lt;BR /&gt;java.sql.SQLException: Nom d'objet 'FolderQueryStatusPolicy' non valide.&lt;BR /&gt;......&lt;BR /&gt;Creating view 'schema40.sql' ..&lt;BR /&gt;Creating view 'DCSchema10.sql' ..&lt;BR /&gt;Creating view 'schema40_41.sql' ..&lt;BR /&gt;Creating view 'schema41_42.sql' ..&lt;BR /&gt;Creating view 'schema42_50.sql' ..&lt;BR /&gt;Creating view 'schema50_51.sql' ..&lt;BR /&gt;Creating view 'schema51_52.sql' ..&lt;BR /&gt;Creating view 'schema52_53.sql' ..&lt;BR /&gt; ..Done&lt;BR /&gt;  8. Database Content&lt;BR /&gt;ERROR - null&lt;BR /&gt;Completed with error.&lt;BR /&gt;&lt;BR /&gt;Details can be found in the log files at: C:\Program Files\HP\Systems Insight Manager\logs&lt;BR /&gt;-------------- Date = mercredi 22 juillet 2009 16 h 49 CEST&lt;BR /&gt;-------------- Operation = Configure&lt;BR /&gt;========== End Initial Configuration Record ==========&lt;BR /&gt;&lt;BR /&gt;is that someone can help me ?&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 22 Jul 2009 13:58:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sim-installation-database-configuration-failed/m-p/4464796#M38232</guid>
      <dc:creator>Patrice D P</dc:creator>
      <dc:date>2009-07-22T13:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Installation - Database configuration failed</title>
      <link>https://community.hpe.com/t5/server-management-systems/sim-installation-database-configuration-failed/m-p/4464797#M38233</link>
      <description>the result of mxinitconfig -a&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jul 2009 14:17:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sim-installation-database-configuration-failed/m-p/4464797#M38233</guid>
      <dc:creator>Patrice D P</dc:creator>
      <dc:date>2009-07-22T14:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Installation - Database configuration failed</title>
      <link>https://community.hpe.com/t5/server-management-systems/sim-installation-database-configuration-failed/m-p/4464798#M38234</link>
      <description>I found !&lt;BR /&gt;when i installed SQL server, i choose  in "collation settings" binary order base on code point comparaison 850 multilingual&lt;BR /&gt;The script schema40.sql is executed but case sensitive !&lt;BR /&gt;In collation settings, i choose French and i have no problem for instalaltion of SIM !&lt;BR /&gt;:)</description>
      <pubDate>Thu, 23 Jul 2009 13:24:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sim-installation-database-configuration-failed/m-p/4464798#M38234</guid>
      <dc:creator>Patrice D P</dc:creator>
      <dc:date>2009-07-23T13:24:48Z</dc:date>
    </item>
  </channel>
</rss>

