Forum Discussion
richie
7 years agoCommunity Hero
Hey,
In the absence of any other responses im gonna respond but i cant really help as i have minimal nosql db experience.
The response youre getting appears to indicate it doesnt like the syntax of your query....youre definitely connecting ok.
You appear to be using the standard collection find method. The only thing i can suggest at this point is simplyfying your query further. After a bit of reading it appears you are querying for a record with certain leadid and additional filters on your query. Have you tried the simplest query you can do? e.g. to find a record in the customer collection where leadid = "83863270"?
I'll do a bit more reading to see if i can see anything but id start at this point if i were you. Simplest query possible. I know years ago a version of soapui didnt like ; to finish an oracle query, but this was how you ended your query in oracle!
One thing. The first leadid value is being treated as a string (the double quotes) but the second leadid attribute value is treated as numeric (no double quotes wrapping the second leadid value). Is this correct?
Cheers,
Richie
In the absence of any other responses im gonna respond but i cant really help as i have minimal nosql db experience.
The response youre getting appears to indicate it doesnt like the syntax of your query....youre definitely connecting ok.
You appear to be using the standard collection find method. The only thing i can suggest at this point is simplyfying your query further. After a bit of reading it appears you are querying for a record with certain leadid and additional filters on your query. Have you tried the simplest query you can do? e.g. to find a record in the customer collection where leadid = "83863270"?
I'll do a bit more reading to see if i can see anything but id start at this point if i were you. Simplest query possible. I know years ago a version of soapui didnt like ; to finish an oracle query, but this was how you ended your query in oracle!
One thing. The first leadid value is being treated as a string (the double quotes) but the second leadid attribute value is treated as numeric (no double quotes wrapping the second leadid value). Is this correct?
Cheers,
Richie
Related Content
- 6 years ago
- 7 years ago