Hi Maxim, If you have a running server, you cannot access the db from another process. The server process locks the database to avoid concurrent access to the files, so if you want to connect in plocal you have to stop the server.
Thanks Luigi 2017-10-04 14:57 GMT+02:00 Maxim Nikolaev <[email protected]>: > 1 Step - connect to dataase using remote - Ok > 2 Step - try connect to database using plocal, but attempt is failed : > can’t access to database with mode ‘“rw” > > What correct order using plocal to connect to orient database ?? What > blocking database ? > What is config parametr storage.KeepOpen? > > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
