I verified that I am getting ES 03-23 real time data in the DOM, and the charts in both environments.
I tried going into Database Management -> and do an Update Instruments for General Properties, Future Expiries and Symbol Mappings.
The error is complaining about how I am loading my data series in configure state, where its being loaded like this
AddDataSeries(this.ES_NAME, Data.BarsPeriodType.Minute, 30, Data.MarketDataType.Last);
and ES_NAME is set to the following in another location
public String ES_NAME = "ES 03-23";
This way of how I define it in the code has not changed in years. Something weird is happening with the new ES rollover. Any ideas?

Comment