-
Notifications
You must be signed in to change notification settings - Fork 871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in using insert/update operations on distributed orientdb server. #1509
Comments
Ho can we replicate it? Can you post the detailed exception? |
this is what am trying orientdb> create class people extends E; Class created successfully. Total classes in database now: 101 orientdb> cluster status; orientdb> create property people.name String; Property created successfully with id=1 orientdb> create property people.address String; Property created successfully with id=2 orientdb> create property people.age integer; Property created successfully with id=3 orientdb> insert into people('name','address','age') values ('prashant','bangalore',23); Error: com.orientechnologies.orient.server.distributed.ODistributedException: Error on executing remote operation in SYNCHRONOUS mode against node: Member [192.168.51.101]:2434 now this is error am getting can you tell me whats the solution for that |
you dint got the problem ??? |
This is a known issue related to the schema. It will be fixed in 1.5, for now create the schema before to set database in cluster. |
can you suggest any example for that am not understanding what you are saying ? |
i have connected to the remote location database then i can see all the classes in that database. i can create the classes and vertices but when am trying to insert the data in the cluster then it is giving following error
Error on executing remote operation in SYNCHRONOUS mode against node:x.x.x.x:2434
can anybody suggest where am going wrong ??
The text was updated successfully, but these errors were encountered: