4 Replies Latest reply on May 8, 2017 12:24 PM by shawkins

    oData v4 error using $expand

    m.monti

      Hello,

       

      we are querying Teiid 9.1.4 using the following oData v4 syntax:

       

           http://host:port/odata4/<vdbname>/<model-name>/<table-name>?$expand=<navigation>

       

      It doesn't matter what navigation property we choose; we always get following error message:

       

           {"error":{"code":null,"message":"String index out of range: -1"}}

       

      Are we doing something wrong?

       

      Thank you in advance for your help.