cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Cognos Upgrade Install Script Throughs Port Currently Being Used

Hi,

We have completed FNMS installation upgrade which is working fine. But while upgrading FNMS Analytics, following analytics upgrade section on page 76 at FlexNet Manager Suite 2023 R2 Upgrading FlexNet Manager to 2023 R2 (On-Premises) (flexera.com)

while running in .\installCognos.ps1 

Cognosconfig_response.csv shows error for port is currently being used. Though service of Cognos is stopped and IBM configuration application is closed. Please find the attached screenshot and assist.

 

 

Thanks & Regards,
Fawad Laiq
(1) Reply
ChrisG
By Community Manager Community Manager
Community Manager

A PowerShell command like the following will help identify what process is currently using (listening on) port 9300:

Get-Process -Id (Get-NetTCPConnection -LocalPort 9300).OwningProcess

 

(Did my reply solve the question? Click "ACCEPT AS SOLUTION" to help others find answers faster. Liked something? Click "KUDO". Anything expressed here is my own view and not necessarily that of my employer, Flexera.)