Hi Team,
I am trying to import the exported project from our ENV1 to our ENV2.
Export was completed successfully and I copied the zip file from ENV1 to ENV2 in folder under -C:\ProgramData\CA\CA Test Data Manager Portal\exportimport\importer\work
After that, when I ran the import service , I got the job id. Following this, when I monitored the job in portal, it failed after running for few min.
Error:
Wrapped by: org.springframework.web.client.ResourceAccessException: I/O error on POST request for "https://<hostname>:8443/TDMModelService/api/ca/v1/profiler/import": Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out
Release : 4.10
Component : TDM Web Portal
Due to volume of project data, import/export fails with a timeout error. Default timeout value is 30m.
Increase httpclient timeout settings in application.properties file and restart the portal service.
httpClient.readTimeout=180000
httpClient.connectionTimeToLive=180000