for questions completely specific to Windows SharePoint Services 3.0
0
votes
1answer
44 views
How to retrieve documents from list?
I created a simple Custom List in WSS3. I also created a Document Library with an additional column field which is a lookup to the Custom List that I created before. Now when I am on the Custom List ...
0
votes
1answer
15 views
wss 3.0 content database has expanded exponentially without any data added in it
I am hosting wss 3.0 web application in windows 2003 server with sql 2005 express edition. we are leveraging lots of out of the box functionality, but we also have some custom features and web parts. ...
0
votes
0answers
30 views
wss 3.0 working fine in all browsers except on IE
I have 2 domain controllers, lets call it Domain1 and Domain2. I have wss3.0 installed in windows 2003 server with sql express running in webserver1 of Domain1. Domain1 is also running DNS Services ...
0
votes
1answer
19 views
WSS 3.0 List - Change default view
Is there a way to change the default view on a WSS 3.0 list (Survey)?
I tried
web.Lists[].DefaultViewURL = "\List\xxxyyy\custompage.aspx"
But DefaultviewURL looks like it is read-only.
Any ...
0
votes
0answers
24 views
Is it possible to filter a sharepoint group listing using a Sharepoint designer (2007) workflow?
I'm using WSS 3.0 and SharePoint designer 2007.
I have been asked to create a "Training List" for students where for each entry they list their name, the procedure they've been shown and the trainer ...
0
votes
2answers
41 views
WSS 3.0 Contributor Permissions can't delete folders
SPUtility.ValidateFormDigest();
SPSecurity.RunWithElevatedPrivileges(delegate()
{
SPSite siteColl = SPContext.Current.Site;
...
2
votes
1answer
81 views
How to enable forms authentication programmatically?
So, my attempts are:
1)Site.WebApplication.IisSettings[currentZone].AuthenticationMode = System.Web.Configuration.AuthenticationMode.Forms; ...
0
votes
1answer
44 views
file downloading in sharepoint
I've created a web-part. I've added few documents to it.
I'm implementing download functionality. I want file download dialog.
My code is like this.
DownloadItem(SPListItem item)
{
// Get physical ...
0
votes
1answer
44 views
openfiledialog in webpart
How to implement openfile dialog in a webpart ?
OpenFileDialog class could not be accessed in webpart.
Is there any other way to achieve this ?
0
votes
0answers
45 views
Delete all list permissions and set Author as contributor (Event Receiver)
I wrote an Event Receiver on ItemAdded to automatically create a calendar (Template 106) from a ListItem (Title => Name of calendar). So far so good...
Problem of all is, that I want to delete ALL ...
0
votes
3answers
124 views
custom document library web part with shared documents
I've been struggling a lot to create custom web part that looks similar to "Document library" in share point. I've tried several approaches but finally figured out it.
Here's my piece of code:
// ...
1
vote
1answer
94 views
Content Editor Web Part Uneditable in IE9
A user added a content editor web part with just some simple HTML formatted text to it today. Once the text is added and the page is saved no body can seem to edit the web part's properties unless ...
1
vote
1answer
98 views
SharePoint Alert Me not sending alerts for a specific user
We use the SharePoint alerting infrastructure on a list on a site. Alert are currently active for a group of users and are working correctly. The environment is SharePoint wss3.0.
I have added a new ...
2
votes
0answers
38 views
Why the Required property of field is changing to false?
I created site column with Required="true". Then I created site content type and added my column to it . Then I created list, selected "Allow management of content types?" to "Yes" and added my ...
1
vote
1answer
117 views
WSS 3.0 Write to New Column in User Information List
I am working on a site that is using FBA in WSS 3.0. This is an external facing site, so in the FBA User Management page (UsersDisp.aspx) I would like to add a column that displays the user's company ...
1
vote
0answers
40 views
Upgrading from WSS 3.0 to Sharepoint 2010
I have got sharepoint 2010 installed but I can't see any of the documents / calenders, when I run the upgrade it references a site that is claims doesn't exist.
I ran the following in PS: stsadm -o ...
2
votes
0answers
39 views
Make WebRequest to auth type Windows | Wss 3.0
I have wss 3.0 with auth type Integrated Windows Authentication/Kerberos. I want to make custom login form. I developed below codes.
After executed I got error: The remote server returned an error: ...
0
votes
1answer
62 views
How can we configure WSS 3 to disallow user authentication from select OUs?
I'm working with a web admin who has recently improved our WSS 3 deployment such that selected user OUs (e.g. service accounts, domain admins) in our Active Directory forest are explicitly ...
2
votes
2answers
266 views
Change Password [Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))]
I am using ITaCS Change Password 2.5 webpart on wss3.0 for a while now and all of a sudden everytime a user trys to change their password they get the error.
You must not change your password. ...
0
votes
0answers
35 views
Sharepoint 2007 Lists not updated in datasheet view on client machine
I am getting the following error when I try to update a list in datasheet view from a client machine "Cannot connect to server at this time. Changes to your data cannot be saved."
I have WSS 3.0 SP2 ...
0
votes
0answers
53 views
sharewebdb.mdf larger than content size
We have a WSS 3 Sp3 implementation running under SBS 2008. We are only an office of 10 staff and our SharePoint use is not heavy although we do have a few sites and subsites. All of our content is in ...
0
votes
0answers
35 views
How to Display Author Information in Custom Disp Form
I want to add the Author information to the top of a custom DispForm in WSS 3.0. I have tried the following and nothing works. Could someone suggest a way to get this right?
<xsl:value-of ...
0
votes
1answer
77 views
WSS 3.0 - Running Timer Jobs Manually
I am trying to troubleshoot why my timer job is not working in WSS 3.0. Is there anyway to run a timer job manually in WSS 3.0?
0
votes
0answers
39 views
How to preserve document versioning (with verstion history notes)when moving a Document Library from WSS to SP 2010
I have done a few migrations in the past where the doc library has been less then 50MB so have been able to save it as a template & then after a few tweaks mentioned here ...
1
vote
2answers
470 views
How to write CAML Query with more than 3 AND Condition
I have search and see the way how to write CAML Query with 3 AND conditions. However, I am not sure how to write CAML Query with more than 3 AND conditions may be with 4 or 5 AND conditions.
Can any ...
0
votes
1answer
74 views
Unable to access “Advanced Permissions” settings
I have a WSS3 server set up for development purposes but I am unable to access the Advanced Permissions in the Users and Permissions section of the Site Settings.
I'm trying to set up a test condition ...
0
votes
2answers
71 views
Dynamic SPQuery
I want to build search criteria by using SPQuery object that searches a list. On application page, there are two textbox Controls, 2 combobox Controls and 2 people picker Controls. The search criteria ...
2
votes
1answer
92 views
Simple Way to Get Data from WSS 3.0 List to Excel via Web Services
Is there any simple way to get live data from a WSS 3.0 list into Excel via web services or am I going to need to write code?
I understand I can export the list data, that is far too manual.
4
votes
1answer
180 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 ...
1
vote
2answers
62 views
sharepoint 2007 webpart question
I created a user control in visual studio I want to deploy to sharepoint 2007. This is my first one and I created the project using the repository pattern and POCO. Does sharepoint support this type ...
2
votes
2answers
370 views
SharePoint 2010 NewForm.aspx Lookup Fields Issue
I have a SharePoint 2010 Foundation site that has recently been upgraded from WSS 3.0. The upgrade was completed successfully with no glitches.
However, ever since I have upgraded the site I have ...
1
vote
0answers
43 views
Missing Features and Existing Lists
I have a site that was hosted on a Microsoft Project Server instance. One of the sub-sites was based on the Project Workspace Template in order to get access to the "special" lists like Risks and ...
2
votes
2answers
45 views
Web site looks different after content db addition to a different farm
I backed up a content db from our production MOSS 2007 farm and then I added to an existing web application to the recovery wss 3.0 farm. However after doing it, the root site from the new db's site ...
1
vote
1answer
157 views
Recovering Test farm after failed SP3 updating
Last week I tried to update our test wss 3.0 farm from SP2 to SP3 in order to use the Permissions reporting tool that came along with the Sharepoint Administration Kit. However, the update failed and ...
2
votes
1answer
47 views
In WSS 3.0 is it possible to show folders at the bottom of a document library
I have explained the reasons against using folders in general, but I have been asked to get a definitive answer as to whether there is any way to stop folders in a WSS 3 Document Library from ...
0
votes
2answers
252 views
Update to Service Pack 3 failed - PostSetupConfigurationTaskException
We have a wss 3.0 development farm in product version 12.0.0.6421, which means it is updated up to Service Pack 2. When trying to install Service Pack 3 for wss the following error shows up:
"An ...
0
votes
0answers
57 views
Background Elements Shifting on Navigation Mouseover
On Google Chrome - When I mouse over the navigation bar items on Sharepoint pages, it causes page elements in the background to shift up the page moving the mouse off the navigation element and ...
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!
1
vote
0answers
82 views
Data Source Library error: the web cannot be opened
Version of sharepoint: WSS 3.0
I opened a site, Home, in SharePoint Designer 2007. When I tried to insert the data view, it only show the greyed "+ Current Site".
When I clicked "Connect to another ...
0
votes
2answers
124 views
Best approach for writing custom code for uploading files to a document library in WSS 3.0?
What is the best approach if i want to write custom code for uploading files to a document library in WSS 3.0 ?
I have few custom columns also in my document library. So, i would need that also as an ...
0
votes
0answers
42 views
sharepoint services 2003: Error: File not found
I am trying to display a multiple documentation file like .docx and pdf in datatable by writing the code in custom page .And I am calling that class in design page .
Inisially my webpart will create ...
1
vote
1answer
320 views
Viewing PDF in Page Viewer Web Part in WSS 3.0, users are prompted to download, open or save
Currently using WSS 3.0 and I am using page viewer web part to display a PDF file though when the page loads, users are prompted with the file download box to open or save the file.
Running Internet ...
0
votes
0answers
48 views
Site Content Type to Create New Web Part
I'm trying to create a content type that opens a new Web Part Page.
I currently have a document library and I want the user to be able to click 'New' and then select the option to create a new web ...
2
votes
1answer
181 views
Multi column lookup field in WSS 3.0
We are using WSS 3.0 and have a list that has four fields that we would like to use as the basis for a new list. Is there an option in WSS 3.0 that would allow for me to do this? Any ideas on how we ...
4
votes
2answers
185 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 ...
0
votes
1answer
24 views
Writing errors to the EventLog in WSS 3.0
How do you write to the event log in WSS 3.0? Can this be done?
2
votes
2answers
232 views
Discussion Board Web Part items' URLs wrong after WSS 3.0 to SharePoint Foundation 2010 migration
I recently migrated from WSS 3.0 to SharePoint Foundation 2010 without any website-breaking changes. The only issue I've run into so far is that the URL for two Discussion Board Web Parts on the ...
0
votes
0answers
12 views
My Web Application Custom Feature Went Away After Installing Application Template from Fab 40
My Web Application Custom Feature Went Away After Installing Application Template from Fab 40 templates. How do I get my custom feature back? I am using WSS 3.0
0
votes
1answer
671 views
File upload control on a custom page in a WSS 3.0 site
I am designing a custom page(inheriting from a custom master page) in one of my WSS 3.0 website. I am displaying all the files in a document library in a data-view web part.
Now, on the same page we ...
0
votes
1answer
111 views
Central Admin CSS is messed up after upgrade to SharePoint 2010
I have just finished upgrading to SharePoint 2010 but my central admin doesnt have any pictures. It looks like the CSS is messed up.
Any ideas?
Many thanks

