Pessoal, bom dia!
Estou tentando configurar o broker agente com appserver do broker e um master, porem estou tendo dificuldade pois uns fala uma coisa na configuração e outros de outra forma.
Meu appserver broker
[SERVICE]
; Nome do Serviço no Windows
Service_Name=appBrokerHttpop
Service_Display_Name=08. TOTVS | BROKER HTTP DEVHMG | P24010 - WEBAPP P24010
[GENERAL]
Consolelog=1
ConsoleFile=D:\TOTVS\ONCAPRETA\P2410\DEVHMG\Protheus\logs\appBrokerHttp.log
;MaxStringSize=50000
ConsoleLogDate=0
;=================================================
;============== CONFIG BROKER AGENTE =============
;=================================================
[BALANCE_HTTP]
;porta onde este broker server atende pedidos de conexão dos broker clients
LOCAL_SERVER_PORT=24010
;Habilita a configuração que faz o broker tratar as conexões do agente
WITH_BROKER_AGENT=1
;Planos de escalabilidade que o broker vai tratar (podem ser usados quaisquer nomes para definição do plano)
SCALING_PLANS=DIA
SCALING_LOAD_FACTOR_OUT=80
SCALING_LOAD_FACTOR_IN=60
SCALING_GRACE_TIME=300
;Nova configuração a partir da nova release;
USING_WEBMONITOR=1
;Especificacao dos planos de escabilidade
;Plano 1 dias da semana da 07:00 as 18:00
[DIA]
FROM=07:00
TO=24:00
WEEKDAYS=2 3 4 5 6
MIN_SERVERS=1
MAX_SERVERS=5
CONNECTION_LIMIT=6
;Plano 2 finais de semana da 07:00 as 17:00
;[FDS]
;FROM=07:00
;TO=17:00
;WEEKDAYS=1 7
;MIN_SERVERS=1
;MAX_SERVERS=3
;CONNECTION_LIMIT=4
;Comunicação encriptada com o client (browser)
SSL_METHOD=SSL/TLS
SSL_CERTIFICATE=D:\TOTVS\ONCAPRETA\P2410\DEVHMG\Protheus\bin\appBrokerHttp\totvs_certificate.crt
SSL_KEY=D:\TOTVS\ONCAPRETA\P2410\DEVHMG\Protheus\bin\appBrokerHttp\totvs_certificate_key.pem
Appserver Master
[DEVHMG]
SourcePath=D:\TOTVS\ONCAPRETA\P2410\DEVHMG\Protheus\apo\Hmg
RpoCustom=D:\TOTVS\ONCAPRETA\P2410\DEVHMG\Protheus\apo\Hmg\segregado\customizacoes.rpo
RootPath=D:\TOTVS\ONCAPRETA\P2410\DEVHMG\Protheus_Data_Br
StartPath=\system
x2_path=
RpoDb=Top
RpoLanguage=multi
RpoVersion=120
LocalFiles=ctree
localdbextension=.dtc
Trace=0
PictFormat=DEFAULT
DateFormat=DEFAULT
RegionalLanguage=BRA
TOPMEMOMEGA=50
StartSysInDb=1
DBAlias=P2410
DBDatabase=MSSQL
DBMemoMega=100
DBPort=8000
DBServer=??.?.?.???
DBDriver=dbapi.dll
DBODBCDriver=SQL Server Native Client 11.0
Theme=Sunset
;Economyres=01;02;03;04;05;
InactiveTimeOut=6000
[Drivers]
Active=TCP
MULTIPROTOCOLPORT=1
MULTIPROTOCOLPORTSECURE=1
[APP_MONITOR]
enable=0
[TCP]
TYPE=TCPIP
Port=24000
[General]
InstallPath=D:\TOTVS\ONCAPRETA\P2410\DEVHMG\Protheus_Data_Br
Consolelog=1
ConsoleFile=D:\TOTVS\ONCAPRETA\P2410\DEVHMG\Protheus\logs\appMaster.log
ConsoleMaxSize=2097152
BuildKillUsers=1
App_Environment=DEVHMG
MaxStringSize=500
MaxQuerySize=65536
ServerType=ADVPL
ShowFullLog=1
AsyncConsoleLog=0
[SERVICE]
name=appMasterop
DISPLAYNAME=05. TOTVS | MASTER DEVHMG | P24000 - WEBAPP P2400
[LICENSECLIENT]
server=??.?.??.??
port=5555
[MAIL]
PROTOCOL=POP3
TLSVERSION=1
SSLVERSION=3
TRYPROTOCOLS=0
AUTHLOGIN=1
AUTHPLAIN=1
AUTHNTLM=1
EXTENDSMTP=1
[WEBAPP]
Port=2400
EnvServer=DEVHMG
LastMainProg=SIGAADV,SIGAMDI
[WEBAGENT]
Version=1.0.17
Windows_x64=D:\TOTVS\ONCAPRETA\P2410\DEVHMG\Protheus\webagent_pack\web-agent-1.0.17-windows-x64-release.setup.exe
Windows_x86=D:\TOTVS\ONCAPRETA\P2410\DEVHMG\Protheus\webagent_pack\web-agent-1.0.17-windows-x86-release.setup.exe
[WebApp/webapp]
MPP=
[MPP]
CheckRedirectMsg=1
[TDS]
AllowApplyPatch=*
AllowEdit=*
EnableDisconnectUser=*
EnableSendMessage=*
EnableBlockNewConnection=*
EnableStopServer=*
[BROKER_AGENT]
Enable=1
SecureConnect=1
BrokerPort=24010
BrokerServer=10.7.2.163
MaxServers=10
Erro ao executar o broker
[INFO ][SERVER] [WEBMONITOR] - Started Appserver WebMonitor on port 63439 on URI /webmonitor
- *** BCF0223 *** embedded webmonitor is running
- missing first scaling plan for ‘sunday’
- *** error when reading configuration file ***
Aonde estou errando?
Grato
Alexandro