Windows SharePoint Services version 3.0
0
votes
1answer
60 views
Sharepoint Development Environment for SBS 2008R2
I want to customize sharePoint web app to suit company's requirement. The goal is to create few per-populated task items within a folder when folder gets created. Both folder and task Items are custom ...
0
votes
1answer
33 views
Registry entry for iFilter does not stay after system reboot
we followed the article at http://support.microsoft.com/kb/927675/en-us to implement the pdf filter for wss 3.0.
But the registry entry mentioned on step 2 (adding a new entry under ...
0
votes
1answer
151 views
The searchresults.aspx page is picking up an older version of the master page
We have master page called custom.master.
We changed the master page of the searchresults.aspx page to this master page:
MasterPageFile="custom.master"
We opened the searchresults.aspx page located ...
0
votes
0answers
112 views
WSS3.0 workflow timer job overloading server?
Everytime I enable the workflow timer job in central admin, our server cpu spikes to 100% and never drops. I have not added any new workflows, is there anyway to figure out which workflow could be ...
1
vote
0answers
143 views
Sharepoint Services 3.0 : itemAttachmentAdded Method: How to update a column after an attachment is added to a list item
I have a custom List called "NameList". I have just two columns in it. Say First Name (Single Line / Text) and Last Name (Single Line / Text). What I am trying to do is when a user adds a "New Item" ...
0
votes
0answers
271 views
reference wss 3.0 list items in SharePoint Server 2010 list
I have a list in my WSS 3.0 production environment that I need to reference in a list in my SharePoint 2010 development environment. I created an InfoPath form and set up the data connection to ...
0
votes
0answers
99 views
Email Configuration on Sharepoint WSS 3.0
I am trying to configure email alerts on sharepoint wss 3.0 but not succeeding in it.
Sharepoint is on Windows Server 2003.SMTP services are not installed.We in the company use an external email ...
0
votes
1answer
138 views
Unique Column in WSS 3.0 List
I am trying to implement a feature in a list from WSS3.0.
Basically I have a list and I want to add items to the list but I want to check first if there is already any item with the same value in a ...
0
votes
1answer
382 views
How can I send an email using SharePoint Web Service Access?
I'm developing an external ASP.NET app that will sit inside a SharePoint site. Can I use SharePoint services to send an email? The app will specify the email content (subject, to, from, and body). I ...
0
votes
0answers
309 views
Start a Custom Sharepoint Workflow from an ASP.NET app?
Basically I'm creating a separate ASP.NET app with forms that saves the data to an external database. I'm going to deploy that application within Sharepoint (see tutorial link below).
I'm using ...
0
votes
2answers
161 views
Cannot load type exception when using web service
I have written a bridge between my application and the Sharepoint webservices, to return the data to my project in a useful format. However When any line tries to create a new instance of this ...
0
votes
2answers
236 views
How can I embed an ASP.NET MVC 3 application in a WSS 3.0 site?
I'm very new to SharePoint development and I'm wondering how I can embed an ASP.NET website (preferably MVC 3) into a WSS 3.0 site. I've worked with ASP.NET MVC 3 recently and I've used ASP.NET 3.5 ...
3
votes
2answers
326 views
User Permission Mask from NetworkCredentials
Although I am currently developing this WinForms application on our Sharepoint server I intend for the finished program to function from any computer on the Domain. I'm using the WSS web services to ...
0
votes
0answers
79 views
How to create a “New Document” on Windows Sharepoint Services 3.0 via Chrome/Firefox?
I am developing an intranet system using WSS 3.0. I want one of my users to be able to create new documents on the "Shared Documents" web-part, but this feature seems to be IE only. When the "New" ...
0
votes
1answer
153 views
Collabion chart : Create charts from EXCEL data in WSS3.0 [closed]
Ho can I create chart from Excel file in Collabion charts installed in WSS3.0 . The installed version is 1.0.0.0. I have excel files uploaded in document library. But i see there is no option for ...
0
votes
0answers
54 views
File Url picker in wss3.0
my requirement is to give the to browse SharePoint(WSS3.0) for a file and then the dialog should give me back the URL of that file. i need this in WSS3.0 so i cannot use AssetUrlSelector. Is this ...
0
votes
0answers
34 views
pickerdialog.master in custom webaprt
I need to create a picker dialog box in wss3.0 like the AssetUrlSelector. Can you please tell me how can I use the pickerdialog.master which is present in C:\Program Files\Common Files\Microsoft ...
0
votes
0answers
332 views
How different are MOSS 2007 vs WSS 3.0?
The server I'm developing for uses WSS 3.0. I need to build a custom purchase order form. Then, I need to create a workflow to send (via email notification) that form to x number of users to get their ...
0
votes
1answer
252 views
Move list item to folder right after creating it
I'm trying to override the save button in a SharePoint Services 3.0 form when adding a new list item. I thought that this would be easy with jQuery but I have too many fields in my form and from ...
0
votes
1answer
247 views
WSS3 - setting a default value on a SPFieldType.DateTime after creation
I'm using WSS3 and C# to create site and I am creating a class to change fields on lists after they have been created. I have already created an SPField.DateTime type with no default value, but after ...
0
votes
1answer
2k views
In PowerShell, object not loading though I call LoadWithPartialName
I have a .ps1 file that I execute from PS prompt. At the top of the file I have:
[void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")
and later in the code, it has:
...
1
vote
0answers
111 views
TFS 2008 - Users cannot upload files in project portal site
We have TFS 2008 installation for good 5 years and was stable until some thing bad happened. I used TFS BPA to fix the project creation issue and now there are no errors in event log.
But non ...
1
vote
2answers
104 views
Using Alternative DataSources in Sharepoint
As I know, Sharepoint save all users list in one table. I have several sharepoint lists. And I want to store Data from Sharepoint lists in custom MS Sql Server DB. That difrent Sharepoint lists store ...
0
votes
1answer
66 views
URL Rewrite : “http://myServer/” to “http://myServer/sites/site1”.?
I am trying to use URL Rewrite module on IIS7 to do the following redirection/rewrite (don't know what's better for my case):
I want this URL "http://myServer/" to be redirected/rewritten to ...
-2
votes
1answer
76 views
How to setup SPFolder so title is editable separate from name?
I have users that really like Loooooooooooooooooooooooong file paths.
I know the two fields are separate and that SharePoint automatically updates Title when using the edit properties for a folder. ...
1
vote
1answer
695 views
SharePoint web service reference, WSS 3.0, Visual Studio 2010, Authentication
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, it ...
0
votes
1answer
549 views
Unable to display web part error on Custom List Form (New Item)
I'm gonna take my chance at asking a question here because I really cannot find the root cause of this problem.
I'm working on a WSS 3.0 site, using SPD 2007 and I'm fairly new to Sharepoint ...
1
vote
1answer
278 views
Update Version History Programatically
In my webpart i need to populate the data from the sharepoint lists and libraries.
I have an option to change the data in the UI and that should reflect the same in the lists/libraries when i click ...
0
votes
1answer
359 views
Using SPWebPartManager and Sharepoint WebParts in standard ASP.NET page
I have a server with WSS 3.0 installed and a functional team site. But I want to build a series of pages on a seperate site that are standard asp.net 2.0 type pages but include web parts and will ...
0
votes
2answers
180 views
Pushing data from SharePoint “New list item” to php
I have a list with my employers project task list. When a user adds a new project to the list, I want to push some of the data the user entered into an external site (which is run by our parent ...
0
votes
1answer
496 views
Moving WSS sites to a new SharePoint 2010 Foundation server
I posted this question at ServerFault without responses so far, so I thought about asking here.
This existing question helps but it doesn't answer all my questions.
I have WSS 3 running on Server1 ...
0
votes
0answers
250 views
SoapServerException thrown web calling WSS3.0 web service
I've a console app, which i've added a service references to - the Lists.asmx on a WSS3.0 site.
ListsService.ListsSoapClient client = new ListsService.ListsSoapClient();
try
{
XElement r = ...
0
votes
1answer
522 views
Delete Site Features
I deleted all my Site Features with an c# program.
SPFarm.Local.Solution.Remove(Solution name);
Unfortunately the features still appear in my Web Site > Site Settings > Site Features
Have anybody ...
0
votes
0answers
134 views
SharePoint Crashing Server [closed]
We are using Windows SharePoint Services 3.0 on a Windows 2003 server with IIS 6.0. We made some changes to our Alternate Access Mappings a few months ago and ever since then, if we try to start the ...
1
vote
1answer
1k views
SharePoint list calculated column compare dates
I've got a field in a SharePoint list that multiplies a number of miles someone enters in one column with the current reimbursement rate for mileage.
It ends up like this:
=[Mileage] * 0.51
With ...
0
votes
1answer
470 views
Global navigation (root) sites to drop down navigation?
I think Global Navigation for site collection always top navigation link. How can I change those links dropdown to root site.per example.
Root Site | Site1 | Site2 | Site3 |
Site4 |....etc
I ...
0
votes
2answers
533 views
Unable to add a Web Part Page to Pages document library in WSS 3.0
I am unable to Create a new Web Part Page in the Pages document library of my site collection. It shows the following error:
An error has occurred on the server.
Please help, where to start looking ...
0
votes
1answer
300 views
wss3.0 to moss 2007 migration
i was creating a website in wss 3.0. now i have a licensed moss version. i would like to tranfer all the content from wss to my newly installed moss. i came accross the export/import command and tried ...
0
votes
1answer
497 views
SharePoint WSS3 - create document with a specific content type
I'm trying to create a new document in a SharePoint (WSS 3.0) document library with a specific content type. But the new document always has the default content type for the doc lib, not the custom ...
1
vote
1answer
793 views
SharePoint - What Causes a Blank Screen When a Registered User Views a Page?
I have a fairly simple page in WSS3. It's basically a web part page with a custom webpart to display some text and a embedded video from Vimeo, a custom webpart to handle newsletter submissions (a ...
0
votes
2answers
165 views
WSS3, InfoPath 2007, Active Directory Web Service
Windows Server 2008 SP2 (Non R2), .net Framework 3.5 + patch for ADWS, IIS7 all present on the PDC.
What is the default URI for the service? It cannot be found even with firewall switched off.
0
votes
2answers
766 views
SharePoint 2007: Target Audience for Link Lists items
I created a Link List where each item has a specific target audience from the Active Directory group assigned. I added this link list on a page as a webpart. I am trying to get the user to ONLY be ...
0
votes
1answer
131 views
Enabling Ajax on Sharepoint
What I have?
I have installed Windows SharePoint Services 3.0 on my PC to work on it locally. I deployed an external Web Part which loads RSS feeds and shows the posts' titles, links and descriptions ...
0
votes
2answers
657 views
Access denied error while iterating Mysites site collection?
I was iterating current sharepoint site collection for the user which he logged into, and displaying sites names which he has read and contribute permission to sites and this is working fine.
At the ...
2
votes
2answers
162 views
£ sign in url causes bad request in SharePoint
We have a file in sharepoint with a £ sign as part of the url.
When we try to retrieve this file we get a bad request.
Interesting thing is that this is only a problem in production not in test.
...
0
votes
1answer
223 views
What sort of functionality can I expect from exporting a Microsoft Access 2007 Database to a WSS 3.0 site?
I have a MS Access 2007 database and a WSS 3.0 site (neither of which I am very experienced in). The database is currently stored on a shared drive with users remoting in to work with it. In an effort ...
0
votes
1answer
643 views
Error TF255417 when using Standard Single Server wizard for TFS 2010
"You specified a SharePoint Web application that has not been configured to grant access to Team Foundation Server. In order to add this Web application, you must either have Farm Administrator ...
0
votes
1answer
593 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 only view has a filter with a field Assigned To = [Me] so all users logged in can only see their own list items. This list items ...
1
vote
2answers
200 views
What is causing calls to sharepoint server vti_bin\sites.asmx
We are looking at logs on our sharepoint and see a call to this web service from several PC's.
The calls apprear very regular every 5 mins, when the PC is on.
Anyone know what is causing this?
Edit
...
0
votes
1answer
824 views
BackUp and Restore WebApplication to Newly Created WebApplication
I need to create clone for particular web application on my MOSS server. I have taken full backup for my existing web application from
Central Administration > Operations > Perform a Backup. I just ...
