fiogf49gjkf0d We get this error on the web server all the time:
GetGroupDataReader Failed:
?followed by some sql along the lines of:
\nSql:SELECT TOP 1 A1.ACCOUNTID FROM ACCOUNT A1 INNER JOIN ADDRESS A2 ON (A1.ADDRESSID=A2.ADDRESSID) LEFT OUTER JOIN ACCOUNTEXTENSION A3 ON (A1.ACCOUNTID=A3.ACCOUNTID) WHERE (UPPER(A1.EXTERNALACCOUNTNO) LIKE '10/160355%') WITH FIRSTROW 1 ORDER BY desc \nGroupId: LOOKUPRESULTS \nGroup Name: LOOKUPRESULTS \nCurrentUser: U6UJ9A00005R
Has anyone else seen and overcome this one?
|