KAPOW

Would you like to react to this message? Create an account in a few clicks or log in to continue.
KAPOW

Welcome to the Kapow forum. Here you can get help, use your skills to help others and enjoy hanging out in the company of other Kapow Robot Developers.


2 posters

    How to save SAP credentials in kapow

    Shyam Kumar
    Shyam Kumar
    Ranks


    Posts : 113
    Points : 4151
    Join date : 2013-07-05
    Location : Kerala, India

    How to save SAP credentials in kapow Empty How to save SAP credentials in kapow

    Post by Shyam Kumar Thu Apr 02, 2020 9:20 pm

    How to save SAP credentials in kapow?
    Should I store the credentials in management console?

    These passwords expire every two months?
    Can anyone let me know what is the best way to save these SAP credentials..

    Thank you Smile
    jking
    jking


    Posts : 103
    Points : 3860
    Join date : 2014-03-01
    Location : USA

    How to save SAP credentials in kapow Empty Re: How to save SAP credentials in kapow

    Post by jking Thu Apr 16, 2020 7:57 pm

    Shyam:

    Here is how we initially managed credentials:

    We created a Type, then used the Tools → Create Database Table → Generate SQL  to add the table to Database View on Management Console.  Example:
    Website
    Robot_Name
    UserName
    Password
    Owner
    etc...

    In our robot, we add a Query Database Table to Select Credentials into our Type, which we used in our Load Page and Log-In Steps.

    We also add steps in the robot to extract and test for a message that the password has expired, or will expire.

    Depending upon the specific robot, we either notify the Owner that the Password is set to expire, or we have the robot generate a new password:

    If the Owner must reset the password, we use a Send Email step, and when they respond we extract the new password and use an UPDATE Query to refresh the Table (we use a robot that scans emails to process the email with the password update).

    If we used the robot to update the robot, we used an Assign Variable step using a Globally Unique ID expression guid() as our base.  The we added steps in the Assign Variable step to remove the hyphen (-) returned, remove Spaces, trim the guid() to required length (Globally Unique ID is 36 characters) and whatever else the specific website requires in this password guidelines.  Some require a Capital Letter, Lower Case Letter, Special Character, etc.

    The we use the robot to update the password.  If the password change was successful, we use an UPDATE Query to refresh the Table with the new password.  If the password change was not successful, we send an email to the Owner.

    hth

    jking

      Current date/time is Mon May 06, 2024 6:29 pm