Thank you for your earlier advice on saving logs at application startup.
As we approach the production phase of the system, I am attempting to deploy from the development environment to the testing environment, but I am encountering an import error with the aforementioned logging output application.
It indicates that there is a problem with the baseURL in the connected system, but I do not see anything particularly wrong.
Is there anything specific I should check?
What I'm concerned about is that this application connects to a Web API within my server, and it's authenticated with a security account. The security account for the testing environment has not yet been created; could this be a factor?
<ERROR>An error occurred while creating connectedSystem [uuid=_a-0000eeac-676e-8000-XXXX-XXXcXXXXXcXX_XXXXX]: The connected system [id= uuid=_a-0000eeac-676e-8000-XXXX-XXXcXXXXXcXX_XXXXX] was not created because a value for baseUrl must be provided in an import customization file (APNX-1-4504-003) (APNX-1-4071-007)
Discussion posts and replies are publicly visible
Thank you, Stefan and Shubham.
Import Customization File seems to be a basic operation for export and import applications. I've omitted it because there were no items that needed to be modified.
Anyway, I've edited the import customization file, and it worked very well.