Change Biztalk SSO Key?
I've discovered I need to change a key name in our Biztalk SSO databas开发者_如何学编程e, obviously, changing a value on the fly is ok with the SSO Settings Editor, but is there any shortcut way to change the key name? I've looked at tools available with no joy.
Any info appreciated.
Microsoft actually has a separate SSO Configuration Application MMC Snap-In available from their website that allows you to edit the name of the key (among other things). You can download the installer from http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=94e07de1-1d33-4245-b430-9216979cd587.
Once you've installed the MMC snap-in, run it, expand the appropriate application, right-click on the key-value setting you want to edit, and choose Properties. That will enable you to edit the key name.
Try this.........Export current settings in to XML, Delete the application settings from SSO Database and then reimport modified settings............
精彩评论