Hi to All,
while importing Sysbase Image data table in Postgres the following error message appears:
The server version of the column ‘clientiid’ of table ‘clienti’ in server ‘trinitasbeatissima’ has a unique constraint while in the import version it has a primary key constraint.
The server version of the column ‘clientiid’ of table ‘clienti’ in server ‘trinitasbeatissima’ allows NULL values while the import version does not.
The server version of the column ‘immagine’ of table ‘articoli’ in server ‘trinitasbeatissima’ has length -1 while in the import version the column has length 2147483647.
The server version of the column ‘descr_lunga’ of table ‘articoli’ in server ‘trinitasbeatissima’ has length -1 while in the import version the column has length 2147483647.
The server version of the column ‘immagine2’ of table ‘articoli’ in server ‘trinitasbeatissima’ has length -1 while in the import version the column has length 2147483647.
The server version of the column ‘note’ of table ‘fatture’ in server ‘trinitasbeatissima’ has length -1 while in the import version the column has length 2147483647.
The server version of the column ‘righefattureid’ of table ‘righefatture’ in server ‘trinitasbeatissima’ has a unique constraint while in the import version it has a primary key constraint.
The server version of the column ‘righefattureid’ of table ‘righefatture’ in server ‘trinitasbeatissima’ allows NULL values while the import version does not.
The server version of the column ‘san_tommaso’ of table ‘immagini_testata’ in server ‘trinitasbeatissima’ has length -1 while in the import version the column has length 2147483647.
The server version of the column ‘ss_giovanni_paolo_ii’ of table ‘immagini_testata’ in server ‘trinitasbeatissima’ has length -1 while in the import version the column has length 2147483647.
The server version of the column ‘immagine’ of table ‘immagini_testata’ in server ‘trinitasbeatissima’ has length -1 while in the import version the column has length 2147483647.
The server version of the column ‘san_domenico’ of table ‘immagini_testata’ in server ‘trinitasbeatissima’ has length -1 while in the import version the column has length 2147483647.
The server version of the column ‘san_giuseppe’ of table ‘immagini_testata’ in server ‘trinitasbeatissima’ has length -1 while in the import version the column has length 2147483647.
The server version of the column ‘madonna_ordine_domenicano’ of table ‘immagini_testata’ in server ‘trinitasbeatissima’ has length -1 while in the import version the column has length 2147483647.
But if i import the the solution with the same table not using postgresql, but Sysbase, no error code appears.
Does it exist a solution to the problem?
Tanks in advance.
Gianni Pinna