Preparation of components or SharePoint itself for use.

learn more… | top users | synonyms

3
votes
1answer
92 views

SharePoint 2010 Workflow Deployemnet from DEV to UAT

I have Sharepoint 2010 DEV and UAT sites. I have made some changes in DEV workflow and I want to deploy the changed workflow to UAT site. I have created the workflow template and saved .wsp file to ...
3
votes
1answer
51 views

Deploying a custom health rule fails on Add Solution

I've created a custom health rule for checking which mode solutions were built in (following this guide) but am having trouble deploying it. When deploying from VS2010, I get Error occurred in ...
2
votes
1answer
214 views

Install-SPUserSolution: Sandboxed code execution request failed

When executing Install-SPUserSolution powershell command the following error is shown: Install-SPUserSolution : Sandboxed code execution request failed. At line:1 char:23 + ...
2
votes
1answer
250 views

Why CustomRibbonButton for List not displaying in RibbonBar?

I have added 1 Element File for CustomRibbon Button. And added 1 Feature to deploy this RibbonButton. When I deploy this, it deploys and Feature is Activated but not displaying the Button in ...
2
votes
1answer
121 views

SP 2007 custom workflow activity not deploying properly

I have a relatively simple workflow activity that just removes all permissions on a list item. This activity runs great in our test environments which is 2k8 r2 64bit. However, when we GAC the ...
2
votes
1answer
141 views

How can I avoid “service unavailable”/“recompiling” when deploying solutions

The topic says a lot. I'm looking for a way to avoid that ugly "service unavailable" page when you deploy a solution. Also, I would like some theory on it, as I'm not sure I understand it completely. ...
1
vote
1answer
25 views

How many ways we can deploy any solution in moss?

What all different ways available to deploy any custom solution in moss. Which is the best practice to follow while deploying solution?
1
vote
1answer
114 views

Multi-Tier SharePoint Deployment - Read-only Web Servers

Is it possible to have the following deployment architecture for hosting SharePoint internet websites? If yes, how can I make the front-end web servers as read-only while allowing content ...
1
vote
1answer
612 views

Retraction and deployment tasks are not executed Sharepoint 2010 after SP1

