-
Notifications
You must be signed in to change notification settings - Fork 15
Primary data with date cannot be uploaded even though validation was successful
David Schöne edited this page Jun 19, 2020
·
1 revision
The Primary Data contain values of the type Date and the system stops during the upload, although the validation was successful.
Bexis 2 works in the database with the date format: ISO MDY. If you install postgres on a German speaking server, it is possible that the format for postgres is set to ISO DMY by default. Regardless of the date in the primary data, all date values are internally converted to ISO MDY.
- Open the data folder in the installation folder of Postgres eg.: C:\Program Files\PostgreSQL\10\data
- Open the file postgresql.conf with a text editor
- Search for datestyle
- Change the datestyle to 'iso, mdy'
- Save config
- Now postgres has to be restarted. For this the program pgadmin has to be started. On the left side, all servers are listed. With a right click on the server, you get the option to close and reconnect the server connection.