We use an ERP product called Vantage from a company called Epicor, of which you can use two different DB's to store your data, Progress or MS SQL. We are on version 8 of this software and are moving to version 9, and at the same time moving from Progress to MS SQL. Even is you use MS SQL there's still a Progress schema holder DB that's used (along with Open Edge 10).
A few years ago, before I joined the company I'm at now, someone took it upon themselves to extend the length of some fields in some of the tables in the Progress DB, against every possible reccomendation from the ERP software vendor. As part of the move from Progress to MS SQL to store the data we dump the tables from Progress using the OE Data Administration tool to ASCII files (x.d files), and then on the MS SQL server we connect to the Progress schema holder (and the ODBC DSN for MS SQL) and then use the same tool to load the tables.
So when I load the tables I get for example this in an error file...
>> ERROR READING LINE #14 (Offset=17165): "You tried to compare or to update a character field with a value longer than the maximum length. (6182)
>> ERROR READING LINE #14 (Offset=17165): Field num: 31, value: 0208 8756 8000 (Ext 43167) . (2651)
>> ERROR READING LINE #14 (Offset=17165): ** Unable to update Customer Field. (142)
... the ERP vendor is moving slowly to assist me with this so I was wondering if anyone here has any ideas as to what I can do here ?.
It's easy to alter the field/column in MS SQL to increase the length, but how would I do this in the Progress schema holder DB ?.
Thanks.
A few years ago, before I joined the company I'm at now, someone took it upon themselves to extend the length of some fields in some of the tables in the Progress DB, against every possible reccomendation from the ERP software vendor. As part of the move from Progress to MS SQL to store the data we dump the tables from Progress using the OE Data Administration tool to ASCII files (x.d files), and then on the MS SQL server we connect to the Progress schema holder (and the ODBC DSN for MS SQL) and then use the same tool to load the tables.
So when I load the tables I get for example this in an error file...
>> ERROR READING LINE #14 (Offset=17165): "You tried to compare or to update a character field with a value longer than the maximum length. (6182)
>> ERROR READING LINE #14 (Offset=17165): Field num: 31, value: 0208 8756 8000 (Ext 43167) . (2651)
>> ERROR READING LINE #14 (Offset=17165): ** Unable to update Customer Field. (142)
... the ERP vendor is moving slowly to assist me with this so I was wondering if anyone here has any ideas as to what I can do here ?.
It's easy to alter the field/column in MS SQL to increase the length, but how would I do this in the Progress schema holder DB ?.
Thanks.