Discussion:
CMROUTE.DLL ReturnValue = 0x8007000b
(too old to reply)
Paul
2004-02-02 20:16:11 UTC
Permalink
I'm trying to get CMAK to assign static routes automatically for my VPN connection, but I get the following errors.

I followed the instructions on the following URLs:
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/columns/cableguy/cg1003.asp
http://www.tacteam.net/isaserverorg/vpnkitbeta2/cmak.htm

C:\documents and Settings\<user>\Application Data\Microsoft\Network\Connections\Cm\<profile_name>\CMROUTE.DLL
gets created, but after you connect and it comes time to set the static routes, I get this error in the Connectoid log:

[cmdial32] 22:54:44 21 Clear Log Event
[cmdial32] 22:55:01 04 Pre-Connect Event ConnectionType = 1
[cmdial32] 22:55:01 06 Pre-Tunnel Event UserName = vpnuser Domain = DUNSetting = Callwave Tunnel DeviceName = TunnelAddress = tunnel.callwave.com
[cmdial32] 22:55:02 07 Connect Event
[cmdial32] 22:55:03 08 Custom Action Dll ActionType = Connect Actions Description = to update your routing table ActionPath = C:\Documents and Settings\pjc\Application Data\Microsoft\Network\Connections\Cm\CWCMAK\CMROUTE.DLL ReturnValue = 0x8007000b
[cmdial32] 22:55:03 20 On-Error Event ErrorCode = -2147024885 ErrorSource = to update your routing table
[cmdial32] 22:55:03 12 Disconnect Event CallingProcess = C:\WINDOWS\system32\cmdial32.dll

So, what's the problem?
Has any successfully implemented automatic routes via CMAK?
Amit Padalkar [MSFT]
2004-02-03 07:37:31 UTC
Permalink
Return value: 0x8007000b means "An attempt was made to load a program with
an incorrect format." Can you please check if 'cmroute.dll' file is
corrupted?
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Post by Paul
I'm trying to get CMAK to assign static routes automatically for my VPN
connection, but I get the following errors.
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/columns/cableguy/cg1003.asp
Post by Paul
http://www.tacteam.net/isaserverorg/vpnkitbeta2/cmak.htm
C:\documents and Settings\<user>\Application
Data\Microsoft\Network\Connections\Cm\<profile_name>\CMROUTE.DLL
Post by Paul
gets created, but after you connect and it comes time to set the static
[cmdial32] 22:54:44 21 Clear Log Event
[cmdial32] 22:55:01 04 Pre-Connect Event ConnectionType = 1
[cmdial32] 22:55:01 06 Pre-Tunnel Event UserName = vpnuser Domain =
DUNSetting = Callwave Tunnel DeviceName = TunnelAddress =
tunnel.callwave.com
Post by Paul
[cmdial32] 22:55:02 07 Connect Event
[cmdial32] 22:55:03 08 Custom Action Dll ActionType = Connect Actions
Description = to update your routing table ActionPath = C:\Documents and
Settings\pjc\Application
Data\Microsoft\Network\Connections\Cm\CWCMAK\CMROUTE.DLL ReturnValue =
0x8007000b
Post by Paul
[cmdial32] 22:55:03 20 On-Error Event ErrorCode = -2147024885 ErrorSource
= to update your routing table
Post by Paul
[cmdial32] 22:55:03 12 Disconnect Event CallingProcess =
C:\WINDOWS\system32\cmdial32.dll
Post by Paul
So, what's the problem?
Has any successfully implemented automatic routes via CMAK?
Loading...