RemoteAPI SelectRowsCommand CommandException: Not Found | bront | 2016-03-31 15:20 | |||||||||||||||||||||||||||||||||||||||
Status: Closed | |||||||||||||||||||||||||||||||||||||||||
hi, I am running into a problem with this simple command. I have a project called "Testing," and within that project in the lists schema there is a list called "gender." When I run the command, however, I get: org.labkey.remoteapi.CommandException: Not Found What am I missing? thanks, bront Connection cn = new Connection("https://ourdevserver.edu, "xxx", "yyy"); SelectRowsCommand cmd = new SelectRowsCommand("lists", "gender"); try { SelectRowsResponse response = cmd.execute(cn, "/Testing"); } catch (IOException | CommandException e) { e.printStackTrace(); } |
|||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||