Microsoft Office SharePoint Server (previously known as Microsoft Office SharePoint Server, or MOSS) is a member of Microsoft's SharePoint server product family.

learn more… | top users | synonyms

0
votes
0answers
12 views

MOSS 2007 on Active Directory 2012

I have a client who is upgrading parts of their Windows server infrastructure to Windows 2012. They have a MOSS 2007 installation on the same network currently. Assuming that the WFEs and app servers ...
1
vote
2answers
49 views

Conditionally Display 1 of 2 char.s based on xsl:value-of

I have a value coming from SharePoint as <xsl:value-of select="@fldNm" /> This will have 1 of 2 possible values: an empty string, or 'yes.' This is within <xsl:template ...
-3
votes
0answers
71 views

MOSS Stanford tool for plagiarism [closed]

I am interested in knowing if MOSS tool checks the files which are fed into it for plagiarism or if it checks the entire web for such code samples against the code sample we feed to it. Thanks for ...
0
votes
1answer
42 views

Connecting to a shared drive on network with SharePoint 2007

I need to use a shared drive with SharePoint 2007 instead of document library/list, mainly due to space limitations. My organization uses MOSS 2007. The Business Data Catalog can use a database or a ...
0
votes
0answers
18 views

Migration of Content DB MOSS 2007

i have two different SharePoint Farm which both hosts different SharePoint 2007 web apps. Client has made a decision to migrate the Content Database of one Farm (less frequently accessed) and move to ...
0
votes
0answers
39 views

Increment a SharePoint Field Value, and Return the New Number

I prefer to use JQuery and SPServices, if possible. I have a Custom list with one row, and a number field (CurNum). From JavaScript on a web page associated with a different list at the same site, I ...
0
votes
1answer
244 views

Using SPServices to get user's “My Links” via jQuery

I am trying to get the current user's list of "My Links" using SPServices & jQuery I am new to SPServices and I found this page about how to get values from the user's profile and specifically ...
0
votes
0answers
53 views

Modify SharePoint 2007 recurring meeting workspace tasks webpart?

I am trying to modify the tasks webpart that will capture the tasks assigned to everyone in my team. I want it to populate the 5 team member's names so that every week the manager just needs to add ...
0
votes
0answers
16 views

MOSS 2007 WebFrontEnd Server not displaying webpart event id 6611

I have an error trying to open a custome webpart on my newly configured wfe server running server 2003 fully patched , i have added this machine to the farm, ran the web server services all my sites ...
0
votes
2answers
172 views

How to move content of Content editor webpart from Development to UAT server

I have developed one master page,layout page and some content page based on these master and layout page. 5 content editor web and 4 visual web part part are included in each content page.I have ...
0
votes
1answer
112 views

pass textbox value of one web part to another webpart in MOSS 2007

I want to pass a value of a text box, which is in an user control (.ascx) page to another web part. The .ascx page in another webpart. The code in the web part looks like this. protected ...
0
votes
1answer
154 views

SPServices GetListItems lookup field not retrieved

With a MOSS 2007 Custom List having a field that is a lookup type into another Custom List at the same site, using the following fails to bring in the lookup field, though the other (non-lookup) ...
0
votes
0answers
12 views

MOSS 2007 Relative Path to Features folder

I'm trying to load a page located in 12/TEMPLATE/FEATURES/MementoForms/SAR.aspx from code-behind: OnClientClick = String.Format("window.open('/MemForms/SAR.aspx?ItemId={0}')", form.Id.ToString()) ...
0
votes
0answers
116 views

Custom SharePoint Reusable Content Control

I'm working on a MOSS 2007 Page that displays some HTML from the root site's ReusableContent list. A copy of the page is on several subsites and the reusable content needs to contain delimited values ...
0
votes
0answers
40 views

It's possible to use Redactor Editor in Sharepoint

Does anyone knows if it's possible to replace the default WYSIWYG editor of Microsoft Sharepoint by Imperavi Redactor Editor (http://imperavi.com/redactor/)? Thanks.
0
votes
0answers
39 views

Can I change mime type and rendered output in application page in Sharepoint 2007 (Moss)

