Hello all,
I'm the process of setting up some custom forms for our new TNEW site. I'm using a stored proc as we need quite a bit of extra data and the CSI isn't really suitable.
I've setup the procedure as per the documentation (double checked field names etc) and the site logs show that it's being called but it's throwing an error of Parameter '@sessionKey' was supplied multiple times.
I've not raised with TASK yet. I'm not sure if any of you have encountered this or if I'm doing something dim.
Any advice gratefully received.
Thanks,
Jamie
My approach would be to replicate the issue while running a T-SQL trace (i.e. extended events session) in SSMS so you can see the actual text of the query that is causing the error. That always helps me pinpoint the cause of the issue.