PureEngage On-Premises

 View Only

Sign Up

  • 1.  Unable to startconfiguration server 8.5.1

    Posted 12-19-2016 16:08
    Hi,

    I haven't installed a dbserver as 8.5 allows us to link config server directly to database. I have the Database correctly installed. But I am unable to start the config server. My confserv.cfg is:
    [confserv]
    port =2020
    management-port =2022
    server = dbserver
    encryption = false
    encoding = utf-8 
    langid = 1033
    dbthread=false

    [log]
    verbose = standard
    all = stderr

    [dbserver]
    dbengine =mssql
    dbserver =AFIFTMGMFW01w
    dbname =ConfigDB
    username =sadeve
    password =setup@99s
    response-timeout = 600

    Please help


  • 2.  RE: Unable to startconfiguration server 8.5.1

    Posted 12-20-2016 07:55
    It looks you did not enable the directly DB connection - configure the option "dbthread" to true.

    HTH!


  • 3.  RE: Unable to startconfiguration server 8.5.1

    Posted 12-20-2016 08:18
    Hi Jakub, I configured it to be true so i am facing this error now 
    "03:11:22.215 Std 05022 Process './dbclient_msql' started
    03:11:23.440 Std 05023 Process './dbclient_msql' stopped
    03:11:23.471 Std 07002 Execution failure: SQL statement '?', reason '[Microsoft]
    [ODBC SQL Server Driver]Dialog failed ', error code 30
    03:11:23.471 Std 04502 Cannot connect to Database 'ConfigDB' at host 'AFIFTMGMFW
    01', port -1, reason 'Server not found'
    03:11:33.491 Std 05022 Process './dbclient_msql' started
    03:11:34.729 Std 07002 Execution failure: SQL statement '?', reason '[Microsoft]
    [ODBC SQL Server Driver]Dialog failed ', error code 30
    03:11:34.729 Std 04502 Cannot connect to Database 'ConfigDB' at host 'AFIFTMGMFW
    01', port -1, reason 'Server not found'
    03:1..."

    Also the 8.5 deployment guide mentions this "For Configuration Server to access the Configuration Database, set the dbthread configuration option to false in the [confserv] section of the primary Configuration Server,
    "


  • 4.  RE: Unable to startconfiguration server 8.5.1

    Posted 12-20-2016 08:27

    Jakub, Please ignore this last reply. it is working now thanks. but why does it say in the deployment guide "Also the 8.5 deployment guide mentions this "For Configuration Server to access the Configuration Database, set the dbthread configuration option to false in the [confserv] section of the primary Configuration Server,"

    just curious to know. thanks for the help :)