Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
2k views

How can I automate the process of deploying an InfoPath Form to SharePoint Server 2007?

It is a real pain to deploy my InfoPath 2007 Forms from the designer into our development environment's SharePoint server. All of our forms require "full trust" since they include business logic ...
4
votes
5answers
15k views

Proper stsadm commands to update SharePoint Solution/Feature

What are the proper stsadm commands in sequence to force an upgrade to a SharePoint solution. I have tried C:>"C:\Program Files\Common Files\Microsoft Shared\web server ...
4
votes
3answers
2k views

psexec inside visual studio

I've been trying to get psexec to run executables on remote machines from custom build tasks in visual studio. All of these commands work from the command line but running it from an application seems ...
4
votes
3answers
237 views

Best project format for VS2005 + SharePoint deployment?

First, let me use one sentence to let out some frustration: My god, developing for SharePoint is a f-ing mess! OK, sorry, let me focus in on 1 specific scenario. I've developed (VS2005) some ...
3
votes
3answers
7k views

SharePoint stsadm addsolution - fails with permission based error (object ref)

Attempting to deploy a MOSS solution to a UAT server from dev server for the first time. On executing this command stsadm -o addsolution -filename xxx I get a "Object reference not set to an ...
3
votes
3answers
4k views

Sharepoint: executing stsadm from a timer job + SHAREPOINT\System rights

I have an unusual situation in which I need a sharepoint timer job to both have local administrator windows privileges and to have SHAREPOINT\System sharepoint privileges. I can get the windows ...
2
votes
2answers
154 views

Preventing removal of a shared dll during a wsp solution uninstallation/retraction

I'm working on a bunch of solutions which uses a third party DLL from vendors like Telerik. We use the dll in most of your solutions. But when i uninstall any of the solutions the dll is getting ...
2
votes
1answer
295 views

deploying to sharepoint using the object model doesn't work reliably

Deploying to sharepoint using the object model or STSADM commands sometimes results in one or more packages being in the "error" state in the web control, a redeploy instantly fixes this, usually, ...
2
votes
3answers
6k views

Determining size of SharePoint sites / site collections

I'm about to start googling but figured I'd start here. We already found a VB script that enumerates SharePoint site collections / sites. It calls stsadm to achieve this and it recursively evaluates ...
2
votes
2answers
442 views

How do I delete a sharepoint group that has arabic characters in the title?

I have a sharepoint group that has arabic characters in the title. The site has been deleted, and I need to remove the group. When I use the GUI, I get this error message: Error Code: 500 ...
1
vote
2answers
603 views

Delete a sharepoint 2010 document library using stsadm command?

I am deploying a sharepoint 2010 custom document library template as a solution file and activating it to my site. When i am deleting the solution and deactivating the feature i also want to delete ...
1
vote
0answers
220 views

Process is terminated due to StackOverflowException :in command prompt

I am using stsadm command to deactivate a feature. Here is the command i used: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN>stsa dm -o deactivatefeature -filename ...
1
vote
1answer
246 views

Need Help - Flaw with stsadm migrateuser command

