<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CUC 7.1(3b) - 'set cuc ldapfilter .....' in Unified Communications Infrastructure</title>
    <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447448#M81076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;update ldapfilter set filter = ='(....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;two = =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should start:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;update ldapfilter set filter = '(....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jun 2010 17:05:07 GMT</pubDate>
    <dc:creator>Aaron Harrison</dc:creator>
    <dc:date>2010-06-16T17:05:07Z</dc:date>
    <item>
      <title>CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447434#M81062</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're looking to filter our LDAP directory in CUC 7.1(3b) to only pull in accounts where the 'ipPhone' field contains something (or is not null).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've been able to successfully implement this in CUCM, so that our Corporate Directory only lists AD accounts with the ipPhone field populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to guides we've found online the command from CLI is, 'set cuc ldapfilter {insert filter}'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax we're trying to use is:&lt;/P&gt;&lt;P&gt;set cuc ldapfilter '(&amp;amp;(objectclass=user)(!(objectclass=Computer))(!(UserAccountControl:1.2.840.113556.1.4.803:=2))(ipPhone=*))'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the CUC CLI removes the ampersand (&amp;amp;) from the beginning of the string, so we end up with the following if we paste in the above filter:&lt;/P&gt;&lt;P&gt;set cuc ldapfilter '((objectclass=user)(!(objectclass=Computer))(!(UserAccountControl:1.2.840.113556.1.4.803:=2))(ipPhone=*))'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone successfully implemented LDAP filtering in CUC, if so can you please post a sample syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, does anyone know how to type/enter an ampersand (&amp;amp;) in CUC CLI?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 07:51:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447434#M81062</guid>
      <dc:creator>david.kelsen</dc:creator>
      <dc:date>2019-03-19T07:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447435#M81063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe that your syntax is incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From this guide:&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.ciscosystems.com/en/US/docs/voice_ip_comm/cucm/cli_ref/7_1_3/cli_ref_713.html#wp39913"&gt;http://www.ciscosystems.com/en/US/docs/voice_ip_comm/cucm/cli_ref/7_1_3/cli_ref_713.html#wp39913&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'set cuc ldapfilter' is a wizard based command.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;admin:&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;set cuc ldapfilter&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please select the LDAP server type for which you wish to set the filter:&lt;BR /&gt;1 Microsoft Active Directory&lt;BR /&gt;2 Netscape or Sun ONE LDAP Server&lt;BR /&gt;3 OpenLDAP&lt;BR /&gt;4 Microsoft Active Directory Application Mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection: &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current filter:&lt;BR /&gt;(&amp;amp;(objectclass=user)(!(objectclass=Computer))(!(UserAccountControl:1.2.840.113556.1.4.803:=2)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New Filter:&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;(&amp;amp;(objectclass=user)(!(objectclass=Computer))(!(UserAccountControl:1.2.840.113556.1.4.803:=2))(ipPhone=*))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filter updated successfully.&lt;/P&gt;&lt;P&gt;admin:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The items in &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;blue and bold &lt;/STRONG&gt;&lt;/SPAN&gt;represent data you would input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tested this on my 7.1(3b) lab system and the ampersand is not lost.&amp;nbsp; So, try entering "set cuc ldapfilter" by itself and hit enter.&amp;nbsp; Follow the wizard and see if you are still having problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Apr 2010 23:57:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447435#M81063</guid>
      <dc:creator>William Bell</dc:creator>
      <dc:date>2010-04-27T23:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447436#M81064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just applied the filter successfully following your guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It wasn't clear in the Cisco Guides I'd read that the command 'set cuc ldapfilter' was a wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for your help William.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 00:21:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447436#M81064</guid>
      <dc:creator>david.kelsen</dc:creator>
      <dc:date>2010-04-28T00:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447437#M81065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed you sucessfully created custom filter in CUCM &amp;amp; wanted to check if you can provide more details to me. I am running CUCM 5.1.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i followed the steps mentioned at below forum but i am stuck becuase i am getting file not found error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://uccert.wikidot.com/forum/t-134148"&gt;http://uccert.wikidot.com/forum/t-134148&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\ccmUpgrade&amp;gt; java -cp .\classes;.\lib\saaj-api.jar;.\lib\saaj-impl.jar;.\lib\m&lt;BR /&gt;ail.jar;.\lib\activation.jar;.\lib\jaxm-api.jar;.\lib\jaxm-runtime.jar;.\lib\xer&lt;BR /&gt;cesImpl.jar;.\lib\xml-apis.jar AxlSqlToolkit -username=ccmapplication -password=&lt;BR /&gt;cisco -host=10.236.18.17 -input=LDAPFilter.xml&lt;BR /&gt;java.io.FileNotFoundException: LDAPFilter.xml (The system cannot find the file s&lt;BR /&gt;pecified)&lt;BR /&gt;at java.io.FileInputStream.open(Native Method)&lt;BR /&gt;at java.io.FileInputStream.&lt;INIT&gt;(Unknown Source)&lt;BR /&gt;at java.io.FileInputStream.&lt;INIT&gt;(Unknown Source)&lt;BR /&gt;at AxlSqlToolkit.execute(AxlSqlToolkit.java:188)&lt;BR /&gt;at AxlSqlToolkit.main(AxlSqlToolkit.java:244)&lt;/INIT&gt;&lt;/INIT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea what i am missing, i verified xml filename but it may be something on my sql command. Below is content of my sql commands under xml file. can you&amp;nbsp; check what i am missing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;!--DTD generated by XMLSPY v5 rel. 4 U (&lt;a href="http://www.xmlspy.com"&gt;http://www.xmlspy.com&lt;/a&gt;)--&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DATA&gt;&lt;BR /&gt; &lt;SQL query="select * from ldapfilter where tkldapserver=1"&gt;&lt;/SQL&gt;&lt;BR /&gt; &lt;SQL update="update ldapfilter set filter ='(&amp;amp;(objectclass=user)(!(objectclass=Computer))(!(UserAccountControl:1.2.840.113556.1.4.803:=2))(telephonenumber=*))' where tkldapserver=1"&gt;&lt;/SQL&gt;&lt;BR /&gt; &lt;SQL query="select * from ldapfilter where tkldapserver=1"&gt;&lt;/SQL&gt;&lt;BR /&gt;&lt;/DATA&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know if you can provide some easy seteps to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 14:06:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447437#M81065</guid>
      <dc:creator>satish rawat</dc:creator>
      <dc:date>2010-06-16T14:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447438#M81066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The app isn't finding your LDAPFilter.xml file (as the error states).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the -input parameter, specify the full path:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-input=c:\ccmupgrade\LDAPFilter.xml&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Aaron&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate helpful posts...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 14:11:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447438#M81066</guid>
      <dc:creator>Aaron Harrison</dc:creator>
      <dc:date>2010-06-16T14:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447439#M81067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick response !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried using the file path but ends up in same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the output from my command prompt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\ccmUpgrade&amp;gt;java -cp .\classes;.\lib\saaj-api.jar;.\lib\saaj-impl.jar;.\lib\ma&lt;BR /&gt;il.jar;.\lib\activation.jar;.\lib\jaxm-api.jar;.\lib\jaxm-runtime.jar;.\lib\xerc&lt;BR /&gt;esImpl.jar;.\lib\xml-apis.jar AxlSqlToolkit -username=ccmapplication -password=c&lt;BR /&gt;isco -host=10.236.18.17 -input=test.xml&lt;BR /&gt;[Fatal Error] :13:48: The entity name must immediately follow the '&amp;amp;' in the ent&lt;BR /&gt;ity reference.&lt;BR /&gt;org.xml.sax.SAXParseException: The entity name must immediately follow the '&amp;amp;' i&lt;BR /&gt;n the entity reference.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at AxlSqlToolkit.execute(AxlSqlToolkit.java:188)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at AxlSqlToolkit.main(AxlSqlToolkit.java:244)&lt;/P&gt;&lt;P&gt;C:\ccmUpgrade&amp;gt;&lt;BR /&gt;C:\ccmUpgrade&amp;gt;&lt;BR /&gt;C:\ccmUpgrade&amp;gt;&lt;BR /&gt;C:\ccmUpgrade&amp;gt;java -cp .\classes;.\lib\saaj-api.jar;.\lib\saaj-impl.jar;.\lib\ma&lt;BR /&gt;il.jar;.\lib\activation.jar;.\lib\jaxm-api.jar;.\lib\jaxm-runtime.jar;.\lib\xerc&lt;BR /&gt;esImpl.jar;.\lib\xml-apis.jar AxlSqlToolkit -username=ccmapplication -password=c&lt;BR /&gt;isco -host=10.236.18.17 -input=test.xml&lt;BR /&gt;select * from ldapfilter where tkldapserver=1&lt;BR /&gt;*****************************************************************************&lt;BR /&gt;Sending message...&lt;BR /&gt;---------------------&lt;BR /&gt;&lt;ENVELOPE SOAP-ENV="&amp;lt;a href=" =""&gt;&lt;S&gt;http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;&lt;S&gt;&lt;BR /&gt;OAP-ENV:Header/&amp;gt;&lt;BODY&gt;&lt;EXECUTESQLQUERY sequence="1276697871719"&gt;&lt;SQL&gt;se&lt;BR /&gt;lect * from ldapfilter where tkldapserver=1&lt;/SQL&gt;&lt;/EXECUTESQLQUERY&gt;&lt;/BODY&gt;dy&amp;gt;&lt;/S&gt;&lt;/S&gt;&lt;/ENVELOPE&gt;&lt;BR /&gt;---------------------&lt;BR /&gt;Positive response received.&lt;BR /&gt;---------------------&lt;BR /&gt;&lt;ENVELOPE SOAP-ENV="&amp;lt;a href=" =""&gt;http://schemas.xmlsoap.org/soap/envelope/" SO&lt;BR /&gt;AP-ENV:encodingStyle="&lt;A href="http://schemas.xmlsoap.org/soap/encoding/&amp;quot;&amp;gt;&amp;lt;SOAP-ENV:Heade"&gt;http://schemas.xmlsoap.org/soap/encoding/"&amp;gt;&lt;HEADE&gt;&lt;/HEADE&gt;&lt;/A&gt;&lt;BR /&gt;r/&amp;gt;&lt;BODY&gt;&lt;EXECUTESQLQUERYRESPONSE AXL="&amp;lt;a href=" =""&gt;http://www.cisco.com/A&lt;BR /&gt;XL/API/1.0" xmlns:xsi="&lt;A href="http://www.cisco.com/AXL/API/1.0"&gt;http://www.cisco.com/AXL/API/1.0&lt;/A&gt;" sequence="1276697871719&lt;BR /&gt;"&amp;gt;&lt;RETURN&gt;&lt;ROW&gt;&lt;PKID&gt;c8b4c680-ead1-43c0-a264-27da8142c539&lt;/PKID&gt;&lt;TKLDAPSERVER&gt;1&amp;lt;&lt;BR /&gt;/tkldapserver&amp;gt;&lt;FILTER&gt;(&amp;amp;(objectclass=user)(!(objectclass=Computer))(!(UserAc&lt;BR /&gt;countControl:1.2.840.113556.1.4.803:=2)))&lt;/FILTER&gt;&lt;/TKLDAPSERVER&gt;&lt;/ROW&gt;&lt;/RETURN&gt;LQueryResponse&amp;gt;&lt;/EXECUTESQLQUERYRESPONSE&gt;&lt;/BODY&gt;&lt;BR /&gt;---------------------&lt;/ENVELOPE&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;C:\ccmUpgrade&amp;gt;&lt;BR /&gt;C:\ccmUpgrade&amp;gt;&lt;BR /&gt;C:\ccmUpgrade&amp;gt;&lt;BR /&gt;C:\ccmUpgrade&amp;gt;&lt;BR /&gt;C:\ccmUpgrade&amp;gt;&lt;BR /&gt;C:\ccmUpgrade&amp;gt;&lt;BR /&gt;C:\ccmUpgrade&amp;gt;&lt;BR /&gt;C:\ccmUpgrade&amp;gt;&lt;BR /&gt;C:\ccmUpgrade&amp;gt;&lt;BR /&gt;C:\ccmUpgrade&amp;gt;&lt;BR /&gt;C:\ccmUpgrade&amp;gt;java -cp .\classes;.\lib\saaj-api.jar;.\lib\saaj-impl.jar;.\lib\ma&lt;BR /&gt;il.jar;.\lib\activation.jar;.\lib\jaxm-api.jar;.\lib\jaxm-runtime.jar;.\lib\xerc&lt;BR /&gt;esImpl.jar;.\lib\xml-apis.jar AxlSqlToolkit -username=ccmapplication -password=c&lt;BR /&gt;isco -host=10.236.18.17 -input=c:\ccmupgrade\LDAPFilter.xml&lt;BR /&gt;java.io.FileNotFoundException: c:\ccmupgrade\LDAPFilter.xml (The system cannot f&lt;BR /&gt;ind the file specified)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileInputStream.open(Native Method)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileInputStream.&lt;INIT&gt;(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileInputStream.&lt;INIT&gt;(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at AxlSqlToolkit.execute(AxlSqlToolkit.java:188)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at AxlSqlToolkit.main(AxlSqlToolkit.java:244)&lt;/INIT&gt;&lt;/INIT&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 14:21:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447439#M81067</guid>
      <dc:creator>satish rawat</dc:creator>
      <dc:date>2010-06-16T14:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447440#M81068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is your LDAPFilter file? Is it in c:\ccmupgrade?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file you attached to the post earlier is named "LDAP Filter.xml" (with a space in the middle). If your file on disk has the space, rename it to remove the space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 14:50:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447440#M81068</guid>
      <dc:creator>Aaron Harrison</dc:creator>
      <dc:date>2010-06-16T14:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447441#M81069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes the file is in &lt;SPAN style="color: #ff0000;"&gt;C:\ccmUpgrade&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see i have tried diffrent combinations and it still errrors, i think this has something to do with contents of xml file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;notice when i used a diffrent filename( test.xml) it didnt error though the path mentiond doesnt have&lt;SPAN style="color: #ff0000;"&gt; &lt;STRONG&gt;C:\ccmUpgrade&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;C:\ccmUpgrade&amp;gt;java -cp .\classes;.\lib\saaj-api.jar;.\lib\saaj-impl.jar;.\lib\ma&lt;BR /&gt;il.jar;.\lib\activation.jar;.\lib\jaxm-api.jar;.\lib\jaxm-runtime.jar;.\lib\xerc&lt;BR /&gt;esImpl.jar;.\lib\xml-apis.jar AxlSqlToolkit -username=ccmapplication -password=c&lt;BR /&gt;isco -host=10.236.18.17 -input=c:\ccmupgrade\LDAP Filter1.xml&lt;BR /&gt;&lt;/SPAN&gt;AxlTestDriver (Java) parameters and options:&lt;BR /&gt;&amp;nbsp; -username=&lt;VALUE&gt;: use the specified username instead of default&lt;BR /&gt;&amp;nbsp; -password=&lt;VALUE&gt;: use the specified password instead of default&lt;BR /&gt;&amp;nbsp; -host=&lt;HOSTNAME or="" ip=""&gt;: use the specified hostname&lt;BR /&gt;&amp;nbsp; -port=&lt;PORTNUMBER&gt;: use the specified portnumber&lt;BR /&gt;&amp;nbsp; -input=&lt;FILENAME&gt;: use the specified file as the source of the sql statements&lt;BR /&gt;&amp;nbsp; -output=&lt;FILENAME&gt;: use the specified file as the destination of the AXL respo&lt;BR /&gt;nses&lt;/FILENAME&gt;&lt;/FILENAME&gt;&lt;/PORTNUMBER&gt;&lt;/HOSTNAME&gt;&lt;/VALUE&gt;&lt;/VALUE&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;C:\ccmUpgrade&amp;gt;java -cp .\classes;.\lib\saaj-api.jar;.\lib\saaj-impl.jar;.\lib\ma&lt;BR /&gt;il.jar;.\lib\activation.jar;.\lib\jaxm-api.jar;.\lib\jaxm-runtime.jar;.\lib\xerc&lt;BR /&gt;esImpl.jar;.\lib\xml-apis.jar AxlSqlToolkit -username=ccmapplication -password=c&lt;BR /&gt;isco -host=10.236.18.17 -input=c:\ccmupgrade\LDAPFilter1.xml&lt;BR /&gt;&lt;/SPAN&gt;java.io.FileNotFoundException: c:\ccmupgrade\LDAPFilter1.xml (The system cannot&lt;BR /&gt;find the file specified)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileInputStream.open(Native Method)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileInputStream.&lt;INIT&gt;(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileInputStream.&lt;INIT&gt;(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at AxlSqlToolkit.execute(AxlSqlToolkit.java:188)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at AxlSqlToolkit.main(AxlSqlToolkit.java:244)&lt;/INIT&gt;&lt;/INIT&gt;&lt;/P&gt;&lt;P&gt;C:\ccmUpgrade&amp;gt;&lt;BR /&gt;C:\ccmUpgrade&amp;gt;&lt;BR /&gt;&lt;SPAN style="color: #ff6600;"&gt;C:\ccmUpgrade&amp;gt;java -cp .\classes;.\lib\saaj-api.jar;.\lib\saaj-impl.jar;.\lib\ma&lt;BR /&gt;il.jar;.\lib\activation.jar;.\lib\jaxm-api.jar;.\lib\jaxm-runtime.jar;.\lib\xerc&lt;BR /&gt;esImpl.jar;.\lib\xml-apis.jar AxlSqlToolkit -username=ccmapplication -password=c&lt;BR /&gt;isco -host=10.236.18.17 -input=LDAPFilter1.xml&lt;/SPAN&gt;&lt;BR /&gt;java.io.FileNotFoundException: LDAPFilter1.xml (The system cannot find the file&lt;BR /&gt;specified)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileInputStream.open(Native Method)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileInputStream.&lt;INIT&gt;(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileInputStream.&lt;INIT&gt;(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at AxlSqlToolkit.execute(AxlSqlToolkit.java:188)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at AxlSqlToolkit.main(AxlSqlToolkit.java:244)&lt;/INIT&gt;&lt;/INIT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;C:\ccmUpgrade&amp;gt;java -cp .\classes;.\lib\saaj-api.jar;.\lib\saaj-impl.jar;.\lib\ma&lt;BR /&gt;il.jar;.\lib\activation.jar;.\lib\jaxm-api.jar;.\lib\jaxm-runtime.jar;.\lib\xerc&lt;BR /&gt;esImpl.jar;.\lib\xml-apis.jar AxlSqlToolkit -username=ccmapplication -password=c&lt;BR /&gt;isco -host=10.236.18.17 -input=LDAP Filter1.xml&lt;/SPAN&gt;&lt;BR /&gt;AxlTestDriver (Java) parameters and options:&lt;BR /&gt;&amp;nbsp; -username=&lt;VALUE&gt;: use the specified username instead of default&lt;BR /&gt;&amp;nbsp; -password=&lt;VALUE&gt;: use the specified password instead of default&lt;BR /&gt;&amp;nbsp; -host=&lt;HOSTNAME or="" ip=""&gt;: use the specified hostname&lt;BR /&gt;&amp;nbsp; -port=&lt;PORTNUMBER&gt;: use the specified portnumber&lt;BR /&gt;&amp;nbsp; -input=&lt;FILENAME&gt;: use the specified file as the source of the sql statements&lt;BR /&gt;&amp;nbsp; -output=&lt;FILENAME&gt;: use the specified file as the destination of the AXL respo&lt;BR /&gt;nses&lt;/FILENAME&gt;&lt;/FILENAME&gt;&lt;/PORTNUMBER&gt;&lt;/HOSTNAME&gt;&lt;/VALUE&gt;&lt;/VALUE&gt;&lt;/P&gt;&lt;P&gt;C:\ccmUpgrade&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in&amp;nbsp; order to rule out that it is issue with file pathname or file name i used a diffrent filename ( just for&amp;nbsp; testing ) and didnt error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;C:\ccmUpgrade&amp;gt;java -cp .\classes;.\lib\saaj-api.jar;.\lib\saaj-impl.jar;.\lib\ma&lt;BR /&gt;il.jar;.\lib\activation.jar;.\lib\jaxm-api.jar;.\lib\jaxm-runtime.jar;.\lib\xerc&lt;BR /&gt;esImpl.jar;.\lib\xml-apis.jar AxlSqlToolkit -username=ccmapplication -password=c&lt;BR /&gt;isco -host=10.236.18.17 -input=test.xml&lt;BR /&gt;&lt;/SPAN&gt;select * from ldapfilter where tkldapserver=1&lt;BR /&gt;*****************************************************************************&lt;BR /&gt;Sending message...&lt;BR /&gt;---------------------&lt;BR /&gt;&lt;ENVELOPE SOAP-ENV="&amp;lt;a href=" =""&gt;&lt;S&gt;http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;&lt;S&gt;&lt;BR /&gt;OAP-ENV:Header/&amp;gt;&lt;BODY&gt;&lt;EXECUTESQLQUERY sequence="1276702654499"&gt;&lt;SQL&gt;se&lt;BR /&gt;lect * from ldapfilter where tkldapserver=1&lt;/SQL&gt;&lt;/EXECUTESQLQUERY&gt;&lt;/BODY&gt;dy&amp;gt;&lt;/S&gt;&lt;/S&gt;&lt;/ENVELOPE&gt;&lt;BR /&gt;---------------------&lt;BR /&gt;Positive response received.&lt;BR /&gt;---------------------&lt;BR /&gt;&lt;ENVELOPE SOAP-ENV="&amp;lt;a href=" =""&gt;http://schemas.xmlsoap.org/soap/envelope/" SO&lt;BR /&gt;AP-ENV:encodingStyle="&lt;A href="http://schemas.xmlsoap.org/soap/encoding/&amp;quot;&amp;gt;&amp;lt;SOAP-ENV:Heade"&gt;http://schemas.xmlsoap.org/soap/encoding/"&amp;gt;&lt;HEADE&gt;&lt;/HEADE&gt;&lt;/A&gt;&lt;BR /&gt;r/&amp;gt;&lt;BODY&gt;&lt;EXECUTESQLQUERYRESPONSE AXL="&amp;lt;a href=" =""&gt;http://www.cisco.com/A&lt;BR /&gt;XL/API/1.0" xmlns:xsi="&lt;A href="http://www.cisco.com/AXL/API/1.0"&gt;http://www.cisco.com/AXL/API/1.0&lt;/A&gt;" sequence="1276702654499&lt;BR /&gt;"&amp;gt;&lt;RETURN&gt;&lt;ROW&gt;&lt;PKID&gt;c8b4c680-ead1-43c0-a264-27da8142c539&lt;/PKID&gt;&lt;TKLDAPSERVER&gt;1&amp;lt;&lt;BR /&gt;/tkldapserver&amp;gt;&lt;FILTER&gt;(&amp;amp;(objectclass=user)(!(objectclass=Computer))(!(UserAc&lt;BR /&gt;countControl:1.2.840.113556.1.4.803:=2)))&lt;/FILTER&gt;&lt;/TKLDAPSERVER&gt;&lt;/ROW&gt;&lt;/RETURN&gt;LQueryResponse&amp;gt;&lt;/EXECUTESQLQUERYRESPONSE&gt;&lt;/BODY&gt;&lt;BR /&gt;---------------------&lt;/ENVELOPE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 15:42:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447441#M81069</guid>
      <dc:creator>satish rawat</dc:creator>
      <dc:date>2010-06-16T15:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447442#M81070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i&amp;nbsp; rename to LDAFiter.xml to test.xml i get below error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\ccmUpgrade&amp;gt;java -cp .\classes;.\lib\saaj-api.jar;.\lib\saaj-impl.jar;.\lib\ma&lt;BR /&gt;il.jar;.\lib\activation.jar;.\lib\jaxm-api.jar;.\lib\jaxm-runtime.jar;.\lib\xerc&lt;BR /&gt;esImpl.jar;.\lib\xml-apis.jar AxlSqlToolkit -username=ccmapplication -password=c&lt;BR /&gt;isco -host=10.236.18.17 -input=LDAPFilter1.xml&lt;BR /&gt;java.io.FileNotFoundException: LDAPFilter1.xml (The system cannot find the file&lt;BR /&gt;specified)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileInputStream.open(Native Method)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileInputStream.&lt;INIT&gt;(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileInputStream.&lt;INIT&gt;(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at AxlSqlToolkit.execute(AxlSqlToolkit.java:188)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at AxlSqlToolkit.main(AxlSqlToolkit.java:244)&lt;/INIT&gt;&lt;/INIT&gt;&lt;/P&gt;&lt;P&gt;C:\ccmUpgrade&amp;gt;&lt;BR /&gt;C:\ccmUpgrade&amp;gt;java -cp .\classes;.\lib\saaj-api.jar;.\lib\saaj-impl.jar;.\lib\ma&lt;BR /&gt;il.jar;.\lib\activation.jar;.\lib\jaxm-api.jar;.\lib\jaxm-runtime.jar;.\lib\xerc&lt;BR /&gt;esImpl.jar;.\lib\xml-apis.jar AxlSqlToolkit -username=ccmapplication -password=c&lt;BR /&gt;isco -host=10.236.18.17 -input=test.xml&lt;BR /&gt;[Fatal Error] :13:48: The entity name must immediately follow the '&amp;amp;' in the ent&lt;BR /&gt;ity reference.&lt;BR /&gt;org.xml.sax.SAXParseException: The entity name must immediately follow the '&amp;amp;' i&lt;BR /&gt;n the entity reference.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at AxlSqlToolkit.execute(AxlSqlToolkit.java:188)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at AxlSqlToolkit.main(AxlSqlToolkit.java:244)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 15:46:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447442#M81070</guid>
      <dc:creator>satish rawat</dc:creator>
      <dc:date>2010-06-16T15:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447443#M81071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my last post I suggested you rename the file, not use a space in the parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you put a space in the parameter it probably won't work, as it will see the space as the end of the filename. Your other test filenames don't have spaces...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FileNotFoundException means just that; it doesn't matter what the contents of the file are because the app can't find the file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 15:47:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447443#M81071</guid>
      <dc:creator>Aaron Harrison</dc:creator>
      <dc:date>2010-06-16T15:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447444#M81072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK - now you are getting somewhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file is now found, however in XML '&amp;amp;' is a special character. It needs to be escaped by replacing the &amp;amp; in your LDAP query string with &amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So an example would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SQL query="UPDATE ldapfilter SET filter='(|(objectclass=contact)(&amp;amp;(objectclass=user)(!(objectclass=Computer))(!(UserAccountControl:1.2.840.113556.1.4.803:=2))))' WHERE tkldapserver=1"&gt;&lt;/SQL&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate helpful posts and mark answered questions that you've got a satisfactory response from to help identify useful content in the forums...&lt;BR /&gt;&lt;A href="https://community.cisco.com/docs/DOC-6212"&gt;https://supportforums.cisco.com/docs/DOC-6212&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 15:52:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447444#M81072</guid>
      <dc:creator>Aaron Harrison</dc:creator>
      <dc:date>2010-06-16T15:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447445#M81073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now when i replaced &amp;amp; with &amp;amp; i am getting another error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\ccmUpgrade&amp;gt;java -cp .\classes;.\lib\saaj-api.jar;.\lib\saaj-impl.jar;.\lib\ma&lt;BR /&gt;il.jar;.\lib\activation.jar;.\lib\jaxm-api.jar;.\lib\jaxm-runtime.jar;.\lib\xerc&lt;BR /&gt;esImpl.jar;.\lib\xml-apis.jar AxlSqlToolkit -username=ccmapplication -password=c&lt;BR /&gt;isco -host=10.236.18.17 -input=c:\ccmupgrade\LDAPFilter.xml&lt;BR /&gt;[Fatal Error] :13:51: The reference to entity "amp" must end with the ';' delimi&lt;BR /&gt;ter.&lt;BR /&gt;org.xml.sax.SAXParseException&lt;SPAN style="color: #ff0000;"&gt;: The reference to entity "amp" must end with the '&lt;BR /&gt;;' delimiter.&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at AxlSqlToolkit.execute(AxlSqlToolkit.java:188)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at AxlSqlToolkit.main(AxlSqlToolkit.java:244)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry i&amp;nbsp; have not background to sql or vb&amp;nbsp; , any idea where should this delimiter be inserted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 16:09:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447445#M81073</guid>
      <dc:creator>satish rawat</dc:creator>
      <dc:date>2010-06-16T16:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447446#M81074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like you have replaced &amp;amp; with &amp;amp; rather than &amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need the ; as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 16:23:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447446#M81074</guid>
      <dc:creator>Aaron Harrison</dc:creator>
      <dc:date>2010-06-16T16:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447447#M81075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Aaron for&amp;nbsp; your valuable help. the script fiinally works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when i look at sample.response file for results it says fatal error ( syntex error).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea what is wrong with my query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attaching the response file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 16:55:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447447#M81075</guid>
      <dc:creator>satish rawat</dc:creator>
      <dc:date>2010-06-16T16:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447448#M81076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;update ldapfilter set filter = ='(....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;two = =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should start:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;update ldapfilter set filter = '(....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 17:05:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447448#M81076</guid>
      <dc:creator>Aaron Harrison</dc:creator>
      <dc:date>2010-06-16T17:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447449#M81077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp; for all your help. I figured out the issue and rectificed my SQl query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the output&amp;nbsp; from CUCM CLI:&lt;/P&gt;&lt;P&gt;admin:run sql select * from ldapfilter where tkldapserver=1&lt;BR /&gt;pkid&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tkldapserver filter&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;==================================== ============ ================================================================================================================================================================================================================================================&lt;BR /&gt;c8b4c680-ead1-43c0-a264-27da8142c539 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&amp;amp;(objectclass=user)(!(objectclass=Computer))(!(UserAccountControl:1.2.840.113556.1.4.803:=2))(|(telephonenumber=2*)(telephonenumber=3*)( telephonenumber=4*)(telephonenumber=5*)(telephonenumber=6*)(telephonenumber=7*)( telephonenumber=8*)))&lt;BR /&gt;admin:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what would be my next&amp;nbsp; step&amp;nbsp; is my CUCM ready to import users per this filter. what else do i need to setup in CUCM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there seems to be not a document available to describer the steps on cisco.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 17:22:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447449#M81077</guid>
      <dc:creator>satish rawat</dc:creator>
      <dc:date>2010-06-16T17:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447450#M81078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not documented on Cisco.com as it's not supported. Version 8 allows you to do this via the GUI, which is supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at this post and the article that Bill wrote : &lt;A href="https://community.cisco.com/message/3047630?tstart=0"&gt;https://supportforums.cisco.com/message/3047630?tstart=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically if all is well you need to restart the DirSync service for the change to take effect, and then do a resync.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate helpful posts and mark answered questions that you've got a satisfactory response from to help identify useful content in the forums...&lt;BR /&gt;&lt;A href="https://community.cisco.com/docs/DOC-6212"&gt;https://supportforums.cisco.com/docs/DOC-6212&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 18:40:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447450#M81078</guid>
      <dc:creator>Aaron Harrison</dc:creator>
      <dc:date>2010-06-16T18:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447451#M81079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help yesterdday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one more questions maybe you can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I needed to create a LDAP query so that i can search users with telephone no&amp;nbsp; starting with 5 and any four digits. my current query states 5* and this will match 5 and any no of digits. Do you have any idea how to do this. here is my sql query for your&amp;nbsp; refrence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 10pt;"&gt;&lt;SPAN style="line-height: 115%; font-family: &amp;quot;Verdana&amp;quot;, &amp;quot;sans-serif&amp;quot;; color: black; font-size: 10pt;"&gt;&lt;SQL update="update ldapfilter set &amp;lt;strong style=" =""&gt;filter ='(&amp;amp;(objectclass=user)(!(objectclass=Computer))(!(UserAccountControl:1.2.840.113556.1.4.803:=2))(|(&lt;/SQL&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-font-family: Courier; line-height: 115%; mso-bidi-font-size: 7.5pt; color: black; font-size: 12pt; font-family: Courier; "&gt;telephonenumber=2*&lt;/SPAN&gt;&lt;SPAN style="line-height: 115%; font-family: &amp;quot;Verdana&amp;quot;, &amp;quot;sans-serif&amp;quot;; color: black; font-size: 10pt;"&gt;)(&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-font-family: Courier; line-height: 115%; mso-bidi-font-size: 7.5pt; color: black; font-size: 12pt; font-family: Courier; "&gt;telephonenumber=3*&lt;/SPAN&gt;&lt;SPAN style="line-height: 115%; font-family: &amp;quot;Verdana&amp;quot;, &amp;quot;sans-serif&amp;quot;; color: black; font-size: 10pt;"&gt;)(&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-font-family: Courier; line-height: 115%; mso-bidi-font-size: 7.5pt; color: black; font-size: 12pt; font-family: Courier; "&gt;telephonenumber=&lt;/SPAN&gt;&lt;SPAN style="line-height: 115%; font-family: &amp;quot;Verdana&amp;quot;, &amp;quot;sans-serif&amp;quot;; color: black; font-size: 10pt;"&gt;)(&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-font-family: Courier; line-height: 115%; mso-bidi-font-size: 7.5pt; color: black; font-size: 12pt; font-family: Courier; "&gt; telephonenumber=&lt;/SPAN&gt;&lt;SPAN style="line-height: 115%; font-family: &amp;quot;Verdana&amp;quot;, &amp;quot;sans-serif&amp;quot;; color: black; font-size: 10pt;"&gt;4*)(&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-font-family: Courier; line-height: 115%; mso-bidi-font-size: 7.5pt; color: black; font-size: 12pt; font-family: Courier; "&gt;telephonenumber=&lt;/SPAN&gt;&lt;SPAN style="line-height: 115%; font-family: &amp;quot;Verdana&amp;quot;, &amp;quot;sans-serif&amp;quot;; color: black; font-size: 10pt;"&gt;5*)(&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-font-family: Courier; line-height: 115%; mso-bidi-font-size: 7.5pt; color: black; font-size: 12pt; font-family: Courier; "&gt;telephonenumber=&lt;/SPAN&gt;&lt;SPAN style="line-height: 115%; font-family: &amp;quot;Verdana&amp;quot;, &amp;quot;sans-serif&amp;quot;; color: black; font-size: 10pt;"&gt;6*)(&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-font-family: Courier; line-height: 115%; mso-bidi-font-size: 7.5pt; color: black; font-size: 12pt; font-family: Courier; "&gt;telephonenumber=&lt;/SPAN&gt;&lt;SPAN style="line-height: 115%; font-family: &amp;quot;Verdana&amp;quot;, &amp;quot;sans-serif&amp;quot;; color: black; font-size: 10pt;"&gt;7*)(&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-font-family: Courier; line-height: 115%; mso-bidi-font-size: 7.5pt; color: black; font-size: 12pt; font-family: Courier; "&gt; telephonenumber=8*&lt;/SPAN&gt;&lt;SPAN style="line-height: 115%; font-family: &amp;quot;Verdana&amp;quot;, &amp;quot;sans-serif&amp;quot;; color: black; font-size: 10pt;"&gt;)))' where tkldapserver=1"/&amp;gt; &lt;BR /&gt;&lt;SQL query="select * from ldapfilter where tkldapserver=1"&gt;&lt;/SQL&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 15:10:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447451#M81079</guid>
      <dc:creator>satish rawat</dc:creator>
      <dc:date>2010-06-17T15:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447452#M81080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using nested greater than/less thans... I seem to recall doing this at some point but not really in a position to test:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoPlainText" style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN style="font-family: Consolas; color: #000000; font-size: 12pt;"&gt;&lt;SQL update="update ldapfilter set *filter* ='(&amp;amp;(objectclass=user)(!(objectclass=Computer))(!(UserAccountControl:1.2.840.113556.1.4.803:=2))(|(telephonenumber=2*)(telephonenumber=3*)(telephonenumber=)( telephonenumber=4*)(|(telephonenumber&amp;gt;=50000)(telephonenumber&amp;lt;=59999))(telephonenumber=6*)(telephonenumber=7*)( telephonenumber=8*)))' where tkldapserver=1"&gt;&lt;/SQL&gt; &lt;SQL query="select * from ldapfilter where tkldapserver=1"&gt;&lt;/SQL&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoPlainText" style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P class="MsoPlainText" style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN style="font-family: Consolas; color: #000000; font-size: 12pt;"&gt; &lt;SPAN style="color: #333333; font-size: 10pt;"&gt;Regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoPlainText" style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P class="MsoPlainText" style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN style="font-family: Consolas;"&gt;Aaron&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 21:08:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447452#M81080</guid>
      <dc:creator>Aaron Harrison</dc:creator>
      <dc:date>2010-06-17T21:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: CUC 7.1(3b) - 'set cuc ldapfilter .....'</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447453#M81081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you check if below query is good to match dial range &lt;A href="https://community.cisco.com/2-8"&gt;&lt;/A&gt;XXXX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This runs fine from command prompt as well as CLI  but I don’t see any user  imported in CUCM while when I used expression ))(|(telephonenumber=2&lt;EM&gt;&lt;A href="https://community.cisco.com/0-9"&gt;&lt;/A&gt;&lt;/EM&gt;&lt;A href="https://community.cisco.com/0-9"&gt;&lt;/A&gt;&lt;EM&gt;&lt;A href="https://community.cisco.com/0-9"&gt;&lt;/A&gt;&lt;/EM&gt;&lt;A href="https://community.cisco.com/0-9"&gt;&lt;/A&gt;))) it worked cannot match my entire dial range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&lt;SQL update="update ldapfilter set filter ='(&amp;amp;(objectclass=user)(!(objectclass=Computer))(!(UserAccountControl:1.2.840.113556.1.4.803:=2))(|(telephonenumber=^[2-8]&amp;lt;em&amp;gt;&amp;lt;a href=" 0-9=""&gt;&lt;A href="https://community.cisco.com/0-9"&gt;&lt;/A&gt;&lt;EM&gt;&lt;A href="https://community.cisco.com/0-9"&gt;&lt;/A&gt;&lt;/EM&gt;&lt;A href="https://community.cisco.com/0-9"&gt;&lt;/A&gt;)))' where tkldapserver=1"/&amp;gt; &lt;/SQL&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thannks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 22:31:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/cuc-7-1-3b-set-cuc-ldapfilter/m-p/1447453#M81081</guid>
      <dc:creator>satish rawat</dc:creator>
      <dc:date>2010-06-17T22:31:14Z</dc:date>
    </item>
  </channel>
</rss>

