Hi guys,
I never used this option too much but now as customer can’t do WS I must…
I’m trying to do a simple query with the ANI as the data being queried against a customer table. I tried:
select clientedata from dual where ani = vANI
But it doesn’t understand that vANI is a variable…how to tell IRD it is?
catarinex, yeah, I asked that too, but on customer it is like asking to develop a whole system…and need to go over N hands and approvals…sucks. Until that I need this working
terry, can you please share screenshots of what you did exactly? My IRD version is 8.1.300.22
Timur, yes, on query mode. Because it looks simpler, no the select wizard I need to create the table access, format and all that. As there are going to be like 20 of these I see it as a unnecessary task load and maintenance…
But basically what I did is quite straightforward- create query as mentionesd, assign vANI value like 11111 and make request.
Up to my knowledge IRD supposed to check every name FOLLOWING operation like =, >, < etc for is it variable or not.
If there is no any misprinting (in name of vartiable, etc) and it is still not working then probably there is some hidden defect in IRD and Genesys Tech Support need to be contacted.
Also may be one thing to try - assign entire query as is to some variable (say MyQuery) and as query in DB Wizard use query in form @sql=MyQuery