Impact of generating a new key for Secure Store Application

I inherited my development environment from a predecessor, who did not document the secure store pass phrase anywhere. There are a couple of projects doing development on the system that cannot be impacted, but I need to get Project Server running on the
system, and I cannot get the secure store to accept the credentials I set for the target application. I have recreated the target application several times, but nothing works.
MossHostSsoHost.GetSecureStoreCredentials: Failed to get credentials from Secure Store. SecureStoreProvider threw a SecureStoreException. Exception: Microsoft.Office.SecureStoreService.Server.SecureStoreServiceException: Access is denied to the Secure Store
Service.     at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.Execute[T](String operationName, Boolean validateCanary, ExecuteDelegate`1 operation)     at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.GetCredentials(Guid
rawPartitionId, String applicationId)     at Microsoft.Office.SecureStoreService.Server.SecureStoreProvider.GetCredentials(String appId)     at Microsoft.Office.Excel.Server.MossHost.MossHostSsoHost.GetSecureStoreCredentials(String
secureStoreApplicationId)
So, I am wondering if I need to generate a new key for the secure store application, and what impact that would have on the existing target applications. Can someone please tell me if I generate a new key, will this break the existing applications? Thanks.

Hi Susan,
Once you decide to generate a new encryption key, you could follow the steps in Generate an encryption Key part in the link below:
http://technet.microsoft.com/en-us/library/ee806866(v=office.15).aspx
You should back up the database of the Secure Store Service application before generating a new key. Then refresh the encryption key to propagate the key to all the application servers in the farm.
Regards,
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
[email protected] .
Rebecca Tu
TechNet Community Support

Similar Messages

  • My other computer died and have my bookmark synced setup, however, I no longer have access to sync key and I do not want to generate a new key and erase my old bookmarks. How do I retrieve them?

    My other computer died and have my bookmark synced with Firefox sync, however, I no longer have access to sync key and I do not want to generate a new key and erase my old bookmarks. How do I retrieve them?

    Sorry, without the Sync Key you can't use Sync to recover your personal data. If you have another device that was connected that Sync account, you can recover your Sync Key from that other device in the Password Manager on non-mobile devices. See - [https://support.mozilla.com/en-US/kb/how-do-i-manage-my-firefox-sync-account?redirectlocale=en-US&redirectslug=where-can-i-find-my-firefox-sync-key#w_where-can-i-find-my-recovery-key this].
    ''Firefox Sync wasn't intended to be a "backup" medium, it was made to keep certain data synchronized between multiple devices.'' That "key" is used to encrypt your data before being uploaded to the Sync server and decrypt the data as it is downloaded to one of your devices. Only you have access to that "key", to maintain security over your data no one else knows that "key".
    If you still have that old PC or the hard drive from that old PC, you can connect it to the new PC via USB with a USB enclosure, and you should be able to recover that data if the hard drive didn't fail.<br />
    http://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile

  • 1809: An error has occured while generating a seccion key for encryption

    Hi
    I am trying to perform a remote control operation using Console One
    1.3.6c, but evry thime getting the following error message
    "1809: An error has occured while generating a seccion key for
    encryption." I had looked for it in Novell site & found that the fix is
    to upgrade to ZDF 6.5 SP1, but I am looking for a diffrent work around
    for it. Please let me know is there any work around for this problem.
    Regard
    Kallol
    kallol

    kallol,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Generate a new version for PO header text change

    Hi,
    Could you pls instruct me the configuration settings to generate a new version for PO header text change? I secceeded in other fields, e.g. Inco Term, Order Qty, Delivery date, but failed in header and Item  Text.
    I added STXH_TDNAME but it doesn't work. Thanks!
    Regards
    Jully

    Hi,
    Thank you very for the feedback.
    The 4th point of note 664928 says "This is not a change to print-relevant texts". I assume there is a way to configure the text as a "print-relevant text" and I confirmed my texted is configured for printing for operation 1 & 2 (create and change order) in:
    MM > Purchasing > Messages > Texts for Messages > Define Texts for Purchase Order.
    Still not working. Any idea? Do I miss anything? Thanks!
    QUOTE of note 664928 :
    Question:
    You change the texts in a purchase requisition or a purchasing document. Why does the system not generate a new version?
    Answer:
    This is not a change to print-relevant texts.
    Regards,
    Jully

  • Could anyone generate a SolMan Key for me?

    Dear All Experts,
    I have to install an ECC 6.0 IDES as soon as possible, but there is something wrong with our solman system, could anyone generate a solman key for me?
    my SID is IDS
    my host name is sap
    and my instance number is 00
    It's really urgent, thanks for your kind replies.
    Best Regards,
    Afshin

    Paul Babier wrote:
    > You may not request a license key n this fashion.
    > You can acess  service.sap.com/licensekey
    > You can call your CIC please refer to this note  560499.
    >
    > But how do you expect another custoemr to generate a license key, when I will belong to their installation?
    > This is just not an acceptable request.
    Paul, a license key is not the same as the requested SolMan Key.
    A License Key is provided by SAP (and will be installed via transaction SLICENSE in case of ABAP Web AS Systems).
    A Solution Manager Key is generated through SAP Solution Manager, transaction SMSY. (SAP Note 811923 -  Generating the SAP Solution Manager key)
    Anyhow, requesting a Solution Manager Key is not appreciated in this forum.
    Regards, Ruediger

  • Any easy way to generate unique primary key for database table?

    I'm currently playing with the J2EE reference implementation from Sun which comes with the IBM Cloudscape database. This Cloudscape database supports the use of an AutoIncrement field.
    First question: Can I use CMP and assume that the database will generate a proper key for me? Anyone tried it out successfully before?
    Also, based on what I've heard so far, it seems that generating database primary key is not really well-supported by J2EE using CMP in that a lot of J2EE developers have to resort to workarounds like using a session bean, JDBC and (1) some seed numbers for ID implanted in the database itself (as in the J2EE tutorial DukesBankApp example) or (2) using the SQL MAX aggregation command + 1. Usign seed number is contradictory to good database design and using MAX is dangerous for heavy traffic application if 2 beans try to insert themselves into the database at the same time (synchronizarion problem).
    Anyway I find it dumb that we still have to go back to JDBC and SQL which was the reason why the concept Entity Bean was introduced; to make database persistence transparent! Now it seems that J2EE makes it worse and more troublesome than before.
    Second Question: Is there any easy (hopefully transparent/automatic) way of generating primary key ID?

    if you want to rely on your container or database then go hard, will probably be faster.
    to make a cross container/db soln I used a CMP Entity bean called Sequence with one field for uid
    I use one instance and increment the field each time.
    To do the logic, I have a utils class with static method, no need for session bean overhead
    I reckon this approach is OK considering all things

  • Hello.  I have an old G4 Tower at 10.4.11.  The password for Keychain has been lost.  How can I generate a new password for Keychain?  Every time I use Safari it want me to enter the password.  Any suggestions?  Thank you

    Hello.  I have an old G4 Tower at 10.4.11.  The password for Keychain has been lost.  How can I generate a new password for Keychain?  Every time I use Safari it wants me to enter the keychain password.  Any suggestions?  Thank you

    See if this helps...
    Open Keychain Access in Utilities, use Keychain First Aid under the Keychain Menu item, then either check the Password under that item, change it, or delete it and start over.
    Keychain Access asks for keychain "login" after changing login password...
    http://support.apple.com/kb/HT1631
    Resetting your keychain in Mac OS X...
    If Keychain First Aid finds an issue that it cannot repair, or if you do not know your keychain password, you may need to reset your keychain.
    http://support.apple.com/kb/TS1544

  • Reading terms and conditions page 3 of new account for iTunes Store before I  put in US$ voucher purchased in Zimbabwe. If I'm traveling world wide, willI still be able to access the US services via this same account?

    Reading terms and conditions page 3 of new account for iTunes Store before I  put in US$ voucher purchased in Zimbabwe. If I'm traveling world wide, willI I still be able to access the US services via this same account?

    You can only use the US store if you are in the US with a US billing address on your account - the US store's terms of use (and they will be similar for all countries) :
    The iTunes Service is available to you only in the United States, its territories, and possessions. You agree not to use or attempt to use the iTunes Service from outside these locations. Apple may use technologies to verify your compliance.

  • [svn:fx-trunk] 5604: Ensuring qualified class names are used in type selector cache keys for Flex 4 applications .

    Revision: 5604
    Author: [email protected]
    Date: 2009-03-26 14:00:26 -0700 (Thu, 26 Mar 2009)
    Log Message:
    Ensuring qualified class names are used in type selector cache keys for Flex 4 applications.
    QE: Yes, this should address style issues for test cases that contain two different components with the same local name.
    Dev: No
    Doc: No
    Checkintests: Pass
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • New Blog for SOA and Application server,BPEL

    Hi Everyone,
    I have created a New Blog for SOA and Application server and BPEL and i would like everyone to have a look at it and give me some comments on it like what is the other information i can keep which can help us all etc....
    You can visit it at http://oraclefusionmiddleware.blogspot.com

    Oracle Application Server consists of Oracle HTTP and OC4J servers which deploys J2EE-based applications.
    Integration server manages all communication, process interactions, Data Transactions among different systems and applications. Oracle integration server consists of all the SOA elements (BPEL, ESB, Business Rules, and OWSM)
    when you want to deploy Java applications then you will deploy to Application Server.When you want to deploy BPEL,ESB Process you will use integraion server(BPEL Server,ESB Server).
    Integration server is just the web server which connects to application server which helps in administrating and managing different applications as a whole
    Regards,
    Deepa

  • How to generate a new rhread for every request

    Hello,
    I'm trying to write a server side program that does the following, recieves a Single connection from a client, client sends a request to the server side program, the server side program sends to a third party(back end) and waits for a reply.
    The problem i am facing is the following, I want to for each message(request) recieved from the Client to generate a new thread and establish a new connection with the third party, I have tried creating a new thread for the communication with the third party, in this case if the response from backend takes time I will still be able to recieve other requests from the client. But I dont know how to return the message that his been to the Father thread. The reason why I am doing this is that I dont want the same thread that recieves the request from client to wait until the reply for the previous thread is sent.
    Here's the code which I have been trying to implement.
    ClientCommunicator {
    Socket soc= new Socket(IPAddress,port);
    Thread backEndComm= new Thread (new BackEndCommunicator
    (soc,"Message To Back End"));
    backEndComm.setPriority(8);
    backEndComm.start();
    public class BackEndCommunicator implements Runnable
    Socket socket;
    String messageToBeSentToBE= "";
    public BackEndCommunicator(Socket socket, String messageTOBE)
    this.socket= socket;
    messageToBeSentToBE= messageTOBE;
    public void run()
    PrintWriter outtBackEnd= null;
    BufferedReader innBackEnd= null;
    String replyFromBE= "";
    try
    outtBackEnd= new PrintWriter(new OutputStreamWriter(socket.getOutputStream()));
    outtBackEnd.println(messageToBeSentToBE);
    outtBackEnd.flush();
    innBackEnd= new BufferedReader(new InputStreamReader(socket.getInputStream()));
    replyFromBE= innBackEnd.readLine();
    How can I return the String "replyFromBE" to the ClientCommunicator class so it can be sent to the client as soon as recieved from the back end.
    regards,
    [email protected]

    I assume the problem you are having is that your ClientCommunicator thread is blocking in a read and has no way of receiving notification from the other thread. Seems like you have a couple options at least.
    1. Use non-blocking IO and a selector to do service both the client socket and the backend socket. Usually, NIO is more of a pain than it is worth unless you need to service hundreds of connections at once, but I think that in this case where you know that there are only two connections it might be easy enough to use.
    2. A second option would be to avoid blocking on the read by using the available method on the input stream to first determine if you can actually read anything. This would allow you to wait with a small timeout on a monitor that the backend communicator could notify when it receives a response. This is not the ideal solution because you are limiting how fast you respond to the client and could be using more cpu time than necessary. However, it might be a lot easier to implement and could be adequate for what you need.
    First solution is more elegant but potentially not worth the trouble. Second solution is less elegant, but may be good enough.

  • Do I need to get a new key for the upgrade to Windows 8.1 with Media Center Pack??

    I currently have Windows 8 Pro with Media Center Pack (I have bought a key). What if I want to upgrade to 8.1, do I need to buy a new key to get Windows 8.1 with Media Center Pack? Or the old key could work?

    Hi,
    The key is ok for you to get free update to Windows 8.1 from Windows Store.
    Kate Li
    TechNet Community Support

  • Is it better to set the admin account to other than myself on a new computer for security purposes?

    Hi all
    On a new computer is it better to set the admin account to other than myself for security purposes? I am sure that I read some years ago that this was the best route to go down. What I am suggesting is that I will still administer the account but not as myself the user in my own name and also will it have any ramifications further down the line.
    Will be using a new Macbook Pro running Lion (when it arrives)
    With thanks in advance for any help and advice on this issue
    Best regards
    Dingoh

    when you get a new mac and set up an account, that account is designated as the admin account automatically.  Creating a second user account without admin privileges is fine to do, if you are afraid that you might accidentally do something harmful that requires admin access.  Make sure it is a second user account and not a guest account, as with a guest account, everything during a session under a guest account gets deleted after the session ends.

  • New keys for my keyboard

    I need a new F3 key for my keyboard to my Pavilion DV7-3090EO. Does enyone know were I can find one?

    I think there was an update required to use this keyboard due to the presence of the fn key. Have you run  menu > Software Update recently? 
    http://www.apple.com/support/downloads/keyboardsoftwareupdate12.html
    35.2MB for a keyboard driver!!!!
    mrtotes

  • Generate random new GUID for Config Manager Client?

    How can I generate a random new GUID for Config Manager 2012 R2 client.?
    I tried by deleting smscgf.ini, by using RESETKEYINFORMATION=True switch and also by doing a force reinstall of client, but the same GUID persists.
    Any help is appreciated. Thanks

    More info:
    System Center Configuration Manager Duplicate GUID for Clients
    http://kamalakannansccmblog.wordpress.com/2013/04/28/system-center-configuration-manager-duplicate-guid-for-clients/
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • Non- Working Time

    In sap when i am trying to create a/p invoice based on a grpo and the posting date and due date is 06/01/08 (which is sunday) the system throws following prompt" 06/01/08 is defined as non- working time? continue. yes,no.". The calender defined for t

  • Is Chromatic Automation Possible?

    Hey, I'm currently making drills for vocal lessons in garage band. A single chord's individual notes are played sequentially, followed by the next chromatic chord's individual notes. *Essentially, I have a 8 beat pattern which I need a two dozen time

  • How to download Oracle 10g Dev.Suite Patch

    Hi, I need to download How to download: Oracle 10g Dev.Suite Patch for WindowsXP SP3 32-bit for Developer Suite 10g. Direct link to the download would be appreciated. With regards, MOHAMMED AJAZ.

  • Photo from Pa30 into Adobe Forms.

    Hello, We have uploaded the photos of Employees in HR server. Now in the Adobe Forms, we needs to fetch these photo's and display. Is it possibe? I know that through webdynpro , we can pass the photo as Xstring and display in Adobe form. We want in t

  • Impossible de faire copier coller

    Bonjour, Depuis quelques jours il m'est impossible de faire un copier coller ! Que je fasse un copier de n'importe quel support, ça ne marche pas! pomme + C puis  pomme +V rien n'y fait, même en passsant par le menu edition... mais par contre ça coll