Hello i m trying autospinstaller for the first time, although i been "messing" with SharePoint for a while i consider my self a little green to this environment when comes to power shell + SP. So i decided to give autospinstaller an try and learn a bit as well. Okay .. so the problem i m having (or the error i m getting) is this:
```
--------------------------------------------------------------
- Provisioning Managed Metadata Service Application
- Starting Managed Metadata Service:
- Managed Metadata Service already started.
- Creating Metadata Service Application...
- Creating Metadata Service Application Proxy...
- Granting rights to Metadata Service Application...
- Done creating Managed Metadata Service Application.
--------------------------------------------------------------
--------------------------------------------------------------
- Provisioning User Profile Service Application
- Starting User Profile Service instance...
- Waiting for User Profile Service...Online
- Creating Web App ""...
New-SPWebApplication : Cannot bind argument to parameter 'Name' because it is null.
At C:\AutoSPInstaller\AutoSPInstaller\AutoSPInstaller\AutoSPInstallerFunctions.ps1:2459 char:48
+ New-SPWebApplication -Name $mySiteName
-ApplicationPoolAccou ...
+ ~~~~~~~~~~~
+ CategoryInfo : InvalidData: (:) [New-SPWebApplication], Paramet
erBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,M
icrosoft.SharePoint.PowerShell.SPCmdletNewSPWebApplication
--------------------------------------------------------------
- Script halted!
- Error Provisioning the User Profile Service Application
```
I did an small google Search and i found an [similar issue](https://autospinstaller.codeplex.com/discussions/284432), but in this post the people there said you need to have at least 2 web application (1 Portal and 1 MySitesHost) , however i had 2 already had them in the setup 1 in port 80 witch is the Portal page (template SPSPORTAL#0) and the other one is hosted in port 81 witch is the My Sites Host (template SPSMSITEHOST#0). i m using AutoSpInstallerGUI as an tool to setup the XML file, if anyone could help me understand why this is happening i will appreciate it.
```
--------------------------------------------------------------
- Provisioning Managed Metadata Service Application
- Starting Managed Metadata Service:
- Managed Metadata Service already started.
- Creating Metadata Service Application...
- Creating Metadata Service Application Proxy...
- Granting rights to Metadata Service Application...
- Done creating Managed Metadata Service Application.
--------------------------------------------------------------
--------------------------------------------------------------
- Provisioning User Profile Service Application
- Starting User Profile Service instance...
- Waiting for User Profile Service...Online
- Creating Web App ""...
New-SPWebApplication : Cannot bind argument to parameter 'Name' because it is null.
At C:\AutoSPInstaller\AutoSPInstaller\AutoSPInstaller\AutoSPInstallerFunctions.ps1:2459 char:48
+ New-SPWebApplication -Name $mySiteName
-ApplicationPoolAccou ...
+ ~~~~~~~~~~~
+ CategoryInfo : InvalidData: (:) [New-SPWebApplication], Paramet
erBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,M
icrosoft.SharePoint.PowerShell.SPCmdletNewSPWebApplication
--------------------------------------------------------------
- Script halted!
- Error Provisioning the User Profile Service Application
```
I did an small google Search and i found an [similar issue](https://autospinstaller.codeplex.com/discussions/284432), but in this post the people there said you need to have at least 2 web application (1 Portal and 1 MySitesHost) , however i had 2 already had them in the setup 1 in port 80 witch is the Portal page (template SPSPORTAL#0) and the other one is hosted in port 81 witch is the My Sites Host (template SPSMSITEHOST#0). i m using AutoSpInstallerGUI as an tool to setup the XML file, if anyone could help me understand why this is happening i will appreciate it.