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

Custom Components - SharePoint 2007/2010 to 2013 Upgrade

$
0
0

Hi,

We are in a process of upgrading SP-2007/SP-2010 to SP-2013. There are custom components(farm solution) built for 2007 & 2010 application, when I try to deploy these WSPs to 2013 farm, it successfully got deployed and solution features are getting activated without any issue(though I have not tested functionality yet). But I observed the solution features are getting deployed to14 hive instead of 15 Hive folders.

I would like to know what's the best practice for custom components(farm solution) when we upgrade from 2007/2010 to 2013. (note we are happy with current custom components functionalities and we are not planning to convert those to SharePoint app.)

1) Should we deploy as-is and keep the feature folders in 14 Hive? Whats the disadvantage of this method?

2) Recompile/Rebuilt the solution so that WSP components will be deployed to 15 hive. What is the advantage of doing this?

Thanks,

Pat


Error while installing ShrePoint Foundation 2013

$
0
0

Hi All,

While installing ShrePoint Foundation 2013 prerequisites MSIPC is skipped. So i tried to install this particular software offline. I am getting the below error as shown in the screenshot.

Note: Antivirus is disabled.

Thanks in advance.

Error after unsucsessful upgrade

$
0
0

Dear All,

We have three level SharePoint Server farm and two servers in each level.

We need to update farm - need to install latest CU - Sep 2014 KB2883068.

We had to install another public update KB2767999 before latest CU installation – this is prerequisite.

During installation of KB2767999, the one of WFE servers – WFE1 hanged up and we rebooted the server. The installation was successful on all other servers.

However, in the Windows update list the KB marked as installed, but in Sharepoint health Analyzer shows some errors about patch mismatching on WFE1

Then we began installation of latest CU - KB2883068. The installation was successful on all other servers, but in Sharepoint health Analyzer shows some errors about patch mismatching on WFE1 - both KBs not installed on WFE1.

In the Windows update list the both KBs marked as installed. Now we cannot uninstall or reinstall KBs.

We have tried to cleanup Windows updates for reinstallation of KBs, but we did not have a result. The updates are still marked as installed and we cannot uninstall them. The reinstallation attempt did not give any results, because KB installation package says that the package is already installed.

What we can co to correct the situation?

How reinstall the KBs, or should we ignore these errors and configure servers using Sharepoint configuration wizard (PSconf) and upgrade DBs?


Mount ContentDB on a WebApp with existing ContentDB having the same site collection names.

$
0
0

Hi,

I have restored/mounted a CDB01 from Prod to  DEV SQL DB.

Now I want to mount this new CDB01 in my webapp01 in dev.

Apparently in my webapp01, there's already a CDB02 containing sitecollection names similar to what's contained in CDB01.

If I mount CDB01 in webapp01, will it override all site collections in CDB02?

Your response is appreciated.

Thanks!

-Fran

Missing Form Settings in Sharepoint 2010

$
0
0

Hi,

I cannot view the infopath form in my custom list. The "Form Setting" in list setting and infopath icon on ribbon are missing.

The ff features are activated in site collection and subsite level:

SharePoint Server Enterprise Site features

SharePoint Server Publishing

SharePoint Server Standard Site features

Tried to run this script, but still the "Form Setting" is not present in my list's General Setting:

Disable-SPFeature "IPFSSiteFeatures" -url "http://communities.ai.com"
Enable-SPFeature "IPFSSiteFeatures" -url "http://communities.ai.com"

I still get the error.

Your response is appreciated, thanks!

-Fran


The feature: "Power View" is not supported in this edition of Reporting Services.

$
0
0

I've looked through all of the articles related to this an they're not of any help. I have a development and a production environment; both are exhibiting the same exact issues. Both environments are the same:

SharePoint 2013 Enterprise Edition, SP1 

SQL Server 2012 R2 SP1

BI has a separate web application. So far I have PowerPivot working and have been able to create an SSRS Service Application after following this guide:

http://msdn.microsoft.com/en-us/library/jj219068.aspx

I have followed each of those steps yet no matter what I try I still get the "The feature: "Power View" is not supported in this edition of Reporting Services." Per troubleshooting materials I have attempted to uninstall Reporting Services SharePoint add-ins and use the version provided by MS to no avail. 

The only ULS Log entry I see backs up the above error:

