Jump to content

Mark_S

Members
  • Posts

    3
  • Joined

  • Last visited

Reputation

0 Neutral

About Mark_S

Personal Information

  • Location
    Lancashire
  1. Hi all. I've been around here for a while but don't believe I've ever posted (I'm just a shy Northern bloke!) Thanks very much for your on going and valuable contributions. Here's my offering to the current discussion, I hope it's useful... Changing the compatibility level while users are connected to the database can produce incorrect result sets for active queries. If the compatibility level changes while a query plan is being compiled, the compiled plan might be based on both the old and new compatibility levels, resulting in an incorrect plan and potentially inaccurate results. The problem can then be further compounded if the plan is then placed in the plan cache and reused for subsequent queries. The recommended procedure to change the compatibility level of a database is as follows: - Set the database to single-user access mode. - Change the compatibility level of the database. - Put the database in multiuser access mode. .. but do read the note of caution here... https://msdn.microsoft.com/en-us/library/ms345598.aspx In the short term, I think Capita could perhaps come up with a reworked migration tool for those yet to migrate and a patch, or series thereof, for those that have migrated. Changing Compatability mode can be an aid to migration but isn't putting things right at root. Best regards.
  2. I no expert in ADP, so please double check anything I say, but I understand that to move ADPS Server to the Summer Release, the server must be running ADPS Server 2009 August Update (sims 7.122). If you were running an earlier version you would need to upgrade to the August release first, then to the summer release. Don't know if this reflects your situation or indeed helps you or not?? Good luck with it anyway. Regards.
  3. Hi. Here's a copy. The files have been encrypted, do you have the means to unencrypt and check the details contained (adp_username, password and school\ou name? ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ <EncryptedData Type="http://www.w3.org/2001/04/xmlenc#Element" xmlns="http://www.w3.org/2001/04/xmlenc#"> <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes256-cbc" /> <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"> <EncryptedKey xmlns="http://www.w3.org/2001/04/xmlenc#"> <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-1_5" /> <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"> <KeyName>connectionStringKey</KeyName> </KeyInfo> <CipherData> <CipherValue>REMOVED FOR SAME REASON</CipherValue> </CipherData> </EncryptedKey> </KeyInfo> <CipherData> <CipherValue>REMOVED FOR SAME REASON</CipherValue> </CipherData> </EncryptedData> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
×
×
  • Create New...