Archives of the TeradataForum
Message Posted: Mon, 18 Aug 2008 @ 23:28:35 GMT
Subj: | | Re: TD12 Install Problem: Event number 33-10416-00 |
|
From: | | Henne, Larry |
Tom,
For Windows Server 2003 with a Service Pack with fairly new hardware, you should disable DEP and PAE in boot.ini via:
start >> settings >> control panel >> system >> advanced >>
startup and recovery settings >> edit
Change boot.ini to look similar to the following:
[boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003,
Enterprise" /execute /fastdetect /NOPAE
The /execute disables DEP -- Data Execution Prevention.
The /NOPAE disables PAE -- Physical Address Extension.
Larry Henne
|