Symantec IGA

 View Only

 installation Connector server failed

Thanankit Phitchayaphatmethin's profile image
Thanankit Phitchayaphatmethin posted Mar 28, 2024 11:31 PM

Hello All,

Could you please assist me I’m installing IAM connector server but failed and I have set JCS time out as below still not working 

and stuck in 77% and we waiting for 10 mins still failed. 

I had see in log file and find solution below and set JCS timeout but still unable install
 


Alan Baugher's profile image
Alan Baugher

Hi Phitchayaphatmethin


Here are my notes when I used to wrap this installation in a dev-ops process.

On MS Win 2019 STD.  JCS install.


1.  Open cmd as administrator for prep features  [  MS .Net35 is a dependency for the CCS component of JCS ]

DISM /Online /Enable-Feature /All /FeatureName:NetFx3 


netsh advfirewall firewall add rule name="### IAMCS JCS Secure Connector Ports ###" dir=in action=allow protocol=TCP localport="20443,20411"


>nul powershell.exe -executionpolicy unrestricted -command set-executionpolicy remotesigned





2.  Right click on install.cmd as administrator.

   Ensure this is a good copy of IAMCS via zip file that was extracted locally to a local folder.

   Do NOT copy as individual files over network share.




3.  Other dependencies for the JCS (aka Java)


    AdoptOpenJDK 8 deployed with JAVA_HOME set:   JAVA_HOME=C:\Media\java-se-8u41-ri

    UAC disabled & reboot.



Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLUA"=dword:00000000



    Delete C:\Windows\vpd.properties    {CA hidden registry file} before reinstall.
    


4.  Validation

    Use browser to access IAMCS UI:  l:admin p: Install_Password_here


http://localhost:20080/main

https://localhost:20443/main



This should assist you with your installation or re-installation of JCS (w/CCS) on MS Windows Standard Server.

-Alan