sharepoint

In which process to Sharepoint 2007 Workflows run?

If I update an Assembly that holds a workflow, I have to restart the appropriate Windows Process to pick up the new Assemblies. For Web parts & stuff, this is just the IIS Application Pool in question (iisapp /r), and for Timer Jobs it is OWSTIMER.exe (net stop/start SPTimerV3) But who runs the workflows? Are they ran within IIS' Appli...

Ruby/Rails and Sharepoint Web Services

I'm trying to consume Sharepoint webservices with ruby. I've basically given up trying to authenticate with NTLM and temporarily changed the Sharepoint server to use basic authentication. I've been successful getting a WSDL using soap4r but still cannot authenticate when attempting to use an actual web service call. Has anyone had any...

Should I keep solutions and features in a 1-1 ratio?

Howdy, I have a complex sharepoint deploy with multiple EventReceivers and Workflows. I also have schema changes to existing lists, adding new columns of metadata and changing existing columns. Should I package a single feature, eventreceiver or workflow, to a single solution, or should I put multiple features inside the single ...

Office documents prompt for login in anonymous SharePoint site

I have a MOSS 07 site that is configured for anonymous access. There is a document library within this site that also has anonymous access enabled. When an anonymous user clicks on a PDF file in this library, he or she can read or download it with no problem. When a user clicks on an Office document, he or she is prompted with a login bo...

SharePoint Permissions - Repeated Login Boxes

I have a SharePoint site that is locked down through standard Windows permissions. I keep getting an repeated login box prompt, and it appears that it has to do with the Themes images and the CSS style sheets. Where do I need to update permissions so that these files have the same permissions as the rest of the site and the user only...

Sharepoint Webpart Security Exception

I have a custom sharepoint web part that is throwing the following exception: System.Security.SecurityException: Request for the permission of type 'Microsoft.SharePoint.Security.SharePointPermission, Microsoft.SharePoint.Security, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' failed. at Microsoft.SharePoint.SPS...

Expand Recurring Events from a Sharepoint Calendar over WebServices?

Is it possible to get a list of events (with recurring events expanded) out of Sharepoint's Calendar using the Web Service exposed through Lists.aspx? This is evidently possible if you are using C# or VB, as described here using a snippet like this: SPQuery query = new SPQuery(); query.ExpandRecurrence = true; query.Query = "<Where><Da...

MOSS 2007 content import failure

I have received a content export of a MOSS 2007 site which I need to get replicated in my environment but I am having problems importing it using stsadm. The export was done using stsadm though a command similar to: stsadm -o export -url http://localhost -filename C:\Export I'm using the import command such as: stsadm -o impor...

Sharepoint Web Part Management

I have a rather large project developed on Sharepoint and Project Server, designed as a multi-tier application. I programmatically manage web parts on certain web part pages. According to the choices of the user in one of the web pages, appropriate web parts are added to the web part collection of another web part page. My problem is tha...

Sharepoint workflows does not start

After some point wokflows on Sharepoint MOSS 2007 System stopped functioning. They do not start, their status allways remains in 'Starting' state. The issue remains for a declarative workflow. And even if we try to run workflow manually. Issue resolved temporary by restarting owstimer service, but after about 5 minutes it again stops fun...

Controlling how custom field types are rendered when exported to spreadsheet

I've created a custom field type based on SPFieldLookup. When I use SharePoint's "Export to Spreadsheet" function, however, it's not rendered correctly. For normal lookup fields, only the Lookup Value is rendered. For my custom field, the string representation of the lookup value is used (i.e., "1;#My Lookup Value"). Is there a way to ...

Add web part programmatically to a Sharepoint Page and save values into the web part personalization store

In my project I programmatically create a web part page and add a web part to it using SPLimitedWebPartManager. I also want to set some properties for the web part and save it into the web part personalization scope. How can I access the personalization store for the web part. ...

What does your checklist for SharePoint database creation best practise look like ?

I have noted that the default SharePoint databases are created with a "Full" in Recovery Model, 1 Mb autogrowth on Data and a 10% growth on the log file. I know that these settings should be adjusted to the specific customer, but I have not yet been able to find any rules of thumb about the optimal db settings. In which way do you twea...

How do I know you have logged in a Sharepoint WebPage?

We use Sharepoint as CMS for our webpages at work. I know how to create controls that can be only visible if you have logged in in SharePoint with: <Sharepoint:SPSecurityTrimmedControl ID="SPSecurityTrimmedControl1" runat="server" PermissionsString="AddAndCustomizePages"><br /> <Sharepoint:CssLink ID="CssLink1" runat="server"/><br /> <...

Is sharepoint Open Source?

Is sharepoint Open Source? Can I edit the code? can I install mods (extensions) to sharepoint? Links will be aperciated! :) By the way I was trying to test drive it, but this doesn't work with IE6, it says I should enable cookies however I'm enabling them :( Solution please... Thanks :) ...

How to update SPItemEventReceiver assembly version for a list in SharePoint?

Howdy, Still in the learning process with SharePoint. We have an SPItemEventReceiver compiled into its own assembly. We are using STSDev to package up a SharePoint solution with this EventReceiver as a feature. I am not assigning the SPItemEventReceiver to a specific ListTemplateId within the elements.xml, but am instead linkin...

SharePoint admin

We are been running our corporate intranet on SharePoint Portal Server 2003. I have been administering the site in addition to my other responsibilities. I would like to make the business case for a dedicated SharePoint admin. What should a job description for this position include? What would a good SPS admin do for me? ...

Is InfoPath the right choice?

Ok so we have an upcoming development that will involve a level of off line processing of dynamic forms. Here's what we have to do: Create a asp.net web application whereby users can download dynamic forms, fill them in then upload them to be published. We also have a windows mobile application that will do something similar. The form...

Who develops against SharePoint and is there anyone out there who would be called an Expert?

Howdy all, I see there are just 506 questions tagged SharePoint, out of 63,057 total questions. (as of 12/22/08 9:48am cdt.) Who developes against SharePoint and is there anyone out there who would be called an Expert? (I think SP experts are like unicorns, mythical creatures that don't exist, but the world would be more beautiful i...

Sharepoint as template application

We have a site that needs to (as part of our process) generate a document (e.g. Word docx document) that is derived from data within our application merged with a template document. This document can be edited at run time by the user after it is generated. We know we are looking at a CMS like system (since the users will need to be abl...