CUP 5.3 SP8 - Activating password after a change request

CUP Experts,
We have a scenario that I'm wondering if CUP can accomdate.
We have many users that don't use R/3 but have one R/3 role - a role that allows them to complete their Learning Center requirements on the web side.
So since they don't technically "use" backend R/3, they just have that one role and have a deactivated password.
So let's say tomorrow they do not R/3 security so a Change Request is created for them and (for example) 3 roles are provisioned to them through CUP. Is there any way we can get CUP to activate the password for them or does this still have to be done manually, outside of CUP, in the backend?
Thanks!!
Jes Behrens

Hi Jes,
We so have a feature called Password Self Service which is used by users to reset their password using CUP. Also if the password is locked by multiple failed attempt, CUP even activate this user.
However in your case administrator will be locking the user or deactivating the password, so CUP will not allow users to unlock their users as it has been locked by administrator.
So CUP can only unlock those users which were locked due to failed attempts etc.
Regards,
Shweta

Similar Messages

  • Apple tv not accepting itunes password after i changed it on the computer

    Apple tv not accepting itunes password after i changed it on my mac. Mac opening itunes account with that password

    I don't have Apple TV, but are you able to log out of your account on it and then log back in with the new password so as to 'refresh' the account on it ?

  • Won't take my password after I changed it because I forgot the original one?

    I am trying to update my adobe reader but forgot my password so I changed it and it still won't let me in

    When your sign-in fails, can you tap the "Forgot Password?" button to see if you can reset your password?
    This Help page may also be helpful to you.
    Adobe ID, sign-in, and account help
    Please give it a try and let us know if it works.

  • HT201342 I can't use my email won't recognize my password after I change it

    I can't use my email

    That would be your MobileMe account password.  Send a request to Apple via http://www.apple.com/feedback/mobileme.html or call the AppleCare phone number for your area.  The phone no. will probably get a faster response from Apple.
    Also ask your question in the MobileMe forum: MobileMe on my Mac.  There will be users there that can answer it quickly.

  • Imessage and Facetime activation woes after ID change.

    Hi all,
    I had to change my Apple ID due to an email change. I then started the process of changing my Apple ID on my iPad 3 and my iPhone 3Gs.
    iCloud is working fine and so is the app store (I can install new apps and update old apps). The problem comes with iMessage and Facetime. Whilst I have managed to input the new ID and password (using the 'put in the wrong password until it asks for the ID again' method) it will not verify or activate.
    Once I have entered the new username and password on the Enter Apple ID page, I hit 'Sign In'; this then takes me to a page saying 'People will message you using your email address. What email address would you like to use?' Sometimes it then goes back to the Sign In page without any action from me and other times I get to hit 'Next' (the address is already filled in with my email which is the same as my Apple ID). It then goes through the verification process which fails, saying 'Unable to verify addres. An email with verification link has been sent to the above email address'.
    The email address is verified if I check my Apple ID online and no email ever appears in my email; I have checked the Spam etc.
    I have tried doing a 'Reset All' and also a 'Reset Network Settings' (although I have no network problems).
    This problem occurs in the same way on both my iPhone and my iPad which makes me think it is an account problem and not a device problem. Do I need to go through the registration process with both devices using the new Apple ID or could there be another problem?
    I have searched the forums but can't find exactly this problem being solved elsewhere.
    Many thanks.

    Hi Karl.
    Thanks for the tips, but when I wrote earlier:
    "Tried all that, but unfortunately nothing worked.
    Both iMessage and FaceTime used to work properly always, and the problem started after updating to iOS8.
    I followed all the steps you suggested, including the annoying reset, but things are just the same."
    I was referring to a similar suggestion made by ManSinha  where he said:
    "Log out of iCloud
    Reset the phone
    Then Log back into iCloud
    Then reactivate iMessage and FaceTime"
    Also followed the steps suggested in the Apple support papers you mentioned, but things are still the same.
    I think I'll have to wait for my next trip to USA or Europe where I can visit an Apple store and work out things there.
    As a matter of fact, I'm about to receive my new iPhone 6 in these days (brought by a friend of mine from USA), and hopefully I'll be having my services back, but I'm still worried by this iPhone 5s issue because I'm passing it to my son.

  • Trying to download an app and it keeps saying incorrect password after I changed it

    Hi all
    I'm trying to download an app. Forgot my password, so reset it. When I go back in to apps and put the new password in it still won't let me download. Keeps saying incorrect password
    I've powered down. Not sure what else to do

    Hey markjamesmill,
    there is only one resolution ... contact iTunes Support

  • Service Manager 2012 R2 (rollup update 2) Change Request/Review Activity Email Notifications

    I am trying to setup an email template for Change Request Reviewer. The email should contain as much details as possible, include Change Request ID, Description, Reason, Impact. etc. I have tried to include Data Properties from "Contains Activity",
    "Has Parent Work Item", "Depends on Work Item"... but they all show blank data in email notification. Which Data Properties should I use? 
    Regards
    Andrew

    Maybe this blog post is helpful:
    Using Data Properties From the Parent Work Items in Activity Email Templates
    Andreas Baumgarten | H&D International Group
    Thanks Andreas, 
    I have seen this post, but it didn't work for me. Eventually, I found solution. Below is working code.
    For example:
    "Contains Activity" doesn't have Change Request Data Properties "Reason". I inserted "Reason" from "Has Parent Work Item", copy inserted code "TypeConstraint=... .../Reason$", paste it after "$Context/Path[... ...System.WorkItemContainsActivity' "
    to replace the original code inserted from "Contains Activity".
    Also, don't forget to adde SeedRole='Target', but better to type
    ' by yourself. 
    Mark Marra    13 Nov 2013 9:24 PM
    Be careful when copying + pasting SeedRole=’Target’ from this blog post. It should actually be SeedRole='Target' which has different punctuation around Target. I'd imagine that whatever blog engine Microsoft uses for this "helpfully" converted the
    single quote to some weird right-slanted-single-quote which doesn't work in Service Manager when copied+pasted.
    You guys might want to wrap it in a code block, or whatever you can use on the back-end to preserve formatting.
    Description: 
    <br><br>
    $Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='WorkItem!System.WorkItem']/Property[Type='WorkItem!System.WorkItem']/Description$
    <br><br>
    Reason: 
    $Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_ChangeRequest_Library!System.WorkItem.ChangeRequest']/
    Property[Type='CustomSystem_WorkItem_ChangeRequest_Library!System.WorkItem.ChangeRequest']/Reason$
    <br><br>
    Priority: $Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_ChangeRequest_Library!System.WorkItem.ChangeRequest']/
    Property[Type='CustomSystem_WorkItem_ChangeRequest_Library!System.WorkItem.ChangeRequest']/Priority$
    <br><br>
    Impact: $Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_ChangeRequest_Library!System.WorkItem.ChangeRequest']/
    Property[Type='CustomSystem_WorkItem_ChangeRequest_Library!System.WorkItem.ChangeRequest']/Impact$
    <br><br>
    Risk: $Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_ChangeRequest_Library!System.WorkItem.ChangeRequest']/
    Property[Type='CustomSystem_WorkItem_ChangeRequest_Library!System.WorkItem.ChangeRequest']/Risk$

  • Hi help unlock the phone happened after we installed a new programa we can not get the activation password and ID, I know and still does not stop the phone bought in Israel and what documents should be sent to confirm that my phone Please read through the

    hi help unlock the phone happened after we installed a new programa we can not get the activation password and ID, I know and still does not stop the phone bought in Israel and what documents should be sent to confirm that my phone Please read through the help

    What I am saying is ..........
    The iPhone HAS to be active making calls on the UK carrier network for the carrier to identify as "theirs" and therefore eligible for the Carrier to unlock
    The way to achieve this is to use a PAYG sim making and receiving calls to establish a customer relationship  with the Carrier and then follow the Carrier's process to unlock
    With a PAYG it usually means adding a specified (by the carrier ) amount  usually £15 /£20 depending on the carrier
    This is how O2 function and according to Gemma  this is how Vodafone work

  • I changed my gmail password after suspicious activity was detected.  It works fine on my computer but my iphone 5 doesn't recognize my new password ("cannot get mail" message).  I've tried changing my phone settings to the new password, but no good.

    I changed my gmail password after suspicious activity was detected.  It works fine on my computer but my iphone 5 doesn't recognize my new password ("cannot get mail" message).  I've tried changing my phone settings to the new password, but no good.

    Hello there dinadinadina,
    It sounds like you have modified the password settings for your Gmail account after changing the password. Thats where I would have started too. Next I would restart the device and test it one more time, and then remove and add the account again in Settings:
    Get help with Mail on iPhone, iPad, and iPod touch
    Restart your iOS device.
    Delete the affected email account from your device.
    Tap Settings > Mail, Contacts, Calendars.
    Tap the affected email account.
    Tap Delete Account.
    Add your account again.
    Thank you for using Apple Support Communities.
    Take care,
    Sterling

  • ERM Role con't be deleted Automatically after rejecting the request in CUP

    Hi Experts,
    I am involving the GRC implimentation project and ERM component is succefully configured with post-installation activites and also configure the workflow(1-stage) in CUP for role approval.
    After initiating request, the request was sent to appropriate approver for approval process and approved/ Rejected by the approver.For first case(Request approved) everything is looks fine.
    but whenever the request is rejected (second case) by the approver, the role is still present in ERM and ABAP backend as well as.
    please suggest me, if the role is deleted in ABAP/ERM system after rejecting the request by Role Approver in CUP. or still present the role in systems.
    Regards,
    Arjuna.

    Hi Jes,
    We so have a feature called Password Self Service which is used by users to reset their password using CUP. Also if the password is locked by multiple failed attempt, CUP even activate this user.
    However in your case administrator will be locking the user or deactivating the password, so CUP will not allow users to unlock their users as it has been locked by administrator.
    So CUP can only unlock those users which were locked due to failed attempts etc.
    Regards,
    Shweta

  • Help me with my activation password and activation server address

    hei.. yesterday i tried to wipe my blackberry.. and then all of my data lost.. when I open my setup wizard, then open my email set up, i need activation password and activation server address.. but i don't know what mine.. how is it?
    please help me..

    Hi hikarisora
    Welcome to BlackBerry Support Forums
     Before going to email setup , try registrating your device with your wireless sevice provider .For that  : 
    On the Home screen of the BlackBerry smartphone, click Options, or click Settings > Options
    For BlackBerry Device Software 4.1 to 5.0, Advanced Options > Host Routing Table > 
    Press the Menu key and click Register Now
    Wait till a Registration messages comes in your message box.
    KB00510 How to register a BlackBerry smartphone with the wireless network
    After getting the registration message on your device try setup wizard again.
    Good Luck.
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • Time Capsule - Can't change network password after 10.6.3 update

    Has anyone else experience an issue changing the Time Capsule network password after updating to Snow Leopard 10.6.3? If so did you find a work around? After the update I'm no longer able to change the Time Capsule network password when accessing it from Airport Utility. The utility will say that Time Capsule has updated the network password to the new one but when I check keychain it shows the old password. I tried resolving this by deleting the original keychain then changing it again in Airport Utility but it still shows the old password in the keychain and Airport Utility when I reopen the app.

    HI,
    Checkthe vendor site for Snow Leopard compatibility. The developer may need to update their software.
    http://www.toonboom.com/support/
    Carolyn

  • How do you update apps that where purchased using different iTunes accounts?  I get a cannot connect to iTunes message and it won't accept the password even after you change it.

    Both my iPad and iPhone have the same problem.  I have purchased apps with three different accounts. I understand I will need to use the original acct to do the update but every time it asks for the password I put it in and get a message that I cannot connect to iTunes store. I have even had the password reset and it still will not connect on the upgrade.  But I can sign in with that account and purchase new apps i am loading a free one now just to make sure. So what is that about?  Please do not tell me I have to also use the original password!  We have reset them so many times that there is no way to remember the original one used at time of purchase a year and 1/2 ago.  Please help. I have also upgraded to the iCloud thinking this would solve the problem but it still exists.

    I use only one Apple ID and only one ID. I did have to change the password at one point but I had no issues at all with updating apps after I changed the password.
    If you can download new apps with the ID that you changed the password for, I would think that you will be able to update apps associated with that ID as well.
    Did you try restarting the iPad after signing out of the one account and then sign in to the other account/accounts?

  • How do I retain my apps after I change my apple ID? Right now I'm unable to update any of the apps with the old apple ID. I get an error message about an invalid id or password. If I delete my apps and start over, I may lose the apps that I purchased...

    How do I retain my apps after I change my apple ID? Right now I'm unable to update any of the apps with the old apple ID. I get an error message about an invalid id or Password. If I delete my appos and start over, I may lose the apps that I purchased (like the ones for $5 +....

    Apps are always tied to the ID that was used to purchase them originally. Did you try entering your old password and see if that works?
    If you need to sign out of your old account go to Settings>Store>Tap on your ID and sign out. Sign in with the new one.
    you can also access your ID in the featured tab of the App Store. Swipe to the bottom of the screen and you will find it there as well.

  • Error while activating DSO after loading from another DSO..Production issue

    Hello Gurus,
    I got an error while activating DSO2 after loading from another DSO1.
    DSO1 load and activation was sucessful but while loading from DSO1 to DSO2 load was fine but got error while activating...
      >Error when assigning SID: Action VAL_SID_CONVERT table ZWEEK_NUM
      >Value u201809u2019 of characteristic ZWEEK_NUM is not a number with 000004 spaces
    this theard was posted after searching for related post in SDN.
    and i tried Function Module RSODS_CHECK_RSODSACTUPDTYPE but it is not available .. but I used this in BW 3.10u2026..
    is their any similar Function Module in BI 7.0 please advice.
    We are using SAP NetWeaver BI 7.0
    Release- 700    Service level- 017
    Thanks in advance
    Sandy

    sloved the issue......
    it was due to wrong data for the related field...
    it  must be "0009 "
    Thanks for ur support. closing the ticket
    Regards
    Sandy

