Quantcast
Channel: SharePoint 2013 - Setup, Upgrade, Administration and Operations forum
Viewing all 21070 articles
Browse latest View live

No system manager locations set, search application might not be ready yet

$
0
0

Hi,

I am just setting up a new SharePoint 2013 environment (Windows server 2008 R2 + SQL Server 2008 R2) and I am getting this error message in powershell when I try to save my new search topology: No system manager locations set, search application might not be ready yet. The installation script used to install and create the search service originates from this link: http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=378 and I receive the error message after running $clone.Activate().

ULS is writing this:

05-29-2013 14:57:00.94	mssearch.exe (0x19C0)	0x1A68	SharePoint Server Search	Crawler:Content Plugin	cd11	Critical	Content Plugin can not be initialized - list of CSS addresses is not set.	
05-29-2013 14:56:08.27	OWSTIMER.EXE (0x09B0)	0x1304	SharePoint Server Search	Administration	dkd5	High	synchronizing search service instance	8f28209c-5d35-a0cc-7fad-bd7b088335ee
05-29-2013 14:56:08.27	OWSTIMER.EXE (0x09B0)	0x1304	SharePoint Server Search	Administration	eff0	High	synchronizing search data access service instance	8f28209c-5d35-a0cc-7fad-bd7b088335ee
05-29-2013 14:56:09.38	OWSTIMER.EXE (0x09B0)	0x1304	SharePoint Server Search	Administration	ajzc7	Medium	Cleanup of Orphan Systems in server SR00667	8f28209c-5d35-a0cc-7fad-bd7b088335ee
05-29-2013 14:56:09.46	OWSTIMER.EXE (0x09B0)	0x1304	SharePoint Server Search	Administration	agwve	Medium	Synchronizing legacy admin	8f28209c-5d35-a0cc-7fad-bd7b088335ee
05-29-2013 14:56:09.46	OWSTIMER.EXE (0x09B0)	0x1304	SharePoint Server Search	Administration	ai4f1	High	Unable to get systemmanagerlocation from db	8f28209c-5d35-a0cc-7fad-bd7b088335ee
05-29-2013 14:56:09.46	OWSTIMER.EXE (0x09B0)	0x1304	SharePoint Server Search	Administration	ai84s	Medium	Skipping legacy admin sync as there is no system manager location set	8f28209c-5d35-a0cc-7fad-bd7b088335ee
05-29-2013 14:56:09.46	OWSTIMER.EXE (0x09B0)	0x1304	SharePoint Server Search	Administration	agwvc	Medium	Skipping Topology Synchronize.The active topology does not have any Components.	8f28209c-5d35-a0cc-7fad-bd7b088335ee
05-29-2013 14:56:09.46	OWSTIMER.EXE (0x09B0)	0x1304	SharePoint Server Search	Administration	ajnco	Medium	Cleaning up Orphan nodes in system : 7B4831	8f28209c-5d35-a0cc-7fad-bd7b088335ee

So basically all else is going fine before saving the clone. Application pool is created, search service and it´s proxy is created (the databases are also created in SQL). The clone is after this created and then the components are added.

I have tested with both March and April CU. I use separate accouns for search service, installation and so on. I have tested giving the search application pool account local admin right but didnt make any difference.

Some posts in Internet around this matter is pointing towards there might be 4 missing patches like here: http://blog.steigis.ch/sharepoint/sps2013/search-in-starting-state/  They are all installed on my server.

Search host controller service and SharePoint Server Search are started.

Before creating the service I ran this. I have done this on all my other installations of search to solve the problem with the host service is in "starting" state. Info taken from here: http://mmman.itgroove.net/2012/12/search-host-controller-service-in-starting-state-sharepoint-2013-8/

$acl = Get-Acl HKLM:\System\CurrentControlSet\Control\ComputerName
$person = [System.Security.Principal.NTAccount] "Users"
$access = [System.Security.AccessControl.RegistryRights]::FullControl
$inheritance = [System.Security.AccessControl.InheritanceFlags] "ContainerInherit, ObjectInherit"
$propagation = [System.Security.AccessControl.PropagationFlags]::None
$type = [System.Security.AccessControl.AccessControlType]::Allow
$rule = New-Object System.Security.AccessControl.RegistryAccessRule($person, $access, $inheritance, $propagation, $type)
$acl.AddAccessRule($rule)
Set-Acl HKLM:\System\CurrentControlSet\Control\ComputerName $acl
$sh = Get-SPServiceInstance | ? {$_.TypeName -eq "Search Host Controller Service"}

