Найдено 3 результата
- 03 мар 2018, 03:34
- Форум: Stacker robot server
- Тема: Transfer command
- Ответы: 6
- Просмотры: 11214
Re: Transfer command
COMMAND table has column robot id. But for records on central server, its not populated. I want to know which robot has picked the command. Can I assume robot id will be populated when state is 'started'?
- 02 мар 2018, 23:31
- Форум: Stacker robot server
- Тема: Transfer command
- Ответы: 6
- Просмотры: 11214
Re: Transfer command
Also insert command expects values for more than specified fields I guess. I am getting following error: 2018-03-02 18:26:42.533 DEBUG 11534 --- [nio-8080-exec-4] .m.m.a.ExceptionHandlerExceptionResolver : Resolving exception from handler [public java.lang.String com.techsera.deliverez.controller.Ro...
- 02 мар 2018, 23:14
- Форум: Stacker robot server
- Тема: Transfer command
- Ответы: 6
- Просмотры: 11214
Re: Transfer command
May be its a typo, just want to confirm command table does not have column status but state. org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar [select status from sarmat.command where id=6]; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "STAT...