Security Basics mailing list archives

Re: WSUS EULA Error


From: coucoui () hotmail com
Date: 3 Apr 2006 17:34:49 -0000

Try this, it work for me

On your Wsus server
- Stop IIS
- Stop Update services

On your SQL server
- open SUSDB in mssql enterprise manager.

SELECT *
FROM tbProperty
WHERE (EulaID IS NOT NULL)

and set for your revision <NULL> EulaID


So, to see your data

SELECT *
FROM tbProperty
WHERE (EulaID IS NOT NULL)

And change it to NULL

update tbProperty 
set EulaID = NULL
WHERE (EulaID IS NOT NULL)

Then,
- Start Update services
- Start IIS

No more problem with EULA error

---------------------------------------------------------------------------
EARN A MASTER OF SCIENCE IN INFORMATION ASSURANCE - ONLINE
The Norwich University program offers unparalleled Infosec management 
education and the case study affords you unmatched consulting experience. 
Tailor your education to your own professional goals with degree 
customizations including Emergency Management, Business Continuity Planning, 
Computer Emergency Response Teams, and Digital Investigations. 

http://www.msia.norwich.edu/secfocus
---------------------------------------------------------------------------


Current thread: