Hello Everyone,
I have added many custom actions to projections without any problem. However, I have this one now that will not populate the parameters that are in the PLSQL. What is really weird is that in the API Explorer it recognizes the parameters.
Has anyone seeing something like this and know how to resolve this?
I am getting this when I try to call the REST Service as labeled in the API Explorer, passing the parameter, and I can only think it is because the parameter isn’t showing up in the Projection.
"error": {
"code": "DATABASE_ERROR",
"message": "Database error occurred. Contact administrator.",
"details": r
{
"code": 6550,
"message": "ORA-06550: line 2, column 2:"
}
]
}
Appreciate anyone who may have an insight as to what may cause the parameter to not be showing up.
Thanks,
Derek Hansen