<?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: Can not Install CloudInsight on my Windows Server 2016 in Data Infrastructure Insights</title>
    <link>https://community.netapp.com/t5/Data-Infrastructure-Insights/Can-not-Install-CloudInsight-on-my-Windows-Server-2016/m-p/153694#M54</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No idea about this product or error, but just helping you with general troubleshooting:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As the error states 'There is a &lt;U&gt;problem with this Windows Installer Package&lt;/U&gt;', could you try narrow down the issue:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Verify the checksum of the downloaded msi file. Checksums are generally available on the software download page [ Just to ensure binary is not corrupt]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Try: Running the installation from a command prompt, this may provide additional information:&lt;/P&gt;
&lt;P&gt;Ex:&lt;BR /&gt;msiexec /l*xv c:*_install.log /i *.msi&lt;/P&gt;
&lt;P&gt;/l &amp;lt;logfile&amp;gt; enables logging to the specified file. In this example, oci_install.log is the log file created on the root of the C: drive.&lt;BR /&gt;/* logs all information, excluding the verbose (/v) and /x (extra debugging information) options&lt;BR /&gt;/v logs verbosely&lt;BR /&gt;/x logs extra debugging information&lt;BR /&gt;/i installs the specified package. In this example, *.msi is the package being installed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) Check the Windows Event logs, particularly the Application logs, for MsiInstaller-related events that may provide more information about the failure.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Other rule-out steps we can think of:&lt;BR /&gt;1) check space on local disk&amp;nbsp;&lt;BR /&gt;3) Stop anti-vrius software temperorily and run the install&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2020 10:43:21 GMT</pubDate>
    <dc:creator>Ontapforrum</dc:creator>
    <dc:date>2020-01-22T10:43:21Z</dc:date>
    <item>
      <title>Can not Install CloudInsight on my Windows Server 2016</title>
      <link>https://community.netapp.com/t5/Data-Infrastructure-Insights/Can-not-Install-CloudInsight-on-my-Windows-Server-2016/m-p/153668#M53</link>
      <description>&lt;P&gt;I tried serveral times to Install the cloudinsights-au-1.202.0.msi file on a VM.&lt;/P&gt;
&lt;P&gt;Always I get the same ERROR.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CI_error.jpg" style="width: 469px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/9493i13B2FA4368CD5B17/image-size/large?v=v2&amp;amp;px=999" role="button" title="CI_error.jpg" alt="CI_error.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I also got this error with Version 1.199.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I do have admin rights.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone know why I get this error?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Horst&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 11:21:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Infrastructure-Insights/Can-not-Install-CloudInsight-on-my-Windows-Server-2016/m-p/153668#M53</guid>
      <dc:creator>pauli</dc:creator>
      <dc:date>2025-06-04T11:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can not Install CloudInsight on my Windows Server 2016</title>
      <link>https://community.netapp.com/t5/Data-Infrastructure-Insights/Can-not-Install-CloudInsight-on-my-Windows-Server-2016/m-p/153694#M54</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No idea about this product or error, but just helping you with general troubleshooting:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As the error states 'There is a &lt;U&gt;problem with this Windows Installer Package&lt;/U&gt;', could you try narrow down the issue:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Verify the checksum of the downloaded msi file. Checksums are generally available on the software download page [ Just to ensure binary is not corrupt]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Try: Running the installation from a command prompt, this may provide additional information:&lt;/P&gt;
&lt;P&gt;Ex:&lt;BR /&gt;msiexec /l*xv c:*_install.log /i *.msi&lt;/P&gt;
&lt;P&gt;/l &amp;lt;logfile&amp;gt; enables logging to the specified file. In this example, oci_install.log is the log file created on the root of the C: drive.&lt;BR /&gt;/* logs all information, excluding the verbose (/v) and /x (extra debugging information) options&lt;BR /&gt;/v logs verbosely&lt;BR /&gt;/x logs extra debugging information&lt;BR /&gt;/i installs the specified package. In this example, *.msi is the package being installed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) Check the Windows Event logs, particularly the Application logs, for MsiInstaller-related events that may provide more information about the failure.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Other rule-out steps we can think of:&lt;BR /&gt;1) check space on local disk&amp;nbsp;&lt;BR /&gt;3) Stop anti-vrius software temperorily and run the install&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 10:43:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Infrastructure-Insights/Can-not-Install-CloudInsight-on-my-Windows-Server-2016/m-p/153694#M54</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2020-01-22T10:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can not Install CloudInsight on my Windows Server 2016</title>
      <link>https://community.netapp.com/t5/Data-Infrastructure-Insights/Can-not-Install-CloudInsight-on-my-Windows-Server-2016/m-p/155045#M55</link>
      <description>&lt;P&gt;I am having the same problem on Win10.&amp;nbsp; Does anyone know the fix?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 16:09:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Infrastructure-Insights/Can-not-Install-CloudInsight-on-my-Windows-Server-2016/m-p/155045#M55</guid>
      <dc:creator>Mx-Sam2018</dc:creator>
      <dc:date>2020-03-19T16:09:19Z</dc:date>
    </item>
  </channel>
</rss>

