Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kUPwU-0007tZ-Uj for pgsql-novice@arkaria.postgresql.org; Mon, 19 Oct 2020 07:50:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kUPwT-00047u-SX for pgsql-novice@arkaria.postgresql.org; Mon, 19 Oct 2020 07:50:53 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kUI5V-0007nm-Su for pgsql-novice@lists.postgresql.org; Sun, 18 Oct 2020 23:27:41 +0000 Received: from mail-yb1-xb34.google.com ([2607:f8b0:4864:20::b34]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kUI5T-0006H9-97 for pgsql-novice@postgresql.org; Sun, 18 Oct 2020 23:27:40 +0000 Received: by mail-yb1-xb34.google.com with SMTP id o70so7341916ybc.1 for ; Sun, 18 Oct 2020 16:27:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+gnvkXEq6rMDxFfBBAyGSsgC9UYWOkHDfbbMCvQfW2E=; b=A+8hf84deYyKX50oAMOJOO9rZ+quUdRCXFZISRSJfjLgwK8oWBkXh/bfHVC2V1rqAn Xc9CGx3K1HL6qTUTD5zOLmCICLCW0PbT4vFdFu8g6nzTHZiKKudFvLNAI5UDKioUUZxq 519flmpF4ijT/dHJMVgKxb/mmgclwLXjcqylUbAzm6vlQwVpIKAvsWGXUvhsJl52T2i1 pBT1wAXgRw0F7zo6349Cc/sR7rKuiFGLZoJp2TQS7RrQ42fncNMZdDj+uhMrtstL6U1h Pl81WS3jfrPMhsdMG9M/643r7QQ9u3hN5AHMVt4TZABUCnKK5U2OW9Q95ajnTfSQcNPg 9M/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+gnvkXEq6rMDxFfBBAyGSsgC9UYWOkHDfbbMCvQfW2E=; b=k2vGHys+8K/x1kHDpXftiGiOEUwkB2XXQbJoTXVpyv74pX88QDXNWBufi5yCISaFc9 jKuI5MbXMp9r3UzfszCp77V5GZsZjO5mCUK2SQ5IEHdRxSMtwYjCs2ow/7uRgpW2gqVD KbjtSv554CXcUP+mGXmtb8nrQeXSNCkMm+CyCot/VrpmuxTye7MgjqmdB3CDTUQhfWJk heDYZoDFvBWJiCVpT434CfhFQhZc/xOPTioUJFCn17jy60EcOpVLxKiTioEjHtTY8FPL pksAfq9Prdql3tndN/EQzU2Np3e6S+oya86fXo6FDzC8orafhws84JfBNLYCX6or2/5X l7NQ== X-Gm-Message-State: AOAM530iq2ZZapI1iGc8W92MukIU7FibZM8gWxQMU9FT60FcK7chsiOq cKGi5ILNd74X6YzEaBRlON0wYum5x/G2tPlJRSQ= X-Google-Smtp-Source: ABdhPJyky+053aCAiWjZGEWu/VPWwQmYTq+HnOlt4drkKbU+uZvqtplxiZ29hr+e/ZusAXgSZNpnT6LcLv/nM0y5N9M= X-Received: by 2002:a25:b950:: with SMTP id s16mr17259990ybm.28.1603063658580; Sun, 18 Oct 2020 16:27:38 -0700 (PDT) MIME-Version: 1.0 References: <20201018181943.n2j77mrgulstdl27@Alejandros-MacBook-Pro.local> <20201018195645.26ggkp6f5ajveq6d@Alejandros-MacBook-Pro.local> <20201018223239.6tazsornm3dhgsoh@Alejandros-MacBook-Pro.local> <20201018231720.wgmsq7aavgosaqzo@Alejandros-MacBook-Pro.local> In-Reply-To: <20201018231720.wgmsq7aavgosaqzo@Alejandros-MacBook-Pro.local> From: Kristina J Date: Sun, 18 Oct 2020 19:27:26 -0400 Message-ID: Subject: Re: Installation To: =?UTF-8?Q?Alejandro_Rom=C3=A1n?= Cc: pgsql-novice@postgresql.org Content-Type: multipart/alternative; boundary="000000000000ec0d1d05b1fa5734" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000ec0d1d05b1fa5734 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I'll try those steps and see if anything happens. Thank you for your help. On Sun, Oct 18, 2020, 7:17 PM Alejandro Rom=C3=A1n wr= ote: > On Sun, Oct 18, 2020 at 06:49:02PM -0400, Kristina J wrote: > > I tried run as an Administrator still nothing. I attached a zip file of > the > > installer log. > > That log folder didn't tell us much about the error. I'm not sure if the > installer is executed at all. Some other things I think you could try > (if you haven't already): > > 1. Restart your computer, disable the antivirus again and then try > running the installer again as an administrator. > 2. Make sure there aren't any other hidden files in the %TEMP% folder. > 3. Make sure that you have all the requirements from the EDB > installation guide [0]. > > If none of that works, I suggest you contact EDB support to ask them why > their installer may not be running. You can find their support email > address at [1]. > > [0] > https://www.enterprisedb.com/edb-docs/d/postgresql/installation-getting-s= tarted/installation-guide/13.0/requirements_overview.html > [1] > https://www.enterprisedb.com/edb-docs/d/postgresql/installation-getting-s= tarted/installation-guide/13.0/installation_troubleshooting.html > --000000000000ec0d1d05b1fa5734 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I'll try those steps and see if anything happens. Tha= nk you for your help.

On Sun, Oct 18, 2020, 7:17 PM Alejandro Rom=C3=A1n <= ;alejandro@aroman.sh> wrote:
On = Sun, Oct 18, 2020 at 06:49:02PM -0400, Kristina J wrote:
> I tried run as an Administrator still nothing. I attached a zip file o= f the
> installer log.

That log folder didn't tell us much about the error. I'm not sure i= f the
installer is executed at all. Some other things I think you could try
(if you haven't already):

1. Restart your computer, disable the antivirus again and then try
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0running the installer again as an adminis= trator.
2. Make sure there aren't any other hidden files in the %TEMP% folder.<= br> 3. Make sure that you have all the requirements from the EDB
=C2=A0 =C2=A0installation guide [0].

If none of that works, I suggest you contact EDB support to ask them why their installer may not be running. You can find their support email
address at [1].

[0] https://www.enterprisedb.com/e= db-docs/d/postgresql/installation-getting-started/installation-guide/13.0/r= equirements_overview.html
[1] https://www.enterprised= b.com/edb-docs/d/postgresql/installation-getting-started/installation-guide= /13.0/installation_troubleshooting.html
--000000000000ec0d1d05b1fa5734--