In your sif file possibly?
Something similar happened to me after one of my updates (maybe after
mofiying the SIF ile using the answer file wizard) and
"JoinDomain=my.domain.org" had changed to "
"JoinDomain=%MACHINEDOMAIN%"
"TIMM" <TI...@discussions.microsoft.com> wrote in message
news:B23195B0-3C7C-48B7...@microsoft.com...
> I forgot to mention that the Setuperr.log reports the following
> Error:
> Netsetup:Join domain XXXXXXXX in full unattended mode failed. Setup will
> proceed to add the workstation to the default domain.
>
> However I am able to add the workstation to the damain if I login locally
> and then add the workstation to the domain.
>
> Tim
>
> "TIMM" wrote:
>
> > After upgrading to W2k3 sp1, XP sp2 pc's built via RIS fail to join the
the
> > domain even though the workstation account are being created by RIS
during
> > the built process. Prior to the upgrade over 300 pc's had been deployed
via
> > RIS and this issue is occuring on multiple servers. Rolling back SP1
does
> > seem to resolve the issue. Also RIS is running on domain controllers.
> >
> > Any assistance or recommendations would be appreciated
Tim
When my builds run successfully without SP1 you get the following lines in
the netsetup.log: -
09/13 13:44:54 NetpJoinDomain: w9x: status of validating account: 0x0
The w9x is presumably a reference to old style domain joining. The book of
SP1 states that if the SAMR and LSAR modifications stop your code working you
will need to modify your code.
Could this mean that the Sysprep\RIS\Riprep needs patching, or is it a
problem that slipped under the testing radar?
To fix this problem, set the following registry key
"HKEY_LOCAL_MACHINE\SYSTEM\ControlSet\Services\lanmanserver\parameters\NullSessionPipes" and or Group Policy should include the following entries.
COMNAP
COMNODE
SQL\QUERY
SPOOLSS
LLSRPC
EPMAPPER
LOCATOR
TrkWks
TrkSvr
Browser
Netlogon
LSArpc
samr
Please let me know if this resolves your problem
Good luck!
Tim
It appears that the policy had been set previoulsy but when the policy was
removed the settings remained in the registry. I notice the registry key
HKLM\system\currentcontrolset\services\lanmanserver\parameters\restrictnullsessaccess
is set to 1. Is this turned on by default by SP1 or is it that if the group
policy setting is set to not defined any settings placed there by previous
policies are not specifically removed unless you select diabled?
Thanks.