Sunday, December 7, 2014

Migration of Approval Workflow Engine (AWE) Set up and configuration

HCM 9.2:
— Approval Process Definitions
set output EOAW_YourProject_export.dat;
set log EOAW_YourProject_export.log;
— Export Transaction Registry
Export EOAW_ADMMON_CFG;
Export EOAW_MONDIS_DTL;
Export EOAW_MONDIS_HDR;
Export EOAW_USRMON_CFG;
Export EOAW_USRMON_LNG;
Export EOAW_TXN;
Export EOAW_TXN_LBL;
Export EOAW_TXN_LNG;
Export EOAW_TXN_LVL;
–Export Transaction Notifications
Export EOAW_NOTIFY;
Export EOAW_NOTIFYDEF;
Export EOAW_NOT_USER;
Export EOAW_NOT_USRDEF;
— Export User Lists
Export EOAWUSER_LIST;
Export EOAWUSER_LNG;
— Export Process Definitions
Export EOAW_IDS — add WHERE clause such as  WHERE EOAWCOUNTERNAME = ‘STAGE_ID’ depending on current values in target database;
Export EOAW_PATH;
Export EOAW_PATH_LNG;
Export EOAW_PRCS;
Export EOAW_PRCS_LNG;
Export EOAW_STAGE;
Export EOAW_STEP;
Export EOAW_STEP_LNG;
Export EOAW_STG_LNG;
Export EOAW_TIMEOUT;
Export EOAW_TIMEOUTDEF;
Export EOAW_AUTH;
Export EOAW_AUTH_DTL;
Export EOAWCRTA;
Export EOAWCRTA_LNG;
Export EOAWCRTA_REC;
Export EOAWCRTA_RECLNG;
Export EOAWCRTA_VAL;
— Export NEM (Notification and Escalations)
Export EOAWNEM;
Export EOAWNEM_EMAIL;
Export EOAWNEM_EVENTS;
— Export EMC (Email Collaboration)
Export EOAWEMCLTLN_LNG;
Export EOAWEMC_LYT_HDR;
Export EOAWEMC_LYT_LIN;
Export EOAWEMC_MSGHDR;
Export EOAWFIELD_LIST;
Export EOAWFRMINPT_HDR;
Export EOAWFRMINPT_LIN;
Export EOAWXLAT_SYMBOL;

No comments:

Post a Comment