<?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: Setup waiting at 'Initiazing System Insight Manager' screen in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/setup-waiting-at-initiazing-system-insight-manager-screen/m-p/3414343#M7082</link>
    <description>The problem occurs because when the SIM database is created it uses the collation sequence specified during the SQL 2000 installation.  If that collation sequence had been changed from the default (SQL_Latin1_General_CP1_CI_AS) then the SIM installer has problems when creating the necessary database tables.&lt;BR /&gt;&lt;BR /&gt;If you look at the initconfig.log file before you abort the installation you will see errors like:&lt;BR /&gt;&lt;BR /&gt;Creating database 'Insight_v1_0_154547260'...&lt;BR /&gt;Creating schema...&lt;BR /&gt;*** WARNING: FAILED the following SQL command:&lt;BR /&gt;====&lt;BR /&gt;CREATE index notice_st_dev_sv_index on notices(State, deviceKey, noticeseverity) &lt;BR /&gt;====&lt;BR /&gt;java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]Column name 'deviceKey' does not exist in the target table.&lt;BR /&gt;*** WARNING: FAILED the following SQL command:&lt;BR /&gt;====&lt;BR /&gt;CREATE INDEX trap_rcv_lu_index on trapitems (trap_enterprise, trap_generic_id, trap_specific_id) &lt;BR /&gt;====&lt;BR /&gt;java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot create an index on 'trapitems', because this table does not exist in database 'Insight_v1_0_154547260'.&lt;BR /&gt;*** WARNING: FAILED the following SQL command:&lt;BR /&gt;====&lt;BR /&gt;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 ) &lt;BR /&gt;====&lt;BR /&gt;java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'stringresource'.&lt;BR /&gt;*** WARNING: FAILED the following SQL command:&lt;BR /&gt;====&lt;BR /&gt;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 ) ) &lt;BR /&gt;====&lt;BR /&gt;java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'deviceKey2'.&lt;BR /&gt;*** WARNING: FAILED the following SQL command:&lt;BR /&gt;====&lt;BR /&gt;INSERT FolderQueryStatusPolicy(type,className) Values (1,'com.hp.mx.core.foldermanager.QueryStatusBySeverityPolicy') &lt;BR /&gt;====&lt;BR /&gt;java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'FolderQueryStatusPolicy'.&lt;BR /&gt;*** WARNING: FAILED the following SQL command:&lt;BR /&gt;====&lt;BR /&gt;INSERT FolderQueryStatusPolicy(type, className) Values (2,'com.hp.mx.core.foldermanager.QueryStatusByEventSeverityPolicy') &lt;BR /&gt;====&lt;BR /&gt;java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'FolderQueryStatusPolicy'.</description>
    <pubDate>Wed, 03 Nov 2004 16:41:31 GMT</pubDate>
    <dc:creator>Joel Rubenstein</dc:creator>
    <dc:date>2004-11-03T16:41:31Z</dc:date>
    <item>
      <title>Setup waiting at 'Initiazing System Insight Manager' screen</title>
      <link>https://community.hpe.com/t5/server-management-systems/setup-waiting-at-initiazing-system-insight-manager-screen/m-p/3414342#M7081</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Windows 2000 std sp4&lt;BR /&gt;&lt;BR /&gt;Installing System Insight Manager 4.1 sp1. During setup - HP Systems Insight Manger, the setup process seem waiting on 'initialiation complete' for something and cannot continue. Pls. see attached dialog box.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;Ed</description>
      <pubDate>Wed, 03 Nov 2004 14:45:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/setup-waiting-at-initiazing-system-insight-manager-screen/m-p/3414342#M7081</guid>
      <dc:creator>Edgars Rudans</dc:creator>
      <dc:date>2004-11-03T14:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Setup waiting at 'Initiazing System Insight Manager' screen</title>
      <link>https://community.hpe.com/t5/server-management-systems/setup-waiting-at-initiazing-system-insight-manager-screen/m-p/3414343#M7082</link>
      <description>The problem occurs because when the SIM database is created it uses the collation sequence specified during the SQL 2000 installation.  If that collation sequence had been changed from the default (SQL_Latin1_General_CP1_CI_AS) then the SIM installer has problems when creating the necessary database tables.&lt;BR /&gt;&lt;BR /&gt;If you look at the initconfig.log file before you abort the installation you will see errors like:&lt;BR /&gt;&lt;BR /&gt;Creating database 'Insight_v1_0_154547260'...&lt;BR /&gt;Creating schema...&lt;BR /&gt;*** WARNING: FAILED the following SQL command:&lt;BR /&gt;====&lt;BR /&gt;CREATE index notice_st_dev_sv_index on notices(State, deviceKey, noticeseverity) &lt;BR /&gt;====&lt;BR /&gt;java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]Column name 'deviceKey' does not exist in the target table.&lt;BR /&gt;*** WARNING: FAILED the following SQL command:&lt;BR /&gt;====&lt;BR /&gt;CREATE INDEX trap_rcv_lu_index on trapitems (trap_enterprise, trap_generic_id, trap_specific_id) &lt;BR /&gt;====&lt;BR /&gt;java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot create an index on 'trapitems', because this table does not exist in database 'Insight_v1_0_154547260'.&lt;BR /&gt;*** WARNING: FAILED the following SQL command:&lt;BR /&gt;====&lt;BR /&gt;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 ) &lt;BR /&gt;====&lt;BR /&gt;java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'stringresource'.&lt;BR /&gt;*** WARNING: FAILED the following SQL command:&lt;BR /&gt;====&lt;BR /&gt;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 ) ) &lt;BR /&gt;====&lt;BR /&gt;java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'deviceKey2'.&lt;BR /&gt;*** WARNING: FAILED the following SQL command:&lt;BR /&gt;====&lt;BR /&gt;INSERT FolderQueryStatusPolicy(type,className) Values (1,'com.hp.mx.core.foldermanager.QueryStatusBySeverityPolicy') &lt;BR /&gt;====&lt;BR /&gt;java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'FolderQueryStatusPolicy'.&lt;BR /&gt;*** WARNING: FAILED the following SQL command:&lt;BR /&gt;====&lt;BR /&gt;INSERT FolderQueryStatusPolicy(type, className) Values (2,'com.hp.mx.core.foldermanager.QueryStatusByEventSeverityPolicy') &lt;BR /&gt;====&lt;BR /&gt;java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'FolderQueryStatusPolicy'.</description>
      <pubDate>Wed, 03 Nov 2004 16:41:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/setup-waiting-at-initiazing-system-insight-manager-screen/m-p/3414343#M7082</guid>
      <dc:creator>Joel Rubenstein</dc:creator>
      <dc:date>2004-11-03T16:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Setup waiting at 'Initiazing System Insight Manager' screen</title>
      <link>https://community.hpe.com/t5/server-management-systems/setup-waiting-at-initiazing-system-insight-manager-screen/m-p/3414344#M7083</link>
      <description>Joel,&lt;BR /&gt;&lt;BR /&gt;You are right! I have exactly the same situation. Is there any known solution?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ed</description>
      <pubDate>Thu, 04 Nov 2004 01:21:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/setup-waiting-at-initiazing-system-insight-manager-screen/m-p/3414344#M7083</guid>
      <dc:creator>Edgars Rudans</dc:creator>
      <dc:date>2004-11-04T01:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Setup waiting at 'Initiazing System Insight Manager' screen</title>
      <link>https://community.hpe.com/t5/server-management-systems/setup-waiting-at-initiazing-system-insight-manager-screen/m-p/3414345#M7084</link>
      <description>The only solution is to install SIM using a database instance configured to use the default database collation sequence.</description>
      <pubDate>Thu, 04 Nov 2004 09:37:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/setup-waiting-at-initiazing-system-insight-manager-screen/m-p/3414345#M7084</guid>
      <dc:creator>Joel Rubenstein</dc:creator>
      <dc:date>2004-11-04T09:37:17Z</dc:date>
    </item>
  </channel>
</rss>

