| | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: Yesterday @ 4:29:41 PM Posts: 367, Visits: 2,446 |
| Ok I have multiple business objects and 2 of them are having this problem. If for some reason 2 of the objects are looking at a different install how can I make them "look" at the same instance of strataframe as the ones that work correctly. Here is a screenshot of a rebuild all.
|
| | | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: Yesterday @ 4:29:41 PM Posts: 367, Visits: 2,446 |
| | I forgot there is only one StataFrame data store defined under the Database connection menu option. |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 12/02/2008 4:42:46 PM Posts: 2,686, Visits: 1,890 |
| Oh, no, all of the business objects will look at the same instance. I wasn't clear earlier... you can have more than one data source "configured," but you can only have one data source "active" at any time. The reason those two business objects are having problems is that they have field-level customizations. The column missing from the database is used in field-level customizations, and therefore, when the BOMapper attempts to list off the fields that have customizations, it fails. In your screen shot, can you scroll that error message down so that I can see the StackTrace where it's being generated?
www.bungie.net |
| | | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: Yesterday @ 4:29:41 PM Posts: 367, Visits: 2,446 |
| ooops wrong attachment before. here is the correct one
|
| | | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: Yesterday @ 4:29:41 PM Posts: 367, Visits: 2,446 |
| Here is a picture of the stack trace
|
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 12/02/2008 4:42:46 PM Posts: 2,686, Visits: 1,890 |
| OK, you only have one StrataFrame connection configured in the Database Connection, but I'm betting that it's pointed at the wrong database. You probably have more that one StrataFrame database installed, and you're pointed at the one that did not get upgraded. The reason that error is being thrown is that there are fields customizations on those two business objects, but you said that the DTEproject_item_exceptions table in the database has both fields but does not have any rows. So, if there are no row, then that database does not think that there are any field customizations and the BOMapper does, so it's probably looking at a different database.
www.bungie.net |
| | | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: Yesterday @ 4:29:41 PM Posts: 367, Visits: 2,446 |
| | Maybe it is going through the VPN to home and looking there? I looked on the servers here and did not find any other installations. I was able to copy the code from the BO deleted it and re-add and seems to work ok not sure what the heck I customized but guess I will find out. Like I said it has been one of those days,I am off to get a cold beer thanks for all the help you guys are the best. Paul |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 12/02/2008 4:42:46 PM Posts: 2,686, Visits: 1,890 |
| Well, get that beer. There is certainly a possibility that it could be looking at home. You can always check your connection through the Database Connection on the StrataFrame menu and selecting "Edit..." and viewing the properties.
www.bungie.net |
| |
|
|