AwareIM is generating short number data types for SQLServer databases. I have had runtime problems when executing an application that had number attributes generated by AwareIM. The AwareIM number data type converts to either "int" or "real" data types in SQLServer. These data types only provide precision for 10 or less digit length numbers. I have fixed this problem by manually changing the SQLServer data types to either "bigint" or "float" respectively, using Enterprise Manager. AwareIM accepts the change transparently but it would be best to have AwareIM generating the longer precision data types automatically.