
Someone else needs to verify/confirm this but it looks like your [i]Transform[/i] is set to run every minute...? [b]StartTime=0:00+[u]0:01[/u][/b]

Also - yes, your versions are very much out of date - we've recently start moving towards 7.6... A lot of things have been fixed in the meantime...
Tony
[quote author=izai link=topic=4047.msg18026#msg18026 date=1239338238]
guys, tq for your reply, really appreciate it.
ecki - to answer your question, rgrding null data, like I said earlier, I dont see any 'null' value, except '0',
did you mean 'null' or '0' ?
Tony - N_inbound in my posted .xls is original N_inbound, it was not a computed item
For your recommendations under item 1, 1a & 1b, below are our current configuration of our ETL. So I guess, the time for app & transferring should not conflict, am I right ?
FYI, we have 4 ETL_runtime running on the same server. As I've chked, all have the same configuration as on below :
[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:11+1:00
[ETL_Purging]
Command=java -jar purge.jar -conf purge.properties
Priority=medium
StartTime=20:25
[ETL_Tracking]
Command=java -jar conf_report.jar -conf etl.properties
Priority=medium
StartTime=00:23+1:00
[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:00+0:01
I'll start looking the other possibilities as suggested in here.
Thanks
[/quote]