I’m new to Servoy and have built a few screens successfully. Now, I am experiencing a problem getting data from the database.
Environment and error conditions are:
Environment
- Backend is Postgres 8.2.1. (Fedora Core 6 Linux os)
- Servoy Developer 3.1.4
- Database Server URL is jdbc:postgresql://ourhost/ourdb
- Driver is org.postgresql.driver (bundled with 3.1.4 download)
- Standard Repository running on my C-Drive along with Servoy Developer on localhost (Windows XP SP2). Database is on our server.
Problem Arose …
- Std DDL create scripts for initial PG tables and data loads
- Created initial screens (worked great) in Servoy and able to work with data fine
- Issued Alter Table commands to PG and added some fields (type=char). Table example below (tr_orgcon) and field was “Class1”.
- Exited Servoy Developer
- Re-entered Developer - Repository is seeing the new fields fine and they “look normal” in the Repository.
- Stopped and restarted Sybase dbEngine to force Repository refresh along with steps 4 and 5
Errors raised …
Occurs when opening the window:
com.servoy.j2db.dataprocessing.DataException: ERROR: column tr_orgcon.class1 does not exist
Does anyone know what is causing this? Appreciate any assistance!
Thanks, Michael