Maybe you are looking for

  • Problem adding a component into a JFrame

    public DVD_VIDEO_CLUB() { mainFrame = new JFrame("DVD-VIDEO CLUB"); mainFrame.setExtendedState(Frame.MAXIMIZED_BOTH); aDesktopPane = new JDesktopPane(); aDesktopPane.setBackground(Color.LIGHT_GRAY); aDesktopPane.setDragMode(JDesktopPane.OUTLINE_DRAG_

  • How to make the display of custom column names in UWL(not bother abt values

    Hi all i want to make the display of custom column names in UWL ( for example GP) i dont want or not looking about values for those custom columns . i know that thru custom connector we can achieve to retrieve the values for those custom columns. but

  • Has anyone found a real solution yet?

    About that whole error thing to the store? The one about an unknown error... check your connection.... Its starting to get really irritating.

  • Invoice posting FB60/ MIRO, Clearing F110 & Fields population PAYR

    Hi How to clear open invoice created using MIRO. Can we clear it using F110. If you clear using F110, and you are paying using payment method ACH in F110, do you get any check number .. If i post an invoice using fb60 and clear it with f110 using C a

  • Get page size using vuebean etc api

    Hi We are trying to scale markup entities to a fixed size and we can use getPageExtents() but this does not appear to be in real world coordinates eg 11.7" by 8.3". Please advise how scaling works and where we can get the scale factors in the api. Th