Hi,<br><br>Finally, I got xml_odbc running, but it does not really work well for me.  I am getting:<br>2009-08-28 03:33:47.459383 [ERR] mod_xml_odbc.c:325 Stopped rendering template, called xml_odbc_render_template more than [32] times, probably looping.<br>
2009-08-28 03:33:47.459383 [ERR] mod_xml_odbc.c:408 Something went horribly wrong while generating an XML template!<br><br>My config is:<br>&lt;configuration name=&quot;xml_odbc.conf&quot; description=&quot;XML ODBC Configuration&quot;&gt;<br>
<br>  &lt;settings&gt;<br>        &lt;param name=&quot;binding&quot; value=&quot;directory&quot;/&gt;<br>    &lt;param name=&quot;odbc-dsn&quot; value=&quot;class5_odbc:root:JdqB-S&quot;/&gt;<br>    &lt;param name=&quot;debug&quot; value=&quot;true&quot;/&gt;<br>
    &lt;param name=&quot;keep-files-around&quot; value=&quot;true&quot;/&gt;<br>  &lt;/settings&gt;<br><br>  &lt;templates&gt;<br><br>    &lt;template name=&quot;default&quot;&gt;<br>      &lt;document type=&quot;freeswitch/xml&quot;&gt;<br>
        &lt;section name=&quot;directory&quot;&gt;<br>     &lt;xml-odbc-do name=&quot;query&quot; on-empty-result-break-to=&quot;not-found&quot; value=&quot;SELECT enabled, sip_password FROM agent WHERE sip_user =  ${user}&quot;/&gt;<br>
        &lt;domain name=&quot;${domain}&quot;&gt;<br>          &lt;user id=&quot;${user}&quot;&gt;<br>            &lt;params&gt;<br>              &lt;xml-odbc-do name=&quot;query&quot; value=&quot;SELECT sip_password FROM agent WHERE sip_user = ${user}&quot;&gt;<br>
                &lt;param name=&quot;password&quot;, value=&quot;${sip_password}&quot;/&gt;<br>              &lt;/xml-odbc-do&gt;<br>            &lt;/params&gt;<br>              &lt;/user&gt;<br>        &lt;/domain&gt;<br>
<br><br>        &lt;/section&gt;<br>      &lt;/document&gt;<br>    &lt;/template&gt;<br><br>  &lt;/templates&gt;<br><br>&lt;/configuration&gt;<br><br><br>Since these two queries get data from the same table, I tried to merge them, but could not get it to work.<br>
<br>Anyone has any idea?<br><br>Thanks,<br>JB <br>