-
Troubleshooting Remote Desktop Licensing Error Messages
roubleshooting Licensing Error Messages This topic lists licensing error messages that can appear on client computers, and it describes the causes of and solutions for these errors. Although these error messages appear on clients, they are frequently caused by problems with the Windows Server 2003 Terminal Server license server or the terminal server. Therefore, when you troubleshoot Terminal Server Licensing issues, it is useful to first determine whether there are server configuration issues or problems with network connectivity. Important The solutions in this topic are intended to be implemented by administrators. If you are not an administrator, contact your server administrator for assistance in resolving these error messages. If you are…
-
Troubleshooting General Remote Desktop Error Messages
Troubleshooting General Error Messages Which message are you getting? Because of an error in data encryption, this session will end. Please try connecting to the remote computer again. The remote connection has timed out. Please try connecting to the remote computer again. The remote session was disconnected because the total logon time limit was reached. This limit is set by the server administrator or by network policies. The specified computer name contains invalid characters. Please verify the name and try again. The specified remote computer could not be found. Verify that you have typed the correct computer name or IP address, and then try connecting again. The remote session to…
-
TEST
S.No ROLE Software name Detail Link 1 IIS IEMT to migrate the IIS from IIS to all version Download Here 2 SQL REDGATE to view the SQL log and others 3 Windows rktools.exe Resource Kit Tools windows 2003 4 IIS Post Mortem Debugging Debbuging the IIS 5 Windows ADPlus ,ADPlus V 7.0, ADPlusManager 6 Windows Logger and LogViewer Download Here 7 Windows PLMDebug Debbuging tool 8 windows TList Commands 9 Debug Diagnostics tool Download Here 10 WinDBG 11 IIS Web Deployment Tool Migration, word press 12 13 …
-
Memory Dump – Taking Dumps with the ADPlus executable
ADPlus from the Debugging Tools can be used to get Crash Dumps and Hang Dumps which would contain the most-needed information for debugging. It used to be a vbscript file which was used to attach the cdb debugger (cdb is a command line debugger). Now ADPLus is a managed code application. Because of this, the command line flags used with ADPlus are different than what they were prior. You can still use the older VBScript file , however its best to use the newer application as it contain bug fixes and capabilities beyond the older script. Highlights of the newer ADPlus: The”–Quiet” is no longer needed since ADPlus no longer…
-
IIS application pool may unexpectedly exit when a worker process shuts down or is recycled
Symptoms Consider the following scenario. You set up a Microsoft Internet Information Services (IIS) 6.0 application pool. The application pool contains a Microsoft ASP.NET 2.0 application. A worker process in the application pool shuts down or is recycled. In this scenario, the application pool may unexpectedly exit. Cause This problem occurs because a worker process in an application pool does not have sufficient permissions to access and write to the following registry key:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<ASP.NETVersion>\NamesNote <ASP.NETVersion> represents the version of ASP.NET that is installed. Workaround To work around this problem, follow these steps: Add the application pool identity user account to the IIS_WPG group. (By default, the NETWORK SERVICE user account is the application…
-
to reset your Default Domain Policy and/or Default Domain Controllers Policy GPO to their default settings, perform the following steps: Log on as a Domain Administrator to a Domain Controller. Open an elevated command prompt. Enter the parameter to reset: dcgpofix /target:Domain to reset the Domain GPO. dcgpofix /target:DC to reset the Default DC GPO. dcgpofix /target:both to reset both the Domain and Default DC GPOs. After you enter the appropriate command in Step 3, enter Y to both prompts. Close the command window. For additional information on the dcgpofix command, refer to the Microsoft Technet website. Though not as widespread, problems can occur if you have edited a machine’s Local Security Policy. This policy can also be reset…
-
GPO – How to Read a UserenvLog
Note that Userenv logging per this article does not work on any version of Windows Vista or Windows Server 2008. It will work only on Windows 2000, 2003 or XP. Open Regedit on the problem computer and drill down to: HKLMSoftwareMicrosoftWindows NTCurrentVersionWinlogon. Create a REG_DWORD with the value called UserEnvDebugLevel then set the value to 0x10002 in hexadecimal. The value is not case sensitive. Logging will start immediately to the Userenv.log file located in the %SystemRoot%DebugUserMode folder (no reboot or restart of services is required). If the Userenv.log file is larger than 300 KB, the file is renamed Userenv.bak, and a new Userenv.log file is created. This action occurs when a user logs on locally or by using Terminal Services,…
-
GPO – more about Userenv log
Userenv Logging When you enable userenv logging, you can perform debug logging of the user profile and the system policy processes. Userenv log files also contain information about the status of each Group Policy extension, such as Application Deployment, Security, and Folder Redirection. Userenv log files reveal what is occurring in the background as a user logs on. Userenv log files are especially useful because they be can be used to troubleshoot Windows 2000 operating systems, in which you cannot use Resultant Set of Policy (RSoP). In addition, if Active Directory replication is not working, RSoP will not work, leaving userenv log files as the only troubleshooting option. RSoP also…
-
GPO enable user environment debug logging
If Userenv debug logging is enabled as per KB 221833, the userenv.log file will include the following: – Slow link detection – Machine Group Policy Application – Processes and applications which start up as part of Userinit.exe (this includes most Startup items) – Machine startup and shutdown scripts – Profile loading or unloading at user login/logoff – User Group Policy Application – Internet Explorer GPO processing – User login and logoff scripts – Firewall rules processing for Windows Firewall Use Registry Editor to add or to modify the following registry entry:Subkey: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\WinlogonEntry: UserEnvDebugLevelType: REG_DWORDValue data: 10002 (Hexadecimal)UserEnvDebugLevel can have the following values:NONE 0x00000000NORMAL 0x00000001VERBOSE 0x00000002LOGFILE 0x00010000DEBUGGER 0x00020000The default value is NORMAL|LOGFILE (0x00010001). Note To disable logging, select NONE (0x00000000). You…
-
Backup VSS Time-out errors occur in Volume Shadow Copy service writers
Symptoms This hotfix addresses two specific symptoms: Time-out errors occur in Volume Shadow Copy service writers. Shadow copies are lost during backup and during times when there are high levels of input/output. Time-out errors occur in Volume Shadow Copy service writers Sometimes, during the backup process, some Volume Shadow Copy service writers might fail because of time-out errors that cause the backup to fail. A Volume Shadow Copy service writer is a program or a service that uses Volume Shadow Copy service to save information to a shadow copy storage area. For example, when you use the NTBackup program, the backup may not be successful, and you may receive the…