failed to connect postgresql while installation igm

hi all

need some advice, i had assessment to this product, i follow the installation for igm.

prepared the prerequisites also, like  Zulu OpenJDK and Apache Tomcat application server.

but when step test connect of postgres it was failed, any suggest what should i check?

because try to login to postgres had no issue with user and pass, also see jdbc installed

  • 0  

    When you do the install, it asks you for the path to the SQL JDBC connector specific to the DB you are using.  Did you successfully pass that along?  I see a screen shot of its path included.  BUt want to confirm.

    Does your password have any comic book cursewords in it?  You know the specials?  Sometimes the installer has issues escaping odd characters. (It is a GUI, calling to a script, which calls a util, and all it takes is one bad escaping there to break).

    Try a simpler password for the install.  (Make it complex, just skip ! %& ? style values for now).

  • 0 in reply to   

    Yes when install it select like local db, it was when the bluestack running  right? 

    And for password I used simple one "password09"

  • 0 in reply to   

    this when select the db right?

  • 0   in reply to 

    Hello,

    1) The question about connecting to the Database was during the Identity Governance installation. There is page where one can test the connection to the database server. Did that work?

    2) Did you update the configuration of Postgres Server to allow for JDBC connections from other hosts besides "localhost"?


    Sincerely,
    Steven Williams
    Principal Enterprise Architect
    OpenText Cybersecurity

  • 0   in reply to   

    Hello,

    3) Did you utilize our Installation Sample Helper scripts from the Documentation site to configure this Windows environment.

    Sincerely,
    Steven Williams
    Principal Enterprise Architect
    OpenText Cybersecurity

  • 0 in reply to   

    you mean this one?

  • 0 in reply to   

    this one? nessesary to run?

  • Verified Answer

    +1   in reply to 

    Hello,

    Yes to both of your set of questions.   We provide Helper Sample Install component and Upgrade Component scripts that are designed to help customers with their environments.


    Changing the /32 to /0 in the pg_hba.conf is a starting point.

    I would suggest reviewing the Postgres Documentation before making any changes.


    Sincerely,
    Steven Williams
    Principal Enterprise Architect
    OpenText Cybersecurity

  • 0 in reply to   

    i try use this one but somehow cannot found the file,

    **********************
    Windows PowerShell transcript start
    Start time: 20240909223215
    Username: IGM\admin
    RunAs User: IGM\admin
    Configuration Name: 
    Machine: IGM (Microsoft Windows NT 10.0.20348.0)
    Host Application: C:\Windows\system32\WindowsPowerShell\v1.0\PowerShell_ISE.exe
    Process ID: 696
    PSVersion: 5.1.20348.1366
    PSEdition: Desktop
    PSCompatibleVersions: 1.0, 2.0, 3.0, 4.0, 5.0, 5.1.20348.1366
    BuildVersion: 10.0.20348.1366
    CLRVersion: 4.0.30319.42000
    WSManStackVersion: 3.0
    PSRemotingProtocolVersion: 2.3
    SerializationVersion: 1.1.0.1
    **********************
    Transcript started, output file is C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\logs\IDGov-Core-Helper.log
    
    ######################################################################################
     Extracting "C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\compressed\zulu11.74.15-ca-jdk11.0.24-win_x64.zip" into "c:\netiq\idm\apps\jdk":
    ######################################################################################
    Exception calling "ExtractToDirectory" with "2" argument(s): "Could not find file 
    'C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\compressed\zulu11.74.15-ca-jdk11.0.24-win_x64.zip'."
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:150 char:5
    +     [System.IO.Compression.ZipFile]::ExtractToDirectory(${zip}, ${des ...
    +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
        + FullyQualifiedErrorId : FileNotFoundException
    Exception calling "ExtractToDirectory" with "2" argument(s): "Could not find file
    'C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\compressed\zulu11.74.15-ca-jdk11.0.24-win_x64.zip'."
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:150 char:5
    +     [System.IO.Compression.ZipFile]::ExtractToDirectory(${zip}, ${des ...
    +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
        + FullyQualifiedErrorId : FileNotFoundException
    
    
    ######################################################################################
     Creating symbolic link at c:\netiq\idm\apps\jre for jdk\jre
    ######################################################################################
    
    ######################################################################################
     Extracting "C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\compressed\apache-activemq-5.17.6-bin.zip" into "c:\netiq\idm\apps\activemq":
    ######################################################################################
    
    ######################################################################################
     Extracting "C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\compressed\apache-tomcat-9.0.93-windows-x64.zip" into "c:\netiq\idm\apps\tomcat":
    ######################################################################################
    Exception calling "ExtractToDirectory" with "2" argument(s): "Could not find file 
    'C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\compressed\apache-tomcat-9.0.93-windows-x64.zip'."
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:150 char:5
    +     [System.IO.Compression.ZipFile]::ExtractToDirectory(${zip}, ${des ...
    +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
        + FullyQualifiedErrorId : FileNotFoundException
    Exception calling "ExtractToDirectory" with "2" argument(s): "Could not find file
    'C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\compressed\apache-tomcat-9.0.93-windows-x64.zip'."
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:150 char:5
    +     [System.IO.Compression.ZipFile]::ExtractToDirectory(${zip}, ${des ...
    +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
        + FullyQualifiedErrorId : FileNotFoundException
    
    
    ######################################################################################
     Moving the default Tomcat wars to c:\netiq\idm\apps\backup:
    ######################################################################################
    New-Item : An item with the specified name C:\netiq\idm\apps\backup already exists.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:266 char:14
    + ...    $null = (New-Item -Path "${DIR_BASE}" -Name "${DIR_BACKUP}" -ItemT ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ResourceExists: (C:\netiq\idm\apps\backup:String) [New-Item], IOException
        + FullyQualifiedErrorId : DirectoryExist,Microsoft.PowerShell.Commands.NewItemCommand
    New-Item : An item with the specified name C:\netiq\idm\apps\backup already exists.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:266 char:14
    + ...    $null = (New-Item -Path "${DIR_BASE}" -Name "${DIR_BACKUP}" -ItemT ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ResourceExists: (C:\netiq\idm\apps\backup:String) [New-Item], IOException
        + FullyQualifiedErrorId : DirectoryExist,Microsoft.PowerShell.Commands.NewItemCommand
    
    
    ######################################################################################
     Creating new default Tomcat index file at c:\netiq\idm\apps\tomcat\webapps\ROOT\index.html:
    ######################################################################################
    
    ######################################################################################
     Disabling Tomcat AJP connector within "c:\netiq\idm\apps\tomcat\conf\server.xml"
    ######################################################################################
    Get-Content : Cannot find path 'C:\netiq\idm\apps\tomcat\conf\server.xml' because it does not exist.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:185 char:16
    + ...  -Value "$((Get-Content `"${DIR_BASE}\${DIR_TOMCAT}\conf\server.xml`" ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\apps\tomcat\conf\server.xml:String) [Get-Content], 
    ItemNotFoundException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
    Get-Content : Cannot find path 'C:\netiq\idm\apps\tomcat\conf\server.xml' because it does not exist.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:185 char:16
    + ...  -Value "$((Get-Content `"${DIR_BASE}\${DIR_TOMCAT}\conf\server.xml`" ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\apps\tomcat\conf\server.xml:String) [Get-Content], ItemNotFoundException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
    
    Set-Content : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\conf\server.xml'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:183 char:3
    +   Set-Content `
    +   ~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\apps\tomcat\conf\server.xml:String) [Set-Content], 
    DirectoryNotFoundException
        + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand
    Set-Content : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\conf\server.xml'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:183 char:3
    +   Set-Content `
    +   ~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\apps\tomcat\conf\server.xml:String) [Set-Content], DirectoryNotFoundException
        + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand
    
    
    ######################################################################################
     Enable Output to CATALINA_OUT:
    ######################################################################################
    Get-Content : Cannot find path 'C:\netiq\idm\apps\tomcat\bin\catalina.bat' because it does not exist.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:206 char:14
    + ...    $text = (Get-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\catalina ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...in\catalina.bat:String) [Get-Content], 
    ItemNotFoundException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
    Get-Content : Cannot find path 'C:\netiq\idm\apps\tomcat\bin\catalina.bat' because it does not exist.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:206 char:14
    + ...    $text = (Get-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\catalina ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...in\catalina.bat:String) [Get-Content], ItemNotFoundException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
    
    Set-Content : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\catalina.bat'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:207 char:103
    + ... RUNJAVA%' | Set-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\catalina ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...in\catalina.bat:String) [Set-Content], 
    DirectoryNotFoundException
        + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand
    Set-Content : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\catalina.bat'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:207 char:103
    + ... RUNJAVA%' | Set-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\catalina ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...in\catalina.bat:String) [Set-Content], DirectoryNotFoundException
        + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand
    
    Get-Content : Cannot find path 'C:\netiq\idm\apps\tomcat\bin\catalina.bat' because it does not exist.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:208 char:14
    + ...    $text = (Get-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\catalina ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...in\catalina.bat:String) [Get-Content], 
    ItemNotFoundException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
    Get-Content : Cannot find path 'C:\netiq\idm\apps\tomcat\bin\catalina.bat' because it does not exist.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:208 char:14
    + ...    $text = (Get-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\catalina ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...in\catalina.bat:String) [Get-Content], ItemNotFoundException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
    
    Set-Content : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\catalina.bat'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:209 char:69
    + ... UT% 2>&1' | Set-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\catalina ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...in\catalina.bat:String) [Set-Content], 
    DirectoryNotFoundException
        + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand
    Set-Content : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\catalina.bat'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:209 char:69
    + ... UT% 2>&1' | Set-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\catalina ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...in\catalina.bat:String) [Set-Content], DirectoryNotFoundException
        + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand
    
    
    ######################################################################################
     Copying the ActiveMQ and log4j-api jar to c:\netiq\idm\apps\tomcat\lib:
    ######################################################################################
    
    ######################################################################################
     Prepare c:\netiq\idm\apps\tomcat\bin\start-tomcat.bat:
    ######################################################################################
    PS>TerminatingError(Copy-Item): "Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\start-tomcat.bat'."
    Copy-Item : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\start-tomcat.bat'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:293 char:5
    +     Copy-Item -Path "${DIR_PRISTINE}\${NAME_TOMCAT_LAUNCH}" -Destinat ...
    +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Copy-Item], DirectoryNotFoundException
        + FullyQualifiedErrorId : System.IO.DirectoryNotFoundException,Microsoft.PowerShell.Commands.CopyItemCommand
    Copy-Item : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\start-tomcat.bat'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:293 char:5
    +     Copy-Item -Path "${DIR_PRISTINE}\${NAME_TOMCAT_LAUNCH}" -Destinat ...
    +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Copy-Item], DirectoryNotFoundException
        + FullyQualifiedErrorId : System.IO.DirectoryNotFoundException,Microsoft.PowerShell.Commands.CopyItemCommand
    
    Get-Content : Cannot find path 'C:\netiq\idm\apps\tomcat\bin\start-tomcat.bat' because it does not exist.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:294 char:14
    + ...    $text = (Get-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\${NAME_T ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...tart-tomcat.bat:String) [Get-Content], 
    ItemNotFoundException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
    Get-Content : Cannot find path 'C:\netiq\idm\apps\tomcat\bin\start-tomcat.bat' because it does not exist.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:294 char:14
    + ...    $text = (Get-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\${NAME_T ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...tart-tomcat.bat:String) [Get-Content], ItemNotFoundException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
    
    Set-Content : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\start-tomcat.bat'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:295 char:60
    + ... IR_BASE}" | Set-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\${NAME_T ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...tart-tomcat.bat:String) [Set-Content], 
    DirectoryNotFoundException
        + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand
    Set-Content : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\start-tomcat.bat'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:295 char:60
    + ... IR_BASE}" | Set-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\${NAME_T ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...tart-tomcat.bat:String) [Set-Content], DirectoryNotFoundException
        + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand
    
    Get-Content : Cannot find path 'C:\netiq\idm\apps\tomcat\bin\start-tomcat.bat' because it does not exist.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:296 char:14
    + ...    $text = (Get-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\${NAME_T ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...tart-tomcat.bat:String) [Get-Content], 
    ItemNotFoundException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
    Get-Content : Cannot find path 'C:\netiq\idm\apps\tomcat\bin\start-tomcat.bat' because it does not exist.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:296 char:14
    + ...    $text = (Get-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\${NAME_T ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...tart-tomcat.bat:String) [Get-Content], ItemNotFoundException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
    
    Set-Content : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\start-tomcat.bat'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:297 char:71
    + ... DIR_JDK}" | Set-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\${NAME_T ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...tart-tomcat.bat:String) [Set-Content], 
    DirectoryNotFoundException
        + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand
    Set-Content : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\start-tomcat.bat'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:297 char:71
    + ... DIR_JDK}" | Set-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\${NAME_T ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...tart-tomcat.bat:String) [Set-Content], DirectoryNotFoundException
        + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand
    
    
    ######################################################################################
     Prepare c:\netiq\idm\apps\tomcat\bin\stop-tomcat.bat:
    ######################################################################################
    PS>TerminatingError(Copy-Item): "Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\stop-tomcat.bat'."
    Copy-Item : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\stop-tomcat.bat'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:303 char:5
    +     Copy-Item -Path "${DIR_PRISTINE}\${NAME_TOMCAT_QUIT}" -Destinatio ...
    +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Copy-Item], DirectoryNotFoundException
        + FullyQualifiedErrorId : System.IO.DirectoryNotFoundException,Microsoft.PowerShell.Commands.CopyItemCommand
    Copy-Item : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\stop-tomcat.bat'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:303 char:5
    +     Copy-Item -Path "${DIR_PRISTINE}\${NAME_TOMCAT_QUIT}" -Destinatio ...
    +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Copy-Item], DirectoryNotFoundException
        + FullyQualifiedErrorId : System.IO.DirectoryNotFoundException,Microsoft.PowerShell.Commands.CopyItemCommand
    
    Get-Content : Cannot find path 'C:\netiq\idm\apps\tomcat\bin\stop-tomcat.bat' because it does not exist.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:304 char:14
    + ...    $text = (Get-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\${NAME_T ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...stop-tomcat.bat:String) [Get-Content], 
    ItemNotFoundException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
    Get-Content : Cannot find path 'C:\netiq\idm\apps\tomcat\bin\stop-tomcat.bat' because it does not exist.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:304 char:14
    + ...    $text = (Get-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\${NAME_T ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...stop-tomcat.bat:String) [Get-Content], ItemNotFoundException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
    
    Set-Content : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\stop-tomcat.bat'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:305 char:60
    + ... IR_BASE}" | Set-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\${NAME_T ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...stop-tomcat.bat:String) [Set-Content], 
    DirectoryNotFoundException
        + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand
    Set-Content : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\stop-tomcat.bat'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:305 char:60
    + ... IR_BASE}" | Set-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\${NAME_T ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...stop-tomcat.bat:String) [Set-Content], DirectoryNotFoundException
        + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand
    
    Get-Content : Cannot find path 'C:\netiq\idm\apps\tomcat\bin\stop-tomcat.bat' because it does not exist.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:306 char:14
    + ...    $text = (Get-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\${NAME_T ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...stop-tomcat.bat:String) [Get-Content], 
    ItemNotFoundException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
    Get-Content : Cannot find path 'C:\netiq\idm\apps\tomcat\bin\stop-tomcat.bat' because it does not exist.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:306 char:14
    + ...    $text = (Get-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\${NAME_T ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...stop-tomcat.bat:String) [Get-Content], ItemNotFoundException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
    
    Set-Content : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\stop-tomcat.bat'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:307 char:71
    + ... DIR_JDK}" | Set-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\${NAME_T ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...stop-tomcat.bat:String) [Set-Content], 
    DirectoryNotFoundException
        + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand
    Set-Content : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\stop-tomcat.bat'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:307 char:71
    + ... DIR_JDK}" | Set-Content -Path "${DIR_BASE}\${DIR_TOMCAT}\bin\${NAME_T ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\netiq\idm\ap...stop-tomcat.bat:String) [Set-Content], DirectoryNotFoundException
        + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand
    
    
    ######################################################################################
     Create the Tomcat service IDM Apps Tomcat Service:
    ######################################################################################
    PS>TerminatingError(Copy-Item): "Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\TomcatService.exe'."
    Copy-Item : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\TomcatService.exe'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:313 char:5
    +     Copy-Item -Path "${DIR_PRISTINE}\${NAME_TOMCAT_SERVICE}" -Destina ...
    +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Copy-Item], DirectoryNotFoundException
        + FullyQualifiedErrorId : System.IO.DirectoryNotFoundException,Microsoft.PowerShell.Commands.CopyItemCommand
    Copy-Item : Could not find a part of the path 'C:\netiq\idm\apps\tomcat\bin\TomcatService.exe'.
    At C:\Users\admin\Documents\install-helper-scripts-4.2.0-win\windows\install.ps1:313 char:5
    +     Copy-Item -Path "${DIR_PRISTINE}\${NAME_TOMCAT_SERVICE}" -Destina ...
    +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Copy-Item], DirectoryNotFoundException
        + FullyQualifiedErrorId : System.IO.DirectoryNotFoundException,Microsoft.PowerShell.Commands.CopyItemCommand
    
    
    Status   Name               DisplayName
    ------   ----               -----------
    Stopped  IDM Apps Tomcat... IDM Apps Tomcat Service
    
    ######################################################################################
     Installing PostgreSQL to c:\netiq\idm\apps\postgres:
    ######################################################################################
    
    ######################################################################################
     Updating PostgreSQL to allow remote access
    ######################################################################################
    
    ######################################################################################
     Restarting PostgreSQL
    ######################################################################################
    
    ######################################################################################
     Complete the transcript
    ######################################################################################
    **********************
    Windows PowerShell transcript end
    End time: 20240909223632
    **********************
    

  • 0   in reply to 

    Hello,

       If you already installed Tomcat, JDK, ActiveMQ, and Postgres on this Windows server, you can not utilize the "Install" helper scripts.  That script can only be utilized on a new Windows machine set-up.

    Sincerely,
    Steven Williams
    Principal Enterprise Architect
    OpenText Cybersecurity