Generation of keytab using ktpass in Win 2008
If I am trying to use ktpass to generate a keytab in Windows 2008 then the application with fail with:
Log Name: Application
Source: Application Error
Date: 1/12/2008 7:38:31 a.m.
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: DSS-TS2.dss.local
Description: Faulting application ktpass.exe, version 5.2.3790.1830, time stamp 0x42435b96, faulting module ktpass.exe, version 5.2.3790.1830, time stamp 0x42435b96, exception code 0xc0000005, fault offset 0x00007ff0, process id 0x90c, application start time 0x01c9531ad6a7c3c6.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2008-11-30T18:38:31.000Z" />
<EventRecordID>743</EventRecordID>
<Channel>Application</Channel>
<Computer>DSS-TS2.dss.local</Computer>
<Security />
</System>
<EventData>
<Data>ktpass.exe</Data>
<Data>5.2.3790.1830</Data>
<Data>42435b96</Data>
<Data>ktpass.exe</Data>
<Data>5.2.3790.1830</Data>
<Data>42435b96</Data>
<Data>c0000005</Data>
<Data>00007ff0</Data>
<Data>90c</Data>
<Data>01c9531ad6a7c3c6</Data>
</EventData>
</Event>
Can anyone tell me whether I am having the wrong version of ktpass or is this a Windows 2008 security issue? Thanks.
Re: Generation of keytab using ktpass in Win 2008
Actually, the version that you are suppose to use is from 2003 and not 2008, because the version number of 2008 is 6.1.6801.0
Re: Generation of keytab using ktpass in Win 2008
Have you followed the proper way to configure the ktpass from this link - http://technet.microsoft.com/en-us/l.../cc753771.aspx
Re: Generation of keytab using ktpass in Win 2008
I cannot locate or download the Windows 2008 admin kit? I am assuming that I used the 2003 admin kit because of this? Can anyone pelase help. Thanks.