Hi everyone,
I'm facing a serious issue in the production environment. After extending a custom table with two new fields, I sometimes encounter the error: Method not found: 'Void VI.DB.Model.CCC_Table.set_FieldName' during process execution. Unfortunately, this happens even when those specific fields aren't directly used.
I suspect the error occurs even when I just instantiate the object of type CCC_Table
.
Keep in mind that the OI application is deployed on multiple servers, and it seems like only one of them is causing problems—the one running IIS that handles the API (script-based) calls, which are failing. I cleaned ALL the caches on every server, recompiled several times but no way i solved the problem.
I don't have the same error in development environment, so I think this issue is somehow linked to something wrong happened in prod.
Does anyone have any ideas? Thanks in advance!
Alberto