BRONZE PARTNER:
BRONZE PARTNER:
Industry News:

| |
| |
 |
 |
 |
 |
 |
| SMS FAQ: Information Relating to Old DPs Still Appearing |
 |
|
|
By: Cliff Hobbs
Posted On: 9/10/2002
Problem: After having reinstalled a Secondary site with a new site name acting as a DP on the same sever with the same name, old information relating to the old site is still appearing in the wizard tool when I start the SMS console to distribute or upgrade a package to a DP.
I need to suppress these obsolete items as they're causing errors in "site status" and big problems when I attempt to distribute to a DP that no longer exists.
I have already inspected the SMS SQL database, WMI on the central site and several system files, but have found nothing.Does anyone can tell me how to find and suppress what is causing this?
Contributed by: Georges Devos I managed to solve my problem. There were still some occurrences/ references to the old site in the "SySResList" table. I simply removed these by using SQL Query Analyzer using a command like the following:
delete from SysResList where SiteCode = "XXX"
WARNING: Make sure you take a backup of your SMS Site Database BEFORE attempting this procedure.
|
 |
 |
 |
|
|