<div dir="ltr">Hello,<div><br></div><div>am trying to get some extra attributes from a sqlite db. I added this:</div><div><br></div><div><div><div><font face="monospace, monospace">      <DataConnector id="sqliteConnector" xsi:type="RelationalDatabase" readOnlyConnection="false"></font></div><div><font face="monospace, monospace">        <ApplicationManagedConnection</font></div><div><font face="monospace, monospace">            jdbcDriver="org.sqlite.JDBC" jdbcURL="jdbc:sqlite:/data/cua-eduPerson.db" poolAcquireRetryAttempts="1"/></font></div><div><font face="monospace, monospace">        <Dependency ref="employeeID" /></font></div><div><font face="monospace, monospace">        <QueryTemplate></font></div><div><font face="monospace, monospace">            <![CDATA[</font></div><div><font face="monospace, monospace">            select * from accounts where employeeID='$employeeID.get(0)';</font></div><div><font face="monospace, monospace">            ]]></font></div><div><font face="monospace, monospace">        </QueryTemplate></font></div><div><font face="monospace, monospace">        <Column columnName="eduPersonAffiliation" attributeID="eduPersonAffiliation" /></font></div><div><font face="monospace, monospace">        <Column columnName="eduPersonPrimaryAffiliation" attributeID="eduPersonPrimaryAffiliation" /></font></div><div><font face="monospace, monospace">        <Column columnName="eduPersonScopedAffiliation" attributeID="eduPersonScopedAffiliation" /></font></div><div><font face="monospace, monospace">    </DataConnector></font></div></div><br>I added the dependency for <span style="color:rgb(34,34,34);font-family:sans-serif;font-size:13px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">employeeID</span>, an attribute successfully collected from another dataconnector,  because I understood I needed it in order to be able to access its value in the query template... is that right? Anyhow, as the sqlite db is not there yet, the query fails, but then I get message in the log that no attributes are available... </div><div><br>Does this config cause the value of employeeID to be lost? because the sql did not work? or is my issue elsewhere?<div></div><div><br></div><div>Thanks a lot,</div><div>Mohamed.</div></div></div>