Hello All,
I am trying to integrate one of my Windows Server 2003 system with RSA SA thru Windows Legacy Collector.
All this is on Windows Server 2008 I am doing.
Everytime I tries to save the Sceregvl.inf after doing some changes in the file it prompts for ACCESS DENIED.
Below are the lines which I am saving in the above file.
Use a text editor such as Notepad to open the Sceregvl.inf in the %Windir%\Inf folder.
3. Add the following lines to the [Register Registry Values] section:
MACHINE\System\CurrentControlSet\Services\Eventlog\Application\CustomSD,1,%AppCustomSD
%,2
MACHINE\System\CurrentControlSet\Services\Eventlog\Security\CustomSD,1,%SecCustomSD%,2
MACHINE\System\CurrentControlSet\Services\Eventlog\System\CustomSD,1,%SysCustomSD%,2
MACHINE\System\CurrentControlSet\Services\Eventlog\Directory
Service\CustomSD,1,%DSCustomSD%,2
MACHINE\System\CurrentControlSet\Services\Eventlog\DNS
Server\CustomSD,1,%DNSCustomSD%,2
MACHINE\System\CurrentControlSet\Services\Eventlog\File Replication
Service\CustomSD,1,%FRSCustomSD%,2
4. Add the following lines to the [Strings] section:
AppCustomSD="Eventlog: Security descriptor for Application event log"
SecCustomSD="Eventlog: Security descriptor for Security event log"
SysCustomSD="Eventlog: Security descriptor for System event log"
DSCustomSD="Eventlog: Security descriptor for Directory Service event log"
DNSCustomSD="Eventlog: Security descriptor for DNS Server event log"
FRSCustomSD="Eventlog: Security descriptor for File Replication Service event log"
5. Save the changes you made to the Sceregvl.inf file, and run the regsvr32 scecli.dll command.
Below is the screenshot when I tries to save the file with error.
Kindly suggest how I can save the file and will be able to install the Windows Legacy on Windows Server 2008.
Thanks in advance.
hi,
It worked fine for me so it must be a local issue for you. Some obvious things I can think of checking:
Before you make any changes I'd suggest taking a copy of the Sceregvl.inf file.
If you are getting access denied messages check the event logs (security?) to check out the error.
Hope this helps.