Products | Versions |
---|---|
TIBCO Data Virtualization | 8.2 |
When a $search query is executed on the TDV OData V4 URL and the value passed in $search query is a combination of alphanumeric value (e.g 8VGR02 or @example) then an error may be returned by the browser.
Below is a sample OData URL which may return an error:
http://localhost:9400/odata4/databases/OdataQuotes/TEST?$search=@example
Error returned by the browser:
{"error":{"code":"9901015","message":"Exception during tokenizer creation with message 'Forbidden character in state null->@'.","details":[
{"code":"9901015","message":"Forbidden character in state null->@"}
]}}