I am unable to redeploy solution to my sharepoint 2010 site. When I try to retract solution, the task is registered in scheduled que but not executed (sharepoint timer and admin services are running, ...
0
votes
1answer
16 views

Possible to implement continuous integration against SharePoint online?

I have implemented CI on SharePoint server projects without a problem (so to speak). Can this also be done for SharePoint online?
0
votes
1answer
83 views

Moving my custom farm solutions from sharepoint 2010 to sharepoint 2013 error

So I followed the following guide. http://zimmergren.net/technical/upgrading-your-sharepoint-2010-visual-studio-projects-and-solutions-to-sharepoint-2013 Once I tried to deploy the solution from ...
0
votes
1answer
125 views

Deploy List Workflow in Production Environment

I created list workflow using SharePoint Designer. How to deploy my list workflow in Production environment?
0
votes
1answer
37 views

Error on deploying a site template

I have a web application in which I have few document libraries, lists, picture libraries, workflows and few webparts. The webparts are created using visual studio with the feature site scoped. ...
0
votes
1answer
45 views

What should be the Content Search Web Part max per page?

I'm currently working on a department site prototype for an Intranet, which is to be packaged up and used to spawn around a dozen sites using the same Web Template. While trying to convert the ...
0
votes
1answer
17 views

Error deploying imported template

I've imported a template from Sharepoint into Visual Studio 2012. But when I'm trying to deploy it I get this error. "This solution cannot be activated because its functionality depends on another ...
2
votes
0answers
356 views

Timeout while deploying VS2010 solution to SP2010

When deploy a solution (no sandbox solution) with many projects, I always get the following error: Error occurred in deployment step 'Recycle IIS Application Pool': The open operation did not ...
2
votes
0answers
192 views

Why does WSP Deployment Type 'ApplicationServer' require features to be manually installed?

When I create a WSP with Deployment Type set to WebFrontEnd and deploy, all of the features contained within are automatically installed. Features that are set up as ActivateOnDefault="TRUE" (Farm or ...
1
vote
0answers
50 views

Setting the value of a sandbox web part's custom properties in .webpart file

I've created a new web part in a sandbox solution. This web part has a custom string property called 'PetName'. I'd expect to be able to set the initial value of this property in the .webpart file. ...
1
vote
0answers
61 views

Solution's deployment status failed

Last I night I was trying to deploy a custom timer job on production servers, I added solution easily using STSADM, but when I tried to deploy it using CA it returned with deployment status as Failed. ...
1
vote
0answers
44 views

SafeControls not added on all front-ends

On deployment in our acceptation farm, I noticed something weird happening. I deployed a wsp solution, just standard stuff. The solution contained a GAC assembly and some safecontrols. Our farm ...
1
vote
0answers
51 views

Migrating .aspx pages created on SharePoint 2010

We're developing a solution based on a closed-source SharePoint-based application here at work and we're pretty stuck on the deployment portion. We have 2 servers, production and development. We need ...
1
vote
0answers
77 views

Error - Service Application creation

I was helping a client today to run scripts for creating web apps, site collections and service applications. Creating normal web applications and site collections worked fine but we got some ...
1
vote
0answers
39 views

Listdefinitions use Listname as Contenttype

I have a Sharepoint 2010 Foundation, VS2010 and i use the Sharepointfactory(spsf.codeplex.com), if this is important. My typical approach are: I create first some fields, then i use these in a ...
1
vote
0answers
146 views

how to maintain workflow task list data when retracting or removing workflow association

whenever i try to remove workflow association or retract workflow solution (.wsp) all associated task list data also gets deleted. i want to prevent this behavior as task list data is important for ...
1
vote
0answers
121 views

Deploy Sharepoint Dashboad page and KPI List to other site

I have a report library in Sharepoint site where i have several dashboard pages. Each of these dashboard pages have kpi and excel web acess web parts in them (only out of box no custom web parts). A ...
1
vote
0answers
802 views

File not found on WebPart Deployment

I followed the Instructions on msdn and also this one here but unfortunatley nothing seems to work. I've built a custom webpart and packaged it into a .wsp file since i'm trying to import this ...
0
votes
0answers
32 views

SharePoint 2010 custom service with no GAC deployment

I am working with a Custom Share Point 2010 service development. The issue is if the Solution is scoped at GAC then I can access my Service with /mex extension, to the url. But, if the solution is ...
0
votes
0answers
23 views

SP2010 farm scoped custom workflow action not available in designer

We're trying the "Update Items By List View" custom workflow action available here: http://efspwfactivities.codeplex.com/releases/view/63115 It works fine in one of our development environments ...
0
votes
0answers
22 views

Set 2013 High Trust App StartUrl at deployment time

Is it possible to set the start url of a High Trust App at deployment time? From what I can tell it looks like this the url from app manifest gets hard coded into a binary .app file at compile time. ...
0
votes
0answers
81 views

Failed to connect to an IPC Port: Access is denied. How to resolve?

When attempting to upgrade a sharepoint 2007 solution I am getting the following error: Timer job successfully created. E:\wsps>stsadm -o execadmsvcjobs Executing .Executing ...
0
votes
0answers
15 views

How do I Duplicate a SharePoint 2007 Publishing Subsite

I don't know a lot about SharePoint so pardon my terminology and please let me know what additional information is needed. I work for a franchiser who gives each franchisee their own website. These ...
0
votes
0answers
42 views

Visual Studio 2012 deploying workflow

I uploaded the wsp file of a visual studio 2012 workflow to galleries->solutions in central admin. The feature appears in manage features on central admin but does not show up in site settings on ...
0
votes
0answers
98 views

Not all changes apply after re-deploying solution (custom workflow action for SharePoint Designer)

currently I'm creating a custom workflow action for SharePoint Designer 2010. After the first deploy succeeded everything looked fine. But after that I changed several things and re-deployed the ...
0
votes
0answers
30 views

Roll back deployment stategy and performance testing (2010)

I am currently on the cusp of deploying a solution which will be upgrading existing .wsp solutions and also running a powershell script to upgrade masterpages, content types and page layouts on the ...
0
votes
0answers
28 views

what is the best method to upgrade a custom workflow?

I have a sharepoint 2010 farm. I have created in visua studio some custom lists, content types, fields, views and 2 workflows. This workflow is connected to my custom content type. My custom content ...
0
votes
0answers
116 views

SPO 2013 and VS 2012 deployment questions

I created a new SPO Office 365 Developer account, created a developer site, installed NAPA, built and deployed a new sp app all online... seemed to work fine. I was able to then open it with VS 2012 ...
0
votes
0answers
29 views

2013 Project with everything deployble as feature

We have a new SP2013 Project which involves lot of things like creating personal my-sites on fly with custom masterpages and some default list and libraries, using feature stapling.... It also involes ...
0
votes
0answers
23 views

Sharepoint 2010 aspx pages migration

We're developing a solution based on a closed-source SharePoint-based application here at work and we're pretty stuck on the deployment portion. We have 2 servers, production and development. We need ...
0
votes
0answers
22 views

CustomRibbon not displaying in inbuilt List created

I have created my CustomRibbon button in my project. When I deploy it, it is showing me in the CustomList which is created from Site, but not displaying in the List which is created from VisualStudio ...
0
votes
0answers
44 views

How to deploy a custom popup window on Pages library

I have a custom popup window, deployed in the _layouts directory, that give me a security exception when an user try to load. I would like to deploy this popup (it's an application page with code ...
0
votes
0answers
87 views

Problem with adding webparts with limitedWebManager.ImportWebPart PowerShell

When creating a web in Visual Studio it generates a web part where the namespace and the class name is the same. I'm thinking that this is giving me a problem with the limitedWebManager.ImportWebPart ...
0
votes
0answers
27 views

Is it possible to deploy several solutions at once? (Programmatically)

I'm working on some kind of deployment timer job at the moment. Deploying, Retracting and so on works fine... At the moment the job grabs all solutions to deploy, add and retract them if neccessary. ...
0
votes
0answers
212 views

Creating web part page template for webpart pages using visual studio code

I created a visualwebpart for list Employee details. Created a web part page template with the following steps: Created a module named WebPartPageTemplate Renamed Sample.txt to ...
0
votes
0answers
87 views

Custom Service Application in SharePoint 2010 - Deployment

I would like to ask some clarifications on custom service application in SharePoint 2010 mainly on deployment. Here are the questions: What is the best place to deploy custom service applications? ...
0
votes
0answers
28 views

Risks in Adding Multiple Web Application to a Sharepoint Site

I'm new to Sharepoint (using MOSS 2007) and I'm wondering what are the possible issues in deploying multiple web applications on Sharepoint 2007. If it's any help, the web applications will not be ...
0
votes
0answers
145 views

Deployment Error: A site column cannot enforce a relationship behavior

i exported a Site Template and added a custom usercontrol to trim my ribbon.. Now when i want to deploy and debug it. There is an Error in the deployment stept "Activate Features" with the above ...
0
votes
0answers
109 views

Why does SharePoint 2010 content deployment job transfer minor versions?

Does anyone know why the sharepoint content deployment job transfers unapproved minor versions of pages? What is the intention? It has disadvantages especially in conjunction with the permission to ...
0
votes
0answers
100 views

Including Mapped Layout Folders from other Projects for Packaging

Overview We have a solution that has grown to encompass many projects over time. We are setting up a package that will deploy everything in the solution, to reduce the effort for new people to set ...
0
votes
0answers
251 views

Quickest way to backup and restore a web application content database across farms?

When I perform a complete backup of my development content database using Backup-SPSite and restore the site on a separate farm using Restore-SPSite its currently taking around 25 mins to backup and ...
0
votes
0answers
90 views

Updated SharePoint Solution not recongnized

I've modified a minor bug in a User Control of a custom SharePoint solution that was initially deployed on SharePoint 2007 but now it is deployed on SharePoint 2010. I was hoping to just update the ...

1 2