May 8, 2015 at 6:50 am
I am trying to setup a silent install of SQL Server using a configuration file, I get partially though the install and then get an error saying illegal characters in path? My paths seem correct in that all exist on the system. I have uploaded the summary text file from the install and the ini (renamed to txt) that I used.
One thing I am confused about when I look in the summary is that there are 2 configuration files listed in it.... the one I was using and the default during an install.
Any help or insights would be greatly appreciated
May 9, 2015 at 12:12 pm
you have an additional backslash at the end of the on the INSTALLSQLDATADIR entry
INSTALLSQLDATADIR="C:\Program Files\Microsoft SQL Server\"
make this
INSTALLSQLDATADIR="C:\Program Files\Microsoft SQL Server"
May 9, 2015 at 5:24 pm
Steven DBA (5/9/2015)
you have an additional backslash at the end of the on the INSTALLSQLDATADIR entryINSTALLSQLDATADIR="C:\Program Files\Microsoft SQL Server\"
make this
INSTALLSQLDATADIR="C:\Program Files\Microsoft SQL Server"
Yowch! Good eye. It's things like this that just aggravate the hell out of me. How hard would it have been for them to accept either?
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply