Hello,
We face that problem some time ago, without reason, data were not agregate to Infomart for ten hours. We did the following (This solution was given by Genesys Customer Services and it worked for us, If I can't post it, please advice me and I will remove it):
Disable the schedulers on your GIM application and one time all of them have finished, stop the GIM.
Run on your GIM installation path:
java -jar agg\GIMAgg.jar -user=<user> -pass=<password> -jdbcurl=jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=TCP)(HOST = <host>)(PORT = <port>))(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = <service_name<))) -levelOfLog=.:INFO,Agg:FINEST -insertPendingAggRaw ALLTENANTS:ALLSETS:XX:YY
where ALLTENANTS:ALLSETS:XX:YY it's the time you want to recover on EPOCH formate
Then, run manually the agregate job:
java -jar GIMAgg.jar -user= <user> -pass=<password> -jdbcurl= jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=TCP)(HOST = <host>)(PORT = <port>))(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = <service_name>))) -levelOfLog=.:INFO,Agg:FINEST -log=agg_log.txt
Then, check agg_log.txt file and check if your data has been agregate to infomart. Now, you can enable the jobs again and start your GIM.
As I said, it worked for us, please, open a case with Genesys before to do anythingˇˇ