Thursday, 17 July 2014

There is not enough space on the disk to complete this operation when extend disk

Error: There is not enough space on the disk to complete this operation.

Error occurred when try to extend disk in disk management.

Method: Try rescan disks again.

Thursday, 10 July 2014

#Microsoft .NET Framework Error (Error occur while installing Microsoft SQL Server)

Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue, if you click Quit, the application will close immediately.



Solution:
1. Go C:\Users\Username\AppData\Local\Microsoft_Cooperation\
2. Delete the folder, name call LandingPage.exe_StrongName_.....................
3. Try re-run the SQL installation again.


Saturday, 14 June 2014

#RDS - Windows Server 2012 RDS, Remote session was disconnected

Error: The remote session was disconnected because there are no Remote Desktop License Servers available to provide a license. Please contact the server administrator.


Solution:

1. Go to registry, navigate to HKLM\System\CurrentControlSet\Control\Terminal Server\RCM
2. Delete the GracePeriod folder. (if unable to delete, right click on the GracePeriod folder, click Permission. Assign Full Control)

3. Then restart the server.
4. To validate RD Licensing configuration completed. Go to Server Manager, select Remote Desktop Services, on the Overview, under the Deployment Overview, click Task, select Edit Deployment Properties.
5. Click on RD Licensing, make Remote Desktop Licensing mode selected.(Per Device\Per User)

Monday, 10 February 2014

#Windows Network - Disable Autoconfiguration IPv4 Address

C:\Users\Administrator> Ipconfig /all

Show as below:


Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) 82567LM-3 Gigabit Network Connection
Physical Address. . . . . . . . . : 00-23-24-08-30-57
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::8508:6cb9:5112:f8c9 (Preferred)
Autoconfiguration IPv4 Address. . : 169.254.248.201(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.0.0

IPv4 Address. . . . . . . . . . . : 192.168.10.100(Duplicate)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.10.1
DNS Servers . . . . . . . . . . . : 192.168.10.1
NetBIOS over Tcpip. . . . . . . . : Enabled


Run Command Prompt as Administrator

C:\Users\Administrator> netsh interface ipv4 show inter

Show as below:




C:\Users\Administrator> netsh interface ipv4 set interface 4 dadtransmits=0 store=persistent

** Idx no. = interface you want to set

netsh interface ipv4 set interface 'idx no.' dadtransmits=0 store persistent


Friday, 29 November 2013

Replicate From Site DC Error

The following error occurred during the attempt to synchronize naming context from domain controller



Make Sure DC and DNS Server healthy.
Make Sure Firewall NOT blocking between sites.   

Resolution
1. Run repadmin /syncall
2. Make sure Syncall Finish without error
3. Replication should able to run

#Active Directory - Netdom Query FSMO Error

The procedure entry point I_NetNameValidate could not be located in the dynamic link library NETAPI32.dll

Resolution
1. Right click on computer --> Properties --> Advanced system settings --> Advanced --> Environment Variables
2. On bottom, System variables, double click on Path
3. Add %SystemRoot%\system32;  in front of C:\Program Files\...........

*As Highlighted.

Thursday, 28 November 2013

#Installation Microsoft .Net Framework Error

Unhandled exception has occurred in your application. If you click
Continue the application will ignore this error and attempt to continue. if you click Quit, the application will close immediately.


Method

1. Delete the 11.0.0 folder (highlighted path).
If SQL 2008 = 10.0.0
If SQL 2008 R2 = 10.5.0
Example: C:\Users\Username\AppData\Local\Microsoft_Corporation\LandingPage.exe_StrongName_............\11.0.0
delete the 11.0.0 folder

*your installation version maybe different.

2. Rerun the SQL installation.