sharepoint

With WSS, is it possible to customize the Admin?

I'm thinking of implementing WSS, but I want complete control over the Admin interface, as far as look-and-feel and navigation. Is this possible? ...

WSS and creating externally accessible sites

This is simple I hope :) When I create a new web application in WSS does it need to be on port 80 if I want to point an external domain name at it? Everything is standard in terms of IIS and ports that are open i.e. port 80 is the only one open. I am guessing if I let WSS assign a port number to the new web application surely this can...

SQL Server login for SharePoint site login errors SSO

I'm having a very confusing error between SharePoint and SQL Server 2k5. My SQL Server acting as backend to my MOSS farm has several logins in it which correspond to the web front end servers in my farm, with the pattern: {my-domain}{my-machine}$ Now, those accounts do not exist in AD anywhere, despite the login name syntax, and wer...

How to make an InfoPath web form and its web services accessible from the Internet via HTTPS?

I have an InfoPath web form deployed on SharePoint. It has Full Trust, uses web services to obtain data, and some pieces of code to generate filled rows in the form. The web services are custom web services deployed on the same web application on the same site. I have extended the web application to the Internet Zone with HTTPS access a...

redirect code not working in itemreceiver

how can i redirect to a page from sharepoint? i have this within the itemadded event receiver for a list: SPUtility.Redirect("http://mysite", SPRedirectFlags.Default, HttpContext.Current ); but on debugging HttpContext.Current is null so it doesnt do any redirect when a list item is added. ...

How to enable auto save in SharePoint when editing documents in Office 2007 from client machines?

I understand from various web sources that documents stored in SharePoint 2007 and accessed by Office 2007 can be auto saved by a time setting. Usually it is referred to as the "Auto Recovery Setting" in Office 2007. Is this similar to Google's auto save "Draft" with a TimeStamp or a simple Telerik RAD Editor ASP.NET AJAX Solution which...

Microsoft Sharepoint Error

hi I am getting the Following Error Could not load file or assembly 'Microsoft.SharePoint.Search, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. An attempt was made to load a program with an incorrect format, Though I have added the required Share point refernece and also modified the pr...

How do I get time for a calculated column

In SharePoint [Today] returns 12:00 PM. How do I get current time? Trying this as value for column "=Today+TIME(Hour(Today);Minute(Today)-10;0)". This is for new items and it's to set default value for a DateTime column. ...

Creating a custom Document Library in SharePoint

I have a document library in my SharePoint page and there are 10 documents in it. If UserA is logged in i want him to only see 5 of those doucments in that document library. How can i create some custom document library for this to work? I have MOSS installed as well. Thanks in advanced! ...

SharePoint property to be accessible in code

I need to give the administrators of a SharePoint site the ability to edit a property in the site. This property will be an email address. So the admins can change the email address to whatever they want. My code will need to access this property somehow. How should I go about this? Is there somwhere at the site collection level where...

Pre-populate a SharePoint new item form

I need to pre-populate a list form (the add new item form for a list) with some details (the logged in users name and email address) how can i do it? ...

copy files to document library in sharepoint

I have a document library in sharepoint. when a new file is uploaded to that library i want it to automatically get copied to a another document library as well. how can i do this? ...

Upload Custom Thumbnail to Sharepoint Image library

Hi, I've got a webpart to upload images to a SharePoint image library, and SP does the thumbnail generation automagically. I'd like to give my users the options of uploading their own thumbnails, without SP doing it for them. Any thoughts how to do this? I do know that SP will store the thumbnails in a folder /_t in the library, but I...

MOSS Search Content Crawl Account Permissions

Hi Can anyone tell me what permissions I need to give to the Content Crawl Account in MOSS 2007? When I run a crawl of the content I get an error telling me that it does not have permission and to give it full read to the web application, which I tried to no avail. All the best ...

Start a workflow on items that already exist

I have added a workflow to a SharePoint(2007) calendar. The workflow copies information from Column A to Column B if Column A is not equal to Column B. I set this workflow to start when an item is created or modified. However, I would also like to start this workflow on all items that already exist in this calendar. Is there a way I ...

Bulk Approval Process not working if there is a workflow in sharepoint

Hi all, I have a workflow setup on the site. The following is what happened: I go site actions -> Manage content and structure and then go to the pages list; and then check all the check boxes on the pending pages; Click the actions in the menu bar; in the drop down list, approve option is greyed out. Only check in option is availab...

Upload file to SharePoint WSS 3.0 with WebRequest PUT

Hey, I've got this nice little piece of code, much like all the other versions of this method of upload using WSS WebServices. I've got one major problem though - once I have uploaded a file into my doc list, and updated the list item to write a comment/description, the file is stuck there. What I mean is that this method will not overwr...

SharePoint and <identity impersonate="false" />

I would like to use integrated authentication to access a SQL database from a web part. It should use the IIS Application pool identity. By default you will get the error: System.Data.SqlClient.SqlException: Login failed for user 'SERVER\IUSR_VIRTUALMACHINE'. Because in web.config impersonation is set to true: <identity impersonate=...

Sharepoint: automatically create subfolders

Hello, I have a question. I hope someone can help me out on this one. I'm setting up a sharepoint-site for a client of ours. There's a document library ("Customers"), in which every Customer has one folder (=customername) with 4 sub-folders. The subfolders are always the same ("Technical Information", "Documents", "Security information...

Migrating ASP web site into Sharepoint 2007

I need to migrate a ASP legacy web application into MOSS 2007. Is there any tool that can be used for migration? if so please specify? ...