Unabletoinstall

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Thursday, August 22, 2013

Unable to connect to the Server via Remote Desktop Connection (mstsc)

Posted on 11:49 PM by Unknown
We have a Window 2003 Server. Its working perfectly fine. Since morning we getting issues from user that they are not able to connect to this server via Terminal Session (MSTSC- Remote Desktop Connection).
We checked and found
- All Settings Seems OKAY
- No Error in the Event Viewer
- All Services running fine.

When we look for Terminal Service manager we found that there is an option Called "Down". Just Right Click on this and Click "Reset". The issue will be resolved.

Let us know if you still have the same problem.

 
 
 

 
Read More
Posted in Active Directory, Domain Controller, RDP, Remote Desktop, Troubleshooting, WIndows Server 2003 | No comments

VSS Error 12293 and 12298

Posted on 11:26 PM by Unknown
Hello Friends,
We have Shadow Protect Backup Solution installed on some WIndows Server 2003 Server.
We keep getting Error in Event viewer for VSS (12293 and 12298).
We searched on Internet and found that if you install these patches these error will go.

  • http://support.microsoft.com/kb/940349
  • http://support.microsoft.com/kb/967551
  • http://support.microsoft.com/kb/972623

  • reference article:-
    http://www.storagecraft.com/support/kb/article/211

    You can try and Let us know if you have any questions.

    Thanks
    IT Solutions team
    Read More
    Posted in Backup, Shadow Protect, StorageCraft, StorageCraft Image manager, WIndows Server 2003 | No comments

    Friday, July 5, 2013

    How to convert .VDI to .VMDK and .VMDK to .VDI

    Posted on 2:43 AM by Unknown
    Hello Friends,

    If you working with Virtual Machines (Oracle Virtual Box and VMWARE), Then sometimes we need to convert the Disk files from .VDI to .VMDK and .VMDK to .VDI.
    Below are the commands to make it convert. (To convert make sure that Oracle Virtual BOX installed).

    To convert from .VDI to .VMDK:-
     c:\program files\sun\VirtualBox> VBoxManage clonehd "The Path of.vdi" "The Path of .vmdk" -format VMDK
    Hit <<Enter>>.
    It will starts converting.


    To convert from .VMDK to .VDI:-
    c:\program files\sun\VirtualBox> VBoxManage clonehd "The Path of.vmdk" "The Path of .vdi" -format VDI
    Hit <<Enter>>.
    It will starts converting

    *****The Path can be change of Virtual box as per your installation.*****

    Let me know if you face any issues.

    Thanks for reading this.
    Pankaj
    Read More
    Posted in .VDI, .VMDK, How to convert .VDI to .VMDK, Testing Virtual machines., Virtual box, VMWARE | No comments

    Wednesday, May 15, 2013

    How to export mailbox details in a text or excel file?

    Posted on 5:20 AM by Unknown
    One of my customer asked me to send the list of mailboxes used in his Organization. I checked on Exchange Console and send him the screenshot.
    He told me that he not needed the screenshot, He needed the mailbox details in Excel or Text file format.
    I found one command for that which you can use in your "Exchange power shell" to export the mailbox details in text file:-
    get-mailbox > mailboxsize.txt

    You will get the file in C:\windows\system32. You can copy the file from here and send to your manager/customer.

    Thanks for reading this article..!!
    (Share your feeback..)
    Read More
    Posted in Microsoft Exchange 2007/2010, Windows Server 2008 R2 | No comments

    Friday, May 3, 2013

    Minimum Requirements for WIndows 8

    Posted on 12:54 AM by Unknown
    If you are going to install Windows 8 then please make sure below minimum requirements should be met:-

    1) Processor: 1 gigahertz (GHz) or faster with support for PAE, NX, and SSE2
    2) RAM: 1 gigabyte (GB) (32-bit) or 2 GB (64-bit)
    3) Hard disk space: 16 GB (32-bit) or 20 GB (64-bit)
    4) Graphics card: Microsoft DirectX 9 graphics device with WDDM driver
    Read More
    Posted in Windows 8 | No comments

    Friday, April 26, 2013

    Windows Installer coordinator keep running again and again

    Posted on 11:23 PM by Unknown
    Sometimes you found that when you installing some MSI package on TS/XenApp Server, The installation is not completing and you getting one Pop-Up "Windows installer Coordinator" which seems continuously running.

     
    
    To resolve this create and set the following dword value to 0:
    HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Terminal Services\TSAppSrv\TSMSI\Enable

    If this value is not present then create it your self.

    The issue will be resolved.

    You can find more information in this link
    http://support.microsoft.com/kb/2655192
     
    Read More
    Posted in RDP, Remote Desktop, Terminal Server, Windows Server 2008 R2 | No comments

    Thursday, April 18, 2013

    Unable to Open Trend Micro Worry Free Business Security Console 503: Service Unavailable error.

    Posted on 12:17 AM by Unknown

    We installed the Trend Micro Server on a Windows Server 2008 Server. Since last some days we are unable to open the Trend Micro Console. Its saying page cannot be displayed.
    We rebooted the Server already. All Services seems OKAY.
    There are instances that the Application Pool unexpectedly stops and does not restart automatically. As a result, you will get the 503: Service Unavailable error.
    To resolve the issue, do either of the following:

    Option I:
    1.Click Start > Run.
    2.Enter "cmd" and click OK.
    3.From the command prompt, enter the following command to start the application pool:
    %windir%\system32\inetsrv\appcmd start apppool OsceAppPool

    Option II:
    1.Open Internet Information Services (IIS) Manager.
    2.Go to Application Pool.
    3.Start OsceAppPool.
    4.Click Advanced Settings.

    5.Make sure that Start Automatically is set to "True"
    I checked and found its resolved now.
    Let me know if you have any questions..
    Pankaj
    Read More
    Posted in Antivirus, Trend Micro Antivirus, Troubleshooting, Windows Server 2008, Windows Server 2008 R2 | No comments
    Older Posts Home
    Subscribe to: Comments (Atom)

    Popular Posts

    • Difference between Windows Server 2008 R2 and 2012
    • Schedule task Getting failed on Windows Server 2008.
      I found that there are many task schedulted in my windows server 2008 DC, those should run to complete some particular Job at particular tim...
    • Error:502 Source:Folder Redirection
      We have a windows Server 2008 R2 Enterprise and we found that in the Event Viewer we have this Error. We checked and found that Error detail...
    • How to reboot a Server from a Command Prompt?
      Dear Friends, If you found that there is any server in your network which seems Hanged (You are able to Ping but not able to Login), and You...
    • Unable to install AVG, Error code:0xC0070643, Solved...!!
      We want to install AVG Business edition for one of our Server having Windows Server 2008 R2. Whenever we trying to install getting the ...
    • Uttrakhand IT Solutions.
      Hi All, This is a space where you can discuss your IT related issues. Whether its related to your Job, Career, hardware related, Software re...
    • Error:8193 Source:VSS
      We have a terminal Server with windows server 2008 R2 Standard. We found that we keep receiving the Error 8193 with Source VSS. The error (E...
    • VSS Error 12293 and 12298
      Hello Friends, We have Shadow Protect Backup Solution installed on some WIndows Server 2003 Server. We keep getting Error in Event viewer fo...
    • Error:13568 Source:Ntfrs
      The File Replication Service has detected that the replica set "DOMAIN SYSTEM VOLUME (SYSVOL SHARE)" is in JRNL_WRAP_ERROR. Replic...
    • Vipre Agent Installation failed from Vipre Console 5.0.4943
      Problem: We have Upgraded our Vipre Console from 4.0 to 5.0. Now we have to make the installation for the Client Computers via Console. Whe...

    Categories

    • .VDI
    • .VMDK
    • Active Directory
    • Antivirus
    • AVG
    • Backup
    • Citrix
    • Domain Controller
    • ESX
    • How to convert .VDI to .VMDK
    • Key File
    • Mcafee
    • Mcafee Saas Protection
    • Microsoft Exchange 2007/2010
    • Microsoft Internet Explorer
    • NTBACKUP
    • Outlook Web Access (OWA)
    • Post Installation issues after Sp1 of Windows Server 2008 R2
    • RDP
    • Remote Desktop
    • Shadow Protect
    • Share Point
    • StorageCraft
    • StorageCraft Image manager
    • Terminal Server
    • Testing Virtual machines.
    • Trend Micro Antivirus
    • Troubleshooting
    • USB Device
    • Vipre Antivirus
    • Virtual box
    • VMWARE
    • Windows 8
    • Windows SBS 2011
    • WIndows Server 2003
    • Windows Server 2008
    • Windows Server 2008 R2
    • Windows Server 2012

    Blog Archive

    • ▼  2013 (18)
      • ▼  August (2)
        • Unable to connect to the Server via Remote Desktop...
        • VSS Error 12293 and 12298
      • ►  July (1)
      • ►  May (2)
      • ►  April (4)
      • ►  March (5)
      • ►  February (4)
    • ►  2012 (13)
      • ►  December (1)
      • ►  October (2)
      • ►  September (2)
      • ►  June (2)
      • ►  May (1)
      • ►  April (4)
      • ►  March (1)
    • ►  2011 (32)
      • ►  November (1)
      • ►  September (1)
      • ►  July (3)
      • ►  June (5)
      • ►  May (6)
      • ►  April (2)
      • ►  March (6)
      • ►  February (6)
      • ►  January (2)
    • ►  2010 (1)
      • ►  May (1)
    Powered by Blogger.

    About Me

    Unknown
    View my complete profile