Name=Request (GET:http://xxxxxxxxxx.xxxx.com:80/_layouts/15/ReportServer/RSError.aspx?ErrorType=UnsupportedOnRSEdition&RestrictedFeature=Crescent)


root cause of error " Access denied. You do not have permission to perform this action or access this resource" - workflow - SharePoint 2013

$
0
0

Good evening, technet community

I hope you are doing well.

When configuring my SharePoint workflow, I encounter the problem below:

Problem Description:

Let's say my domain is: test.com, my group user is: test\group , my user is: test\user1

Except an admin account with full control at both "Web Application" and "Site Collection", all others account all have problem when creating a list item. After creating a list item, the workflow status is "cancelled" immediately with the following message:

***

RequestorId: 262a35e4-99f4-40f0-929b-5d04b415f147. Details: System.ApplicationException: HTTP 401 {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore":["0"],"SPClientServiceRequestDuration":["10"],"SPRequestGuid":["262a35e4-99f4-40f0-929b-5d04b415f147"],"request-id":["262a35e4-99f4-40f0-929b-5d04b415f147"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"MicrosoftSharePointTeamServices":["15.0.0.4420"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1; RequireReadOnly"],"Cache-Control":["max-age=0, private"],"Date":["Thu, 06 Nov 2014 12:14:28 GMT"],"Server":["Microsoft-IIS\/7.5"],"WWW-Authenticate":["NTLM"],"X-AspNet-Version":["4.0.30319"],"X-Powered-By":["ASP.NET"]} {"error":{"code":"-2147024891, System.UnauthorizedAccessException","message":{"lang":"en-US","value":"Access denied. You do not have permission to perform this action or access this resource."}}} at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)

***

- The workflow is still fail even I assign "full control" to my users group "test\group" – at Site Collection level.

 

Surprisingly, I have successfully found a solution for this error message. However, I still have some points that I do not clearly understand. Let's start with my solution first.

Solution:

*** i. Assign permission policy at Web Application level – Central Admin site ***

1. Central Administration è Application managementè Manage Web application è

2. Go to "permission policy", then create a new permission level. This permission level contains all "edit item" permission.

3. Select "user policy", then I assign it directly to my user account: test\user1.

 

*** ii. Assign "edit item" permission at Site Collection level ***

1. Site Setting è Site permission

2. Assign "Edit" permission to my test\group.

(Actually I removed all permissions of my user group at Site Collection level. It seem my group has inherited permission from Web Application level, is that correct? )

*** iii. Create a new list item and workflow runs ……. ***

 

è My question is:

1. Why I cannot assign permission to my users group - "test\group" - at "Web Application" level? Instead I have to assign permission policy for each users, one by one?

2. Could you please let me know how to collect full detail error message of workflow status?


 

Thank you very much! Have a nice weekend.

Validating external adfs

$
0
0

Hi:

We have a domain X with ADFS and a domain Y with an application running on sharepoint 2013.

We want users of doamain X can meke logon onto this application running on Sharepoint 2013 in

Domain Y.

we can configure the sharepoint in domain Y to do user validation againts ADFS rol of Domain Y????


Where are the SSRS menu items?

$
0
0

Hi

I've set up Sharepoint Foundation 2013 and Reporting Services 2014 in integrated mode. I've created a library and added my data source to that library. I've created another library for reports, and uploaded a report there. However, I remember that in SharePoint 2010 there used to be menu items for reports such as "Manage Data Sources" and so on, which are not there in 2013.

I've been through the steps to add the Report Builder Report content type to the library and make it the default. I've tried uploading rdl files manually, deploying them through Visual Studio, and creating them from scratch using Report Builder from the Files>New Document>Report Builder Report ribbon item. Still no menus.

Are they no longer available in SharePoint 2013 or have I misconfigured something somewhere? I was hoping to be able to bulk upload a bunch of rdl's and point them individually at my data source. I'll be able to do it another way, but now I'm really confused as to where the option has gone.

Any ideas?

Duncan

Search does not return results "nothing here matches your search"

$
0
0

Hi,

I Configured the search service, everything went well, however when I try to search for content I get no results.

did not find any information in the log, I have this search service on a dedicated server.



Thanks,

403 FORBIDDEN when opening document in sharepoint

$
0
0

Hi All,

       While trying to open the word document from SharePoint document library I am getting error as 403 FORBIDDEN.Can any one help me how can I solve this issue



Thanks, Quality Communication Provides Quality Work. http://siddiq-sharepoint2010.blogspot.in/ Siddiqali Mohammad .

Search Results giving no results - Sharepoint 2013

$
0
0

I am using Sharepoint 2013 with only one account which has all administrative permissions.

I added Enterprise Search Subsite for in every site of my share point instance , I also enabled the service from Central administration , also went through site settings as well.

Despite all this the search is giving us no results , even all the content with keywords in file name , description and content itself is there but it is not searching it.

Plus the search everything options gives 404 , sharepoint/search/results.aspx?k=searchterm

Please give some suggestions.


Tech Learner


Sharepoint 2013 AD group permissions not working for alternate primary SMTP users

$
0
0

I will try and keep this brief.

I have a new SharePoint 2013 build and everything is running smoothly.

All user accounts imported via an AD group. Read permissions via the same AD group called from a SharePoint group.

I seem to have a very odd issue with our secondary domain name. This domain name only exists as DNS records and there is no AD for it.

We support this secondary domain name internally via exchange and have it set as an Accepted domain and about 30 users have their primary SMTP domain names set to this secondary domain name.

When I use the Check Permissions option in SharePoint none of these users have any permission levels assigned to them.

