Quantcast
Channel: AutoSPInstaller
Viewing all 2279 articles
Browse latest View live

New Post: The given key was not present in the dictionary

$
0
0
Thanks for your reply... Just doe a claims SP2013 install for another client on SQLserver 2008R2 and not add this issue at all. I have even checked their system as REad is not set on most accounts ....

Yep search failed just now .... will get ops ot fix this ...

tedious and I am meant to be producing a high level plan!

New Post: Mistyped the url for Central admin in the imput file

$
0
0
SPAuto Community

I have just stood up a sp2013 farm on windows 20012 R2 , so portal and mysites all work but .....

Central Admin has not been provisioned correctly - even though an entry has been added to the start menu.

is there a quick way to force the installation just central admin or do I need to uninstall my farm




Daniel

New Post: Mistyped the url for Central admin in the imput file

$
0
0
Doh!
Easily fixed by re-running the Configuration WIzard ...


Oh well the Farm is now up.

Daniel

Created Unassigned: Syntax issue with "Installing SMTP Windows feature in a separate PowerShell window" command? [21161]

$
0
0
While reviewing the code [AutoSPInstallerMain.ps1, line 250] using NotePad++, the editor's syntax parser seems to have an issue with the "back quote / semi-colon" delimiter in the following statement:

Start-Process -FilePath "$PSHOME\powershell.exe" -Verb Runas -ArgumentList "-Command `". $env:dp0\AutoSPInstallerFunctions.ps1`; InstallSMTP (Get-Content $inputFile); Start-Sleep 5" -Wait

Adding another quote after the back quote characters makes NotePad++ happy:

...AutoSPInstallerFunctions.ps1`"; InstallSMTP...

But, I am unsure if adding that quote maintains the integrity of what the command was intended to do.

New Post: Restart-Computer Suggestion/Question

$
0
0
I agree, this would be nice. It will require at least PowerShell 3 though:
Beginning in Windows PowerShell 3.0, you can wait for the restart to complete before running the next command, specify a waiting timeout and query interval, and wait for particular services to be available on the restarted computer. This feature makes it practical to use Restart-Computer in scripts and functions.
Restart-Computer on TechNet

New Post: The given key was not present in the dictionary

$
0
0
Once ops added the relevant Read Permissions to the managed accounts - the install was successful. However, the client has decided we re-install but this time against SQL2014 ......

Created Unassigned: After Installing SP2013 with AutoSPInstaller Set-SPEnterpriseSearchFileFormat fails with The processing of files of type 'pdf' is already supported by the parsing system [21166]

$
0
0
After Installing SP2013 with AutoSPInstaller Set-SPEnterpriseSearchFileFormat fails with The processing of files of type 'pdf' is already supported by the parsing system.

Anybody got any ideas why this is happening ?

Regards

Nigel

Created Unassigned: After Installing SP2013 with SP1 Every so often Search fails due to the members of SPSearchDBAdmin being removed from the database role [21167]

$
0
0
After Installing SP2013 with SP1 Every so often Search fails due to the members of SPSearchDBAdmin being removed from the database role and not being added backin.

This happens about once a week.

Anybody any ideas.

I have seen a few blogs about this and all they say is add them back in when they go which is no good on a production system.

Thanks

Nigel

New Post: Error Using a DNS Alias for SQL Server in a Single-Server Installation

$
0
0
I am building a single-server installation of SharePoint 2013 on Windows Server 2012 R2. I have installed SQL Server 2012 SP 1 and full Active Directory and DNS on the same server. When I run AutoSPInstaller using the server name "SPSERVER" as the input value for the DBServer parameter the process runs fine. However, one of the things I tried to do was set up a DNS alias for the SQL Server as "SQLCLUSTER", to better represent a simulated real-world farm, and used that as the input value for DBServer. When I do that strange things happen. The farm is provisioned but as the services get deployed, they are registered to SQLCLUSTER rather than SPSERVER. This shouldn't matter except that AutoSPInstaller uses the MatchComputerName function to constantly check the current computer name against the list of farm servers. This is where it goes haywire. The value of $env:COMPUTERNAME correctly comes back as SPSERVER but $_.Server.Address always comes back with SQLCLUSTER as the only server in the list. This causes the script to halt at the first service installation. When I run Get-SPServer sure enough, the farm is created and validly registered except that there is only one server listed, SQLCLUSTER, and all SharePoint services are registered to it. As an aside, I've manually built multiple Single-Server installations of SharePoint over the years using a DNS alias for the SQL Server and never run into this problem so it surprises me that the PowerShell cmdlets would behave differently from PSConfig.

