Error-Message when opening "approve updates" in SUS

M

Michael Foitzik

a.. Fehlertyp:
Runtime error in Microsoft VBScript (0x800A01F4)
Variable not defined: 'autoupdate_providerslots'
/autoupdate/dictionaries/loadproviders.inc, line 16


a.. Browsertyp:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET
CLR 1.1.4322)

a.. Seite:
GET /autoupdate/administration/en/publish.asp


Thanks in advance for your help

BR

Michael
 
R

Ray at

Have you modified the contents of this page? That error indicates that the
variable named 'autoupdate_providerslots' was no declared using the DIM
statement, and the page requires variable declaration (option explicit).
You may want to post in microsoft.public.softwareupdatesvcs to see if anyone
has this error, if you do not feel comfortable modifying the page. But, the
quick fix, assuming that this is the correct variable name used elsewhere,
is to add:

Dim autoupdate_providerslots

in publish.asp.

Rya at work
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top