I am missing an environment parameter and I cannot find where to set it, it appears to be hidden.
I exported a working application, and then immediately imported and renamed it effectively making a copy of a working application.
I sent a deployment through the new application and found quickly that the environment parameters do not export or import, so I re-populated those values.
(Included in those parameter values are database connection and credential values.)
However, the new application is still failing in initialization when the action attempts to insert a new record into the 'inflight' database.
The error claims unknown host.
Action failed. An error occurred during database connection establishment
Failed to get connection for: jdbc:oracle:thin:@//CARA@no-reply.com:'correct port number appears here'/'correct database info appears here'
IO Error: Unknown host specified
Any hints would be most appreciated.
Many thanks.