Yes, this did work. There is a 4th entry missing that was standard on other clients of same version:
HKLM "\SOFTWARE\Microsoft\Rpc\ClientProtocols\ncacn_http" = (REG_SZ) "rpcrt4.dll"
I guess this is only for clients using IIS as a proxy or tunneling via http through firewalls?
Regards,
Alexander Jelinek
Jeffrey Altman <[EMAIL PROTECTED]>
06/19/2005 01:42 PM |
|
Alexander J Jelinek wrote:
> Thanks for the help. The contents of
> %WinDir%\TEMP\afsd_init.log file
> are below...
>
> Regards,
> Alexander Jelinek
>
> ==========================================
>
> 6/8/2005 11:25:20 AM: osi_InitDebug code 1719
The RPC installation on your machine is broken. According to the error
above you have no RPC Protocol Sequences installed. The
afs-install-notes.txt files includes the following note:
40. If the installer refuses to install and complains about an RPC
configuration error, check to ensure that the following registry
entries are present and that they refer to the dll "rpcrt4.dll":
HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncacn_np"
HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncacn_ip_tcp"
HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncadg_ip_udp"
Assuming that you have these entries then something else is wrong with
your machine. I'm not sure what but it is definitely related to the
RPC configuration.
Jeffrey Altman

