"DaninLondon" <DaninLondon@discussions.microsoft.com> wrote in message news

B25DE5F-E151-4C9B-8F9A-B72DE33F686B@microsoft.com...
> This sounds like a relatively common problem yet I haven't found a solution
> that works yet. Problem text is below. For anyone with access the case ID is
> SRX1087814491ID
>
> Only other potentially relevant bit of info is when I try to register the
> update dlls listed, QMGR.DDL returns an error:
> The module "QMGR.DLL" was loaded but the entry-point DllRegisterServer was
> not found. Make sure tha "QMGR.DLL" is a valid DLL or OCX file and then try
> again.
>
> Anyone confirm if this is supposed to be a valid file on vista?
DLL Help Database doesn't have Vista listed yet.
The closest related may be Windows 2003 Server
which shows that qmgr.dll should be registerable...
http://support.microsoft.com/dllhelp...136&l=55&det=1
You could use DependencyWalker to check what should
really be happening with yours and optionally trace the calls
involved using DW's profiler feature.
Another option if you suspect your BITS service
would be using the bitsadmin /util command
from a cmd window.
Good luck
Robert Aldwinckle
---