on 2020 Jun 22 6:17 AM
Hello,
I want to have a notification sent on my email when a BPC package fails. BPC package is an import package which is used to pick up data from csv file from al11 directory. I have referred the blog 'how to email bpc data manager' and wrote below script:
PROMPT(KEYDATE,%KEYDATE%,"Key date",0)
PROMPT(TEXT,%MAILTO%,"Mail To",,)
PROMPT(TEXT,%MAILCC%,"Mail CC",,)
PROMPT(TEXT,%SUBJECT%,"Subject%,,)
PROMPT(TEXT,%MAILMESSAGE%,"Mail Message",,)
PROMPT(RADIOBUTTON,%ATTACHLOG%,"Attach Log",,,)
INFO(%KEYDATE%,)
TASK(/CPMB/ALLOCATION_LOGIC,SUSER,%USER%)
TASK(/CPMB/ALLOCATION_LOGIC,SAPPSET,%APPSET%)
TASK(/CPMB/ALLOCATION_LOGIC,SAPP,%APP%)
TASK(/CPMB/ALLOCATION_LOGIC,LOGICFILENAME,ALLOCATION.LGF)
TASK(/CPMB/ALLOCATION_LOGIC,KEYDATE,%KEYDATE%)
TASK(/CPMB/SEND_EMAIL,MAILTO,%MAILTO%)
TASK(/CPMB/SEND_EMAIL,MAILCC,%MAILCC%)
TASK(/CPMB/SEND_EMAIL,SUBJECT,%SUBJECT%)
TASK(/CPMB/SEND_EMAIL,MAILMESSAGE,%MAILMESSAGE%)
The package execution fails with : Failed to analyze instruction /CPMB/SEND_EMAIL,MAILTO,%MAILTO% model: XX. Package status: RUNNING
I have created a separate process chain too but the process chain fails at 'Modify dynamically' step in process chain
I have not made any changes(not added any new enhancement point) to the standard CL_UJD_BPC_EMAIL class code. What will be the impact if I don't change the code ?
We have emails enabled for activities triggered via BPF .So any separate config needs to be enabled as well ?
Regards,
Neha
User | Count |
---|---|
14 | |
4 | |
3 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.