Hi all,
I am getting error when i tried to access the CDR table through executesqlquery soap api.
1
2$querymyva=$client->executeSQLQuery(array('sql'=>"select * from car:tbl_billing_data where duration > 100"));
I am getting the following error "No connect permission" and the error code is -387
But when i execute the query from CLI i am getting the proper Data.
Please help me on this.
thanks/Chandar