Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-71

Unable to search for a Principal by email address.

    XMLWordPrintable

Details

    Description

      The following error is thrown when trying to execute this sql:

      select distinct p."DIRECTORYID" as DIRECTOR1_17_0_, p."NAME" as NAME2_17_0_, p."ACTIVE" as ACTIVE3_17_0_, p."CONCEPTION" as CONCEPTION4_17_0_, p."LASTMODIFIED" as LASTMODI5_17_0_ from "REMOTEPRINCIPAL" p ,"ATTRIBUTES" pa, "ATTRIBUTES" a, "ATTRIBUTEVALUES" av where p."DIRECTORYID" = ? and p.`DIRECTORYID` = pa.`REMOTEPRINCIPALDIRECTORYID`and p.`name` = pa.`REMOTEPRINCIPALNAME` and pa.`ID` = av.`ATTRIBUTEVALUEID` and pa.`ATTRIBUTE` = 'mail' and av.`VALUE` like ? order by p."NAME" asc, p."ACTIVE" asc
      
      could not execute query
      

      Attachments

        Activity

          People

            justen.stepka@atlassian.com Justen Stepka [Atlassian]
            justin@atlassian.com Justin Koke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: