for questions completely specific to SharePoint 2007 and **not past or future versions**

learn more… | top users | synonyms (1)

1
vote
1answer
32 views

Reupload the document (update)

I'm writing now code agains the document library, that code adds files to the document library. Basically what I want to do is, when the particular file already exists in the document library with the ...
2
votes
1answer
34 views

Adding and Deploying Multiple solutions in SharePoint 2007

I have got around 10's of webpart solutions that I need to add and then deploy to all web applications, I would prefer if someone can share easiest way of doing it.
1
vote
1answer
48 views

Can the Default blog page layout be edited?

I have created custom page layout for my other 'normal' pages. However i can't find how to set my blog to use my page layout? Or any other page layout for that matter. Is it possible to change a the ...
2
votes
2answers
109 views

How to duplicate a question in a survey?

We have a survey that has 10 main questions. All of these questions are unique. After each question, we want to show last year's average answer to the same survey question. We're able to insert ...
3
votes
2answers
36 views

MOSS timing out on regular basis

I have been running into an issue on MOSS 2007 for the last two weeks, users are reporting extremely slow responses from SharePoint, a lot are reporting time outs when doing anything within ...
2
votes
1answer
93 views

Two Images folder in 12 hive

Just wondering if someone knows why exactly we got two "Images" folders in 12 hive in SharePoint 2007. One is C:\Program Files\Common Files\Microsoft Shared\web server ...
1
vote
0answers
45 views

Creating a report from Sharepoint data in Powerpoint

Good Morning, I am currently looking at the projects for our area, and we are using the normal projects list on sharepoint 2007. I have to provide a report on the progress of these projects on a ...
4
votes
1answer
115 views

Getting ctx for a specific webpart

