Friday, September 27, 2013

Error 1324: The path RSA Security contains an invalid character (2)

Due to a security vulnerability found in the older version of the RSA agent, we upgraded the RSA agent for all Windows 2003 servers to 7.1.2.  Majority of the upgrade were smooth except the 2 Exchange 2003 servers.  When trying to upgrade the RSA agent on the Exchange servers to version 7.1.2, we encountered the below error message:

Error 1324: The path RSA Security contains an invalid character.

Removing the RSA related folders and registry settings mentioned in the previous blog post does not help. 
We found out that the service “RSA Authentication Agent Offline Local” still appear under Services although we have uninstalled the RSA agent which is of an older version.  The Status is blank although the Startup Type = Automatic.

Did a search for the registry key related to “RSA Authentication Agent Offline Local” and found the below registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OASVC_Local

We deleted the key and did a reboot of the Windows 2003 x86 server. After that, we re-install the RSA Agent again without any problem.
 

Thursday, September 19, 2013

Windows 2012 Server Core: How To Get Back The Command Prompt?

Many of us are used to type exit to close off the Command Prompt.  In older versions of the Windows OS, it is easier to get back the Command Prompt.  This is not so for those Server Cores, the Command Prompt will not re-appear even if you tried to logout of the server and logon again.

In order to get back the Command Prompt, the following steps need to be carried out:

1.     Press and hold all the 3 keys; [Ctrl] + left [Shift] + [Esc]

2.     When the Task Manager will opened up, click File > Run new task.

3.     Key cmd and click the OK button

The Command Prompt will then appear.