The information in this article applies to:
SYMPTOMS
The SQL Server service pack Setup program may fail if the 'probe' user has
been removed from the master database or if the 'probe' login does not
exist. The failure message is:
In the Instrepl.out file, you will find the following output:
CAUSEThe Instrepl.sql script attempts to grant permissions to execute a replication stored procedure. If the probe user does not exist, this GRANT fails, causing the service pack Setup to fail as well. WORKAROUND
To work around this problem, add the probe login and user to the master
database, using the following process:
From ISQL/w, open the Procsyst.sql script in the Mssql\Install directory and run this stored procedure. This will grant other permissions to the probe that are necessary for using Performance Monitor.
Keywords : kbenv kbsetup SSrvAdmin SSrvInst SSrvISQL |
|
Last Reviewed: April 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |