Select to view content in your preferred language

QueryTask and Joins

586
1
05-03-2010 02:28 PM
JamesKo
Occasional Contributor
I've created a mapservice comprised of a feature class with a joined Oracle table. The identifyTask and the findTask both work when I query the rest service. However, when I try to perform a queryTask, I get the following error message: Unable to perform query. Please check your parameters.

Anyone else have this problem? Is this a bug?

Thanks in advance...
Tags (2)
0 Kudos
1 Reply
JustinWilliams
Emerging Contributor
Hey there,

If you haven't already found a solution to this...

I ran into the same problem myself and it looks like if you are using a joined table which uses a configuration keyword you need to give the fully qualified name to the field you want to query.

It would look something like this..

Keyword.Source.Field

I hope that helps!
0 Kudos