Hi, i am currently using manifoldcf for crawling from sharepoint server using postgres db. But in my properties.xml file is it mandatory to mention both username and dbsuperusername. if i just use dbsuperusername then agents are not able to access db. if i just mention username then i get another error? Please correct me if i am wrong.
<property name="org.apache.manifoldcf.database.username" value="postgresUser"/> <property name="org.apache.manifoldcf.database.password" value="postgresPassword"/> <property name="org.apache.manifoldcf.dbsuperusername" value="postgresUser"/> <property name="org.apache.manifoldcf.dbsuperuserpassword" value="postgresPassword"/> My Question is can we mention username and password only once. if so which properties. Thanks, Jitu