We have a SharePoint farm with a mixed set of users from two domains (Let's say A and B). Some of the users are being added with their A domain accounts and some with their B domain identity. We now ...
1
vote
1answer
330 views

How to use stsadm export avoiding to export the user names

I want to export a site with "stsadm export" in order to import on an other server My structure is good but it imports all the user names and I don't want these users Can anyone tell me how to do to ...
1
vote
2answers
220 views

Feature Activation

We want to activate the existing future for more than 100+ site-collections, what would be the right choice? can we achieve this through Powershell?
1
vote
1answer
611 views

Creating a Sharepoint Development Environment from an Existing Production Environment

I have very little experience using Sharepoint but a good amount using Visual Studio 2008, SQL Server 2005, Windows Server 2003 and IIS6. I need to create a development environment for a SharePoint ...
1
vote
1answer
550 views

Does stsadm backup clear transaction logs?

My database is using the simple recovery model, so the transaction logs are cleared down when it is backed up. If I backup the database as part of a backup using stsadm, will that cause the ...
1
vote
2answers
663 views

SharePoint LDAP filtering of People Picker users

On my WSS server I have run the following stsadm command to filter the people picker results: stsadm.exe -o setproperty -url http://myserver -pn "peoplepicker-searchadcu stomfilter" -pv ...
1
vote
5answers
3k views

SharePoint Solution Package Deploy Random Failures

I keep seeing this error sporadically during solution deployment and/or feature activation... Copying of this file failed . This operation uses the SharePoint Administration service (spadmin), which ...
1
vote
2answers
4k views

STSADM Command for Creating a Web Application

i'm scripting (as much as possible) a MOSS 2007 environment migration. i'm able to get most of it done using a batch file of STSADM commands, however, i'm unable to find an STSADM command to create a ...
1
vote
3answers
394 views

Sharepoint import version error

We have a SharePoint server that is version something like 12.0.4 and we are trying to import a site collection that was exported from another SharePoint server. The version there is somthing like ...
1
vote
1answer
1k views

SharePoint Table of Contents Web Part and export/import

After moving a SharePoint MOSS site using stsadm export/import I have found some problems with the Table of Contents Web Part. If I click the Heading of one of the sections in the Table of Contents ...
1
vote
2answers
995 views

SharePoint - find the sitetemplate value of a WSP template?

I'm trying to script the creation of sites for the fab 40 Microsoft SharePoint templates. I'm having trouble finding the value for the sitetemplate parameter for the stsadm command to create the ...
1
vote
1answer
547 views

stsadm differential backups when directories are renamed?

currently I have a full backup running daily in SharePoint. The automated process for further copying, renames the full backup directory to backup_((date in yyyymmdd))_full. I'd like to rework to a ...
1
vote
4answers
10k views

Using STSADM to export and import site collection

I'm having an issue when trying to import an existing export using stsadm. Having succesfully exported the site collection, I then create a new blank site. When I run the import command, it runs for ...
0
votes
1answer
32 views

Sharepoint 2010 stsadm createsite command in command line giving me error that "The web application url http://xxxx cannot be reached

I was trying to run the createsite stsadm command from command line in sharepoint2010 and I am getting error that is "The web application url http:// cannot be reached....". I have searched the web ...
0
votes
1answer
65 views

STSADM SharePoint 2003 restore aborted

I am trying to take a backup and restore a site collection on my SharePoint 2003 Server environment using the STSADM utility. I was able to create a backup of my top level site which contains a ...
0
votes
0answers
31 views

Sharepoint feature activating error

I have a problem while deploying a feature in Sharepoint 2007 I'm developing a custom timer job, I've deployed it to my site collection and everything was fine. Then, I made some changes to my code. ...
0
votes
2answers
350 views

'Activate feature' step error :Object Reference not set to an instance of an object

I created a custom timer job and implemented it through a feature event in sharepoint. when i tried to activate it, its showing this particular error: Object reference not set to an instance ...
0
votes
0answers
56 views

sharepoint 2007 site update process

We are currently developing a site in sharepoint 2007 in the development server. Once we are done with the site then we will move it to production. What would be a good process for further ...
0
votes
0answers
240 views

Timer Job is deployed but doesn't appear in Job Definitions Sharepoint 2010

I have this particular issue: I developed a custom timer job in one server (let's call "server A"), but this is just a test server. We tried to pass everything through a backup to the production ...
0
votes
0answers
136 views

How to find sizes of all sites and subsites? enumsites?

I have tried enumsites, but that only gives me the root level site. I need to find out the sizes of all sites below it, and sites below those etc etc. This is for data migration planning. Is there ...
0
votes
2answers
345 views

feature deactivation through command line not firing the SPFeature event reciever

I am deactivating a feature through stsadm tool. I have an event reciever enabled for this action. If i deactivate the feature manually from the site the event is getting triggered but not when ...
0
votes
3answers
115 views

There has been blocked for additions to the site

I am trying to execute a console application which updates creation dates on specified items in sharepoint lists. When I try to execute I get this error: There has been blocked for additions to ...
0
votes
1answer
229 views

SharePoint job queued, but never starts

I'm attempting to retract a solution from SharePoint. I've started the job via Central Admin site as well as from stsadm. The job is queued, however, it will stay in a state of pending for days. The ...
0
votes
1answer
412 views

Using the sharepoint stsadm import command fails when list exists

When using the stsadm -o import command in sharepoint I am getting an error relating to a list already existing, the import then seems to fail. Should it not handle this scenario of a list already ...
0
votes
1answer
269 views

Overwriting the content from one MOSS content database to another

We have a content database on our live moss server. It contains one site collection with several sub-sites. I'm using the stsadm export command to produce a cmp file, then moving this to our test ...
0
votes
1answer
159 views

Webpart missing webpart catalog entry when build with vsewss but deployed with stadm

I have the exact problem of not getting any webcatalog entry for a webpart if i deploy via stsadm. The project of this webpart is generated with vsewss and build with it. The very webpart entry can be ...
0
votes
2answers
1k views

How to uninstall feature without Feature.xml file?

I have feature which is not correctly installed on my website. How can I uninstall it without Feature.xml file and without feature id?
0
votes
1answer
555 views

Sharepoint Migration from one domain to another

I have an active sharepoint farm already built and I am wanting to create an exact mirror copy of the sites and all its contents into a different domain for develpoment and testing. The share point ...
0
votes
1answer
155 views

Bulk cancel deployment SharePoint

Is there and easier way to cancel all WSP files currently being deployed to a SharePoint farm? I'm currently using the STSAdmin function CancelDeployment but this requires me to run STSAdmin ...
0
votes
1answer
506 views

Object Model version of stsadm -o execsvcadmjobs command

What is the equivalent command to perform any outstanding actions? Thanks
0
votes
2answers
910 views

Which stsadm command do and don't recycled the application pool?

I'm trying to figure out if deploying/upgrading solutions and activating features recycles the app pool or interrupts/slows the user's actions in any way. I need to know if these steps can be ...
0
votes
4answers
2k views

How to re-compress the .cmp file, created by stsadm export command, after editing

I need to manually edit some of the files inside of the .cmp file created by stsadm export command (or SharePoint Designer backup). I can extract the files and make the edits, but don't know how to ...
0
votes
2answers
2k views

sharepoint copy a list to a different web

how can i copy a sharepoint list with all its data to a different web? is there an stsadm command to do this? or even through the gui.
0
votes
1answer
1k views

stsadm addcontentdb - add content database from sp1 to sp2 environment?

I'm trying to add a content database from a sp1 environment to a sp2 environment, but I am getting the error, Login failed for user "username". Reason: Not associated with a trusted SQL Server ...
0
votes
1answer
488 views

sts adm command for MOSS 2007

I'm looking for the stsadm command that will list all site collections and their size on disk. Thanks.
0
votes
1answer
800 views

Is it possible to export a site definition in MOSS/Sharepoint using STSADM?

Is it possible to export a site definition (NOT a site template) using stsadm? I'm looking for a way of getting an export of ONET, WEBTEMP and any required features.
0
votes
1answer
506 views

Stsadm export hangs after sometime

I am trying to export a SharePoint site using stsadm, but everytime I start the process it hangs at a particular point in the export process, it always hangs exporting a particular list item. But if I ...
0
votes
3answers
4k views

SharePoint site definitions not showing up in template list — why?

I have some custom SharePoint site definitions that are deployed via SharePoint wsp solution packages. They appear to work fine. I can deploy them fine via the stsadm command line, and my C# code ...