New Post: Mysite page won't display

$
0
0
Hi, I'm new to sharepoint . I'm using AutoSPInstaller to make an shp 2013 farm. I've created two web apps : one for shareportal and another one for Mysites . I've also configured the script to create a site collection for Mysites and other 3 site collections for SharePortal .

the script went all the way without errors . nice, but i can access all the SharePortal sites but the browser won't display anything when accessing Mysite root site ...

i'm thinking that has to do with fact that in the script i put TRUE for HostHeader on webapp creation and also TRUE for "Hosted Named Site" on site collection . It's a litle bit confusing for me . as i said i'm a newbie ... .

If my theory is right is it possible just to rerun the script on each host putting Hosted name site to FALSE , or am i "out of track" here ? can you folks give me some clues please ?

best regards

jmont

Edited Feature: Distributed Cache starting (muli-server) [21155]

$
0
0
Hi,

I have noticed that whenever I use the script to create a multi-server farm the distributed cache service fails to start. The script returns a pass however the service does not actually start. Digging into it I have found that the windows firewall rule for ICMP incoming (under file and print sharing) must be enabled as AppFabric uses ICMP to check the state of servers before enabling the service.

Can the script be amended to enable these rules 1 for IPv4 and 1 for IPv6?

New Post: Database files on specific server?

$
0
0
Hi!

I would like to be able to specify the specific physical location for all my SQL databases. Is it possible right now or in future?

New Post: Database files on specific server?

New Post: Mysite page won't display

$
0
0
You are probably correct that you didn't want to select host-named site collection. These are typically only used in multi-tenant environments. In my experience if you delete your Web Application for MySites and rerun the script (with host-named site collection set to false), this should fix your problem.

New Post: Correct Service Account for SPUserCodeHost

$
0
0
I installed SP 2013 with AutoSPInstaller yesterday and everything went fine. Today I restored a database and tried to deploy a sandboxed solution to the site collection solutions gallery but it failed on activation. The error in the ULS logs says the SharePoint Services account doesn't have rights to the content database. So, I vaguely remember dealing with this in the past on SP 2010, and I vaguely remember determining that the SPUserCode service needs to run under the farm account. However, AutoSPInstaller sets the SPUserCode service to run under the service applications service account, which doesn't have rights on the content databases. Since this script is amazing, I figure there must be a reason that it is setting the sandboxed code service to run under the service application account rather than the farm account--or is this an oversight?

New Post: Error when creating central administration web application.

$
0
0
You don't have to manually install IIS or .Net 4 at all - AutoSPInstaller and/or the prerequisiteinstaller.exe does it for you (and will automatically reboot as required).

Brian

New Post: Trying to connect to Database -fail-

$
0
0
Hi there,
i have a problem with the AutoSPInstaller, maybe you have a idea...

Image
ERROR CODE

"The SQL Server was not found or you have no access"
All permissons are ok, Usernames/Password ok, Instancename ok, Remoteconnections ok...

Error 26...

When i install Sharepoint without the AutoSPInstaller, i have no Problems...

I hope you can help...

New Post: - Trying to connect to "SQL"... - Fail

$
0
0
Servers:
Server 2012 R2 Standard (SharePoint 2013) SPS03P1
Server 2012 R2 Standard (SQL Server 11.0.2100) SPS03PSQL
FS02 (File Server)

Install account SMF\FarmP is local admin on both systems and has the following SQL server roles dbcreator, securityadmin, serveradmin, sysadmin.

I installed SQL server management studio and can connect using windows authentication and create a DB in the named instance.

I currently have the firewalls on both systems off for trouble shooting.

Any help will be appreciated.

Windows PowerShell transcript start
Start time: 20140729064450
Username : SMF\FarmP
Machine : SPS03P1 (Microsoft Windows NT 6.3.9600.0)

