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

Do we need to software scan for client side development in JavaScript, JScript, CAML, ...

$
0
0

Do I need to do code scanning if I do client side coding such as JavaScript, CAML, Jscript...?  If yes, is there anything available from Visual Studio? What do you recommend? 


Unable to open the documents in the chrome and Firefox , as i can able to in IE and edge.

$
0
0

Dear All,

we are facing one issue is that we are able to open the documents in IE and Edge and unable to in chrome and Firefox we are getting the errors like below

Edge : 

chrome:

The webpage at https://officewebapp.site.co.in/--%--%--/%enableroaming=1, might be temporarily down or it might have moved to permanently to a new web address. 

Please help to get it resolved as lot of the users are getting impacted.

SharePoint CU update on prod and DR in SQLAlwaysOn

$
0
0

Hi,

1) We are planning to install the security patches on PROD environment as below:

Latest Build Version Installed :- 15.0.5179.1000
Latest CU installed :- KB4484121

We have SQL always ON between PROD and DR database servers for  sharePoint Application content database.Hence, data are always sync between these 2 environments.

If we do not install these patches in DR i.e. delay by a month let say, and if we perform DR test (bringing PROD down and DR up) , would it cause any issue in DR environment for any of sharePoint related functionality ?

2) Is there any way to roll back these patches on PROD environment if something goes wrong ?

"Specified method is not supported." error when trying to log in with ADFS

$
0
0


I have followed the steps in this TechNet blog post and it all seemed to go well until I try to actually log in using ADFS.

When I navigate to the web application, I am presented with a dropdown to select the credential type. I select ADFS and am sent to the ADFS login page. I enter the correct credentials and am then sent to https://WEB_APPLICATION_HOSTNAME/_trust, and this page displays an ASP.NET yellow screen of death with:

