Hi Amisha,
When executing cgr-loader, you can specify just the configuration file.
In your case, the stordb flags are redundant, as the data is only stored to dataDB.
Regarding cgr-console help export_cdrs, it works as intended, as its only purpose is to show the available parameters.
You can then choose which ones to use. For example:
cgr-console 'export_cdrs ExporterIDs=["tutorial_export"]'
We cannot determine what went wrong with the billing unless you provide us with the CDRs themselves (which should either have an error in the ExtraInfo field or valid CostDetails). You can retrieve them using CDRsV1.GetCDRs or the "cdrs" command in cgr-console (see cgr-console help cdrs). You should provide the complete ngrep output after ensuring that all connections are either *localhost or any *json connection:
Sample ngrep command: sudo ngrep -t -W byline port 2012 or 2014 -d any
Note: Your configuration file contains many outdated entries. I recommend checking some of the tutorial samples. You can find them in data/conf/samples and choose from there.
Thanks,
Armir