After this I do a server restart and continue with creating the search service and its components.

Any ideas?


SP2013 User profile sync does not sync all users from AD!

$
0
0

Hi All,

I configured the SharePoint 2013 User profile sync, at the beginning used the  "SharePoint Profile Synchronization" option.  I only saw the number of user profiles is 30 in the UPS profile summary pane. In the AD (the spcific OU, I specified in the sync connection), there are more than 100 users.

then I changed the type from "SharePoint Profile Synchronization" to "SharePoint Active Directly Import" and re-configure the sync connection. (the service account is granted the"Replicating directory changes" permission.) after ran a full sync, no changes on the  the number of user profiles (still 30).

In the Manage User Profile page, by search the domain name, I got those 30 user profiles list. I tried deleting one user profile. I saw the number of user profiles changed to 29.  Then ran the full sync times, the number of user profiles is always 29.

Please advise, how do I get all those 100 users synced to SharePoint?!

Thanks,

Alan

Upgrade from WSS 3.0 -> SP 2013

$
0
0

Hi everyone,

We are planning to upgrade WSS 3.0 to Sharepoint Foundation 2013. The current plan is to upgrade to Sharepoint Foundation 2010, then 2013 at the same time. Do you think this is a good idea? We have around 16GB worth of data. Could you list some pros and cons? Thank you in advanced for the help!

Jerry

Setting up Web Service counters failed, please make sure your Web Service counters are registered correctly

$
0
0
I am running sharepoint 2013 on windows 2012. I am getting this error:  setting up web service counters failed, please make sure your web service counters are registered correctly and unable to read the first counter index values from the registry.  the error code returned by the registry is data DWORD0. I have tried locdtr /r but it doesn't help fix the error. I have tried to find something out about this error but keep getting the run around, to post in a different form. 

TFS 2013 with Sharepoint 2013 on Windows Server 2012

$
0
0

I was asked to install a TFS 2012 for testing our migration scenario from TFS 2010.

I downloaded TFS 2012 with Update 2, installed a Windows Server 2012, installed SQL Server 2012 and then started to install TFS.

I was told, that the contained Sharepoint be able to install on Windows 8, so I checked the control, that the installation of Sharepoint would be skipped.

Everything was fine.

I found an article that described in detail how to configure a sharepoint 2013 for TFS 2012.

But: I can't download this version with my msdn subscription.

What can I do instead?

Is there some kind of Sharepoint Express 2013?

Any help is very appreciated!

Kind regards

Marliese

My Tasks - "Looking for your tasks for the first time..."

$
0
0

I created a new SharePoint 2013 farm and set up user profile service and crawled our Active Directory. What I have found is that for all the users in this environment, their My Tasks work...e.g. if I have a task assigned to me in a site collection it'll show up in their "My Task" page. For one user...and it happens to be me...I get "Looking for your tasks for the first time..." (with a whirling icon) and nothing shows up.

Any suggestions on why this might not work?


SharePoint Solution Architect, Perth Australia - Microsoft Virtual Technology Specialist - MCTS WSS Dev, WSS Adm, MOSS Dev, MOSS Adm -http://wss.made4the.net/ - Founder of http://www.sharepointdevwiki.com/

FBA using LDAP authentication in SP 2013

$
0
0

I am trying to setup FBA in Sharepoint 2013 using LDAP authentication method. i followed all the steps in 

http://technet.microsoft.com/en-us/library/ee806890.aspx . But everytime i edit central admin it throws an error. I read somewhere that editing web.config file for CA is optional. Is it true in SP 2013 too? 

Also only changing web.config file would do. Do i have to set up something in database like done in this blog

http://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2013-part-1-creating-the-membership-database/

Also is there anything that has to be done from LDAP provider too?


sachin

Confusion around Host Named Site Collections, Host Header Web Application and MySite host

$
0
0

Hello

I am confused about the best practice to set up web applications in a corporate environment.

We have got a Three Tier SharePoint 2013 platform setup. We are confused about the best practice of using HNSC, Host header web applications and where to host MySite Host.

