Brian
Brian
Thanks, will be in the next release.
Cheers
Brian
The error is tricky too -
```
System.UnauthorizedAccessException:
<nativehr>0x80070005</nativehr><nativestack></nativestack>Access denied.
```
It took me some time to figure out that __SharePoint Web Services__ was stopped in IIS.
Thank you @loknar777!
Workflow Manager 1.0 (at least Refresh/CU2 version) use 64-bit aliases.
Have never had this issue with WFM (always used aliases to setup farm).
Just struggled through finding this same bug. It is still broken.
Going to need to hack around this in Add-SQLAlias in AutoSPInstallerFunctions.ps1
Just struggled through finding this same bug.
It would be great if this were fixed in the source, so the next person doesn't have to spend the time trying to figure out why it doesn't work, and tracing it back into the powershell, and then coming up with some manual hack around this problem.
(I don't know why the local memory provider option is broken, but that is less relevant to me than getting the install to work.)
PerrySharePoint has uploaded a patch.
Description:
Fix Add-SQLAlias to use TCPIP port if port specified, to avoid getting stuck with autospinstaller never working because it will only create Shared Memory aliases, which for whatever reason do not work with it.
This provides the user a reasonable workaround to be able to install on a single server; the user does have to go through and specify dbport for every alias in use, but they do not have to edit the .ps1 file to fix it.
$ diff -Naur AutoSPInstallerFunctions.ps1_original.txt AutoSPInstallerFunctions.ps1_fixed.txt > FixSqlAlias.txt
Just submitted patch 18261 to fix this.
Just submitted patch 18261 to fix this (using above fix).
Just submitted patch 18261 which provides a workaround for this.
autospinstaller with the xml has this same bug, and it causes the install to fail until the ps1 is fixed. (There are other issues reporting this problem as well.)
I just submitted a patch which provides a workaround--the user has to specify a dbport for every alias that will be used, to inform the ps1 to use tcpip aliases.
Just submitted patch 18261 to fix this.
We see this error a lot; thanks for posting info about it.
Would you be willing to post the code you used to fix the ps1 to avoid this error?
I have to perform only one replacement /WCFDataServices56:"$env:SPbits\PrerequisiteInstallerFiles\WcfDataServices56.exe`""