How to change the SCUP database to a shared database (multiple users)

Microsoft System Center Updates Publisher (SCUP) 2011 does not store his database file centrally for all users. SCUP creates a separate file for each user in his profile ("C:\Users\<UserName>\AppData\Local\Microsoft\System Center Updates Publisher 2011\5.00.1727.0000\").

Funny, because a central database file is in the most cases very useful.

With the following steps you can change this (mistake):
  1. Close the SCUP console
  2. Open the Scup2011.exe.config in editor (run the editor as admin)
  3. Add the following lines to the config file
    1. <applicationSettings>
             <Scup.Properties.Settings>
                 <setting name="SSCEDataFile" serializeAs="String">
                     <value>C:\SCUP_2011\5.00.1727.0000\scupdb.sdf</value>
                 </setting>
             </Scup.Properties.Settings>
      </applicationSettings>
  4. Save the config file
  5. Move the existing SCUPDB.SDF (in the above path) to the new path
  6. Finished! All users have the same database file.

Comments

Popular posts from this blog

How to fix the check box on RDWeb 2012 for use private computer

SCCM 2012 Software Center returned error code 0x0041013 (-2147217389)

How to publish the remote desktop session servers to RDWeb under RDS 2012