Getting DBES_PARAMS_PROC_406 in a newly configured vConnect service

What to do when we get DBES Error for a newly configured vConnect service:

DBES_PARAMS_PROC_406 : Error in getting parameters values

This comes when we hit a new service from a custom web portal using vConnect.

5 Likes

This error comes from vConnect when the service request reaches the API but is unable to get the values of the request parameters.

For this you need to check the “Value” field is correctly configured.

In my case, I had writted “$param[0].x_channel_id” in place of “$.param[0].channel_id”.
Missed the dot(.) after the “$” sign.

6 Likes