Transcript started, output file is C:\Users\FarmP\Desktop\AutoSPInstaller-2014-07-29_6-44.rtf

| Automated SP2013 install script |

| Started on: 7/29/2014 6:44:50 AM |

  • SharePoint 2013 binaries are not yet installed.
  • Install based on:
    • \fs02\IT_Bureau\Software\Microsoft\Sharepoint\CodePlex\AutoSPInstaller\SP\AutoSPInstaller\AutoSPInstallerProduction.xml
    • Environment: Production

- Version: 3.96

  • Validating user accounts and passwords...
  • Account "SMF\FarmP" (Account)...Verified.
  • Account "SMF\ServicesP" (ManagedAccount)...Verified.
  • Account "SMF\PortalP" (ManagedAccount)...Verified.
  • Account "SMF\ProfilesP" (ManagedAccount)...Verified.
  • Account "SMF\FarmP" (ManagedAccount)...Verified.
  • Account "SMF\SuperUserP" (ManagedAccount)...Verified.
  • Account "SMF\SuperReaderP" (ManagedAccount)...Verified.
  • Account "SMF\SearchSerP" (ManagedAccount)...Verified.
  • Account "SMF\SearchConP" (ManagedAccount)...Verified.
  • Account "SMF\ExcelP" (ManagedAccount)...Verified.
  • Account "SMF\VisioP" (ManagedAccount)...Verified.
  • Account "SMF\PerfpP" (ManagedAccount)...Verified.
  • Account "SMF\ProSyncP" (ManagedAccount)...Verified.
  • Account "SMF\ProSyncP" (User Profile Service Application)...Verified.
  • Account "SMF\SearchSerP" (Search Service Application)...Verified.
  • Account "SMF\ExcelP" (Excel Services Application)...Verified.
  • Account "SMF\VisioP" (Visio Graphics Service)...Verified.
  • Account "SMF\PerfpP" (PerformancePoint Service)...Verified.
  • Account "SMF\SuperUserP"...Verified.
  • Account "SMF\SuperReaderP"...Verified.

- Account "SMF\FarmP"...Verified.

- Writing config-AutoSPInstaller.xml to C:\Users\FarmP\AppData\Local\Temp...

  • Creating SQL alias "SPS03PSQL\Production,1433"...
  • Creating SQL alias "SPS03PSQL\Production,1433"...
  • Creating SQL alias "SPS03PSQL\Production,1433"...
  • Creating SQL alias "SPS03PSQL\Production,1433"...
  • Creating SQL alias "SPS03PSQL\Production,1433"...
  • Creating SQL alias "SPS03PSQL\Production,1433"...
  • Creating SQL alias "SPS03PSQL\Production,1433"...
  • Creating SQL alias "SPS03PSQL\Production,1433"...
  • Creating SQL alias "SPS03PSQL\Production,1433"...
  • Creating SQL alias "SPS03PSQL\Production,1433"...
  • Creating SQL alias "SPS03PSQL\Production,1433"...
  • Creating SQL alias "SPS03PSQL\Production,1433"...
  • Creating SQL alias "SPS03PSQL\Production,1433"...
  • Creating SQL alias "SPS03PSQL\Production,1433"...
  • Testing access to SQL server/instance/alias: SPS03PSQL\Production

- Trying to connect to "SPS03PSQL\Production"... - Fail

  • Script halted!
  • Connection Error. Check server name, port, firewall.

Press any key to exit...

| Automated SP2013 install script |
| Started on: 7/29/2014 6:44:50 AM |

| Aborted: 7/29/2014 7:04:14 AM |

PS C:\Windows>

New Post: - Trying to connect to "SQL"... - Fail

$
0
0
It looks like you may have specified your alias(es) incorrectly... Also, why are you creating so many of them? You don't need to specify database info for every service app if they are all using the same instance & alias. Finally, the alias should not have any port information in it. Maybe you're putting the alias where the instance should be?

HTH,
Brian

New Post: - Trying to connect to "SQL"... - Fail

$
0
0
I unchecked the box for all the alias's and changed the server name to just SPS03PSQL.
Viewing all 2279 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>