If I create an application page for Moss (like this), can I in the aspx-page override the Render-method and change the mime type, clear the output buffer and render whatever I want, e.g. output an xml ...
1
vote
2answers
114 views

How to make Rest service with JSONP capability to be run in Sharepoint 2007 (MOSS)?

We need to access a sharepoint 2007 site from javascript. Basically we need to use the search.asmx service but since that does not support rest nor jsonp it can't be used directly. The original plan ...
1
vote
1answer
648 views

Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT)) sharepoint

Suddenly my sharepoint site showing this error "Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT)) " I am running my site on MOSS 2007 (version 12.0.6425.1000) and SQL server 2008 R2.
0
votes
1answer
103 views

Web Parts from site are missing

I was working on my sharePoint 2007(MOSS) Portal. I accessed a site and did my reguler task. After some time when I check the webparts from the site page are missing. The Whole page is empty.. While ...
0
votes
0answers
48 views

MOSS 2007 - 'Service Unavailable' Error Message [closed]

All of a sudden, we have started receiving the 'Service Unavailable' error message when we try to access the sharepoint:80 site. We tried to run the configuration wizard and faced the following ...
0
votes
1answer
103 views

SharePoint 2007 - Update all site home pages

I am wondering if there is a way to update all site home pages to display a new custom web part. I have a site collection with 100+ sub sites and I have created a custom web part which i want to ...
0
votes
0answers
83 views

SharePoint 2007 Create web part page library

Hello how would I go about creating a sharepoint web part page library. I want it similar to a document library but it will contain a number of web parts, so when the user clicks new they have the ...
0
votes
0answers
120 views

Default Page Layout for SharePoint MOSS 2007 [closed]

I have installed SharePoint MOSS 2007 and created an application (and a site) for me. I have created couple of page layouts and a master page. However, when I create a new site under my root site I ...
1
vote
1answer
139 views

Restore sharepoint 2007 website on a different sharepoint 2007 server

I'd like to update existing production moss2007 website and to do that I want to create this website on my dev environmen (vhd win 2003EE, MOSS 2007 trial version). I was given: some stp files ...
0
votes
0answers
86 views

restrict users accessing permissions page

I have a group called "Group1" with some custom permissions. There are some users in this group.they have custom permissions and they can make any changes in the site. Now this is my requirement, i ...
0
votes
1answer
168 views

Functionality of not working user control not working on Sharepoint 2007 List Edit.aspx

I have deployed a user control on sharepoint 2007 list Edit.aspx page. It is working fine on my test server but on production only the UI of the user control is loaded. No textbox or combo box on page ...
0
votes
1answer
212 views

File not found error on User control on production

I made 2 usercontrols for sharepoint 2007 site. Everything is working fine on test server. I deployed it on production but only 1 got deployed and placed properly. The second user control is added n ...
0
votes
1answer
80 views

Server-side asp Moss 2007

I need help enabling server-side scripting, I've referred to tutorials but the changes do not appear to be taking affect. An error occurred during the processing of /CMD/Pages/gjgc.aspx. Code blocks ...
0
votes
0answers
72 views

Sharepoint :Edit a word document for a document library

I uploaded a word document into share point document library. But i am seeing all over red marks and formatted lines on the word document when i opined from share point document library. To avoid the ...
1
vote
1answer
299 views

Dynamic view on SharePoint List

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 ...
1
vote
1answer
3k views

How to add a value to a lookup field in sharepoint?

Hi I have two Lists in sharepoint 2007. I have a lookup column in on list which looks the other field. I want to use the sharepoint object model to add an item to the second list. How to i set the ...
0
votes
0answers
33 views

Migration Error + WSS 2.0 to WSS 3.0/MOSS 2007

Some of the old migrated sites from SharePoint 2003 to Sharepoint 2007 shows Migration error, especially some lists in the old sites. Thanks
0
votes
1answer
189 views

GetListitems not returning expected result

I have created a windows application using list.asmx (getlistitems method) to download documents from a document library which is on another server. I am able to access document names, url, etc. When ...
0
votes
1answer
273 views

Filter in List view 'All Items' on column Employee ID [closed]