-----------------------

    Specified method is not supported.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: Specified method is not supported.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:


    [FaultException`1: Specified method is not supported.]
       Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.ReadResponse(Message response) +249
       Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst, RequestSecurityTokenResponse& rstr) +83
       Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst) +33
       Microsoft.SharePoint.SPSecurityContext.SecurityTokenForContext(Uri context, Boolean bearerToken, SecurityToken onBehalfOf, SecurityToken actAs, SecurityToken delegateTo, SPRequestSecurityTokenProperties properties) +1103
       Microsoft.SharePoint.SPSecurityContext.SecurityTokenForOnBehalfOfContext(Uri context, SecurityToken onBehalfOf) +72
       Microsoft.SharePoint.IdentityModel.SPFederationAuthenticationModule.ExchangeArgumentTrustedThirdPartySessionSecurityTokenForLocalToken(SecurityToken thirdPartyToken, SessionSecurityTokenCreatedEventArgs arguments) +1859
       Microsoft.SharePoint.IdentityModel.SPFederationAuthenticationModule.OnSessionSecurityTokenCreated(SessionSecurityTokenCreatedEventArgs eventArgs) +590
       Microsoft.IdentityModel.Web.WSFederationAuthenticationModule.SetPrincipalAndWriteSessionToken(SessionSecurityToken sessionToken, Boolean isSession) +90
       Microsoft.IdentityModel.Web.WSFederationAuthenticationModule.SignInWithResponseMessage(HttpRequest request) +701
       Microsoft.IdentityModel.Web.WSFederationAuthenticationModule.OnAuthenticateRequest(Object sender, EventArgs args) +323
       Microsoft.SharePoint.IdentityModel.SPFederationAuthenticationModule.OnAuthenticateRequest(Object sender, EventArgs eventArgs) +138
       System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +215
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +97

-----------------------

From the appearance of the error, it looks like SharePoint is internally sending a request to the security token service and the latter is responding saying that it's using an invalid SOAP method, but that is just a guess.

I have tried the steps from this Fiddler blog post to try to route these requests through Fiddler, but Fiddler doesn't capture anything.

Google searches for this situation aren't turning up anything remotely resembling my situation. What can I do to begin troubleshooting this?

Below are the ULS logs from the request to the _trust endpoint. Of note, the first line gives me some concern. The Uri here is the URN I added in step 7 of following the TechNet blog post, but it seems to be resulting in some sort of error.

-----------------------

    SharePoint FoundationGeneraladyrvHighCannot find site lookup info for request Uri urn:*******.
    SharePoint FoundationClaims Authenticationamb82UnexpectedCouldn't find a proper match for user email. User: '********************'.
    SharePoint FoundationClaims Authentication8307CriticalAn exception occurred in ADFS claim provider when calling SPClaimProvider.FillUserKeyForEntity(): Specified method is not supported..
    SharePoint FoundationMonitoringb4lyHighLeaving Monitored Scope (SPClaimProvider.FillUserKeyForEntity()). Execution Time=120.4741
    SharePoint FoundationClaims Authenticationaf3zpUnexpectedSTS Call Claims Saml: Problem getting output claims identity. Exception: 'System.NotSupportedException: Specified method is not supported.    at Microsoft.SharePoint.Administration.Claims.SPTrustedBackedByActiveDirectoryClaimProvider.GetUserKeyForEntity(SPClaim entity)     at Microsoft.SharePoint.Administration.Claims.SPClaimProvider.UserKeyForEntity(SPClaim entity)    at Microsoft.SharePoint.Administration.Claims.SPClaimProviderManager.GetProviderUserKeyClaimForTrustedUser(IClaimsIdentity claimsIdentity, SPClaim userIdentityClaim)     at Microsoft.SharePoint.Administration.Claims.SPClaimProviderManager.GetProviderUserKeyClaim(IClaimsIdentity claimsIdentity, SPClaim loginClaim)     at Microsoft.SharePoint.Administration.Claims.SPClaimProviderManager.GetProviderUserKey(IClaimsIdentity claimsIdentity, String encodedIdentityClaimSuffix)     at Microsoft.SharePoint.IdentityModel.SPSessionSecurityTokenCookieValue.Initialize(IClaimsIdentity identity, RequestSecurityToken request, DateTime tokenLifeTime)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.CreateTokenCacheReferenceFromUserId(SPRequestInfo requestInfo, IClaimsIdentity identity)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.AugmentTokenCacheReferenceClaim(SPRequestInfo requestInfo, IClaimsIdentity identity)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.AugmentOutputIdentityForRequest(SPRequestInfo requestInfo, IClaimsIdentity outputIdentity)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.GetOutputClaimsIdentity(IClaimsPrincipal principal, RequestSecurityToken request, Scope scope)'.
    SharePoint FoundationMonitoringb4lyHighLeaving Monitored Scope (SPSecurityTokenService.GetOutputClaimsIdentity()). Execution Time=121.9425
    SharePoint FoundationClaims Authenticationfo1tMonitorableSTS Call: Failed to issue new security token. Exception: System.NotSupportedException: Specified method is not supported.     at Microsoft.SharePoint.Administration.Claims.SPTrustedBackedByActiveDirectoryClaimProvider.GetUserKeyForEntity(SPClaim entity)     at Microsoft.SharePoint.Administration.Claims.SPClaimProvider.UserKeyForEntity(SPClaim entity)     at Microsoft.SharePoint.Administration.Claims.SPClaimProviderManager.GetProviderUserKeyClaimForTrustedUser(IClaimsIdentity claimsIdentity, SPClaim userIdentityClaim)     at Microsoft.SharePoint.Administration.Claims.SPClaimProviderManager.GetProviderUserKeyClaim(IClaimsIdentity claimsIdentity, SPClaim loginClaim)     at Microsoft.SharePoint.Administration.Claims.SPClaimProviderManager.GetProviderUserKey(IClaimsIdentity claimsIdentity, String encodedIdentityClaimSuffix)     at Microsoft.SharePoint.IdentityModel.SPSessionSecurityTokenCookieValue.Initialize(IClaimsIdentity identity, RequestSecurityToken request, DateTime tokenLifeTime)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.CreateTokenCacheReferenceFromUserId(SPRequestInfo requestInfo, IClaimsIdentity identity)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.AugmentTokenCacheReferenceClaim(SPRequestInfo requestInfo, IClaimsIdentity identity)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.AugmentOutputIdentityForRequest(SPRequestInfo requestInfo, IClaimsIdentity outputIdentity)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.GetOutputClaimsIdentity(IClaimsPrincipal principal, RequestSecurityToken request, Scope scope)     at Microsoft.IdentityModel.SecurityTokenService.SecurityTokenService.Issue(IClaimsPrincipal principal, RequestSecurityToken request)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.Issue(IClaimsPrincipal principal, RequestSecurityToken request)
    SharePoint FoundationMonitoringb4lyHighLeaving Monitored Scope (SPSecurityTokenService.Issue). Execution Time=125.8951
    SharePoint FoundationTopologyaeaycHigh[Forced due to logging gap, cached @ 11/14/2019 01:19:26.79, Original Level: Verbose] The SecurityTokenServiceHeaderInfo including the correlation ID was added.
    SharePoint FoundationMonitoringb4lyHighLeaving Monitored Scope (ExecuteSecurityTokenServiceOperationCaller:http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue). Execution Time=141.6527
    SharePoint FoundationClaims Authenticationfsq7HighSPSecurityContext: Request for security token failed with exception: System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: Specified method is not supported. (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is: System.NotSupportedException: Specified method is not supported.    at Microsoft.SharePoint.Administration.Claims.SPTrustedBackedByActiveDirectoryClaimProvider.GetUserKeyForEntity(SPClaim entity)     at Microsoft.SharePoint.Administration.Claims.SPClaimProvider.UserKeyForEntity(SPClaim entity)     at Microsoft.SharePoint.Administration.Claims.SPClaimProviderManager.GetProviderUserKeyClaimForTrustedUser(IClaimsIdentity claimsIdentity, SPClaim userIdentityClaim)     at Microsoft.SharePoint.Administration.Claims.SPClaimProviderManager.GetProviderUserKeyClaim(IClaimsIdentity claimsIdentity, SPClaim loginClaim)     at Microsoft.SharePoint.Administration.Claims.SPClaimProviderManager.GetProviderUserKey(IClaimsIdentity claimsIdentity, String encodedIdentityClaimSuffix)     at Microsoft.SharePoint.IdentityModel.SPSessionSecurityTokenCookieValue.Initialize(IClaimsIdentity identity, RequestSecurityToken request, DateTime token...).
    SharePoint FoundationClaims Authentication8306CriticalAn exception occurred when trying to issue security token: Specified method is not supported..
    SharePoint FoundationClaims Authenticationaf3xxUnexpectedClaims Saml Sign-In: Could not get local token for trusted third party token. FaultException: 'System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: Specified method is not supported. (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is: System.NotSupportedException: Specified method is not supported.    at Microsoft.SharePoint.Administration.Claims.SPTrustedBackedByActiveDirectoryClaimProvider.GetUserKeyForEntity(SPClaim entity)     at Microsoft.SharePoint.Administration.Claims.SPClaimProvider.UserKeyForEntity(SPClaim entity)     at Microsoft.SharePoint.Administration.Claims.SPClaimProviderManager.GetProviderUserKeyClaimForTrustedUser(IClaimsIdentity claimsIdentity, SPClaim userIdentityClaim)     at Microsoft.SharePoint.Administration.Claims.SPClaimProviderManager.GetProviderUserKeyClaim(IClaimsIdentity claimsIdentity, SPClaim loginClaim)     at Microsoft.SharePoint.Administration.Claims.SPClaimProviderManager.GetProviderUserKey(IClaimsIdentity claimsIdentity, String encodedIdentityClaimSuffix)     at Microsoft.SharePoint.IdentityModel.SPSessionSecurityTokenCookieValue.Initialize(IClaimsIdentity identity, RequestSecurityToken request, DateTime token...).'. Stack: '   at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.ReadResponse(Message response)     at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst, RequestSecurityTokenResponse& rstr)     at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst)     at Microsoft.SharePoint.SPSecurityContext.SecurityTokenForContext(Uri context, Boolean bearerToken, SecurityToken onBehalfOf, SecurityToken actAs, SecurityToken delegateTo, SPRequestSecurityTokenProperties properties)     at Microsoft.SharePoint.SPSecurityContext.SecurityTokenForOnBehalfOfContext(Uri context, SecurityToken onBehalfOf)     at Microsoft.SharePoint.IdentityModel.SPFederationAuthenticationModule.ExchangeArgumentTrustedThirdPartySessionSecurityTokenForLocalToken(SecurityToken thirdPartyToken, SessionSecurityTokenCreatedEventArgs arguments)'.
    SharePoint FoundationMonitoringb4lyHighLeaving Monitored Scope (SPFederationAuthenticationModule.OnSessionSecurityTokenCreated). Execution Time=143.4391
    SharePoint FoundationMonitoringb4lyHighLeaving Monitored Scope (SPFederationAuthenticationModule.OnAuthenticateRequest::WifCodeCall). Execution Time=161.2515
    SharePoint FoundationMicro Traceuls4HighMicro Trace Tags: 0 adyrv,143 b4ly,0 fsq7,0 af3xx,0 b4ly,0 b4ly



                             

Cannot Start Profile Synchronization Issue

$
0
0

Hi Folks,

Scratching my head on this one... running SharePoint 2013 (v.15.0.5119.1000) on premise with SQL Server 2012.

After running repair SQL Server installation from Control panel for a log issue I had, the user profile sync in SharePoint stopped working. When I click 'Start Profile Synchronization' in the section 'Manage Profile Service: User Profile Service Application', this message is displayed:

Cannot navigate to the requested page because User Profile Synchronization service is not running. Please start the User Profile Synchronization service before creating a connection.

On the server, both Forefront Identity Manager services are disabled. I understand SharePoint starts these - might be wrong.

When logged in under the SharePoint service account, when I click 'User Profile Administration' under 'Resources', I get the message, 'Sorry, this site hasn't been shared with you'.

Under 'Manage Service Applications' - User Profile Service Application - I have added the appropriate administrators and permissions.

I have delete and re-created the user profile application - this didn't help.

Event Viewer shows errors:

Event 6398: 

The Execute method of job definition Microsoft.Office.Server.UserProfiles.LMTRepopulationJob (ID 7a3d9c15-ec3a-4a15-9b05-dc6b8822ad3c) threw an exception. More information is included below.

Unexpected exception in FeedCacheService.IsRepopulationNeeded: Connection to the server terminated,check if the cache host(s) is running .

The Execute method of job definition Microsoft.Office.Server.UserProfiles.LMTRepopulationJob (ID 8ca42b5e-0925-4ac7-9a51-96429e6319fd) threw an exception. More information is included below.

Unexpected exception in FeedCacheService.BulkLMTUpdate: Region not found..

The Execute method of job definition Microsoft.Office.Server.UserProfiles.LMTRepopulationJob (ID 6ae537c4-4366-4bb7-8c64-48ee9ca52a39) threw an exception. More information is included below.

System.ServiceModel.ProtocolException

Any ideas folks? 

Thanks.

Document Library Version setting change

$
0
0
Document Library Version setting is in the Source is Create Major Version. Using the ShareGate Migration tool, we have forced checked in with minor version for the  checkout documents in this library. For this, we have to change the versioning from Create  Major versions to Create Major and Minor (draft versions) for the document  library. Similar one is done for another document library which has No versioning initially, then changed to Create major and minor (draft) versions in the source.

Documents are uploaded successfully in the destination. What will happen if we change the versioning settings back to No Versioning/Create Major version for the document library respectively  in the source and destination after migration ? Does the libraries allow to change it back to the old settings in source & destination. If it is changed, what will have happen for the minor versions for  No versioning & Create Major Version ? It will retain as it is or not accessible or get deleted ?



  

Need help giving guests access to SharePoint sites

$
0
0

Hello,

I have added some external users from outside my company as members of certain sharepoint sites.  However, they are reporting that they are still unable to access these sites.  Any ideas why?  Are there certain permissions I need to grant to these users in order for them to be able to access the SharePoint site?

Thanks!

Limited-access user permission lockdown mode Risk of disabling.

$
0
0

Hi,

 i have a client who currently has the Limited-access user permissionlock down mode enabled on their site collections. They have had alot of issues with permissions. I was hoping to disable this. What are the risks of disabling this? 

Thanks. 



Open the custom application in share point that there in VS 2013 directly in VS 2017 or 2019

$
0
0

Hi There,

I have the custom application in csharp using VS2013(.net Framework 4.5) and SharePoint 2013 in windows 2012 R2. 

Will it be opened without migration using VS2017 or VS2019 after setting the .net framework 4.5?

Thanks & Regards,

Gopi Thakur

upgrade error in DB upgrade method

$
0
0

I have 2010 site collection in DB (XXX)
back up this database and restored in 2013 SQL test server 
so now when I ran Mount-SPCOntentDatabase and Test-SPContentDatabase in respective 2013 server came up with below errors. 

Please help how to fix those. 
and below are the ULS logs for upgrade errors: 

ssome of the error logs: 

WebPart class [3ff3d1d8-af6a-e0e6-ff94-b319ae3bcd47] (class [HarePointScheduler.WebParts.HarePointSchedulerWebPart.HarePointSchedulerWebPart] from assembly [HarePointScheduler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=00e26dc1471d109d]) is referenced [9] times in the database [migtest], but is not installed on the current farm. Please install any feature/solution which contains this web part.

and when I browse the site it is coming up with below message. Please help

and more question do we need to run test-spcontentdatabase  command before or after mount? 


kumar


POWERBI accessing sharepoint list gives 400 or 404

$
0
0
POWERBI accessing sharepoint list gives 400 or 404, I tried disabling anonymous auth for vti bin, we have web app that has windows plus sts auth

MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

VS 2013 and VS 2017 co-exist

$
0
0

Hi Team,

I wanted to install VS 2017 in one server and VS 2019 in another server where VS 2013  already exists.

Can VS 2013 and VS 2017 Co-exist in the same server?

Can VS 2013 and VS 2019 Co-exist in the same server?

Thanks and Regards,

Gopi Thakur

External list future

$
0
0

We are on the path to migrate to SharePoint 2016. As of now our business dictates that we will stay on prim for foreseeable  future. We might end up with some hybrid model.  

My question is about the external list. What is the life span of it as designer is going away. Should we keep using it for new projects in 2016 ?. 

Thank you

@R


@R

Column Status does not exist On edit site page

$
0
0

Hi,

I have a site that is a backup of another site that when i try to edit the home page  and click save i get the error "Column 'Status' does not exist. It may have been deleted by another user.  /traveltool/at/SitePages", however if i check the original there is no column Status on the Site Pages and the ULS logs dont provide much information either.

This is preventing me from doing necessary changes to the homepage, can anyone help?

Best regards.

EDIT: Its happening on other lists that also do not have a status column.


Rui Pais


SharePoint user gets blank page

$
0
0

Hi,

I have a user that tries to login but fails after 3 times and sees a blank page, but her credentials work for other applications.I have removed and added the user again, used the new-spuser and Set-SPUser to sync from AD and did not work.

I also added the user to different groups with the same result.

Does anyone have any ideas?

Best regards.


Rui Pais


SharePoint Biztalk Adapter error

$
0
0

Hi,

I have a platform that receives some XMLs from Biztalk, most of them are received without problems but some we get this error:

[System.Net.WebException] The remote name could not be resolved: 'XXXXXXXXX.com'

This error was triggered by the Windows SharePoint Services receive location or send port with URI wsss://XXXXXXX.com:443/Lists/OppReceiver.

Windows SharePoint Services adapter event ID: 12310

We had this issue one but was for all the files sent and it was resolved, now it happens only some times and so far i was not able to find any solution, does anyone have any idea?

Best regards.


Rui Pais

SharePoint 2013 Office web app server change SSL certificate change to Wild Card

$
0
0

We have SharePoint 2013 Farm

We need to change the SSL certificate of Office webapp server to Wildcard certificate can you help me how i need to change the certificate do i need change anything in SharePoint farms as we have 2 front end servers.

will there be any difference if we use Wild card certificate instead of SSL as we have SSL certificate like office.abc.com we need to change Wildcard certificate *.abc.com please let me know what are all the steps we need to follow this is the first time iam installing certificate.

SharePoint 2013 Office web app server change SSL certificate change to Wild Card

$
0
0

I have requirement to increase list template size to 1GB and once task completes i have to revert the size to 50MB

Can anyone suggest me how to do in Share Point 2013 on premises

Upgrade OS from 2008 R2 to 2012 R2 for SharePoint 2013 on-premises farm

$
0
0
Hi All,

We will be planning to upgrade the SharePoint 2013 On-prem servers from Windows OS 2008 R2 to 2012 R2. 
Could you pls suggest the upgrade plans. Also, we have some 20 custom solutions in our environment.

Thanks,
SK

Sharepoint 2013 An unrecognized HTTP response was received when attempting to crawl this item

$
0
0

Hi,

I am running with below issue, when run the search crawl.

An unrecognized HTTP response was received when attempting to crawl this item. Verify whether the item can be accessed using your browser. ( Error from SharePoint site: WebExceptionStatus: TrustFailure The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.; SearchID = )

and all the certificates valid till 2026

Errors:

 PartialChain: A certificate chain could not be built to a trusted root authority.
RevocationStatusUnknown: The revocation function was unable to check revocation for the certificate.
OfflineRevocation: The revocation function was unable to check revocation because the revocation server was offline

 Thanks in advance




Viewing all 21070 articles
Browse latest View live


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