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

User Profiles - User Properties AD Mappings Being Added Incorrectly -Job Title, Office, Work Phone

$
0
0

Hi

I am currently setting up user profile syncronisation and I would like to map the following fields in the following direction and update to AD from SharePoint.

Job Title (SharePoint) ---> title (AD)

Office (SharePoint) ---> physicalDeliveryOfficeName (AD)

Work Phone (SharePoint) ---> telephoneNumber (AD)

However something strange is happening, I make the link for Job Title to title by clicking Job Title and then clicking edit. I then add the new property mapping, using my Source Dataconnection to AD select the attribute title, direction Export click Add to confirm adding the property mapping and then review the property mapping to ensure all is ok which it is. I then click OK.

I then go back into the Job Title field and find there are two fields set for Property Mapping for Synchronization: title (export) and physicalDeliveryOfficeName (export). So bizzarely physicalDeliveryOfficeName has been added??? I then click remove to remove the physicalDeliveryOfficeName from the property mapping for synchronization list for Job title.

I then find that by clicking remove just it has removed the AD mapping that I had for Office to physicalDeliveryOfficeName. Re-adding this field brings about similar behaviour with the three SharePoint fields I have listed above (Job Title, Office, Work Phone) in that extra user profile synchronization property mappings have been added.

Can anyone offer advice on this strange problem? I have AD import and export working fine on other fields its just these three. Are there any special properties or anything for these fields that I should be aware of?

Thanks


Community site 2013 Notifications

$
0
0

Hi,

Is there a way to have notifications alert in community sites?

Example: If I go to my first site and if someone write something in community site can I get notifications like on ex facebook when someone write something without going in community site and checking? 



Does SharePoint 2013 Support SAML 1.1 encrypted tokens? SAML 2.0 encypted tokens?

$
0
0

All,

Can you tell me if SharePoint 2013 supports SAML 1.1 encrypted or SAML 2.0 encrypted tokens? If so, how does one configure such a trust in powershell?  Is the powershell materially different than an unencrypted token would be configured?  Here is an example powershell, wonder what would be done differently than below code:

# Make sure the claim types are properly defined in the ADFS server
$map = New-SPClaimTypeMapping -IncomingClaimType "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress" -IncomingClaimTypeDisplayName "EmailAddress" -SameAsIncoming
$map2 = New-SPClaimTypeMapping -IncomingClaimType "http://schemas.microsoft.com/ws/2008/06/identity/claims/role" -IncomingClaimTypeDisplayName "Role" -SameAsIncoming
$map3 = New-SPClaimTypeMapping -IncomingClaimType "http://schemas.sp.local/EmployeeStatus" -IncomingClaimTypeDisplayName "EmployeeStatus" -SameAsIncoming
# The realm will identify the web app in ADFS. It is generally created in the form "urn:something:something_else"
$realm = "urn:sp-server-2010.sp.local:sharepoint2010"
# Use the certificate that has been exported from the ADFS server
$cert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2("c:\adfs20Certificate.cer")
# The url below will tell SharePoint where to redirect to in order to authenticate with the STS
# so this should have the ADFS url, plus the protocol (Windows integrated security - "/adfs/ls")
$signinurl = "https://adfs20.sp.local/adfs/ls"
# Adds the STS (AD FS 2.0) to SharePoint
$ap = New-SPTrustedIdentityTokenIssuer -Name "ADFS20 Provider" -Description "SharePoint secured by ADFS20" -realm $realm -ImportTrustCertificate $cert -ClaimsMappings $map,$map2,$map3 -SignInUrl $signinurl -IdentifierClaim $map.InputClaimType
# The certificate imported from the ADFS should be added to the trusted store
New-SPTrustedRootAuthority -Name "ADFS Token Signing Root Authority" -Certificate $cert

-Script sample taken from here: http://www.titus.com/blog/2011/10/configuring-the-realm-using-sharepoint-2010-with-adfsv2-to-retrieve-claims/


  

Installing SP 2013 with Kerberos selected, but the setup says there is some extra setup to be done by the DomainAdmin???

$
0
0
Where can I find the extra setup that needs to be done on the domain (AD) to make this work?

When you try to open view health report, you get you can only specify the READPAST lock in the READ COMMITTED or REPEATABLE READ isolation levels

Where is my document privacy in SkyDrive Pro

$
0
0

I can view everyone's Document in their SkyDrive Pro. 

Even someone have not shared to me. 

Why? ? ?

On the other hand, my documents in my SkyDrive Pro have not shared to anyone.

But others access URL "http://.../personal/myaccount/" and view all my documents.

The SkyDrive library do NOT provided for me is typically protected from public viewing by default.

Why? ? ?

 

Dashboard Designer in SP 2013

$
0
0
Where is the Dashboard Designer in SharePoint 2013? From where should I open it? Can I find it on Project Server 2013?

unable to restore-spsite

$
0
0

Hi

I have managed to backup my site collection.

