2015 Sep 09 2:10 PM
Hi Team,
We are working for Utility application and trying to create new Account by Email verification.But unable to login with newly created UserID as Email verification functionality is not working.
Kindly advice/suggest us to proceed further.
Steps followed for email verification :
Thanks & regards,
Sowmya
2015 Sep 09 10:18 PM
Hi Sowmya, I can suggest to read admin guide:
https://websmp205.sap-ag.de/~sapidb/012002523100009345552015E/MCF_ADMIN_GUIDE_1_5.PDF
Chapter 3.4
While this link
explains generic user request management service, the original gateway service was overwritten into CRM_UTILITIES_UMC_URM service so reading MCF admin guide is a better idea.
Now, if something doesnt work for some reason, main painpoints could be
1) missing authorizations, check SU53 transaction for service user
2) missing configuration, please check for errors in transactions /IWFND/ERROR_LOG on GW and /IWBEP/ERROR_LOG on CRM system
Sometimes, it might make sense to do a good old debugging by putting an external breakpoint for service user. Good place to put breakpoint is class /IWBEP/CL_MGW_URM_DATA.
Another hint is to configure normal RFC instead of bgRFC. With bgRFC execution happens in background and user usually doesnt get feedback if something went wrong. In our test systems, we usually configure synchronous RFC connection not bgRFC one.
Best Regards, Yevgen
2015 Sep 09 10:18 PM
Hi Sowmya, I can suggest to read admin guide:
https://websmp205.sap-ag.de/~sapidb/012002523100009345552015E/MCF_ADMIN_GUIDE_1_5.PDF
Chapter 3.4
While this link
explains generic user request management service, the original gateway service was overwritten into CRM_UTILITIES_UMC_URM service so reading MCF admin guide is a better idea.
Now, if something doesnt work for some reason, main painpoints could be
1) missing authorizations, check SU53 transaction for service user
2) missing configuration, please check for errors in transactions /IWFND/ERROR_LOG on GW and /IWBEP/ERROR_LOG on CRM system
Sometimes, it might make sense to do a good old debugging by putting an external breakpoint for service user. Good place to put breakpoint is class /IWBEP/CL_MGW_URM_DATA.
Another hint is to configure normal RFC instead of bgRFC. With bgRFC execution happens in background and user usually doesnt get feedback if something went wrong. In our test systems, we usually configure synchronous RFC connection not bgRFC one.
Best Regards, Yevgen
2015 Sep 10 6:23 AM
Hi Yevgen,
Thanks for the detailed information or suggestions.
Thanks & regards,
Sowmya
2015 Sep 30 11:57 AM
Hi Sowmya,
After successfully creation of Account from your umcui5 app just goto to transaction code sost in your leading sap system and copy or click the link which has gone through your MCF user name . Your user account will get activated first and after that u can log in with the credentials .
Regards,
Narpreet Singh Minhas
2016 Jul 09 9:48 AM
Hi Sowmya,
Were you able to fix this issue?
I am facing a similar problem, where I have configured bgRFC ( maintained inbound destinations and all). On clicking on my user account activation email, it says User Account Activated.
I am expecting another screen to be able to reset my password. Further, when I try to login, it does not login saying user name, client or password not correct.
I checked SU53 for all users and also /IWBEP/ERROR_LOG and /IWNFND/ERROR_LOG. No trace there. So, a bit confused..:S