We created new agents for the Call Center and modified the name of other agents which we added in an agent group.
We can see this result in the DMA :agents are seen in objects and their statistics are populated. Nevertheless, we cannot see these agents and their associated statistics in the Datamart database.
We guess the problem is therefore located in passing the info from the ODS to the Datamart database.
Here are the ETLRuntime config options :
------------------------------------------------------------------------------------------------------
[ETL_Agg_Only]
Command=java -Xmx256m -jar transform.jar -conf etl.properties -aggOnly -
Command0=loglevel=SQL-STATS:3,EVENT:3,COMMAND:3,START_AGG:3,AGG:9,INFO:9,WARNING:8,ERROR:9,_ALL_:0 -
Command1=maxLevelOfAgg=AGG_BY_YEAR -
Command2=updateStatsForLevel0Views -updateStatsForTablesAndIndexes
Priority=medium
StartTime=0:10+1:00
[ETL_Purging]
Command=java -jar purge.jar -conf purge.properties
Priority=medium
StartTime=01:00
[ETL_Tracking]
Command=java -jar conf_report.jar -conf etl.properties
Priority=medium
StartTime=00:45+0:15
[ETL_Trans_Only]
Command=java -Xmx256m -jar transform.jar -conf etl.properties -
Command0=loglevel=WAKE:3,START_WRITE_MON:3,DROP:9,WRITE:3,INFO:9,PURGE:9,WARNING:8,ERROR:9,_ALL_:0 -
Command1=maxNumberOfConnToDist=2
Priority=medium
StartTime=0:01+0:15
[Genesys ETL Service Starter]
Processes=ETL_Trans_Only,ETL_Agg_Only,ETL_Tracking,ETL_Purging
[Log]
Buffering=true
Expire=20
Segment=5000
Standard=X:\GenesysLog\ETL_Runtime\ETL_Runtime.log
Verbose=all
all=X:\GenesysLog\ETL_Runtime\ETL_Runtime.log
-------------------------------------------------------------------------------------------
Any help would be appreciated.
Best regards.