Hi All!
I am not sure the problem I am having is due to the connection or to other configuration. Anyhow, this is what I have done:
1. Created an empty database into PostgreSQL v8.3, with native pSQL command line;
2. Connect to this database and run the script from Sparx, named 'Postgres_BaseModel.sql'. I assume it is the latest;
3. Check that the empty database is created in PgAdminIII. It has a total of 98 tables, 19 sequences and 1 domain;
4. Create an ODBC connection to this database, with the psqlODBC driver v8.03 supplied by Postgres. I am using PostgreSQL Unicode, once the database was created with UTF8 encoding (is this OK?);
5. Configure the Project Transfer in EA (v7.1) so it will load data from an existent EAP file to the PostgreSQL empty database. The connection test is successfull

6. Now, the transfer starts, but when reaching t_image I got an 'abnormal program termination' and EA suffers a CTD...

Looking into the database with PgAdminIII (after the crash), I see it is really partly loaded with data.
I have the EAP file on a local network drive (not shared) and the PostgreSQL server on my machine (localhost).
My PC has the Windows XP Pro with SP3 in English-US language.
Any hints / alternatives to get the Repository into PostgresSQL?