My goal is to replace a text in a specific column by an icon using only javascript. function ReplaceTxtbyIcn(targetWP, targetColumn, pat, urlname) { var table = document.getElementById(targetWP); ...
2
votes
2answers
146 views

Updating a document library list ltem in ASP.NET code behind file

I am trying to update a list item's custom property in asp.net code behind file but getting Error 500 without any explanation or further error, while debugging I realized it happens while calling ...
2
votes
1answer
87 views

Loading NewForm based on Content Type

I am using the Training Fab 40 template to build a training site in MOSS 2007. I have another content type for my Course list. I want to load the NewForm.aspx based on Content Type selected. The two ...
2
votes
1answer
83 views

“Assigned To” emails: how to control columns included?

We have an Issue Tracking list in a SharePoint 2007 instance which contains a column "Assigned To". The list has property "Send e-mail when ownership is assigned?" = Yes We do not use columns ...
1
vote
2answers
50 views

Search webpart not giving results for subsites

We have a webpart to search documents that is not searching the sub-site of the site where the search webpart is placed Any suggestion on why the webpart does not give results of the documents ...
3
votes
1answer
54 views

Excel web access data ( graphs) is showing gray color on SharePoint 2007

I am using "Excel Web Access" Web Parts to show the excel graphs in my MOSS2007 setup. I have multiple team sites under one site-collection. Excel web access is fine for all the team sites but , its ...
4
votes
1answer
126 views

Group By SharePoint 2007 List

I am using SharePoint 2007 and Share Point Designer. Please help, if I have a List, how it it possible to group by on the aspx page? For example I have a long list of dates: 12/1/2012 12/1/2012 ...
2
votes
2answers
169 views

Item Updated through different forms runs Item Updated event receiver

Simple but mind blowing question it is. Basically I am updating a specific list items through two different ways, one is using ASP.NET web forms and one is using default list forms provided by ...
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
21 views

How can I check audit log to find deleted site information

I am in a moss 2007 site, and found a deleted sub site, how can I know who deleted the site and when? Thanks in advance
5
votes
2answers
140 views

Why we need to do IIS Reset after adding a template

I added a template using, STSADM -o addtemplate -filename "C:\Stalker\BaleeeBaleee.stp" -title "YouBreakLive" I can see it in Central Administration in "Custom" site templates when I try to create ...
1
vote
0answers
86 views

Migrated portal from SharePoint 2007 to 2010 can't change layout

After migrating a portal from SharePoint 2007 to SharePoint 2010 the "Page Layout" option is disabled And after trying different approaches it gets enabled but it's always empty (Drop down doesn't ...
1
vote
2answers
148 views

Can sp.js be used in 2007?

I'm trying to use the code found at http://msdn.microsoft.com/en-us/library/hh185010(v=office.14).aspx under the section 'Adding a Web Part To A Page With Javascript'. However I cannot get a reference ...
0
votes
0answers
18 views

Macro disabled message when opening new document in MOSS 2007

When we open/create a new document from a page, through server in MOSS 2007, we get the following message every time: The macros in this project are disabled. please refer to the online help or ...
2
votes
1answer
39 views

Filter List B that uses Lookup Field in List A using another Column in List A

List A is a list of employees with contact information and a column that indicates if the person is still active. List B is a list of projects assigend to employees using a lookup field to select the ...
0
votes
1answer
64 views

STSADM or C# script to delete all custom site templates

I want to delete Custom site templates off my farm and wondering if someone know any script I can use. Not a big fan of Powershell at the moment as I am using SharePoint 2007.
1
vote
0answers
100 views

Macro message and Document Information panel error popup's on server

We use Moss 2007. We have documents in a page where we can create documents on the server. While creating new document, after Microsoft word gets opened, a pop up is showing up for all users The ...
4
votes
1answer
55 views

List view like a document

I have a huge form in sharepoint 2007 i made in infopath that was originally a paper form the client would still like to view it like the paper form. Is their anyway to make a view that looks more ...
0
votes
0answers
27 views

All views in MOSS 2007 reset when updated infopath 2010 form is published

I have an InfoPath 2010 form that submits to MOSS 2007. The problem is that whenever I publish an updated version of the form(the product promotion does not change) ALL the views reset and delete the ...
2
votes
1answer
51 views

Webpart not updating for Read only users

I have a SharePoint page with Two webparts, one of them is a list displaying the previous months, the other is a xsl webpart that displays the news of the selected month using the url. (like ...
1
vote
0answers
24 views

Add more than one page owner to a page in SharePoint 2007

Is it possible to add more than one page owner to a page in SharePoint 2007. I have a page where 3 people need to have access to it for updating purposes.
3
votes
1answer
19 views

A way to display links and the associated pages they lead to?

I am looking at creating a map of sorts of our SP site. We have a numerous admins for the site and some so a naming convention was deveoped but never fully adheared to. I am looking to start at the ...
3
votes
1answer
156 views

Why is Workflow sending Emails even when Status is Complete and %Complete = 100%?

We have a user that is receiving the Task assigned to emails about once a week. He is listed in the CC field of the emails (I think this indicates he created the list entry for which the Workflow is ...
3
votes
1answer
76 views

Cannot find the object “SiteDeletion” because it does not exist

I never came across this error before, I searched google and MSDN but not even one post that explains object "SiteDeletion" Problem is when I run PSCONFIG on SharePoint 2007 server on stage two I get ...
1
vote
0answers
51 views

Central Admin gives Server error 500 [duplicate]

I tried to update my server SharePoint 2007 to service pack, when I run Office x86 service pack 2 exe on my virtual pc, it made my CA stopped working, I am pretty sure I used right exe file, however ...
0
votes
0answers
37 views

Document library connected to Outlook, error

I have connected my document library to Outlook and if I right click a file and select Forward some of the files attach to emails and others produce the following error You cannot make changes to ...
0
votes
1answer
29 views

Maintaining role groups and users in two farms simultaneously?

We currently have two farms - a SharePoint 2007 one and a SharePoint 2010 one. We have the same groups in both farms and the same userbase. At the moment when someone joins or leaves the company ...
1
vote
0answers
86 views

Deleting all versions of plain list items

I have a plain list (not a document library) in SharePoint 2007 that has a lot of list item versions. I'd like to loop through the list items and programmatically delete the old versions. I am doing ...
1
vote
1answer
42 views

SharePoint List as Lookup Issue

I am using SharePoint 2007. I have a list which contains the names of all 50 states in the United States and as such contains a total of 50 items in the list. I created another list which has a ...
2
votes
1answer
28 views

Users get subscribed to the same list more than once

I have developed a timerjob for MOSS 2007 which loops through a variety of subsites and then loops through all users on each site. Code can be seen here The issue at hand is that some of the users ...
1
vote
1answer
83 views

Writing to and reading from owstimer config file

My question is regarding writing to and reading from owstimer configuration file. Could anyone provide any of examples how to do so? I tried searching but didn't find any good examples. Also to note ...
1
vote
0answers
57 views

Designer Workflow Error : List item not found

I have a workflow in Moss 2007 for a document library i.e holds uploaded document upto 365 days then sends to subsite(Archive) and delete the list item.I am able to pause for 365 days and able to move ...
0
votes
1answer
40 views

Pre Requesties for wss-kb981043-fullfile-x86-glb.exe

I updated my Machine with MOSS service pack 2 and trying to install wss-kb981043-fullfile-x86-glb.exe but it's giving error, not sure what am I missing however I am getting different exception ...
1
vote
2answers
240 views

Can text in a lookup column be displayed as text with no link?

SharePoint 2007 and have site curate access only. List-A has a column Name and that is a lookup to List-B, which only has names and no other information. Now when looking at lookup columns in views ...
0
votes
0answers
255 views

Error while attaching content db to a different server

I got back up of content db from a demo server and trying to attach it to a newly created web application in my personal copy of same demo server but not up to date. however I am getting this error, ...
1
vote
2answers
379 views

Best way of getting SPWeb in Event Receiver [Best Practices]

what would be the best way of getting SPWeb and List in context below, specially when list title can be different for different cultural websites, private bool ...
0
votes
1answer
94 views

Site Columns and Content Type missing

My task is the create a replication of a live site collection on a pre production server after the move none of the site collection Content type or site columns are listed. So far I have copied the ...
1
vote
1answer
68 views

Moving a Web Application from One server farm to another server farm

We have a Virtual Machine "vDemo" which is acting like our development server, then me as a developer has a copy of it on my PC, however my copy is very old and development server does have other ...
0
votes
1answer
160 views

In a Designer workflow is “compare field” case sensitive?

Whenever a field contains a keyword then a certain person needs to receive an email e.g. if "Field Name" contains "apple", email Enilorac. Will it still send the email if "Field Name" contains ...
1
vote
1answer
87 views

restoring content databases and retaining permissions

I have a production Sharepoint web app that contains several content databases serving a group of site collections. There are some critical files in a group of document libraries and lists, so ...
1
vote
0answers
37 views

changing default search result

We have a form library that contains our servers information. When someone is looking for some server form through the search feature, the metadata in the result set always references the person who ...
0
votes
1answer
25 views

Duplicate a list and associated custom workflows

I have a list with custom forms (created in Designer) and custom workflows (also created in Designer). It has been decided that that information entered into this list should be kept in two lists in ...
1
vote
1answer
106 views

How to enable anonymous access to custom app page

I'm trying to make a custom application page which can be viewed by anonymous users. So far I've: Inherited the code behind from UnsecuredLayoutsPageBase Overriden AllowAnonymousAccess to always ...

1 3 4 5 6 7 42