Hi Team,
I am trying automate sql 2012 installation from linux remote machine & have followed below steps
1- Created new Local windows user ( other than Local administrator ) & added same in administrators Group for sql installation
2- Created ConfigurationFile.ini
3- Created the powershell script called sql-installation.ps1 with command to execute the SQL installation ---- > & D:\setup.exe /configurationfile="C:\configurationfile.ini"
4- then executing this powershell from linux machine but i am getting below errror in summery log file,
Overall summary:Final result: Failed: see details below
Exit code (Decimal): -2068774911
Exit facility code: 1201
Exit error code: 1
Exit message: There was an error generating the XML document.
Start time: 2019-04-22 15:45:02
End time: 2019-04-22 15:45:55
Requested action: Install
Exception help link: http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3000.0&EvtType=0xE0C083E6%400xF80B8030&EvtType=0xE0C083E6%400xF80B8030
Need help to resolve this issue.
Thanks
NM-BG