Based on our requirements, We planned for

  1. Web Application without Host Header on port 80. we are planning to use this web application to host HNSC. This is for one part of the group which wants to have their own site for each of its location.
  2. Web Application with Host Header (http://websiteB.company.com) on port 80. I think because we have used Host Header in Web site level we can't host HNSC in this web application. This is other part of the company which wants to have only one site for all of its locations.
  3. MySite host web application with Host Header(http://mysite.company.com) on port 80. 
  4. As you can see all the web applications are on port 80 but different application pools

  • Can any one see any problem with the above set up. 
  • We are planning to make the sites external, do you think will i hit any problems with this set up.
  • how about app development for this set up.
  • Is there any problem having multiple and my site host web applications on port 80.
  • Any other issues which i can't see now.

Thanks, please help me with this confusion

Thanks very much


sharedata



Do not see User profiles on sharepoint 2013

$
0
0

Hello Everyone

I created user profile synchronization connection. And selected everything in the container(active directory). And then started full synchronization.

But after synchronization, i just see only one user which is install service account. Do i need to do anything else on central admin?

Please advice

Thanks

SharePoint 2013 Multi-Server- Multi-Tenancy issue related to personal site

$
0
0
I have created a SharePoint 2013 Multi Tenanted Multi Server Farm. Everything is working fine except personal site.

I have query regarding this. Once I tried to run the ADD-SPSiteSubscriptionProfileConfig command I am getting below error. Also I dont know how to go to personal site. Its quite confusing to understand the personal site. In my tenant Admin page I cant edit mysite personal site managed path too (thats why I am using power shell command)

Command:
ADD-SPSiteSubscriptionProfileConfig -id "XXXXXXX" -SynchronizationOU $ouName -MySiteHostLocation "$fullTenantURL/sites/mysites" -MySiteManagedPath "sites/mysites/personal" -SiteNamingConflictResolution Resolve -ProfileServiceApplicationProxy $upaProxy.Id

Error:

ADD-SPSiteSubscriptionProfileConfig : Cannot find an SPPrefix object with Name: sites/mysites/personal

Please help.

Some steps i did:

finally I removed the -MysiteMangedPath attribute and run the command without it. In this way I can access the mysite host but personal site unable to get it there.

Regards

Gyan Shukla

GYAN SHUKLA

Shareopint 2013 Access service problem

$
0
0

Hi,

I installedsharepoint2013, and taken all the stepsto configuretheaccess services.

Now, from mysharepointsite I created the first access appwithouterrors, butmwhen I try tonavigate it, the browser remainsblankand on serverin application eventviewerI see awarningthat says:

Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 27/05/2013 09:23:44
Event time (UTC): 27/05/2013 07:23:44
Event ID: 113c6a54e0434fdf9d0ff3eb4b81e73f
Event sequence: 1758377
Event occurrence: 1
Event detail code: 0

Application information:
    Application domain: /LM/W3SVC/1418972061/ROOT-1-130140832220488527
    Trust level: Full
    Application Virtual Path: /
    Application Path: C:\inetpub\wwwroot\wss\VirtualDirectories\80\
    Machine name: xxxxxx

Process information:
    Process ID: 8984
    Process name: w3wp.exe
    Account name: xxxxxx\xxxxxxx

Exception information:
    Exception type: UriFormatException
    Exception message: Invalid URI: The hostname could not be parsed.
   at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
   at Microsoft.SharePoint.SPSite.GetHostHeaderRelativeUrlFromLookupKey(String hostHeaderLookupKey)
   at Microsoft.SharePoint.SPSite.LookupSiteInfo(SPFarm farm, Boolean contextSite, Boolean swapSchemeForPathBasedSites, Uri& requestUri, Boolean& lookupRequiredContext, Guid& applicationId, Guid& contentDatabaseId, Guid& siteId, Guid& siteSubscriptionId, SPUrlZone& zone, String& serverRelativeUrl, Boolean& hostHeaderIsSiteName, Boolean& appWebRequest, String& appHostHeaderRedirectDomain, String& appSiteDomainPrefix, String& subscriptionName, String& appSiteDomainId, Uri& primaryUri)
   at Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite, Boolean swapSchemeForPathBasedSites, SPUserToken userToken)
   at Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite, Boolean swapSchemeForPathBasedSites)
   at Microsoft.SharePoint.Administration.SPAlternateUrl.GetContextUri(HttpContext ctx)
   at Microsoft.SharePoint.Publishing.CatalogUrlCache.GetFriendlyUrlCacheKeyFromContext()
   at Microsoft.SharePoint.Publishing.PublishingHttpModule.OverrideUsageAnalyticsData()
   at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Someone canhelp me?thanks

