Hi Thanks for the info.

I think its a bug, as you and Luca suggested earlier, I'm connecting from 
one client as 'plocal' and other via 'remote' and it supposed to work. But 
its not.

Also a similar issue has been reported by Lebnik 
(https://groups.google.com/forum/#!topic/orient-database/uPx_Hyr8mKE)

Thanks
Aym


On Monday, December 30, 2013 3:31:36 PM UTC+8, odbuser wrote:
>
> I agree about the documentation.  It is very difficult for new users.
>
> The way to achieve what you want is either to:
>
> run orientdb standalone and have all clients connect with "remote"
> OR
> run orientdb embedded in your java application which uses "plocal" while 
> other clients can connect using "remote"
>
> I start the embedded server conditionally during development for exactly 
> this purpose.  See the following wiki page for information on how to embed 
> the server.  You only need to have the binary listener running to do this:
>
> https://github.com/orientechnologies/orientdb/wiki/Embedded-Server
>
>
> On Saturday, December 28, 2013 11:21:35 AM UTC-5, Aymer wrote:
>>
>> Aha, yup, I'm using plocal for both the case. 
>> I think it would be really great if we can document this as new comers 
>> (esp coming from traditional SQL world) might learn this hard way as this 
>> is a typical scenario where one needs to check data (that has been written 
>> using Application) through console (through SQL developer in traditional 
>> world).
>>
>> Or better, if there is any way to allow eliminate this restriction of not 
>> allowing both of them to use plocal.
>>
>> Thanks guys
>> Aym
>>
>> On Saturday, December 28, 2013 3:28:07 PM UTC+8, Lvc@ wrote:
>>>
>>> You're right, are you connecting using plocal on both?
>>>
>>> Lvc@
>>>
>>>
>>>
>>> On 28 December 2013 04:20, odbuser <[email protected]> wrote:
>>>
>>>> Are you by any chance using either local or plocal for both console and 
>>>> Java app?  If so, it shouldn't be used that way. 
>>>>
>>>> Only one "client app" should access the database through local or 
>>>> plocal.  If you want console AND java app access, you either need to run 
>>>> the server and have the java app and client app as remote clients or embed 
>>>> the server in the java app, have the app access plocal and the console 
>>>> remote.
>>>>  
>>>> -- 
>>>>  
>>>> --- 
>>>> 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/groups/opt_out.
>>>>
>>>
>>>

-- 

--- 
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/groups/opt_out.

Reply via email to