You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
so i tried this example and first of all the test variable in the server does not have access level UA_ACCESSLEVELMASK_WRITE. I had to add it to test it with a client to overwrite the value.
Coming to the main issue, the program compiles and runs normally. There is a new database.sqlite created but it is always 0 KB in size even after overwriting the values several times.
I compiled it with Visual Studio 2015. I started the server and changed the value of the variable using UaExpert.
Did i miss anything ?
Thanks in advance :)
The text was updated successfully, but these errors were encountered:
Hey, thanks for testing this. Because of Corona I was unfortunately stuck at an airport in Africa for almost a week. I will have a look at it beginning of next week.
Ok, I had a look. The explanation is simple: writing is unfortunately not implemented :-( The background is this: as I described in the corresponding Github discussion open62541/open62541#2396 that started this example, my application is providing access to an existing database that get's filled by legacy software. So there has yet not been a need for me to implement writing to the database. Feel free to fork the project or post a pull request, if you are going to implement it.
Hello,
so i tried this example and first of all the test variable in the server does not have access level
UA_ACCESSLEVELMASK_WRITE
. I had to add it to test it with a client to overwrite the value.Coming to the main issue, the program compiles and runs normally. There is a new
database.sqlite
created but it is always 0 KB in size even after overwriting the values several times.I compiled it with Visual Studio 2015. I started the server and changed the value of the variable using UaExpert.
Did i miss anything ?
Thanks in advance :)
The text was updated successfully, but these errors were encountered: