Skip to main content

Hi

 

     I try run script “.\installer.cmd --values C:\ifsroot\config\ifscloud-values.yaml --values C:\ifsroot\deliveries\buildhome\solutionset.yaml” and when finish i found error as below.

 

Thu Aug 08 13:36:41 ICT 2024] - INFO: Remote deployment: Parameter logFileLocation added (C:\ifsroot\logs\ifscloudinstaller)
eThu Aug 08 13:36:42 ICT 2024] - INFO: Remote deployment: Configuration file found and is added (C:\ifsroot\config\ifscloud-values.yaml)
mThu Aug 08 13:36:42 ICT 2024] - INFO: Remote deployment: Solution set file found and is added (C:\ifsroot\deliveries\buildhome\ifsinstaller\solutionset.yaml)
mThu Aug 08 13:36:42 ICT 2024] - INFO: Installer version: 24.1.1
1Thu Aug 08 13:36:42 ICT 2024] - INFO: Java: build 11.0.2+9
2Thu Aug 08 13:36:42 ICT 2024] - INFO: k8s (client): v1.28.3
8Thu Aug 08 13:36:43 ICT 2024] - INFO: k8s cluster: https://172.28.19.130:16443
4Thu Aug 08 13:36:43 ICT 2024] - INFO: k8s (server): v1.28.3
8Thu Aug 08 13:36:43 ICT 2024] - INFO: helm: v3.13.3
3Thu Aug 08 13:36:44 ICT 2024] - INFO: ingress: v1.9.3
9Thu Aug 08 13:36:47 ICT 2024] - INFO: Application Owner could not connect to database to validate the deliveryid, a fresh install or invalid username/password.

 

 

I add parameter sysPassword to yaml file

dbInstaller:
  ifsappPassword: ifsapp
  sysAdminUser: SYS
  sysPassword: Manager_1
  connectRole: SYSDBA

Have you tried pinging the DB host to ensure it's reachable?


Yes i have, all server can pingging reachable as normal.


Reply