Checklist for successful run of 4gl applications
There are certain requirements that must be fulfilled before running 4gl applications.
If these requirements are not met, you might get runtime issues.
You have the successfully installed all the necessary Lycia components:
runtime
application server
web server
runtime
application server
web server
Your Lycia license is activated, and the necessary number of runtime seats is available.
You have set all the environment variables required for running your 4gl applications in LyciaStudio:
For example,
LOGNAME
INFORMIXPASS
LYCIA_DB_DRIVER
INFORMIXDIR
INFORMIXSERVER
CLIENT_LOCALE
https://querix.com/go/lycia/Content/04_configuration/02_env_vars/db/db_locale.htm, etc.
For example,
LOGNAME
INFORMIXPASS
LYCIA_DB_DRIVER
INFORMIXDIR
INFORMIXSERVER
CLIENT_LOCALE
https://querix.com/go/lycia/Content/04_configuration/02_env_vars/db/db_locale.htm, etc.
You have created all the necessary source files.
You have imported and add all the necessary resource files.
You have created and linked all the necessary libraries.
You have successfully built your program (no compilation errors).
You have successfully deployed your program from the development station (no deployment issues).