Networking Forums

Networking Forums > Computer Networking > Windows Networking > Windows 2000 Server RRAS Won't Start

Reply
Thread Tools Display Modes

Windows 2000 Server RRAS Won't Start

 
 
Mike
Guest
Posts: n/a

 
      02-04-2004, 09:56 PM

The RRAS service will not start. The following errors are
logged in event viewer:

Event 20152

The currently configured authentication provider failed to
load and initialize successfully. The specified procedure
could not be found.

Followed by:

Event 7024

The Routing and Remote Access service terminated with
service-specific error 127.

Has anyone experienced this problem?
 
Reply With Quote
 
 
 
 
Marc Reynolds [MSFT]
Guest
Posts: n/a

 
      02-05-2004, 12:34 PM

1. Expand the dnary.md_ and ias.md_ files from the Server CD and copy them
to the
winnt\system32\ias folder after backing up the old ones.
2. Run the following commands from the command prompt:
C:\Program Files\Common Files\System\Ole DB>regsvr32 oledb32r.dll
C:\Program Files\Common Files\System\Ole DB>regsvr32 oledb32.dll
3. Attempt to manually restart the RRAS services.
4. Set the RRAS service to start automatically and reboot.
--

Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.


"Mike" <(E-Mail Removed)> wrote in message
news:9c8901c3eb72$23f82550$(E-Mail Removed)...
>
> The RRAS service will not start. The following errors are
> logged in event viewer:
>
> Event 20152
>
> The currently configured authentication provider failed to
> load and initialize successfully. The specified procedure
> could not be found.
>
> Followed by:
>
> Event 7024
>
> The Routing and Remote Access service terminated with
> service-specific error 127.
>
> Has anyone experienced this problem?



 
Reply With Quote
 
Rdms
Guest
Posts: n/a

 
      02-11-2004, 11:12 PM
Having similar problem. performed recommended fixes.
Still having problem. I'm also getting remote access
errors to the datstore for both policies and logs. it
looks like i need to reinstall policy services. Do have
any thoughts? Did upgrade from server 2000 to server 2003
with exchange 2003 previously installed.


>-----Original Message-----
>
>1. Expand the dnary.md_ and ias.md_ files from the Server

CD and copy them
>to the
>winnt\system32\ias folder after backing up the old ones.
>2. Run the following commands from the command prompt:
> C:\Program Files\Common Files\System\Ole

DB>regsvr32 oledb32r.dll
> C:\Program Files\Common Files\System\Ole

DB>regsvr32 oledb32.dll
>3. Attempt to manually restart the RRAS services.
>4. Set the RRAS service to start automatically and reboot.
>--
>
>Thanks,
>Marc Reynolds
>Microsoft Technical Support
>
>This posting is provided "AS IS" with no warranties, and

confers no rights.
>
>
>"Mike" <(E-Mail Removed)> wrote in message
>news:9c8901c3eb72$23f82550$(E-Mail Removed)...
>>
>> The RRAS service will not start. The following errors

are
>> logged in event viewer:
>>
>> Event 20152
>>
>> The currently configured authentication provider failed

to
>> load and initialize successfully. The specified

procedure
>> could not be found.
>>
>> Followed by:
>>
>> Event 7024
>>
>> The Routing and Remote Access service terminated with
>> service-specific error 127.
>>
>> Has anyone experienced this problem?

>
>
>.
>

 
Reply With Quote
 
rdms
Guest
Posts: n/a

 
      02-11-2004, 11:15 PM
having similar problem after upgrading from 2000. Are you
also getting errors to the datastore?

>-----Original Message-----
>
>The RRAS service will not start. The following errors

are
>logged in event viewer:
>
>Event 20152
>
>The currently configured authentication provider failed

to
>load and initialize successfully. The specified procedure
>could not be found.
>
>Followed by:
>
>Event 7024
>
>The Routing and Remote Access service terminated with
>service-specific error 127.
>
>Has anyone experienced this problem?
>.
>

 
Reply With Quote
 
Elizabeth Strachan
Guest
Posts: n/a

 
      02-28-2004, 09:06 AM
RDMS,
I too just performed a Win2K to Win2003 upgrade on what
is essentially a 2 month old clean install of Windows
2000 Server.
I was very unimpressed with the upgrade and a multitude
of errors has occurred including the one that you are
having.

I found that it appeared to be caused by a problem with
the OLEDB32.dll file. In the C:\WINNT\setuperr.log file
I found that it had not registered properly. After much
stuffing around looking at various posts I decided to
download and install MDAC 2.8. This did not fix the
problem. I then ran MDAC checker and was suprised to
find that file at an older version. I uncompressed the
MDAC 2.8 download and found that it too had the wrong
file.
End result was that I went back to the Win2003 CD and
expanded the oledb32.dll file and copied it over the old
one in "C:\program files\common files\system\ole db". I
then reregistered it using regsvr32. All of this seemed
to fix that one particular problem.

