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

Parents Reply Children
  • 0 in reply to   

    this one? nessesary to run?

  • 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
    **********************