Column 'pix_trimoption' does not belong to table DTEproject_item_expressions.
This only happens on 2 Business Objects out of 15. I don't see anything out of the ordinary about these Tables. any ideas>?
Thanks alot
Paul
The easiest fix is to go into Enterprise Manager and alter the DTEproject_item_exceptions table within the StrataFrame database by adding these two fields:
piex_trimoption (int, not null) default value: 0piex_readonly (bit, not null) default value: 0
Make sure you set the default value and set the columns to NOT NULL so that you won't run into any DbNull.Value problems within the BOMapper.
The fields already exist in the table. There are not any records in this table.
Here are some pictures that might help a bit. All the other Bus objects are fine. This is the project the will be using replication. I have not opened it in a few weeks as anothe project is the current priority.
How could some BO' be mapped to one strata install and some to another>? Is there a way to have them all look at the same strataframe install?
P