Hi Jitu,

You can read about the parameters here:

http://manifoldcf.apache.org/release/trunk/en_US/how-to-build-and-deploy.html#file+properties

Some hints:

(1) org.apache.manifoldcf.database.username is the name of a user that will
be CREATED to own the MCF database instance.
(2) org.apache.manifoldcf.database.password is the password that user will
be given.
(3) org.apache.manifoldcf.dbsuperusername is the name of the database
superuser, which is the user that will be used to create the ManifoldCF
database instance.
(4) org.apache.manifoldcf.dbsuperuserpassword is the corresponding
superuser password.

The only some operations require that the superuser name and password be
correct.  Specifically, when database initialization/upgrade is taking
place.  This occurs in the single-process example when ManifoldCF is
started.  In the multiprocess example, this occurs when initialize.bat/.sh
is run.

Thanks,
Karl



On Mon, Sep 15, 2014 at 3:58 PM, Jitu <[email protected]> wrote:

> 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
>

Reply via email to