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

Add New User to Site as new entry in List

$
0
0

Hi,

I want to provide access to my site to new users as soon as i entered his/her name in the sharepoint list.

Access should be specific to that list only.

This can be done in Sharepoint 2013 ?


Cannot create sub site even with full permission

$
0
0

user cannot create a sub site even if the user has full permission.(i tried even giving full permission at the roort site)

It gives an error "Sorry, you don't have access to this page ".  Only site collection administrators can create a new sub site.

The error occurs when i try to create a team site or project site but creating a new blog site doesnt have any problem.

I am using SharePoint 2013  with SP1

Can anybody help me in this

asking authentication window for annonymous users enable bi site when view dashboards or (deploy dashboards to view by anonymous users in sharepoint 2013 )

$
0
0

Hi

in sharepoint 2013 i created bi center site

1) and i followed best practices from Technet for how to create Secure store service,performance Point service applications

2) and added Unattended service account permissions in SSAS data sources,

3) given db_owner permissions for performance point service  application pool account in content database.

4) and my requirement is that deployed dashboards and pointers can be viewable by any users , who without login to

sharepoint web application,

so i enable anonymous access for whole web application and bi site.

but even when i open bi dashboards without login  by view permission user, it asking authentication window.

i open dashboard designer and deployed using spfarm user in sharepoint webfront end server.


adil

SharePoint 2013- Enterprise Search crawl log error

$
0
0

i got following crawl log error in thousand of numbers after full crawling:

The item was aborted because the pipeline did not respond within the appropriate time. This item will be retried in the next crawl. ( CSSFeeder generated callback: The system has not received callback for the document; ; SearchID = 143BE8E0-2662-46CB-BFBE-B28A9FBC5597 )

Help me out...

THanks

Deepak

newbie--Fresh install of Sharepoint 2013 SP1-User Profile Service App Error ("..could not be provsioned...")

$
0
0

A new fresh install, single Farm, I keep  seeing this error when i try to start the Farm Configuration Wizard, it completes with this error:

Is there a step I'm missing...?

Many thanks in advance

Form based authentication for site collection

$
0
0

I have a web application on port 80. Root site collection uses windows authentication. I have two other site collection under port 80. These two site collections should use separate form based authentications ? How can I achieve this ?

Is it possible to use forms based authentication for   site collection

SharePoint HTTPS site and Javascript loading issue

$
0
0

Hi,

For one of the SharePoint site, we have enabled https using F5 load balancer. So user now able to access our site using both http and https. But we have not extended the site using SharePoint for https.

Now the external users are facing issue when they use https, looks like the javascript are not loading and most of the common SharePoint site clicks are not working.

We have updated the alternate access mapping (AAM) as follows:

Internal URL                         Zone                     Public URL

http://testsite.testing.com      Default         http://testsite.testing.com

https://testsite.testing.com     internet         https://testsite.testing.com

Please let me know what could be the issue, what changes required to make the JavaScript to work onhttps://testsite.testing.com site?

Thanks,

Pat

SP2013 User Profile Exclusion Filter for Users - exclude inactive accounts

$
0
0
On my User Profile Sharepoint 2013 Exclusion Filter for Users, I currently use  both filters "userAccountControl bit on eqauls 12" OR "userAccountControl Bit on equals 17" however, inactive accounts employees that no longer in the company are still included in the import. Any idea? Are there any filters missing?

not able to create site collection under a web application in central admin of SharePoint 2013

$
0
0

I am not able to create site collection under a web application in central admin of SharePoint 2013

Unexpected error log as follows

ERROR: Failed to OpenThreadToken, LastError=1008

The site /sites/test could not be created.  The following exception occurred: Cannot complete this action.  Please try again.

System.Runtime.InteropServices.COMException: Cannot complete this action.  Please try again.  
 at Microsoft.SharePoint.Library.SPRequestInternalClass.CreateSite(Guid gApplicationId, String bstrUrl, Int32 lZone, Guid gSiteId, Guid gDatabaseId, String bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, String bstrTitle, String bstrDescription, UInt32 nLCID, String bstrOwnerLogin, String bstrOwnerUserKey, String bstrOwnerName, String bstrOwnerEmail, String bstrSecondaryContactLogin, String bstrSecondaryContactUserKey, String bstrSecondaryContactName, String bstrSecondaryContactEmail, Boolean bADAccountMode, Boolean bHostHeaderIsSiteName, Int32 iDatabaseVersionMajor, Int32 iDatabaseVersionMinor, Int32 iDatabaseVersionBuild, Int32 iDatabaseVersionRevision, String bstrSiteSchemaVersion)   
 at Microsoft.SharePoint.Library.SPRequest.CreateSite(Guid gApplicationId, String bstrUrl, Int32 lZone, Guid gSiteId, Guid gDatabaseId, String bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, String bstrTitle, String bstrDescription, UInt32 nLCID, String bstrOwnerLogin, String bstrOwnerUserKey, String bstrOwnerName, String bstrOwnerEmail, String bstrSecondaryContactLogin, String bstrSecondaryContactUserKey, String bstrSecondaryContactName, String bstrSecondaryContactEmail, Boolean bADAccountMode, Boolean bHostHeaderIsSiteName, Int32 iDatabaseVersionMajor, Int32 iDatabaseVersionMinor, Int32 iDatabaseVersionBuild, Int32 iDatabaseVersionRevision, String bstrSiteSchemaVersion)

