for questions completely specific to Windows SharePoint Services 3.0
9
votes
1answer
429 views
Is it necessary to call SPWeb.Update() after setting AllowUnsafeUpdates?
Amidst working on resolving this issue, there's something I was curious about, and something that I've been very inconsistent about in my code.
If you enable SPWeb.AllowUnsafeUpdates = true, do you ...
9
votes
4answers
855 views
Cannot upload to a permissions-enabled document library even with RunWithElevatedPrivileges
In our WSS 3.0 application, we have a document library that has an elevated folder called "Approved". It has different permissions from the rest of the Document Library in order to prevent people from ...
8
votes
5answers
4k views
Which is the easiest way to migrate entire List to a new new site?
Hi
I need to migrate a list with 800+ items to a new location but within the same site collection. Which is the easiest way to do it. I want it to be a exactly same with all data, attachements etc ...
8
votes
3answers
4k views
What are the client side requirements to enable the “upload multiple files” link?
What are the client side requirements to enable the "upload multiple files" link? I'm using WSS 3.0. Also using FBA, not sure if that matters. It "works on my machine", but not for some other ...
6
votes
1answer
90 views
Which database will feature stapling affect?
We are testing feature stapling and need to revert to a point before the feature stapling was run.
To do this do we just need to restore the content database, or do we also need to restore the ...
6
votes
1answer
590 views
Is it possible to add user picture column for task list based on AssignedTo field?
I'm searching for a way to have a task list view where AssignedTo column contains user profile image just as i can in User Info List.
By looking at hows its done in User Info List, i see a ...
6
votes
2answers
3k views
The start address cannot be crawled
Getting the following on my WSS3 server. The server was renamed from GIMEL2 to GIMEL, and I ran stsadm -o renameserver. The search is running great, just want to remove this error
The start address ...
6
votes
3answers
577 views
SharePoint Web service requests take 30-60 secs initially
When trying to access SharePoint WSS 3.0 server using the web services API, the software service we are developing will hang anywhere between 30-60 seconds when making any call (pick anyone of them, ...
5
votes
2answers
835 views
Cannot check out documents anymore
Our WSS3 document libraries no longer prompt to check out. I've confirmed check out is required for editing, and I've tried a new library. We're getting the same results. I also check the ...
5
votes
2answers
590 views
WCF: SPWeb.Update() throws NullReferenceException (eventually)
We have a custom WCF based service for automating some common tasks within our SharePoint 2007 environment. There is an issue with a piece of code that modifies the title of a SharePoint web. The ...
5
votes
3answers
815 views
Multiple workflows across a list versus one workflow iterating the list
I have a process that needs to be run across every element of a list, doing specific things (mostly sending emails) based on several different fields of that item. This operation will always be done ...
5
votes
2answers
513 views
How do I set a list to not be valid for search through the object model?
In WSS 3.0, there's an option under "Advanced Settings" for a List as follows:
Search
Specify whether this list should be visible in search results. Users who do not have permission to see ...
5
votes
3answers
466 views
How to hide members of groups from other members within same group
I have not been able to find a way to make this possible yet, but we don't want any members to be able to see who else is in their permission groups.
I've seen the setting for limiting membership ...
5
votes
3answers
803 views
SharePoint Web Serivces Access Denied; Only From VS 2010
After not getting much help on the last question, I decided to blow away the VM and re-create it as I already lost a week on this issue. And of course still issues, btu a little different.
I am ...
4
votes
5answers
3k views
Users with Full control can't add documents and don't see all menu options
I am currently looking at an interesting issue with a WSS 3 standalone instance. Up until late last week all was working with well. Users are now reporting issues. Users with Full Control access ...
4
votes
8answers
5k views
Modification of '_layouts/upload.aspx'
Interesting dilemma here maybe some can weigh in on. I have a requirement to disable the "overwrite existing files" checkbox when uploading a single or multiple documents to a document library. The ...
4
votes
1answer
1k views
How to get ALL list items regardless of view using Lists webservice
I have a list with only one view exposed on it (default view). That list has a filter with a field Assigned To = [Me] so all users logged in can only see their own list items. This list items get ...
4
votes
2answers
1k views
Best way to backup a WSS / SharePoint wiki?
We're using WSS to track a project I'm working on, and I'm storing a lot of research within the wiki that I'd like to keep backups of.
I'm wondering what would be the best way to go about this? Is ...
4
votes
2answers
252 views
How can I compare WFEs to ensure a WSP was deployed succesfully?
I'm a sharepoint 2007 administrator.
We are running with two WFE and deployed a wsp package recently, we suspect that the deployment was not completely successful.
we would like to compare the WSPs ...
4
votes
1answer
181 views
Migrating SharePoint Features from WSS 3.0 to SharePoint 2010
I try to Migrate a SharePoint 2003 (WSS 3.0) to SharePoint 2010.
I do it with the detach database method.
After I run the test-spcontentdatabase to the restored contentdatabase. I get some errors ...
4
votes
2answers
186 views
Using SharePoint with Google Apps for Business email
I am trying to get SharePoint's email features to work with Google Apps (alerts, emails generated by workflows, etc).
Google Apps uses port 587 for smtp and I know that the default smtp port cannot ...
3
votes
19answers
3k views
VSeWSS vs WSPBuilder vs STSDEV for WSS 3.0 / SharePoint 2007 development
What are your personal experiences with using these tools?
I tried VSeWSS when it first came out and was frustrated by it. Each new version has been the same for me but for different reasons.
...
3
votes
2answers
1k views
Best authentication method for accessing sharepoint web from the Internet
We're planning a sharepoint intranet which will be acceded directly from our LAN, however it should be accesible from the Internet, too. What would be the best authentication method available for this ...
3
votes
3answers
224 views
I cant crawl pdf in wss 3.0. Please Help!
I have wss 3.0 installed in windows server 2008 r2( 64 bit). I have installed ifilter60 in my server and made registry change in \HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office ...
3
votes
3answers
835 views
Installing WSS3.0 on Windows 7 64 bit
I've installed WSS3.0 in Windows 7 64 bit. I am not able to open Central Administration. I get HTTP 500 Internal Server Error when I try to open Central Admin page.
3
votes
2answers
2k views
Cannot send emails through SMTP using a Timer Job?
I'm trying to use Timer Jobs as part of a system to send out special periodic emails to users of our SharePoint site collections. The timer jobs work... except when it comes to actually sending the ...
3
votes
1answer
139 views
How do I detect new SPList is created?
So, I have a customized alert template that gets attached to all Document Libraries at the time a particular Site Definition is created. This is done by a feature that is stapled to the Site ...
3
votes
2answers
744 views
Develop a timer job that operates only on selected site collections
Advancing from my original intent to run things via a Workflow as per this original question, I've started to work on a complex, configurable Timer Job that reads from each listitem to determine the ...
3
votes
2answers
175 views
Site Creation in a load balanced environment
We have some functionality that automatically creates sites.
What we are wondering is if the request goes to one of the servers to create the site, and then there is a request to read the site that ...
3
votes
2answers
786 views
Forms Authentication, persistent cookie needed by IE, but not Firefox or Chrome
I have a WSS 3.0 internet facing site which we have configured to use forms authentication. We have customized the login page to remove the 'remember me' check box. We have problems with users not ...
3
votes
1answer
482 views
Preventing Sharepoint from converting email addresses to mailto links
I have a WSS 3.0 Sharepoint site that is automatically displaying email addresses as mailto link. Ideally I want to prevent this from happening, this is a customised site and we will be forcing users ...
3
votes
1answer
209 views
SharePoint Services 2.0 SP2 - upgrade to SharePoint Services 3.0 SP2
I'm working for a company that is using SharePoint.
The colleague that was in charge of SharePoint left the firm, and for the last 2-3 years he didn't do anything with it.
For that reason we are ...
3
votes
3answers
450 views
Databases from 2 SharePoint servers on the same database server?
I've got 3 servers:
- DB1
- SharePoint1
- SharePoint2
On SharePoint1 I've installed WSS, using DB1 as database.
Now I want to install WSS onto SharePoint2 and use DB1 as database storage as well. ...
3
votes
4answers
225 views
Set permissions on an item depending on column value
Is there anyway to set permissions on an item depending on a column value? I was think about creating a feature to do this but do I have to?
3
votes
2answers
717 views
How to create a calculated column based on Workflow Status column
I want to create a calculated column based on Workflow Status column which the system is not allowing. The error is "One or more column references are not allowed, because the columns are defined as a ...
3
votes
1answer
567 views
Origin of different styles of ID numbers for recurring Calendar events
In WSS 3.0, recurring events have IDs for each specific recurrence, as well as the series item. For example, I might have a series item with ID=3, and it runs weekly on Wednesday. Then, the April 27th ...
3
votes
1answer
249 views
Is it possible to set multiple default values for a checkbox?
We have a days of the week working pattern that the user can select any of Mon, Tue, Wed, Thu and Fri from, so the list has a Choice with multiple values allowed.
Ok can set the default value to Mon ...
3
votes
1answer
559 views
SSL and Forms Based Authentication in WSS 3.0
I have a FBA application and we would like to use SSL with it.
By default, does setting SSL in IIS use SSL for the entire site, or just the login?
We think we'd like to use SSL for the entire visit ...
3
votes
1answer
282 views
Redistribute WSS 3.0 / Foundation 2010 with your custom application?
Let's say you want to build a custom ASP.NET CRM app and use SharePoint as backend document storage.
Is it possible to redistribute WSS 3.0 / SharePoint Foundation 2010 along with your custom ...
3
votes
1answer
162 views
Dynamic View on SharePoint lists
I want to create a dynamic view on my list. The list is filtered based on the current users' information coming from an external database i.e. based on which user is logged in, a value is fetched from ...
3
votes
1answer
273 views
Recycle Bin Timer Job
The recycle bin timerjob is configured to run daily at 1.00 am . The CPU utilization of the database was nearly 90 %. When i checked the recycle job status it was initialized at 12.00 noon. Now the ...
3
votes
3answers
220 views
More than 1 Dispform for List
I have 2 groups of people which should have access to different versions of a DispForm of a List. For 1 of these groups all links should be disabled and they should see the content with another ...
3
votes
3answers
2k views
Problem uploading files to WSS 3.0 from Office 2010
hopefully someone can help me out with this one. We're using WSS 3.0 with forms based authentication and I'm not able to get it to integrate with Office client app. I'm using Office 2010 and I'm able ...
3
votes
1answer
156 views
How to copy list item from parent site to subsite?
I have a list in the parent site and I want to copy the items to its subsite.
Is it possible?
Is it possible to only copy some items that are fulfill some criteria?
Thanks a lot!
2
votes
3answers
6k views
Cannot open Explorer View with Windows 7 64 bit, IE 32 bit, and WSS 3.0
On one site (portal.blah.com), I can open up a Shared Documents folder using the Action -> Open with Windows Explorer option
However, I am unable to do this with my second Sharepoint site ...
2
votes
3answers
122 views
Reporting across several SharePoint sites
We are currently designing a where there are many sites, each site contains a list.
The list in each of these sites has the same fields.
We would like to create a report based on the information in ...
2
votes
4answers
2k views
How can I hide allitems.aspx from curious people?
I have a custom ASPX page in WSS 3.0 which I use to capture email addresses. These emails are stored in a list called Notificiations using nothing but jQuery and SPServices. Because I'm using jQuery ...
2
votes
3answers
187 views
Backing Up SharePoint
We have a WSS 3.0 solution.
We want to run a full backup of the SharePoint farm once per day.
What is the best way to do this? Is there a way to shedule backups from within SharePoint or do we need ...
2
votes
2answers
1k views
Why aren't changes in Active Directory synchronizing with the People and Groups list?
I just noticed an interesting scenario where if a users first name, last name or username is changed in AD it doesn't synchronize with the People and Groups list.
How does the Active Directory sync ...
2
votes
3answers
3k views
How to use Google Calendar from within Sharepoint?
I want to use my Google Calendar within Sharepoint.
Is there a webpart available for this?
I use WSS 3.0
Saumil