But am having issues restoring it...:

Cant seem to find any articles related to this...

PS C:\Windows\system32> Restore-SPSite -Identity $fellesomradepURL -Path $RestorePath  -HostHeaderWebApplication $hostwebapp -Confirm:$false -Force -Verbose -DatabaseServer $DBServer -DatabaseName $RestoreContentDB
VERBOSE: Leaving BeginProcessing Method of Restore-SPSite.
VERBOSE: Performing operation "Restore-SPSite" on Target "http://sitehostname.domain.com".
Restore-SPSite : Invalid URI: The format of the URI could not be determined.
At line:1 char:1+ Restore-SPSite -Identity $fellesomradepURL -Path $RestorePath  -HostHeaderWebApp ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo          : InvalidData: (Microsoft.Share...dletRestoreSite:SPCmdletRestoreSite) [Restore-SPSite], UriFormatException+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletRestoreSite
VERBOSE: Leaving ProcessRecord Method of Restore-SPSite.
VERBOSE: Leaving EndProcessing Method of Restore-SPSite.

Any help will be appriciated!

br

Bjorn


Using Classic based Authenticateion in SharePoint 2013

$
0
0

My web application was on classic based authentication SharePoint 2010 web application. I was using a InfoPath form that contains userprofile webservice data connection, the form load rules were set to provide current logged in person to this web service and to to this i used userName() (InfoPath build in function) which provide login name of current logged in person, in classic based authentication it provide full login name with domain name while in claim based authentication it will provide login name without domain name.

SharePoint 2013 by default uses claim based authentication however we can create a classic based authenticated web application through management shell, my question is it would be very much troublesome for us to update 45 InfoPath form so if i create and use classic based authenticated web application in SharePoint 2013, would there be any issue?

Did Set this up wrong?

$
0
0

I just finished setting up a new install of SP2013. I need to use Powerpivot/Powerview.

I'm getting a "We cannot locate a server to load the workbook Data Model" I have tried all the other suggestions online.

I think my Analysis Services part I did wrong. When I open Analysis Services - Should I see a 'POWERPIVOT' database? I don't have that and I think it because when I installed SQL I choose 'install all features"


qeqw

SharePoint Server 2013 Kerberos Authentication in DMZ

$
0
0

I am trying to setup SharePoint Server 2013 in DMZ and I do have a problem when using Kerberos Authentication. The following are my questions/concerns/issues:

1. Why is Anonymous Access & Forms Based Authentication enabled by default?

2. People picker doesn't work if Anonymous Access is disabled.

3. Is there a white paper which describes the process of configuring Kerberos in DMZ? I know there is one for SharePoint Server 2010 but it never mentioned about DMZ.

Thanks,

Sunny

ERROR: Could not retrieve a valid windows identity

$
0
0

When I try to create PowerView reports from BISM connection file, I get error:

<MoreInformation>
<Source>Microsoft.ReportingServices.ProcessingCore</Source>
<Message msrs:ErrorCode="rsErrorOpeningConnection" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsErrorOpeningConnection&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3000.0" xmlns:msrs="http://www.microsoft.com/sql/reportingservices">Cannot create a connection to data source 'TemporaryDataSource'.</Message>
<MoreInformation>
<Source>Microsoft.AnalysisServices.AdomdClient</Source>
<Message/>
<MoreInformation>
<Source>Microsoft.SharePoint</Source>
<Message>Could not retrieve a valid Windows identity.</Message>
<MoreInformation>
<Source>mscorlib</Source>
<Message>WTS0003: The caller is not authorized to access the service.</Message>
</MoreInformation>
</MoreInformation>
</MoreInformation>
</MoreInformation>


From SharePoint logs: I get following exception details:

01/02/2013 11:00:34.17            w3wp.exe (0x0828)        0x2AEC SharePoint Foundation  Claims Authentication                bz7l        Medium              SPSecurityContext: Could not retrieve a valid windows identity for username 'DOMAIN\user' with UPN 'user@domain'. UPN is required when Kerberos constrained delegation is used. Exception: System.ServiceModel.EndpointNotFoundException: The message could not be dispatched because the service at the endpoint address 'net.pipe://localhost/s4u/022694f3-9fbd-422b-b4b2-312e25dae2a2' is unavailable for the protocol of the address.    Server stack trace:      at System.ServiceModel.Channels.ConnectionUpgradeHelper.DecodeFramingFault(ClientFramingDecoder decoder, IConnection connection, Uri via, String contentType, TimeoutHelper& timeoutHelper)     at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.SendPreamble(IConnection connection, ArraySegment`1 preamble, TimeoutHelper& timeoutHelper)     at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.DuplexConnectionPoolHelper.AcceptPooledConnection(IConnection connection, TimeoutHelper& timeoutHelper)     at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)     at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)     at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)     at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)     at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)     at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)     at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)     at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)     at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)     at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown at [0]:      at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)     at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)     at Microsoft.IdentityModel.WindowsTokenService.S4UClient.IS4UService_dup.UpnLogon(String upn, Int32 pid)     at Microsoft.IdentityModel.WindowsTokenService.S4UClient.CallService(Func`2 contractOperation)     at Microsoft.SharePoint.SPSecurityContext.GetWindowsIdentity().                a1bef09b-025a-208e-cd5e-4ef6678b6d0d

