<?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: Installation was unsuccessful. in VMware Workstation Pro Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/Installation-was-unsuccessful/m-p/2899090#M174657</link>
    <description>&lt;P&gt;I got past this same error (on the same versions across the board) using the /usr/bin/vmware-installer program, rather than trying to run the bundle installation directly, as I'd always done before:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&lt;STRONG&gt;siggy@linux ~ &lt;/STRONG&gt; sudo /usr/bin/vmware-installer -i /home/siggy/Downloads/VMware-Workstation-Full-16.2.3-19376536.x86_64.bundle &amp;nbsp;&lt;BR /&gt;Installing VMware Workstation 16.2.3&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Configuring...&lt;BR /&gt;[######################################################################] 100%&lt;BR /&gt;Installation was successful.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;I was getting the same error in the terminal and /var/log/vmware-installer before doing this, and this is something I've never had to do in the past. The vmware-installer program also performed an uninstall of my 15.x Workstation version before installing my new bundle, so it may be as simple as uninstalling the older version prior. Either way, my network configs were retained and I'm happy to see the "Export to OVF..." option available on the upgraded version 16 Pro. I was missing that option on 15.x Pro for some reason.&lt;/P&gt;&lt;P&gt;-S&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2022 03:26:06 GMT</pubDate>
    <dc:creator>Sigtryggrr</dc:creator>
    <dc:date>2022-03-17T03:26:06Z</dc:date>
    <item>
      <title>Installation was unsuccessful.</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/Installation-was-unsuccessful/m-p/2883889#M173077</link>
      <description>&lt;P&gt;I'm trying to upgrade the workstation Pro on Linux Kubuntu 20.04 and I have an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;$ sudo ./VMware-Workstation-Full-16.2.1-18811642.x86_64.bundle &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Extracting VMware Installer...done. &lt;/SPAN&gt;&lt;BR /&gt;Exception info : [UNIQUE constraint failed: files.path].&lt;BR /&gt;Check the log /var/log/vmware-installer for details.&lt;BR /&gt;[######################################################################] 100%&lt;BR /&gt;Installation was unsuccessful.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;P&gt;[2021-12-16 14:23:58,810]&lt;BR /&gt;[2021-12-16 14:23:58,810]&lt;BR /&gt;[2021-12-16 14:23:58,810] Installer running.&lt;BR /&gt;[2021-12-16 14:23:58,811] Command Line Arguments:&lt;BR /&gt;[2021-12-16 14:23:58,811] ['/tmp/vmis.uQiiRH/install/vmware-installer/vmware-installer.py', '--set-setting', 'vmware-installer', 'libconf', '', '--install-component', '/tmp/vmis.uQiiRH/install/vmware-installer', '--install-bundle', '/media/are/Black2TB/bin/VMware Workstation/./VMware-Workstation-Full-16.2.1-18811642.x86_64.bundle', '']&lt;BR /&gt;[2021-12-16 14:23:58,838] System installer version is: 3.0.0.17966106&lt;BR /&gt;[2021-12-16 14:23:58,839] Running installer version is: 3.0.0.18811642&lt;BR /&gt;[2021-12-16 14:23:58,839] Opening database file /etc/vmware-installer/database&lt;BR /&gt;[2021-12-16 14:23:59,048] Initialized UIAppControl. Located at: /usr/lib/vmware/bin/vmware-app-control&lt;BR /&gt;[2021-12-16 14:23:59,087] Top level exception handler&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/tmp/vmis.uQiiRH/install/vmware-installer/vmis/db.py", line 31, in decorator&lt;BR /&gt;return func(*args, **kwargs)&lt;BR /&gt;File "/tmp/vmis.uQiiRH/install/vmware-installer/vmis/db.py", line 478, in Add&lt;BR /&gt;cur = self._db.execute(statement, (path, mtime, fileType, component))&lt;BR /&gt;File "/tmp/vmis.uQiiRH/install/vmware-installer/vmis/db.py", line 233, in execute&lt;BR /&gt;return self._db.execute(query, args)&lt;BR /&gt;sqlite3.IntegrityError: UNIQUE constraint failed: files.path&lt;/P&gt;&lt;P&gt;During handling of the above exception, another exception occurred:&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "/tmp/vmis.uQiiRH/install/vmware-installer/vmis/core/transaction.py", line 470, in RunThreadedTransaction&lt;BR /&gt;txn.Execute(actions)&lt;BR /&gt;File "/tmp/vmis.uQiiRH/install/vmware-installer/vmis/core/transaction.py", line 245, in Execute&lt;BR /&gt;u.Load(self.temp) # Up to load to create the connection and set up a remote component.&lt;BR /&gt;File "/tmp/vmis.uQiiRH/install/vmware-installer/vmis/core/install.py", line 153, in Load&lt;BR /&gt;self._installer.RegisterFile(compiled)&lt;BR /&gt;File "/tmp/vmis.uQiiRH/install/vmware-installer/vmis/core/installer.py", line 399, in RegisterFile&lt;BR /&gt;return self.proxyObject.RegisterFile(filename, mtime=mtime, fileType=fileType)&lt;BR /&gt;File "/tmp/vmis.uQiiRH/install/vmware-installer/vmis/core/localinstallerops.py", line 387, in RegisterFile&lt;BR /&gt;db.files.Add(regfile, mtime, ftype, self._component.uid)&lt;BR /&gt;File "/tmp/vmis.uQiiRH/install/vmware-installer/vmis/db.py", line 33, in decorator&lt;BR /&gt;raise IntegrityError(str(e))&lt;BR /&gt;vmis.core.errors.IntegrityError: UNIQUE constraint failed: files.path&lt;/P&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;Any ideas what it can be?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Dec 2021 14:38:41 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/Installation-was-unsuccessful/m-p/2883889#M173077</guid>
      <dc:creator>tasikas</dc:creator>
      <dc:date>2021-12-16T14:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Installation was unsuccessful.</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/Installation-was-unsuccessful/m-p/2899090#M174657</link>
      <description>&lt;P&gt;I got past this same error (on the same versions across the board) using the /usr/bin/vmware-installer program, rather than trying to run the bundle installation directly, as I'd always done before:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&lt;STRONG&gt;siggy@linux ~ &lt;/STRONG&gt; sudo /usr/bin/vmware-installer -i /home/siggy/Downloads/VMware-Workstation-Full-16.2.3-19376536.x86_64.bundle &amp;nbsp;&lt;BR /&gt;Installing VMware Workstation 16.2.3&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Configuring...&lt;BR /&gt;[######################################################################] 100%&lt;BR /&gt;Installation was successful.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;I was getting the same error in the terminal and /var/log/vmware-installer before doing this, and this is something I've never had to do in the past. The vmware-installer program also performed an uninstall of my 15.x Workstation version before installing my new bundle, so it may be as simple as uninstalling the older version prior. Either way, my network configs were retained and I'm happy to see the "Export to OVF..." option available on the upgraded version 16 Pro. I was missing that option on 15.x Pro for some reason.&lt;/P&gt;&lt;P&gt;-S&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 03:26:06 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/Installation-was-unsuccessful/m-p/2899090#M174657</guid>
      <dc:creator>Sigtryggrr</dc:creator>
      <dc:date>2022-03-17T03:26:06Z</dc:date>
    </item>
  </channel>
</rss>

