I have used the component LDAPReader.
I have given the LDAPUrl also mentioning the host and port number.
I have also given the BaseDN and filter field.
When I run the graph, I get an error message
Exception in thread "main" java.lang.RuntimeException: Can't create object of type LDAP_READER with reason: null
Please can somebody provide a solution for this?
I have given the LDAPUrl also mentioning the host and port number.
I have also given the BaseDN and filter field.
When I run the graph, I get an error message
Exception in thread "main" java.lang.RuntimeException: Can't create object of type LDAP_READER with reason: null
Please can somebody provide a solution for this?
-
Please show your node code. -
<?xml version="1.0" encoding="UTF-8"?>
<Graph author="vinutha.harishankar" created="Wed Nov 04 15:01:59 IST 2009" guiVersion="2.8.0" id="1257327324989" licenseType="Evaluation evaluation" modified="Thu Nov 05 15:44:41 IST 2009" modifiedBy="vinutha.harishankar" name="LDAP" revision="1.13">
<Global>
<Property fileURL="workspace.prm" id="GraphParameter0"/>
</Global>
<Phase number="0">
<Node enabled="enabled" fileURL="${DATAOUT_DIR}/output_1" guiHeight="0" guiName="UniversalDataWriter" guiWidth="0" guiX="464" guiY="66" id="DATA_WRITER0" type="DATA_WRITER"/>
<Node enabled="enabled" guiHeight="0" guiName="LDAPReader" guiWidth="0" guiX="124" guiY="70" id="LDAP_READER0" password="cp.admin" type="LDAP_READER" user="cn=Directory Manager">
<attr name="ldapUrl"><![CDATA[ldap://10.253.150.225:389]]></attr>
<attr name="filter"><![CDATA[ou=People,o=sct.co.in,o=cp]]></attr>
<attr name="base"><![CDATA[o=cp]]></attr>
</Node>
<Edge fromNode="LDAP_READER0:0" guiBendpoints="" id="Edge0" inPort="Port 0 (in)" outPort="Port 0 (out)" toNode="DATA_WRITER0:0"/>
</Phase>
</Graph> -
<?xml version="1.0" encoding="UTF-8"?>
<Graph author="vinutha.harishankar" created="Wed Nov 04 15:01:59 IST 2009" guiVersion="2.8.0" id="1257327324989" licenseType="Evaluation evaluation" modified="Thu Nov 05 16:57:31 IST 2009" modifiedBy="vinutha.harishankar" name="LDAP" revision="1.16">
<Global>
<Metadata id="Metadata0">
<Record fieldDelimiter="|" name="recordName1" recordDelimiter="\r\n" type="delimited">
<Field name="uid" type="string"/>
</Record>
</Metadata>
<Property fileURL="workspace.prm" id="GraphParameter0"/>
</Global>
<Phase number="0">
<Node enabled="enabled" fileURL="${DATAOUT_DIR}/output_1" guiHeight="0" guiName="UniversalDataWriter" guiWidth="0" guiX="464" guiY="66" id="DATA_WRITER0" type="DATA_WRITER"/>
<Node enabled="enabled" guiHeight="0" guiName="LDAPReader" guiWidth="0" guiX="124" guiY="70" id="LDAP_READER0" password="cp.admin" type="LDAP_READER" user="cn=Directory Manager">
<attr name="ldapUrl"><![CDATA[ldap://10.253.150.225:389]]></attr>
<attr name="filter"><![CDATA[ou=People,o=sct.co.in,o=cp]]></attr>
<attr name="base"><![CDATA[o=cp]]></attr>
</Node>
<Edge fromNode="LDAP_READER0:0" guiBendpoints="" id="Edge0" inPort="Port 0 (in)" metadata="Metadata0" outPort="Port 0 (out)" toNode="DATA_WRITER0:0"/>
</Phase>
</Graph> -
Hello, scope attribute is missing. I've reported in our bug tracking system (http://bug.cloveretl.com/view.php?id=3158), that Clover can't find the default value of this attribute.
Please sign in to leave a comment.
Comments 4