Unanswered SQL Server Installation error

  • Wednesday, February 13, 2013 8:31 AM
     
     

    Hi  all

    When im trying to install SQL Server 2012 on windows server 2008 standard edition , the following error occurs"hexadecimal value 0x00 is an invalid character line 1 position 746 Error code 0x84B10001.

    how i can fix this problem..pls help me with right answer.


All Replies

  • Wednesday, February 13, 2013 9:53 AM
     
     
  • Wednesday, February 13, 2013 10:42 AM
    Moderator
     
     

    Hello,

    Please share with us the summary.txt and detail.txt log file. Use the following article to locate the file on disk:

    http://technet.microsoft.com/en-us/library/ms143702(v=sql.110)


    Thank you in advance.

    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Wednesday, February 13, 2013 10:20 PM
    Moderator
     
     

    Would you please check-out below KB article

    http://support.microsoft.com/kb/2379466


    FAQ
    ----
    Regards,
    Ahmed Ibrahim
    SQL Server Setup Team
    My Blog
    This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click "Mark as Answer" and "Vote as Helpful" on posts that help you.
    This can be beneficial to other community members reading the thread.
    View Ahmed Ibrahim's profile on LinkedIn

  • Thursday, February 14, 2013 6:18 PM
     
     

    Hello all,

    The issue could be because of an extra space in cluster disk name in Fail over cluster manager. The error is raised during the cluster disk rule check.

    If you check "ProductSettings_ClusterDisk_Public.xml" after the setup failure, make sure that there are no extra spaces in any of the cluster disks.

    If you find any spaces, rename the disk in Fail over cluster manager and re run the setup.

    Hope this helps