Not all parameters bound/registered
Hi,
what is reason of this error (Not all parameters bound/registered ). this is not happening consistently.
.png)
those are class method parameters
Query GetWorkItemsByEncounterID(encounterID As %Integer, userId As %Integer, IsSuperOrDev As %Integer = -1, facilityAccessListCSV As %String(MAXLEN=32000), locationAccessListCSV As %Library.String(MAXLEN=32000), skipReferralFilter = 0) As %SQLQuery [ SqlName = spGetWorkItemsByEncounterID, SqlProc ]
Discussion (1)0
Comments
Hi,
My guess is you are calling the query with more arguments than it expects on those times that it is failing..
Providing or inspecting again the code making the call from the client side, would be a good start to fixing your issue.
Steve