How can I view my the database configuration for Urchin? (Windows)

This can be acomplished with the uconf-export binary. You can find this
binary in the util directory within the base install directory.




C:\>cd “\Program Files\Urchin\util”



C:\Program Files\Urchin\util>uconf-export.exe



#————————————————————————-


#  Urchin 5 Configuration Export

#  from: Urchin 5600r2 (windows)

#  Exported on: Mon Nov 14 15:34:49 2005

#————————————————————————-



#————————————————————————-

REQUIRED RECORDS

#————————————————————————-



<Global Name=”Access Settings”>

   ct_name=Access Settings

   cr_remoteadmin=on

   cr_remoteaccess=on

   ct_port=9999

   cs_language=en

   cs_region=us

   ct_var=1616

   ct_license=G9HLG98SB8WSB2P5GNAFC3SWPRA4J13LAY3NNH19VK5VWWGLXB6T24MSTEE61PL74YNBAGK4

   ct_serial=5P5UR9W8KFZVM45PLBN84FZX

   cr_setupwizard=off

   ct_schedulers=|test.4260|

   cr_dcmode=off

</Global>



<Machine Name=”Process Settings”>

   ct_name=Process Settings

</Machine>



<Affiliation Name=”(NONE)”>

   ct_name=(NONE)

</Affiliation>



<User Name=”(admin)”>

   ct_name=(admin)

   ct_username=admin

   ct_password=USCC|4065186438

   cs_adminlevel=1

   cs_language=en

   cs_region=us

   ct_fullname=Urchin Administrator

   ct_affiliation=(NONE)

</User>



#————————————————————————-



#——————————-

#  Filters

#——————————-

<Filter Name=”Decode Keywords”>

   ct_filterfield=referral_keywords (AUTO)

   ct_name=Decode Keywords

   cr_filtertype=decode

   cs_filterfield=88

   ct_affiliation=(NONE)

   cs_rlist=”domain.com”

</Filter>



<Filter Name=”Decode UTM Campaign Content”>

   ct_filterfield=utm_content (AUTO)

   ct_name=Decode UTM Campaign Content

   cr_filtertype=decode

   cs_filterfield=141

   ct_affiliation=(NONE)

</Filter>



<Filter Name=”Decode UTM Campaign Name”>

   ct_filterfield=utm_campaign (AUTO)

   ct_name=Decode UTM Campaign Name

   cr_filtertype=decode

   cs_filterfield=137

   ct_affiliation=(NONE)

</Filter>



<Filter Name=”Decode UTM Campaign Source (Medium)”>

   ct_filterfield=utm_campaign_srcmedium (AUTO)

   ct_name=Decode UTM Campaign Source (Medium)

   cr_filtertype=decode

   cs_filterfield=146

   ct_affiliation=(NONE)

</Filter>



<Filter Name=”Decode UTM Campaign Source (Medium) | Term”>

   ct_filterfield=utm_campaign_srcmedtrm (AUTO)

   ct_name=Decode UTM Campaign Source (Medium) | Term

   cr_filtertype=decode

   cs_filterfield=147

   ct_affiliation=(NONE)

</Filter>



<Filter Name=”Decode UTM Campaign Term”>

   ct_filterfield=utm_term (AUTO)

   ct_name=Decode UTM Campaign Term

   cr_filtertype=decode

   cs_filterfield=140

   ct_affiliation=(NONE)

</Filter>



#——————————-

#  Logfiles

#——————————-

<Logfile Name=”domain.com”>

   cr_action=2

   ct_name=domain.com

   cr_type=local

   ct_loglocation=C:\inetpub\vhosts\domain.com\statistics\logs

   cs_logformat=w3c

   ct_affiliation=(NONE)

</Logfile>



<Logfile Name=”default”>

   cr_action=2

   ct_name=default

   cr_type=local

   ct_loglocation=C:\WINDOWS\$NtUninstallKB823559$\msconv97.dll

   cr_protocol=ftp

   ct_server=plesklinux.theplanet.com

   ct_port=21

   ct_username=test

   ct_password=USCX%7c356c66d11b992cd0

   cr_ftpmode=passive

   cs_logformat=auto

   ct_affiliation=(NONE)

</Logfile>



<Logfile Name=”dsaguasdgk”>

   cr_action=2

   ct_name=dsaguasdgk

   cr_type=local

   ct_loglocation=C:\inetpub\vhosts\domain.com\statistics\logs

   cs_logformat=auto

   cs_rlist=”domain.com”

   ct_affiliation=(NONE)

</Logfile>



#——————————-

#  Profiles

#——————————-

<Profile Name=”domain.com”>

   ct_name=domain.com

   ct_website=http://domain.com

   ct_reportdomains=domain.com,www.domain.com

   cr_utminstalled=no

   cs_llist=”dsaguasdgk”

   cs_reportset=Basic_All

   cr_profiletype=Standard_Website

   cs_flist=”Decode Keywords”

   cs_ulist=”planet”

   ct_affiliation=(NONE)

</Profile>



#——————————-

#  Tasks

#——————————-

<Task Name=”__domaindb”>

   ct_name=__domaindb

   cr_frequency=7

   cr_enabled=off

   ct_lockid=0

   ct_status=2

   cr_runnow=0

   ct_runstatus=2

   cd_lastrun=1129435200

   cd_btime=1129435201

   ct_completed=100

   ct_pid=0

   cd_etime=1129435230

   ct_affiliation=(NONE)

   cs_dom=15

   cs_hour=23

   cs_minute=00

   cd_nextrun=1132117200

</Task>



<Task Name=”domain.com”>

   ct_name=domain.com

   cr_frequency=0

   cr_enabled=off

   ct_lockid=0

   ct_status=0

   cr_runnow=0

   ct_runstatus=2

   cd_lastrun=1115757508

   cd_btime=1115757509

   ct_completed=100

   ct_pid=0

   cd_etime=1115757509

   ct_affiliation=(NONE)

</Task>



#——————————-

#  Users

#——————————-

<User Name=”user”>

   ct_name=user

   ct_password=USCC|3085099603

   ct_fullname=user

   cs_adminlevel=3

   cs_language=en

   cs_region=us

   cs_rlist=”domain.com”

   ct_affiliation=(NONE)

</User>



#————————————————————————-











You can export the output to a file with the -f option.


C:\Program Files\Urchin\util>uconf-export.exe -f config.db.txt



C:\Program Files\Urchin\util>dir config.db.txt

 Volume in drive C has no label.

 Volume Serial Number is 206A-ADFA



 Directory of C:\Program Files\Urchin\util



11/14/2005  03:34 PM             5,063 config.db.txt

              
1 File(s)          5,063
bytes


               0 Dir(s)  61,949,882,368 bytes free



C:\Program Files\Urchin\util>

Your rating: None