Hi Bjarne,
Here’s an idea:
You may be able to just keep in the data base the date in which the last password renewal took place. When the MainFrame asks to renew a password, you use the Login path to renew the Password to a string that contains the current date inside it. Something like: myPasswrdMay042011
Then you update the DB with the current date. When you Login the next time you check the DB for the Date and construct the password out of it.
This way rather than keeping future passwords in the DB you keep a single row that specifies when was the last password renewal.
This is just an Idea, since I’m not really sure how the MainFrame behaves when a password needs to be renewed.
Please, let me know if this idea works out for you, if not we’ll try to figure out something else, if possible.
Best regards,
Ohad
#webMethods#Mainframe-Integration#ApplinX