Written by

Question Zhang Fatong · Mar 10, 2021

How to give write permission by code without write permission ERROR:#5388

I want to operate on the class in enslib, but I don't have write permission. How can I modify the permission with code, or which table is given write permission

ERROR:#5388 - You do not have write permission on the database class ,so class lock cannot be obtained .

Product version: IRIS 2020.1

Comments

Oliver Wilms · Mar 10, 2021

Can you create your own class that extends the class you want to update? Which class? What kind of operation you want to do?

0
Zhang Fatong  Mar 10, 2021 to Oliver Wilms

I want to change the class, because the image position is read-only, I am not allowed to operate on the class, so is there a way that I can use code implementation to cancel read-only, or read which table is in the cache database, I can use SQL to change it

0