Hello,
I am trying to connect orientDB from .net core application (API). I have already installed OrientDB.NETStandard-1.5 (0.1.13) from nuget .
When try to connect using below line, I am getting exception just below that.
_server = new OServer(_hostname, _port, _username, _password);
Exception:
Orient.Client.OException: 'com.orientechnologies.orient.core.exception.OConfigurationException: Session open with token flag false is not supported anymore please use token based sessions
Docs are still not clear about what to install as nuget library and how to connect to DB. May I have some useful link or resources here, please?
Hello,
I am trying to connect orientDB from .net core application (API). I have already installed OrientDB.NETStandard-1.5 (0.1.13) from nuget .
When try to connect using below line, I am getting exception just below that.
_server = new OServer(_hostname, _port, _username, _password);
Exception:
Orient.Client.OException: 'com.orientechnologies.orient.core.exception.OConfigurationException: Session open with token flag false is not supported anymore please use token based sessions
Docs are still not clear about what to install as nuget library and how to connect to DB. May I have some useful link or resources here, please?