error when cliking on the custom schema web application in Email
I have created a webapplication to capture recipient skin care details and their preference
here i have used custom schema(tir:skincareDetails) to store recipient preference
In schema I linked with recipient table where the tcustId is primary key and tcustId referencing as a foreign key in tir:skincareDetails schema also i decalared link in recipient table
In campaign i queried through recipient table and i added this web app in mail delivery to send
but when i click on the web app in mail its getting administrator error
Im attaching all the possible attachment here
In personalization block i passed through id
<a href="<%@ include option='NmsServer_URL' %>/webApp/orn_APP784?id=<%=escapeUrl(recipient.cryptedId)%>" target="_blank" class="a button3">Take Survey</button>
Error in webapp

This webapp is working in preview mode by passing ID
Did anyone having solution thanks in advance