During the migration from a standalone IDM 14.5 environment to IGA Xpress 15, the Provisioning Server services fail to start after deployment. The following traceback error is observed in the startup logs:
Traceback (most recent call last):
File "/opt/brcm/iga/inst/imps/startup/imps.py", line 260, in <module>
service_conf = ServiceConfig(**imps_conf)
File "/opt/brcm/iga/conda/envs/main/lib/python3.14/site-packages/pydantic/main.py", line 250, in __init__
validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Provisioning Server Configuration
min_tls_version
Input should be 'TLSv1_2' or 'TLSv1_3' [type=literal_error, input_value='TLSv1', input_type=str]
The issue is primarily caused by a configuration mismatch or incomplete data migration:
To resolve the service startup failure, perform the following steps:
Use tools like JXplorer to verify connectivity and login to the IMPD after ensuring necessary firewall rules are in place.