I have troubles when upgrading some of my projects from V3.15 to V3.18.
User management rights does not work anymore and I get following errors in log
Code: Select all
WCCOAui (9), 2022.06.02 12:34:12.328, CTRL, SEVERE, 0, , Invalid content, cannot be converted to dyn_uint
WCCOAui (9), 2022.06.02 12:34:12.429, CTRL, WARNING, 5/ctrl, Ort der folgenden Meldung:
Module: Modul_L
Panel: C:\pvss_Projects\BinderK_Test\panels\Haupt.pnl [Basispanel]
Object: 250 named: "Button1" of type: PUSH_BUTTON
Script: Initialize
Library: C:\Siemens\Automation\WinCC_OA\3.18\scripts\libs\classes\userManagement\UserManagementGroup.ctl
Line: 88
WCCOAui (9), 2022.06.02 12:34:12.429, PARAM,WARNING, 0, , Ungültige Area Permisson
WCCOAui (9), 2022.06.02 12:34:12.432, CTRL, WARNING, 5/ctrl, Ort der folgenden Meldung:
All projects have the same core files and scripts, but I can't figure out what is going wrong with the projects from version V3.15.
There must be something wrong with the AREA_PERMISSION or with the AREA_IDS.
I'm still using getUserPermissionForArea() and I know this is deprecated, but it still works fine in projects made with V3.17 and V3.18, so this should not be a problem. And system panels where nothing has been changed are affected to this issue as well. One project even makes the WCCOAui crash (block) when just opening the standard 'system overview' panel. Then you see again the 'dyn_uint conversion error' in log file.
Is this a known issue? Can someone help me to solve this problem?
Thanks a lot in advance!
Best regards
Christoph