<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-1449 "Error evaluating function 'ldapsearch': For input string:" error thrown when using ldapSearch function over LDAPS</title><link>https://community.appian.com/support/w/kb/768/kb-1449-error-evaluating-function-ldapsearch-for-input-string-error-thrown-when-using-ldapsearch-function-over-ldaps</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1449 "Error evaluating function 'ldapsearch': For input string:" error thrown when using ldapSearch function over LDAPS</title><link>https://community.appian.com/support/w/kb/768/kb-1449-error-evaluating-function-ldapsearch-for-input-string-error-thrown-when-using-ldapsearch-function-over-ldaps</link><pubDate>Tue, 16 Jan 2018 21:53:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4e7b9f18-b01e-426b-8d4a-53b2591c7f0b</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/768/kb-1449-error-evaluating-function-ldapsearch-for-input-string-error-thrown-when-using-ldapsearch-function-over-ldaps#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 1/16/2018 9:53:12 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When trying to&amp;nbsp;use the &lt;code&gt;ldapSearch()&lt;/code&gt; function from the &lt;a href="/b/appmarket/posts/ldap-tools" target="_blank"&gt;LDAP Tools plugin&lt;/a&gt; over LDAPS (LDAP over SSL) the following error occurs in the expression editor:&lt;/p&gt;
&lt;pre&gt;Expression evaluation error at function &amp;#39;ldapsearch&amp;#39;: Error evaluating function &amp;#39;ldapsearch&amp;#39; : For input string: &amp;quot;636/dc=internal,dc=server,dc=com&amp;quot;&lt;/pre&gt;
&lt;p&gt;There are no errors printed in the application server log.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The plugin cannot correctly parse the given LDAPS URL&amp;nbsp;when the base DN is appended to the connection URL.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Instead of specifying the base DN within&amp;nbsp;the &lt;code&gt;url&lt;/code&gt; field of the LDAP config object, use the &lt;code&gt;basedn&lt;/code&gt; field to specify the needed base DN.&lt;/p&gt;
&lt;p&gt;For example, instead of using:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;url: &amp;quot;ldaps://&amp;lt;ldaps_server&amp;gt;:636/dc=internal,dc=&amp;lt;server&amp;gt;,dc=com&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Perform the following:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;url: &amp;quot;ldaps://&amp;lt;ldaps_server&amp;gt;:636&amp;quot;,&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;baseDn: &amp;quot;dc=internal,dc=&amp;lt;server&amp;gt;,dc=com&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: LDAP, authentication, plugins, LDAP Tools&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX "Error evaluating function 'ldapsearch': For input string:" error thrown when using ldapSearch function over LDAPS</title><link>https://community.appian.com/support/w/kb/768/kb-1449-error-evaluating-function-ldapsearch-for-input-string-error-thrown-when-using-ldapsearch-function-over-ldaps/revision/5</link><pubDate>Mon, 15 Jan 2018 19:06:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4e7b9f18-b01e-426b-8d4a-53b2591c7f0b</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/768/kb-1449-error-evaluating-function-ldapsearch-for-input-string-error-thrown-when-using-ldapsearch-function-over-ldaps#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Parmida Borhani on 1/15/2018 7:06:29 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When trying to&amp;nbsp;use the &lt;code&gt;ldapSearch()&lt;/code&gt; function from the &lt;a href="/b/appmarket/posts/ldap-tools" target="_blank"&gt;LDAP Tools plugin&lt;/a&gt; over LDAPS (LDAP over SSL) the following error occurs in the expression editor:&lt;/p&gt;
&lt;pre&gt;Expression evaluation error at function &amp;#39;ldapsearch&amp;#39;: Error evaluating function &amp;#39;ldapsearch&amp;#39; : For input string: &amp;quot;636/dc=internal,dc=server,dc=com&amp;quot;&lt;/pre&gt;
&lt;p&gt;There are no errors printed in the application server log.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The plugin cannot correctly parse the given LDAPS URL&amp;nbsp;when the base DN is appended to the connection URL.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Instead of specifying the base DN within&amp;nbsp;the &lt;code&gt;url&lt;/code&gt; field of the LDAP config object, use the &lt;code&gt;basedn&lt;/code&gt; field to specify the needed base DN.&lt;/p&gt;
&lt;p&gt;For example, instead of using:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;url: &amp;quot;ldaps://&amp;lt;ldaps_server&amp;gt;:636/dc=internal,dc=&amp;lt;server&amp;gt;,dc=com&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Perform the following:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;url: &amp;quot;ldaps://&amp;lt;ldaps_server&amp;gt;:636&amp;quot;,&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;baseDn: &amp;quot;dc=internal,dc=&amp;lt;server&amp;gt;,dc=com&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: LDAP, authentication, plugins, LDAP Tools&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX "Error evaluating function 'ldapsearch': For input string:" error thrown when using ldapSearch function over LDAPS</title><link>https://community.appian.com/support/w/kb/768/kb-1449-error-evaluating-function-ldapsearch-for-input-string-error-thrown-when-using-ldapsearch-function-over-ldaps/revision/4</link><pubDate>Mon, 15 Jan 2018 19:05:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4e7b9f18-b01e-426b-8d4a-53b2591c7f0b</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/768/kb-1449-error-evaluating-function-ldapsearch-for-input-string-error-thrown-when-using-ldapsearch-function-over-ldaps#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Parmida Borhani on 1/15/2018 7:05:03 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When trying to&amp;nbsp;use the &lt;code&gt;ldapSearch()&lt;/code&gt; function from the &lt;a href="/b/appmarket/posts/ldap-tools" target="_blank"&gt;LDAP Tools plugin&lt;/a&gt; over LDAPS (LDAP over SSL) the following error occurs in the expression editor:&lt;/p&gt;
&lt;pre&gt;Expression evaluation error at function &amp;#39;ldapsearch&amp;#39;: Error evaluating function &amp;#39;ldapsearch&amp;#39; : For input string: &amp;quot;636/dc=internal,dc=server,dc=com&amp;quot;&lt;/pre&gt;
&lt;p&gt;There are no errors printed in the application server log.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The plugin cannot correctly parse the given LDAPS URL&amp;nbsp;when the base DN is appended to the connection URL.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Instead of specifying the base DN within&amp;nbsp;the &lt;code&gt;url&lt;/code&gt; field of the LDAP config object, use the &lt;code&gt;basedn&lt;/code&gt; field to specify the needed base DN.&lt;/p&gt;
&lt;p&gt;For example, instead of using&amp;nbsp;&lt;code&gt;url: &amp;quot;ldaps://&amp;lt;ldaps_server&amp;gt;:636/dc=internal,dc=&amp;lt;server&amp;gt;,dc=com&amp;quot;,&amp;nbsp;&lt;/code&gt;perform the following:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;url: &amp;quot;ldaps://&amp;lt;ldaps_server&amp;gt;:636&amp;quot;,&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;baseDn: &amp;quot;dc=internal,dc=&amp;lt;server&amp;gt;,dc=com&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: LDAP, authentication, plugins, LDAP Tools&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX "Error evaluating function 'ldapsearch': For input string:" error thrown when using ldapSearch function over LDAPS</title><link>https://community.appian.com/support/w/kb/768/kb-1449-error-evaluating-function-ldapsearch-for-input-string-error-thrown-when-using-ldapsearch-function-over-ldaps/revision/3</link><pubDate>Mon, 15 Jan 2018 19:03:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4e7b9f18-b01e-426b-8d4a-53b2591c7f0b</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/768/kb-1449-error-evaluating-function-ldapsearch-for-input-string-error-thrown-when-using-ldapsearch-function-over-ldaps#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Parmida Borhani on 1/15/2018 7:03:22 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When trying to&amp;nbsp;use the &lt;code&gt;ldapSearch()&lt;/code&gt; function from the &lt;a href="/b/appmarket/posts/ldap-tools" target="_blank"&gt;LDAP Tools plugin&lt;/a&gt; over LDAPS (LDAP over SSL) the following error occurs in the expression editor:&lt;/p&gt;
&lt;pre&gt;Expression evaluation error at function &amp;#39;ldapsearch&amp;#39;: Error evaluating function &amp;#39;ldapsearch&amp;#39; : For input string: &amp;quot;636/dc=internal,dc=server,dc=com&amp;quot;&lt;/pre&gt;
&lt;p&gt;There are no errors printed in the application server log.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The plugin cannot correctly parse the given LDAPS URL&amp;nbsp;when the base DN is appended to the connection URL.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Instead of specifying the base DN within&amp;nbsp;the &lt;code&gt;url&lt;/code&gt; field of the LDAP config object, use the &lt;code&gt;basedn&lt;/code&gt; field to specify the needed base DN.&lt;/p&gt;
&lt;p&gt;For example, instead of using&lt;/p&gt;
&lt;p&gt;&lt;code&gt;url: &amp;quot;ldaps://&amp;lt;ldaps_server&amp;gt;:636/dc=internal,dc=&amp;lt;server&amp;gt;,dc=com&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;perform the following:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;url: &amp;quot;ldaps://&amp;lt;ldaps_server&amp;gt;:636&amp;quot;,&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;baseDn: &amp;quot;dc=internal,dc=&amp;lt;server&amp;gt;,dc=com&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: LDAP, authentication, plugins, LDAP Tools&lt;/div&gt;
</description></item><item><title>"Error evaluating function 'ldapsearch' : For input string:" seen when trying to use the ldapsearch function over ldaps</title><link>https://community.appian.com/support/w/kb/768/kb-1449-error-evaluating-function-ldapsearch-for-input-string-error-thrown-when-using-ldapsearch-function-over-ldaps/revision/1</link><pubDate>Mon, 15 Jan 2018 16:14:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4e7b9f18-b01e-426b-8d4a-53b2591c7f0b</guid><dc:creator>Cali Nelson</dc:creator><comments>https://community.appian.com/support/w/kb/768/kb-1449-error-evaluating-function-ldapsearch-for-input-string-error-thrown-when-using-ldapsearch-function-over-ldaps#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Cali Nelson on 1/15/2018 4:14:54 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When trying to&amp;nbsp;use the ldapsearch function from the LDAP Tools plugin over ldaps the following error occurs in the expression editor:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Expression evaluation error at function &amp;#39;ldapsearch&amp;#39;: Error evaluating function &amp;#39;ldapsearch&amp;#39; : For input string: &amp;quot;636/dc=internal,dc=server,dc=com&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;There are no errors printed in the application server log.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The plugin cannot correctly parse the given ldaps url when the Base Dn is appended to the connection url.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Instead of specifying the Base Dn within&amp;nbsp;the &lt;code&gt;url&lt;/code&gt; field of the LDAP config object, use the &lt;code&gt;basedn&lt;/code&gt; field to specify the needed Base Dn.&lt;/p&gt;
&lt;p&gt;For example, instead of using&lt;/p&gt;
&lt;p&gt;&lt;code&gt;url: &amp;quot;ldaps://&amp;lt;ldaps_server&amp;gt;:636/dc=internal,dc=&amp;lt;server&amp;gt;,dc=com&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;you should do,&lt;/p&gt;
&lt;p&gt;&lt;code&gt;url: &amp;quot;ldaps://&amp;lt;ldaps_server&amp;gt;:636&amp;quot;,&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;baseDn: &amp;quot;dc=internal,dc=&amp;lt;server&amp;gt;,dc=com&amp;quot;&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: LDAP, authentication, plugins, LDAP Tools&lt;/div&gt;
</description></item><item><title>"Error evaluating function 'ldapsearch' : For input string:" seen when trying to use the ldapsearch function over ldaps</title><link>https://community.appian.com/support/w/kb/768/kb-1449-error-evaluating-function-ldapsearch-for-input-string-error-thrown-when-using-ldapsearch-function-over-ldaps/revision/2</link><pubDate>Mon, 15 Jan 2018 11:15:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4e7b9f18-b01e-426b-8d4a-53b2591c7f0b</guid><dc:creator>Cali Nelson</dc:creator><comments>https://community.appian.com/support/w/kb/768/kb-1449-error-evaluating-function-ldapsearch-for-input-string-error-thrown-when-using-ldapsearch-function-over-ldaps#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Cali Nelson on 1/15/2018 11:15:35 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When trying to&amp;nbsp;use the ldapsearch function from the LDAP Tools plugin over ldaps the following error occurs in the expression editor:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Expression evaluation error at function &amp;#39;ldapsearch&amp;#39;: Error evaluating function &amp;#39;ldapsearch&amp;#39; : For input string: &amp;quot;636/dc=internal,dc=server,dc=com&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;There are no errors printed in the application server log.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The plugin cannot correctly parse the given ldaps url when the Base Dn is appended to the connection url.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Instead of specifying the Base Dn within&amp;nbsp;the &lt;code&gt;url&lt;/code&gt; field of the LDAP config object, use the &lt;code&gt;basedn&lt;/code&gt; field to specify the needed Base Dn.&lt;/p&gt;
&lt;p&gt;For example, instead of using&lt;/p&gt;
&lt;p&gt;&lt;code&gt;url: &amp;quot;ldaps://&amp;lt;ldaps_server&amp;gt;:636/dc=internal,dc=&amp;lt;server&amp;gt;,dc=com&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;you should do,&lt;/p&gt;
&lt;p&gt;&lt;code&gt;url: &amp;quot;ldaps://&amp;lt;ldaps_server&amp;gt;:636&amp;quot;,&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;baseDn: &amp;quot;dc=internal,dc=&amp;lt;server&amp;gt;,dc=com&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: LDAP, authentication, plugins, LDAP Tools&lt;/div&gt;
</description></item></channel></rss>