If you are still having problems....The only other thing
I did along the way was also replace the 2 mdb files in
the c:\winnt\system32\ias\ folder with the ones from the
cd. I don't think this made any difference though
because I wasn't trying to use IAS for authentication.

Hope this helps
Sincerley,
Elizabeth Strachan

>-----Original Message-----
>having similar problem after upgrading from 2000. Are

you
>also getting errors to the datastore?
>
>>-----Original Message-----
>>
>>The RRAS service will not start. The following errors

>are
>>logged in event viewer:
>>
>>Event 20152
>>
>>The currently configured authentication provider failed

>to
>>load and initialize successfully. The specified

procedure
>>could not be found.
>>
>>Followed by:
>>
>>Event 7024
>>
>>The Routing and Remote Access service terminated with
>>service-specific error 127.
>>
>>Has anyone experienced this problem?
>>.
>>

>.
>

 
Reply With Quote
 
dew
Guest
Posts: n/a

 
      03-06-2004, 11:42 PM
To all users who have upgraded Win2000 to Win2003.

The Marc Reynolds fix is the correct solution - but you need to add
the following step before re-registering the dll's:

The win2003 upgrade is flawed - it does not upgrade the programs in
this folder

C:\Program Files\Common Files\System\Ole

We also had a clean win2003 install - from that we replaced all the
files in the upgraded win2000 server folder with the correct files
from a clean win2003 install. This fixes the problem.

After replacing the files - then register the correct dll's and
re-enable RRAS. It may also work to just replace those two dll's but
we did not test this.

>-----Original Message-----
>
>1. Expand the dnary.md_ and ias.md_ files from the Server CD and

copy them
>to the
>winnt\system32\ias folder after backing up the old ones.
>2. Run the following commands from the command prompt:
> C:\Program Files\Common Files\System\Ole DB>regsvr32 oledb32r.dll
> C:\Program Files\Common Files\System\Ole DB>regsvr32 oledb32.dll
>3. Attempt to manually restart the RRAS services.
>4. Set the RRAS service to start automatically and reboot.
>--
>
>Thanks,
>Marc Reynolds





"Elizabeth Strachan" <(E-Mail Removed)> wrote in message news:<047c01c3fde2$7f5ec7a0$(E-Mail Removed)>...
> RDMS,
> I too just performed a Win2K to Win2003 upgrade on what
> is essentially a 2 month old clean install of Windows
> 2000 Server.
> I was very unimpressed with the upgrade and a multitude
> of errors has occurred including the one that you are
> having.
>
> I found that it appeared to be caused by a problem with
> the OLEDB32.dll file. In the C:\WINNT\setuperr.log file
> I found that it had not registered properly. After much
> stuffing around looking at various posts I decided to
> download and install MDAC 2.8. This did not fix the
> problem. I then ran MDAC checker and was suprised to
> find that file at an older version. I uncompressed the
> MDAC 2.8 download and found that it too had the wrong
> file.
> End result was that I went back to the Win2003 CD and
> expanded the oledb32.dll file and copied it over the old
> one in "C:\program files\common files\system\ole db". I
> then reregistered it using regsvr32. All of this seemed
> to fix that one particular problem.
>
> If you are still having problems....The only other thing
> I did along the way was also replace the 2 mdb files in
> the c:\winnt\system32\ias\ folder with the ones from the
> cd. I don't think this made any difference though
> because I wasn't trying to use IAS for authentication.
>
> Hope this helps
> Sincerley,
> Elizabeth Strachan
>
> >-----Original Message-----
> >having similar problem after upgrading from 2000. Are

> you
> >also getting errors to the datastore?
> >
> >>-----Original Message-----
> >>
> >>The RRAS service will not start. The following errors

> are
> >>logged in event viewer:
> >>
> >>Event 20152
> >>
> >>The currently configured authentication provider failed

> to
> >>load and initialize successfully. The specified

> procedure
> >>could not be found.
> >>
> >>Followed by:
> >>
> >>Event 7024
> >>
> >>The Routing and Remote Access service terminated with
> >>service-specific error 127.
> >>
> >>Has anyone experienced this problem?
> >>.
> >>

> >.
> >

 
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 2000 RRAS Problems ITCOM Windows Networking 1 02-07-2007 07:59 PM
DHCP Migration from windows server 2000 to windows server 2003 Amr Salah Windows Networking 3 02-04-2007 12:01 PM
Migrating to Windows Server 2003 from Windows Server 2000 and using Remote Desktop Client Navodit Windows Networking 1 09-13-2006 07:38 PM
Windows 2000 server problem on a Windows 2003 server domain =?Utf-8?B?U2Fsb25nZQ==?= Windows Networking 1 02-09-2005 03:16 PM
VERY frustrating 2000 server RRAS/VPN problem Windows Networking 23 04-06-2004 07:06 PM



1 2 3 4 5 6 7 8 9 10 11