Hi Tommye,
What is the error before "exception throw location:
1: 0x00007f499ac0f7c0 in StatisticsService::CallInterfaceDirect::install()+0x2b0 at CallInterfaceDirect.cpp:243 (libstatisticsserver2.so)
..."
in indexserver? Also what is your HANA Revision?
Can you try the following workaround?
1. Clean up the previously incomplete migration:
drop table "_SYS_STATISTICS"."STATISTICS_ALERTS_BASE";
drop table "_SYS_STATISTICS"."STATISTICS_ALERT_INFORMATION";
drop table "_SYS_STATISTICS"."STATISTICS_ALERT_THRESHOLDS";
drop table "_SYS_STATISTICS"."STATISTICS_EMAILRECIPIENTS";
drop table "_SYS_STATISTICS"."STATISTICS_EMAIL_PROCESSING";
drop table "_SYS_STATISTICS"."STATISTICS_PROPERTIES";
drop table "_SYS_STATISTICS"."STATISTICS_SCHEDULE";
drop type "_SYS_STATISTICS"."TT_STATISTICS_ALERT_THRESHOLDS";
drop type "_SYS_STATISTICS"."TT_STATISTICS_USED_VALUES";
drop view "_SYS_STATISTICS"."STATISTICS_ALERTS";
drop view "_SYS_STATISTICS"."STATISTICS_CURRENT_ALERTS";
drop view "_SYS_STATISTICS"."STATISTICS_LAST_CHECKS";
drop procedure "_SYS_STATISTICS"."STATISTICS_SCHEDULABLEWRAPPER";
drop procedure "_SYS_STATISTICS"."STATISTICS_PREPARE_CALL_TIMER";
drop procedure "_SYS_STATISTICS"."STATISTICS_PREPARE_CALL_MANUAL";
2. Reset all threshold with _INFORMATION suffix in statisticsserver.ini back to default.
3. Restart the ESS migration (active=true)
4. Migration will hang in this stage because of another bug(Bug 68720):
[67361]{-1}[-1/-1] 2015-01-30 02:18:12.930518 i STATS_CTRL NameServerControllerThread.cpp(00409) : waiting for start of old StatisticsServer dellhana9:31005, volume: 4...
Force kill the old statistic server process so the migration will move forward
Let me know the result.
Best regards,
Candy Zhan