when I execute this SQL :UPDATE person SET login = ogoadmin, name = ogoadmin WHERE company_id=10000 AND login=root AND is_account=1;
I have one mistake : "Attribute "ogoadmin" not found".
I have created before a user called ogoadmin and I've also doing notifications :Defaults write skyaptnotify AptNotifySkyrixUser ogoadmin
Some idea, please ?
This site conforms to the following standards:
when I execute this SQL :UPDATE person SET login = ogoadmin, name = ogoadmin WHERE company_id=10000 AND login=root AND is_account=1;
I have one mistake : "Attribute "ogoadmin" not found".
I have created before a user called ogoadmin and I've also doing notifications :Defaults write skyaptnotify AptNotifySkyrixUser ogoadmin
Some idea, please ?