SharePoint recognises them, they show up in CA User Profile Management, I can search them via the portal, they login using their AD username and password to all other services including Exchange.

However SharePoint seems to point blank refuse to assign them permissions because their primary SMTP email address is not that of the AD domain.

HELP!!!

Is this normal behaviour, I've looked high and low and can find nothing regarding this.

Any pointers would be greatly appreciated.

Cheers, John.

Install of Hotfix failed

$
0
0

Environment is SharePoint 2013 SP1 with July 2014 CU installed. After installing the August 2014 Hotfix xlsrvloc2013-kb2883086-fullfile-x64-glb on all 4 servers in the farm, started psconfig on the Sp2013 Application server that has the CA installed. psconfig failed and gave an error that KB2883086 was missing. Tried to re-deploy Hotfix on the server and got a message: There are no products affected by this package installed on this system. Started psconfig again with switches which gave the same error, and also tried GUI based config wizard. Same problem. Error reported: KB2883086 is missing.

Patch status in CA shows errors at 4 different location,  and all errors are:

Hotfix for Microsoft SharePoint Enterprise Server 2013 (KB2883086) 64-Bit Edition 15.0.4641.1001 Missing/Required

There are no error reported in the SharePoint logs following psconfig. Last upgrade log relates to successful deployment of July 2014 CU.

Similarly configured QA Farm with copies of PROD system content databases did not have issues with the hotfix. Everything went fine.

Looking for a way to fix the issue on production servers.

Thanks


MP


MYSite and Userprofile deletion from sharepoint

$
0
0

HI

I understand that if an user is disabled from AD, mysite will be marked inactive and deleted after 14 days

But, Is there a way to trigger this mysite deletion job from sharepoint by making use of some  custom user profile property?

Like for example if a user profile property is "disable" I want to mark mysite as inctive

Is it possible without intervention of AD?



Implementing host-named and path-based site collections in a single farm

$
0
0

Hi guys,

Is that practical to have a combination of host-named (HNSC) and path-based (PBSC) site collections in a single farm?

I'd like to have two web apps in a single farm. The internal web app will be PBSC with single zone and the external web app will be with Dedicated Zones using HNSC. Is that practical ?

Any advice greatly appreciated.

Balaip 


FIM Sync service keeps restarting after being disabled

$
0
0

Hi - We are deploying the SharePoint User Profile Store connector and I have followed all the steps here:http://technet.microsoft.com/en-us/library/dn511003(v=ws.10).aspx

However the FIM Sync service keeps enabling and restarting itself - can't see anything in the event logs except a Evt ID: 2001 - Service was started successfully

What is starting this service? How can I stop so that it remains in the disabled state?

Thanks

J

Search doesn't return any results

$
0
0
Indexing is on and working but search doesn't return any results. What can be the reason and how to fix it?

User Profile Service Sync Setup

$
0
0

This is a 1st time User Sync setup.  Running SP 2013 Enterprise, SP1, latest updates.  SQL 2014, mix of Server 2003 and Server 2012 domain controllers.

My farm service account has been added to the proper groups (Administrators) and the DC replication has also been granted.

I can create the service application with no problems.  When I try and create the initial sync connection, after sever seconds, I receive the following page error:

Sorry, something went wrong 
Access to the requested resource(s) is denied 

 

The Event Log is telling me the following:

A update on the configuration of a MA or MV failed to replicate to a target connector directory that is capable  of storing MA/MV configurations.  As a result, the MA/MV configuration data in this connector directory is not up to date.  Please correct the condition that causes the error, and triggers a resync by updating the password information of the target MA. 

Additional information: 
Error Code: 0x80230709 
Error Message: (The extension operation aborted due to an internal error in FIM Synchronization Service.) 
Operation: Create MA 
Name of the MA to replicate: MOSSAD-User Profile Synchronization 
Guid of the MA to replicate: {CCED0940-4673-4FA4-BD5D-77459B181233} 
Name of the target MA: ILMMA 
Guid of the target MA: {F2CC710F-99E1-45A2-8F9F-D6A5D1A3CAC4}

Is it something I've selected to replicate?  I've tried every which way from Sunday to figure out if it's a permissions issue or not, but have not had any luck.

Any ideas?


After successfully creating a site collection the webpage cannot be displayed error.

$
0
0

Hi, 

I created a new web application for an intranet portal using port 80 and host header intranet.company.com, added this ip of the Server IP and name to the DNS, and then created a managed path for the main page called intranet.company.com/main. The site collection was created properly but when trying to access it I am getting the error "Page Cannot be displayed". I checked the IIS and the application pools for central admin and the web application is up and running.

The authentication page is not prompting when trying to access the site however when I type in the server's IP I would get the prompt and eventually get a note saying

Http:/1.1 200 OK

Server: Microsoft-IIS/8.5

Date

Connection Close.

How can I fix this issue? It is Microsoft SharePoint 2013.

Much Thanks,  

Viewing all 21070 articles
Browse latest View live


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