December 13, 2013 at 10:17 am
I'm getting a rule check fail "Long path names to files on SQL Server Installation media failed" when installing SQL 2012 Standard edition from a network share. What is the work around for this?
Thanks
December 13, 2013 at 10:28 am
My understanding is that this is a check to be sure all files/paths are < 256 characters. Do you have long paths for the installation folder?
December 13, 2013 at 10:36 am
cathy.baker (12/13/2013)
I'm getting a rule check fail "Long path names to files on SQL Server Installation media failed" when installing SQL 2012 Standard edition from a network share. What is the work around for this?Thanks
i believe you can simply map a drive to the share,and install form that, instead of from the share with the long file name;;
here's gui instructions:
http://windows.microsoft.com/en-us/windows/create-shortcut-map-network-drive#1TC=windows-7
from a command line, it's pretty simple:
net use m: \\servername\sharename\subshare\subshare2
Lowell
December 13, 2013 at 10:45 am
I tried that. Thanks.
December 13, 2013 at 12:11 pm
I renamed the folder that was WAY long to something shorter and simpler then mapped the drive. That fixed the problem.
December 13, 2013 at 6:33 pm
cathy.baker (12/13/2013)
I renamed the folder that was WAY long to something shorter and simpler then mapped the drive. That fixed the problem.
Thanks for the feedback, Cathy.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2014 at 7:54 pm
Long Path Tool could be the answer to your problem. I too faced a similar predicament some time back. Long Path Tool came in very handy at that time.
August 4, 2014 at 12:08 am
On my case my sql server path was very long
D:\Software\en_sql_server_2008_r2_enterprise_x86_x64_ia6t4_dvd_520517\en_sql_server_2008_r2_enterprise_x86_x64_ia64_dvd_520517\setup.exe
I just renamed that to
D:\Software\sql server\sql server\setup.exe
then work fine for me
😀
January 28, 2015 at 4:53 am
Thanks dude, solved my problem the same way:-)
March 24, 2017 at 2:02 am
This was removed by the editor as SPAM
March 24, 2017 at 2:03 am
This was removed by the editor as SPAM
March 24, 2017 at 2:03 am
This was removed by the editor as SPAM
March 24, 2017 at 2:03 am
This was removed by the editor as SPAM
March 24, 2017 at 2:03 am
This was removed by the editor as SPAM
March 24, 2017 at 2:04 am
This was removed by the editor as SPAM
Viewing 15 posts - 1 through 15 (of 17 total)
You must be logged in to reply to this topic. Login to reply