im issues --queryDefinitionFile returns "MKS124814:... Missing end )"
Hello,
I am trying to start a query with
im issues --queryDefinitionFile="C:/Temp/queryDef.txt"
queryDef.txt contains the query definition:
--queryDefinition=(("field[Document ID]=516733")and("item.live")and("item.meaningful"))
This returns the error "MKS124814: Cannot show view information: Missing end )"
I have tried a lot with leaving out "--queryDefinition=" and more and less ",(,), whatsoever. The definition is definitely correctly readable from the file, which I can see with the im issues -F option which returns the content of the queryDef.txt file as an error message (I just mention this to clarify that the path and name and everything is flawless)
I don´t see any error in the syntax. I can even use this query definition with directly typing
im issues --queryDefinition=(("field[Document ID]=516733")and("item.live")and("item.meaningful"))
and get the result that I am looking for. But of course there is little point in using the CLI if I not wanted to automize something.

