CMROUTE.DLL ReturnValue = 0x8007000b

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.

Paul said:
I'm trying to get CMAK to assign static routes automatically for my VPN
connection, but I get the following errors.
Data\Microsoft\Network\Connections\Cm\ said:
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?
 
Back
Top