I have to put a filter in list on Allitems view. So that only the one with the employee id can view only his/her detail. I know i can use created By = [Me] in filter. But I (sys admin) is the 1 ...
0
votes
0answers
108 views

MOSS 2007 Unique Site Permissions

I also have posted this on sharepoint specific forum here but no rep. I have two sharepoint web applications. In first one when I create a subsite I get these options to set user permissions for new ...
0
votes
1answer
176 views

Adding User Control instead of EditForm.aspx in designer

Hello I am trying to add My user control instead of EditForm.aspx(using sharepoint 2007) I have added a new aspx page and registered my dll. But now I dont know how to proceed. Also In my project I ...
0
votes
0answers
183 views

Sharepoint 2007: determine if the user is in a specific group with Javascript / Web Services

I've written some javascript to remove access to certain elements on a SharePoint page. I only want this script to remove the elements if the current user is not a member of an admin group. How do ...
2
votes
1answer
225 views

Unable to evaluate exception and Access denied shown on list.update()

I have added usercontrol on a sharepoint 2007 site. When I add an item it gets added as I'm the site admin. But when my friends try to login it throws "Unable to evaluate expression bcoz the code is ...
1
vote
0answers
89 views

sharepoint 2007, limit inserting item to list(calendar) if date\hour taken

Im trying to create a list in sharepoint2007, in calendar view wich allow pepole to ask for appointments, is there is a way that pepole could only ask for appointment if the time is free(no one else ...
0
votes
0answers
121 views

Parse infopath 2007 using Jquery

I have a scenario .Is it possible to parse Infopath form 2007 using jquery. Thanks
0
votes
1answer
698 views

Add 7 days to SPField.DateTime list field

I have a SharePoint list field called ArchiveDate. In a C# function I'm looping through the list and have the item in question. foreach (SPListItem fListItem in fList.Items) { foreach ...
0
votes
1answer
146 views

Sharepoint 2007 - is there a way to determine if first check-in of file?

I thought this would be a lot easier, however I'm unable to find a way to determine in my event handler if it is the FIRST check-in of the file.. You see, I'm breaking role inheritance, and ...
0
votes
0answers
221 views

SharePoint Export Code executing without exception in Console Application but not when pasted in WCF Service

I have the following code snippet to export a list Item from a SharePoint list. It runs fine when executed in a Console Application. SPExportObject exportObject = new SPExportObject(); ...
0
votes
0answers
68 views

Creating A Search Scope Using A Choice Field

I want to create a search scope in MOSS 2007. This scope is looking at a list named policies and procedures and should select only the items which are local. The option to select whether an item is ...
0
votes
0answers
127 views

Sharepoint Site - Custom CSS when applied is not updated the site

I am new to sharepoint technologies...I am learning to use sharepoint designer now..I have a test site and I am trying to implement my custom css, just making minor changes such as the font size and ...
0
votes
0answers
80 views

define constants in csproj

I em working with wss3.0 and moss. I need to define a constant which is true for wss3.0 and false for moss. I am using the following method to detect whether my custom webpart is running under wss or ...
1
vote
0answers
26 views

How do I differentiate WSS and Moss for conditional compilation?

I do not want to create multiple projects to compile WSS and Moss separately. How do I create conditionals to compile different Sharepoint versions? How can the versions be differentiated? Sample ...
0
votes
1answer
408 views

Is it possible to call a page method using jquery in SharePoint 2007?

We have a custom aspx page with codebehind class deployed in a DLL in GAC. I am trying to call a method in the codebehind using jquery to get the autocomplete behavior for a textbox. The method has ...
0
votes
0answers
29 views

MOSS 2007, external site - How can I create different Title tags than the H1 headings?

Sorry for the newbie question -- The Title tags seem to be linked to the H1 headings. When I change the title, the H1 heading changes. How can I add separate information for each field? Thank you in ...
0
votes
1answer
596 views

Manually deployed Sharepoint workflow won't visible inside the Site Collection Workflows

I'm developing a three level workflow to MOSS 2007, I published it to our test environment with stsadm installfeature and activatefeature and it works perfectly. I followed this article to publish ...

1 2 3 4 5 19