System state backup replica inconsistent
Method:
Make sure Windows backup for protected server or computer enabled.
For server, enable Windows Backup role in server manager.
Friday, 18 July 2014
Thursday, 17 July 2014
#SCDPM 2012 - There is insufficient free space in the storage pool for this protection group.
System Center DPM 2012: There are insufficient free space in the storage pool for this protection group.
Method :
The disk in the storage pool should not contain a partition, it should just be a RAW disk. Delete the partition in disk management. After deleted, do not format the disk, let it be Raw disk. Re add the disk in DPM Administrator Console.
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.
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:
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
Subscribe to:
Posts (Atom)