for questions completely specific to SharePoint 2007 and **not past or future versions**
0
votes
2answers
15 views
MOSS -List Items to large 10k+
MOSS- I have a list with 10k+ Items and when users click on the List it takes forever to Load.The List has more than 10K items ins it dated from 2010 till current date. In that List is there any way i ...
0
votes
2answers
16 views
How to create a weekly email summarizing new content from multiple lists?
I've been tasked to create a week in review email that summarizes the latest news, events, job postings, and new documents on our intranet. However, they are currently all on separate lists. Is there ...
0
votes
0answers
6 views
MOSS 2007 Team Site Search - no list items being found, only views
I have a MOSS 2007 team site and I've set up a search center.
When I run a search, the results page doesn't list any individual list items that meet the criteria. So no individual posts or pages are ...
0
votes
2answers
30 views
Application pool identity account giving login error for sharepoint search page
I am getting a "Login failed for user " error when try to search on my SharePoint site. The site is loading fine, but its the search page thats throwing the error.
Event viewer info
Process ...
0
votes
0answers
16 views
How to get SPFieldUserValue using ADUser
I have a people picker field that I need to fill in using a console application, now I have UserName and I can get ADUser object with it, how can I get SPFieldUserValue out of it ?
Since user isn't ...
0
votes
1answer
24 views
SharePoint List Permissions - Edit Items = Edit Pages
I have a serious problem. When I give a visitors group edit permissions on a list, they have permission to edit all pages associated with that list, such as adding/removing web parts from the views. I ...
0
votes
1answer
16 views
uploading to sharepoint library using mapped network drive causes “Access Denied”
A user has "collaborate" permission a sharepoint library; through the web UI the user can upload documents, but when using the Windows Explorer view or a mapped network drive she gets a "Access ...
1
vote
0answers
22 views
Need to use existing list to create doc library based on template
I have an existing list with many items. I have created a doc library with the same columns as the list and associated a template with the library. I created a workflow to pull items from the list and ...
1
vote
1answer
27 views
Sharepoint 2007 list alerts
I have a SharePoint list for which I have created a specific view with a filtered column.
I have set an alert to alert me if "Existing items are modified" and "Someone changes an item that appears in ...
0
votes
1answer
15 views
Users with Design Rights not able to edit default aspx
Afternoon all,
I have a scenario where some of my users, who have both Contribute and Design rights within a site are unable to edit the default.aspx homepage. They're not seeing the "Modify Shared ...
0
votes
0answers
9 views
Height and width of Grid is changing during pagination
I am rendering gridview at runtime using TraceWebpart class which contains
_TraceResultsContainer = (TraceResultsContainer)this.Page.LoadControl(@"/UserControls/TraceResultsContainer.ascx");
under ...
0
votes
0answers
8 views
Excel Web Access Error message
I use SharePoint 2007 and have used Excel Web Access to link to a spreadsheet for a few months. It's a rota so is updates every few months and all I do is change the file path to match the new file ...
0
votes
0answers
15 views
add multiple products and link to serial numbers?
I am using SharePoint Services 3.0 on SBS 2008 and I have created a list called Equipment Repair log
We want to use this to record products that come back to use for repair, here is how we would like ...
0
votes
0answers
16 views
migrate/upgrade MOSS 2007
I would like to upgrade a Sharepoint MOSS 2007 Single server installation.
The problem is that the server is a 2003 server and an inplace upgrade is not posible.
I have set up two new 2008R2 servers. ...
0
votes
0answers
16 views
SPServices - Problems reading from a list on a public site with anonymous access
I'm trying to use SPServices to read from a list, store the data in some arrays and call the data back onto a page when it's needed. This works in the back-end version of our site (where our authors ...