Any help on how to get this resolved would be greatly appreciated.

Is SQL Server 2008R2 Compatabile with SharePoint 2013 for Reporting Services?

$
0
0
Is SQL Server 2008 R2 SP1 can work with SharePoint 2013 for Business Intelligence like Reporting Services etc. If not then can we use SQL Server 2008 R2 SP1 for SharePoint Databases Integration together with other instance of SQL Server 2012 SP1 Reporting Services with SharePoint 2013

Office Web Apps 2013 - No Document Preview

$
0
0

I have installed the Office Web Apps 2013 and made the Binding within my SharePoint 2013. Opening and editing the documents works like expected. But what I'm missing is the Document Preview, when I click on the Menu of a document. The preview is missing in the search result too. Also after running a full crawl.

Office Web Apps - missing preview

Regards,
Matthias


SP2013 slipstreaming March 2013 CU

$
0
0
Hi, I wanted some advice please on whether it is a good idea to slipstream the March 13 CU into my install folder for using with SPAutoInstaller. Is it simply a case of extracting the update to the "updates" folder the same as SP2010? Perhaps I am better just doing RTM build install for my customer.

Initial Farm configuration process

$
0
0

So i'm going through my testing with creating a farm in 2013 from script.

All went well but i noticed something in the event logs that had me thinking i installed the help collection before the features were installed.

So during the series of powershell cmdlets i use to configure the farm and CA for the first time i got these event IDs:

Event ID: 6141

The site /sites/Help could not be created.  The following exception occurred: Feature with Id '87294c72-f260-42f3-a41b-981a2ffce37a' is not installed in this farm, and cannot be added to this scope..

Event ID: 6398

The Execute method of job definition Microsoft.SharePoint.Help.HelpCollectionInstallerJob (ID dcc87c24-837c-4e69-b7f0-9c17b952361e) threw an exception. More information is included below.

Feature with Id '87294c72-f260-42f3-a41b-981a2ffce37a' is not installed in this farm, and cannot be added to this scope.

The series i'm using has the cmdlet "Install-SPHelpCollection -All" kicking off before "Install-SPFeature
-AllExistingFeatures"

To me in my head...these event errors pop up because the features are not loaded yet, am i correct in this assumption? Would there be any issue in loading the "Install-SPHelpCollection -All" after the "Install-SPFeature -AllExistingFeatures"

Or should i just run the "Install-SPHelpCollection -All" at the end of it all just to make sure it sets things up correctly?

creating site collection immediately after configured farm

$
0
0

Hi All,

Am i need to create site collection immediately after configured the form.

I mean I installed and configured form. At the end its asking to create site collection. Can i skip this step and create web application first and then create site collection for that web application. Or am i need to create site collection for central administration aswell.

Thank you

Unable deploy app - "... no available database servers".

$
0
0

Wanted to deploy, well known app from SharePoint 2013 App store to my SP 2013 Enterprise. App named Tool Tracker.

Everything went good (no errors in windows logs and no sharepoint health issues) to the moment where, after some time the label "We're adding your app" changed to (un)famous"Sorry, something went wrong with adding the app." In the same moment in Application windows log something like this landed: "Log Name: Application, Source: Access Services, Event ID: 1238, Level: Error, User: DomainName\Sp2013ServiceUser, Description: An application could not be provisioned because there are no available database servers.”

App Management Service and Secure Store Service started and seems to working well. What I have been missed?

Any help greatly appreciated.

Managed Properties in SharePoint 2013

$
0
0
<object height="1" id="plugin0" style=";z-index:1000;" type="application/x-dgnria" width="1"><param name="tabId" value="{297A97BB-5574-451E-A1C1-551AD44BDBFF}" /></object>

OK - so I've read what I can find on the "Searchable" vs. "Retreivable" configuration choices in a Managed Property in SharePoint 2013.  Color me clueless, but I"m not getting it.  I don't see a clear difference between the two nor do I see a use case scenario that would help me differentiate between them.

Any help is appreciated.

TIA.


Bill English

How do I administer peoples newsfeed posts?

$
0
0

How can I delete someones newsfeed post? Lets say for example that HR contacts me and says, Kyle, I need you to delete User X's post because we find it is offensive and needs to be removed. I dont want to delete the entire profile or site, I just want to remove that 1 post. Is this accomplishable? Is this forced on the user, or is it more of notifying the user and if they do not cooperate then further action is taken against them in a corporate policy?

Also, is there any documentation on best practices for administering other users mysites etc? I can't seem to find anything.

Thanks technet!

Viewing all 21070 articles
Browse latest View live


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