3
PNC ISSUE-1 : Session : s_m_GRA_LOAD_TL_WBS_ELEMENT was wrong for long time than expected,so we aborted it Then as per the workflow flow,we kickstarted required session one after the other s_m_GRA_LOAD_TL_WBS_ELEMENT s_m_GRA_LOAD_B_IDP_PMO s_m_GRA_LOAD_B_RESPONSIBLE_UNIT s_m_GRA_LOAD_B_COST_CENTER s_m_GRA_LOAD_B_ACTUAL_PLAN CMD_Create_Trigger_NoN_Forecast_File2(This will Trigger Dimension….after that the flow will go on) ( but by mistake i kickstarted CMD_Create_Trigger_NoN_Forecast_File1,as a result a parameter file with extension .txt will be created which will hamper our next run so to consume that file we need to run evt_wait_NoN_Forecast_File_1) Then we need to run s_m_GRA_LOAD_TL_F_PMO_FORECASTS(If we miss this one then all the PMO_FORECAST data will be wrong, Which I missed) Above all within this time non-forecast got completed as usual,and forecast got started as s_m_GRA_LOAD_TL_F_PMO_FORECASTS we missed so we aborted the PMO_FORECAST and will restart Once s_m_GRA_LOAD_TL_F_PMO_FORECASTS get succeed. Now again when we restart s_m_GRA_LOAD_TL_F_PMO_FORECASTS,it failed with error

PnC Issue

Embed Size (px)

Citation preview

PNC ISSUE-1 :Session : s_m_GRA_LOAD_TL_WBS_ELEMENT was wrong for long time than expected,so we aborted itThen as per the workflow flow,we kickstarted required session one after the others_m_GRA_LOAD_TL_WBS_ELEMENTs_m_GRA_LOAD_B_IDP_PMOs_m_GRA_LOAD_B_RESPONSIBLE_UNITs_m_GRA_LOAD_B_COST_CENTERs_m_GRA_LOAD_B_ACTUAL_PLANCMD_Create_Trigger_NoN_Forecast_File2(This will Trigger Dimension.after that the flow will go on)(but by mistake i kickstarted CMD_Create_Trigger_NoN_Forecast_File1,as a result a parameter file with extension .txt will be created which will hamper our next run so to consume that file we need to run evt_wait_NoN_Forecast_File_1)Then we need to run s_m_GRA_LOAD_TL_F_PMO_FORECASTS(If we miss this one then all the PMO_FORECAST data will be wrong,Which I missed)Above all within this time non-forecast got completed as usual,and forecast got started as s_m_GRA_LOAD_TL_F_PMO_FORECASTS we missed so we aborted the PMO_FORECAST and will restart Once s_m_GRA_LOAD_TL_F_PMO_FORECASTS get succeed.Now again when we restart s_m_GRA_LOAD_TL_F_PMO_FORECASTS,it failed with error

To resolve this error Run the below Query:beginJEDI_WAREHOUSE.WH_POSTSQL('TIMELINE','FULL','TL_F_PMO_FORECASTS');end;Above all within this time non-forecast got completed as usual,and forecast got started as s_m_GRA_LOAD_TL_F_PMO_FORECASTS we missed so we aborted the PMO_FORECAST and will restart Once s_m_GRA_LOAD_TL_F_PMO_FORECASTS get succeed

beginJEDI_DM_PMO.DM_POSTSQL('FACT','FULL','F_PMO_FORECASTS');end;