sharepoint

Document Management Solution for 80 million Tiff files

Need to host 80 million tiff files (1000 KB each) some where around 10 Terrabytes, what would be the best Document Management solution. These files need to be on a filesystem but want to indexed thru the Document Management system ( Sharepoint, Documentum, Filenet etc). We already have indexes in CSV format and want to reuse those indexe...

Sharepoint: Modify the page template of views

Hi I have a sharepoint list with several views. I can modify the view pages (such as AllItems.aspx) via the sharepoint designer. However I would prefer to modify the underlying template instead. Now I could directly modify the default view page template located in templates\pages\viewpage.aspx but this would affect the whole sharepoint...

SharePoint DEsigner 2010 - how to get workflow status?

I have a SPD 2010 workflow that uses the start approval process task. This activity allows user to approve or deny a request from the task item. If the user rejects the item, then the workflow status gets set to "Rejected". My question is how do i get the current workflow status value? i.e. if the user rejects it, then i want the work...

FBA Roles Doesn't work With SharePoint SP1

I have tried to implement FBA roles into Sharepoint Groups and when I login with user in FBA role i have success login but the Target Audience dosen't work . Now My Qustion : Is that poblem in Sharepoint SP1 note : i have tried to do it that with Sharepoint SP2 and I have Success for all. Thanks in advanced ...

SharePoint Site Directory

I want to save all site collections and Sites to a list in order to keep track of how many sites and subsites sharepoint are using. Site Directory seemed like a good thing but if I understand it rightly only site collections are added to it. My Idea is therefore to via the object model add all sites to the Site Directory. But then I cou...

Programatically Edit Infopath Form Fields?

Hi, I have a form library in my share point site. Programmatically i need to fill some fields. Can i do that? If any one know please provide me some sample code. First i need to retrieve the infopath document and then i need to fill the fields. Please help me. Thanks in advance. ...

SharePoint designer string replace function

SharePoint Designer does not support the replace function directly. What would be a function or call Template for this? I want to replace "-Y" with "Yes" and "-N" with "NO" in a string. E.g.: Sample-Y, Sample1-N Result as: Sample Yes Sample1 No ...

getting workflowToken into a custom activity in sharepoint

Hi, I am trying to develop a custom activity for my sharepoint workflow that would simplify some things. Within it I create a task, log, set a custom workflow status (setState) and some other things. The problem I have is with the setState activity which needs the workflowToken that is available in main workflow only. I've found the f...

sharepoint Feature Stapling, after page is created?

I have been adding lists and sites to sites when they have been created with feature stapling. Now I want to add a web part when a site is created but it seems like it is to early to do that in FeatureActivated() when I am using feature stapling. It is working when I activate a feature for an already created site but when I try to do it ...

Sharepoint, Exchange Web mail(OWA) and asp.net site Single sign on

What is the best way to implement signe sign on for all the services mentioned above. There are different companies accessing these services. Google searching this topics give so much information. ...

Create a WSS 3.0 or SharePoint 2007 project using Visual Studio 2010 beta 2

I have installed WSS 3.0 and Visual Studio 2010 Beta 2 on a Windows 2003 x86 VM and I am unable to create a Sharepoint Project. I keep getting the error below. "A SharePoint server is not installed on this computer. A SharePoint server must be installed to work with SharePoint projects. I am selecting C# .Net 3.5 as the .Net version an...

Redeploy Solution to SharePoint 2007 using STSADM

So I have used the following command to deploy a solution to SharePoint as I am a new commer to SharePoint developement. stsadm -o addsolution -filename Demo.wsp I used WSPBuilder to build the wsp file which just contains one web part. What do I do deploy the new wsp file. When I try using the same command above I get the error. a s...

Deploying two Sharepoint Learning Kit solutions on one sharepoint server

We've installed a sharepoint server at our institute and created to portals one arabic and one english. We installed SLK (using Addsolution, Deploy, etc) and it worked fine. Then we installed the Arabic language pack , hoping we could choose the arabic option on the arabic sites but the language pack is installed in the same manner as th...

How to delete a sharepoint web application using stsadm tool?

Is there a command to delete the entire web application (database, iis sites etc) using the Sharepoint admin tool? I know the same can be done in the central admin, but i have a need to automate this process as we want our build servers to rebuild the sharepoint site from scratch each night. ...

ListFieldIterator shows ["Title" column value]

Hello. I am writing a webpart for SP 2007 with ListFieldIterator. If ControlMode equal to SPControlMode.Edit or SPControlMode.New it works good. If ControlMode equal SPControlMode.Dispaly i see ["Title" column value] for Title column and ["SomeColumn" column value] for each other columns. How I can fix it? ...

How to create a sequential work flow?

Hi, I have created a sequential workflow using sharepoint server sequential workflow template and infopath forms. I have created a initiation form using infopath for taking assignee comments etc. If I gave single user it is working fine. My problem is I need to assign this workflow for 3 or more than 3 users. For example I have user...

Content type doesn't show up on the content types list

I am installing a content type as a feature, below is the content type schema. Note that it is inherited from base Item content type. <ContentType ID="0x010089D9A70BCA774310BCC5DF7D0690843E" Name="CustomItem" Group="Annual Leave Request" Description="Custom Item Type" Version="0"> <FieldRefs> <FieldRef ID="{...

Is it a good option to cache the returned XmlResponse from a search engine(SharePoint Web Parts)

I am little bit confused on whether to cache the xml response returned from a search engine.Initially I thought of caching the response as I have to use the same response in several web parts and apply different XSLT to that response in different web parts. But I was stuck up with a question that if I only add few web parts to a page , ...

Programmatically determine file types in SharePoint

Is there a way to programmatically determine a file type in SharePoint? I want to limit the types of files that are being uploaded into a document library. I have written an EventReceiver that on ItemAdding conducts the following - if (!(properties.AfterUrl.Contains(".docx") || properties.AfterUrl.Contains(".pptx") || properties.AfterU...

problem in dynamic filtering of sharepoint data ??

I have a SharePoint list with two columns cat1 cat2 A AB,AD,AE B ABC C AB,AD D ABC E AB I m querying list using CAML and displaying Cat1 with the help of repeater like this as a navigation panel for my page: A B C D E When I am clicking on A(it will produce query string ?Cat1=A) it will show on the right hand si...