SharePoint 2013 - SharePoint 2010 compatibility mode with already fixed problems

$
0
0

At the moment I´m investigating a problem with a SharePoint 2013 environment with a few Sites in 2010 compatibility mode.

For me, it´s looks like a old solved problem is back again :-(

[REG:112121810088529] SharePoint Server 2010: ItemUpdating Event Receiver in SPList liefert falsche AfterProperties für Managed Metadata Felder (German)

I thought all 2010 updates are in 2013 included. Right?

Environment: SharePoint 2013 Standard, CU 2014 December


Trying to install sharepoint 2013 foundation

$
0
0

I am trying to install the sharepoint 2013 foundation on a windows 2012 standard VM.  it was installing fine and then i came back and it said it failed install around the sql express errored out.  i looked at the log and this is what i found

"Error: Command: 'C:\Program Files\Common Files\Microsoft Shared\SERVER15\Server Setup Controller\dbwrap.exe' failed with error code: -2068578304"

anyone have any ideas how to fix this?

Launch All Web Applications in browser using PowerShell

$
0
0

Hi Admins,

I am working on a Script where I should be able to launch all the web applications in the browser to open in tabs.

I have worked out with the following script and was able to come upto an extent where I am able to launch the Internet Explorer.But ....only 1 web app opens up and throws an error message :

Exception calling "Navigate" with "1" argument(s): "The interface is unknown. (Exception from HRESULT: 0x800706B5)"

Below is my script

Add-PSSnapin Microsoft.sharepoint.powershell -ErrorAction SilentlyContinue


$webApps = Get-SpWebapplication

foreach($webapp in $WebApps){

$URL = $webapp.URL

}

$ie = New-Object -ComObject InternetExplorer.Application
$ie.Navigate($URL)

while ($ie.busy -eq $true) {
Start-Sleep -Milliseconds 600
}


$ie.Visible = $true

Can anyone help me know where I am making the mistake ?


Regards

Filter OU on People Picker in SharePoint 2013

$
0
0

Hi everyone,

I'm not sure whether some People Picker properties are workable in SharePoint 2013. I've tried with the following command in my SharePoint 2013 environment but can't seem to make it work so far.

stsadm -o setproperty -url http://contoso.com -pn peoplepicker-searchadcustomfilter -pv "(&(objectCategory=Person)(objectClass=User)(memberOf=OU=Sales,DC=contoso,DC=com))"

I've also tried with the following command:

stsadm -o setsiteuseraccountdirectorypath -path "OU=Sales,DC=contoso,DC=com" –url http://contoso.com

Your suggestion would be greatly appreciated.

Regards,
-T.s


Thuan Soldier
A 23-year-old man loving Microsoft technologies and making crazy ideas on business journey.
SharePoint Vietnam | Blog | Twitter

User Profile Service Creation and FIM Event ID error 3

$
0
0

I've been following Spence Harbar's Rational guide to UPS installs, but am unable to get past the Sync service stuck on starting. A few items of note:

1. This system had UPS provisioned and working correctly; at some point, UPS broke, so I removed and started to re-provision.

2.  I re-set the 2 FIM services to use Local Login.  Then, when I try to provision UPS, the login is never changed to the farm account.

3. If I manually change the FIM services to login with the farm account, I get Event ID 3, 6, 3, 26, 2, and 3:

.Net SqlClient Data Provider: 18456 :  : System.Data.SqlClient.SqlException:Login failed for user ''.
   at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
   at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   at System.Data.SqlClient.SqlConnection.Open()
   at Microsoft.ResourceManagement.Data.DatabaseConnection.Open(SqlConnection connection)

For some reason, FIM never seems to use the farm account; I can see the corresponding event in SQL:
login failed for user ''. Reason: An attempt to login using SQL authentication failed. Server is configured for Windows authentication only. [CLIENT: <local machine>] Error 18456 State 58

Not sure what to do?

Thanks,

Chad

PeoplePIcker LDAP Error

$
0
0

Greetz!

I hooked up netmon and tried to resolve a user in my two way trusted (forest wide) domain which has been unable to resolve any users and got this error:

SearchResultDone: Status: Referral, MatchedDN: NULL, ErrorMessage: 0000202B: RefErr: DSID-0310082F, data 0, 1 access points ref 1: 'client.local'

I tried to get info on RefErr: DSID-0310082F but only found some german language articles.

I have referral chasing set to ALL on the picker. I've got it set to a specific OU for the HNSC site. Even when I take that off it won't resolve.

Any ideas on what that error is or debug tips?

Thanks!


Love them all...regardless. - Buddha


Search is showing no results with HTTPS URL

$
0
0

Hi All,

A power user wanted to have https entry in one of the content sources and asked us to remove the http entry for the web application. After that I have performed the incremental search.

However, the search on the https on the web site started showing NO results. We have configure search settings on the site as follows:



After that search is able to search but it search for other content sources.  In the search service application we have several web applications and we want to scope to that specific web application and users should perform search only in that web application scope. How could I scope search to a specific web application?

Our document library search is also retuning with no results.



Any suggestion to resolve the issue will be greatly appreciated.

Thanks in advance.    

Sandy

What databases to backup to restore Search Enterprise configuration and search pages?

$
0
0

Hello,

If I needed to restore the Enterprise Search configuration and search pages, what SharePoint pages do I need to backup?

SharePoint config and/or SharePoint admin databases?

Thanks.


Paul

Profile Photo Import/Export with AD

$
0
0

I have a slightly complex scenario.  We have an old SharePoint 2007 server that we used for a corporate directory that wasn't set up by me.  The person who did is gone.  Synchronization was setup such that one could upload a photo in their profile there, and that photo began propagating to all presence enabled applications like Outlook and Lync.

It's my understanding from some reading that those photo's were synced with AD, and that's where Lync and Outlook pull them from.

1. is that correct?  

I did pull up the attribute editor in active directory users and computers, and I do see data in the thumbnailphoto section for my profile, which has a working picture when I open Outlook or Lync.

Next, we have a new SP 2013 server we built for a new project for Business Intelligence Reporting.  I successfully setup the UPS and synced.  In my profile there I see all of my AD data except the photo.

On the new SP 2013 server, I followed instructions on how to go in to Manage User Properties, picture attribute, and add the property mapping for my domain, thumbnailphoto, direction = import.

I then ran a full sync of the UPS, but I still don't see my photo.

2. Is direction "import" the correct direction to try to get my existing photo from AD?

3. If I want to start using this new SP 2013 environment to be authoritative for these photo's, can I add both an import and an export mapping for this property in the same configuration?

4. If I can add both import and export, what happens if there is a conflict with a photo uploaded into the sp 2013 environment vs photo's that may still be exporting from the SP 2007 environment?  

I'm going to assume they would start overwriting one another in AD unless I disable that configuration in sp 2007, when the various sync jobs execute.

5. Does anyone know where this photo is actually stored in AD?  I find it hard to believe it would actually be inside the AD database but I don't know everything.

Any help is greatly appreciated..

Sharepoint 2010 Foundation Unknown SQL Exception

$
0
0

I'm receiving the following error message on the Sharepoint Foundation 2010 server event viewer repeatedly. On SP2 - version # 

14.0.7015.1000

Event ID 5586, Level Error

Unknown SQL Exception 102 occurred. Additional error information from SQL Server is included below.

Incorrect syntax near ')'.

User can't edit profile

$
0
0

One of my Sharepoint users getting error "Sorry, something went wrong" when trying to edit his profile from http://sharepoint/my/_layouts/15/EditProfile.aspx page.

He gets this error when clicking on http://sharepoint/my/_layouts/15/EditProfile.aspx?UserSettingsProvider=234bf0ed-70db-4158-a332-4dfd683b4148

But if he enters http://sharepoint/my/_layouts/15/EditProfile.aspx (withoutUserSettingsProvider) all working fine. I also can edit his profile in administration center without errors. Tried to delete user profile, but it didn't help.

It's strange, because only small amount of users are affected by this error. And we don't have synchronization with AD at this moment.

There are some errors in logs:

PermissionMask check failed. asking for 0x00040000, have 0xB008431061
Failed to add the user to the database hr=0x80070050
TenantAppEtag record requested but there is no sitesubscription or tenantId for site 8baea1f8-1837-4657-95f8-069c0fd85b49 so we will use the WebApp Id for the cache.
Error update user's language settings from provider 'User Profile User Settings Provider'Application error when access /_layouts/15/EditProfile.aspx, Error=Value cannot be null.  Parameter name: user   at Microsoft.SharePoint.Portal.UserProfiles.UserProfileUserSettingsProvider.GetUserProfileForSPUserSystem.ArgumentNullException: Value cannot be null.  Parameter name: user    at Microsoft.SharePoint.Portal.UserProfiles.UserProfileUserSettingsProvider.GetUserProfileForSPUser(Object providerContext, SPUser user)
Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.ArgumentNullException: Value cannot be null.  Parameter name: user
Any thoughts?
Viewing all 21070 articles
Browse latest View live


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