Networking Forums

Networking Forums > Computer Networking > Windows Networking > DHCP Server Callout API works on 2K, not on 2003

Reply
Thread Tools Display Modes

DHCP Server Callout API works on 2K, not on 2003

 
 
Jeff Henkels
Guest
Posts: n/a

 
      11-09-2004, 12:04 PM
I've implemented a DHCP Server Callout API handler as documented in
http://msdn.microsoft.com/library/en...server_api.asp. It
works perfectly on 2K Advanced Server, but on Windows Server 2003, the DLL
doesn't even get loaded.

On 2K AS, my callout DLL is loaded almost immediately upon startup of the
DHCP server, and an event with ID 1033 is placed in the System event log,
indicating the successful load of the callout DLL.

On 2003, the same DLL never gets loaded; running REGMON during DHCP server
startup shows no attempt to read the CalloutDlls or CalloutEnabled values of
the HKLM\System\CurrentControlSet\Services\DHCPServer\ Parameters registry
key. This suggests that the 2003 DHCP server is, for some unknown reason,
not even attempting to implement the callout mechanism.

So what has changed from Win 2K to Windows Server 2003 to break the callout
API?



 
Reply With Quote
 
 
 
 
=?Utf-8?B?RGF2aWRl?=
Guest
Posts: n/a

 
      02-24-2005, 07:43 PM
Did you ever get a response regarding the DHCP Server Callout? I am starting
on a new project and was wondering if you might have some insight on what to
expect as I move further into this.


"Jeff Henkels" wrote:

> I've implemented a DHCP Server Callout API handler as documented in
> http://msdn.microsoft.com/library/en...server_api.asp. It
> works perfectly on 2K Advanced Server, but on Windows Server 2003, the DLL
> doesn't even get loaded.
>
> On 2K AS, my callout DLL is loaded almost immediately upon startup of the
> DHCP server, and an event with ID 1033 is placed in the System event log,
> indicating the successful load of the callout DLL.
>
> On 2003, the same DLL never gets loaded; running REGMON during DHCP server
> startup shows no attempt to read the CalloutDlls or CalloutEnabled values of
> the HKLM\System\CurrentControlSet\Services\DHCPServer\ Parameters registry
> key. This suggests that the 2003 DHCP server is, for some unknown reason,
> not even attempting to implement the callout mechanism.
>
> So what has changed from Win 2K to Windows Server 2003 to break the callout
> API?
>
>
>
>

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Server 2008 DHCP Reservations not visible from 2003 DHCP mmc Ckuderna Windows Networking 2 04-02-2009 01:47 PM
Moved DHCP server to DC, now only works for domain users robert.waters Windows Networking 6 08-13-2008 02:13 PM
Remote access to Server 2003 SP1 fails (only ping works) SteveDS Windows Networking 1 03-14-2006 03:46 PM
DHCP Callout API Code Sample... Davide Windows Networking 1 03-30-2005 12:18 PM
Redhat 9.0 dhcp client & windows 2003 dhcp server: dynamic dns update Mads Ravn Linux Networking 0 06-29-2004 05:27 PM



1 2 3 4 5 6 7 8 9 10 11