4A. Ensure your Informix Database is Installed and Running
4B. Set the Database Driver (LYCIA_DB_DRIVER)
4C. Ensure That the Database-Related Environment Variables Are Set
You can use an existing Informix database to work with Lycia or you can create a new one.
For details about the connection process, refer to the following page: Establish the Informix Connection
Lycia uses the Informix DB driver by default. If you want to use another database, specify it using the LYCIA_DB_DRIVER environment variable or the -d flag for command line tools.
Example: export LYCIA_DB_DRIVER=informix.
Example:
"lycia.buildOperations: DefaultBuildEnvironment": [
{"name": "LYCIA_DB_DRIVER", "value": "informix"}
],
Verify that the database has all required fields, schemas, and that a user with appropriate permissions has been created.
Ensure the database server and client can communicate (e.g., check the network connectivity and ensure that the appropriate database drivers have been installed).