AQL errors in "-c" and "-o json" mode (TOOLS-245)

Bad (now): root@deb764:/tmp# aql -c ‘create index some on some1 (some2) numeric’ -o json Error: (501) Namespace Not Found

Good (example): root@deb764:/tmp# aql -c ‘create index some on some1 (some2) numeric’ -o json { “error”:true, “code”:501, “message”:“Namespace Not Found” } OK

Thanks for the request, I have opened a ticket internally to address this issue.

1 Like

This issue was resolved with the 3.15.0.3 release of the tools package.

This topic was automatically closed 84 days after the last reply. New replies are no longer allowed.