FCT_AggreGate issue
I am getting an issue with the filename generated by FCT_AggreGate module.
My configuration is like:
Aggregate
{
ModuleName = FCT_AggreGate
Module
{
Active = True
ScenarioReaderDataModule = ifw.DataPool.ScenarioReader
Scenarios
{
AGG_USC
{
Name = Agg_Usage
TempDir = ./ifw/data/agg/temp
DoneDir = ./ifw/data/agg/out
CtlDir = ./ifw/data/agg/control
}
ResultFile
{
TempSuffix = .tmp
DoneSuffix = .dat
WriteEmptyFile = FALSE
}
ControlFile
{
Suffix = .ctl
DataFilePath = TRUE
}
}
}
I am getting filename generated like this
Agg_Usage_201.dat
Agg_Usage_202.dat
Agg_Usage_202.dat
I just want to know that from where this number is getting generated. Sometime I am getting the same filename generated by FCT_AggreGate and because of this my pipeline got inactive.