|
|
Archives of the TeradataForum
Message Posted: Wed, 30 Nov 2005 @ 11:22:16 GMT
Subj: | | ERWIN postscripts and Teradata |
|
From: | | Chaim Sender |
Hi there,
I'm trying to export a data model from ERWIN V4.1 to Teradata V2R5 - I'm using a postscript that generates the following code to alter each
table and add RowNumber and LoadTimeStamp - the error message is included. If anyone knows how to fix this I'd be grateful!
Thanks,
Chaim
alter table GEN_CA_Calendar
add RowNumber INTEGER NOT NULL;
alter table GEN_CA_Calendar
add LoadTimeStamp TIMESTAMP NOT NULL;
alter table GEN_CA_Dates_Relationship
add RowNumber INTEGER NOT NULL;
alter table GEN_CA_Dates_Relationship
add LoadTimeStamp TIMESTAMP NOT NULL;
alter table GEN_CA_Dates_RelationshipD
add RowNumber INTEGER NOT NULL;
alter table GEN_CA_Dates_RelationshipD
add LoadTimeStamp TIMESTAMP NOT NULL;
[NCR][ODBC Teradata Driver][Teradata RDBMS] Data definition not valid
unless solitary.
Execution Failed!
| |