Import-SPWeb on SharePoint 2013 has issues with Edit and View Forms for Lists.

$
0
0
I am trying to move a SharePoint 2013 web site from the root of a site collection to another site collection in a sub site.  All seems to go ok, but when you go to Edit any list or library you get a listitemwebpart error.  Looking into it further things like the default view and default new form etc. are not set.  Is this a known bug and is there any way to resolve this.  I am a bit worried that I am unable to move sites around if required.

Slipstream deployment scenario: How installer determines the order of the patches need to apply?

$
0
0

Hi,

I understand that I need to extract CUs and patches in <install_media>\Updates in order to slipstream them during the installation.

I can’t find any documentation that explains how Installer determines the order of the patches. Some of the patches need to apply before the others.

Any link to TechNet documentation would be a great help.

Thank you,

Sharepoint Server reduction

$
0
0

We have one farm and 4 servers for sharepoint 2010.

We would like to reduce our environment to two servers

1-DB

2- Application \ web front

How to implement this?


hussain

How to avoid GUIDS in the service application database names?

$
0
0

Hi,

What is the easiest way to configure a farm such that the service application database names do not include GUIDs?

Thank you,


401 UNAUTHORIZED When attempting to login from non domain PCs

$
0
0

When attempting to logon to my test Sharepoint 2013 externally via IP Address from a non domain joined PC (Site is on a different subnet) I get a prompt for username and password (as would be expected). No matter what I enter into this logon prompt I get the following:

"401 UNAUTHORIZED"

I have changed the authentication from default of Kerberos to NTLM already and have also attempted enabling plain text authentication and restarting the site with no change.

What needs to be set so external users can log in?

Changing order of columns in new Calendar entries

$
0
0

I have set up a calendar for our conference room reservations and I have created a column that lists all of the conference rooms. Users would click on the drop-down and select which conference room they want to book. This column is currently towards the bottom and I want it to be near the top. how do I move that up?

Also, how would I set restrictions? For example, if a conference room has no projector but a projector is requested, how do I prevent that room from being selected?

I am fairly new to sharepoint so I apologize if this is "low hanging fruit" that I should know already.

Ki

Stuck on working on it screen

$
0
0

I just installed the office developer tools and other related stuff..first my machine got really and sites started loading very slow..I restarted and now my SP sites do not open in IE an dare just stuck on the working on it screen..I can open central admin and that works fine ..I have IE 9 and on Server 2008 R2..Also all the sites load fine in Chrome..Not sure what's going on here..any sugestions.

Having the same issue as this thread  http://social.technet.microsoft.com/Forums/en-US/sharepointgeneral/thread/4f99d210-3343-4253-b04d-576a303356c4/ ..tried the solution but did not work for me.

Edit:

I disabled the Minimal Download Strategy feature and the site loads super fast ..Not sure why is that .

Thanks



Workflow page throwing error

$
0
0

Hello,

I have configured the workflow manager for SP 2013 and also published a workflow..The issue is if I leave the workflow to automatically start it startes and finishes correctly..When I change it to manually start and I go to start the workflow the page throws an error..I checked the logs and it's throwing a 500 error when I try to access the _layouts/15/workflow.aspx page..Any idea what might be going on here.

Thanks

Sharepoint 2013 Setup cannot continue...file is either corrupted or not available

$
0
0

Hi,

I'm trying to install evaluation copy of SP 2013 (downloaded from http://technet.microsoft.com/en-in/evalcenter/hh973397.aspx and converted to iso) on Windows Server 2012 with SQL Server 2012 SP1. After getting through with the prerequisite installer when I Launch the Setup it gives me the following error:

"Setup cannot continue because a required file is either corrupted or not available. Run setup again from original source disc or download location."

I ran sfc /scannow and no corruption was detected. I downloaded the setup img once again and converted it to iso format and I'm still getting the same error. 

I've already checked suggestions offered at the following forums and the issue still persists, please help:

http://social.msdn.microsoft.com/Forums/en-US/sharepointitpropreview/thread/1869259d-5653-4606-9a89-aeca6ca9c25d

http://social.msdn.microsoft.com/Forums/en-US/sharepointadmin/thread/f5e81d79-60f7-4246-acdc-49f78852baab


Viewing all 21070 articles
Browse latest View live