moss-2007

Adding Comments and ratings to Sharepoint document libraries or Picture libraires

Is there a ready made solution to allow users to add comments to an image posted in SharePoint picture library or basically any item in a document library? What I need is allow user who are viewing an image from a picture library for example to add comment, view comments others have left and provide some sort of voting. Similar to what ...

Unable to Authenticate SharePoint Extranet Site against ADAM

Project Background: I am setting up a small farm where the Intranet is its own application. Following the Least Priveleged Account setup principle, I have Domain User accounts created for each process/app. pool. The service authentication works great over Kerberos. One of the projects needs to have another web application (separate from...

Login failed when a web service tries to communicate with SharePoint 2007

Hi, I created a very simple webservice in ASP.NET 2.0 to query a list in SharePoint 2007 like this: namespace WebService1 { /// <summary> /// Summary description for Service1 /// </summary> [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] [System.Compon...

Sharepoint Search doesn't work

Platform: MOSS 2007 on server 2008 Sharepoint is working etc... Problem: When you search for something, it doesn't find anything, no errors. Authentication and permissions look fine. Search service is up and running. What could be the problem? Any checkpoints I might have missed, any bad configurations I should check, etc...? ...

SharePoint Document Library Customization for document view

I have a document library in MOSS 2007 which has folders and files. Document View in the document library has the following columns: document name, type, Created datetime, created by,modified datetime. How to configure the view so that it doesn't show any information for "modified", "created" and "created by" fields for folders. In other...

Using a Web Service to access data outside MOSS using AD for authentication

So here is the scenario: I have a MOSS 2007 box and I want my clients to be able to access a SharePoint site via the internet. I am told that I will be using an IPA and AD for authentication. However I have a DB outside of SharePoint that holds various business data and I want to use Web Services to access the data, manipulate it, and s...

Sitecollection Overview Page

I have the following situation: MOSS 2007 Server Environment A -> Intranet MOSS 2007 Server Environment B -> Collaboration Environment (approx. 150 site collections for various issues) Both environments are on different infrastructures but we use the same Active Directory and the same groups. Now we would like to implement the follo...

Record Management and wiki

I have a requirement where master data need to be maintained and workflows to be initiated when a change to this master data is attempted. Also any discussions/ conversations on the change to be tracked and stored. any offshelf products will provide this need? ...

sharepoint search is not working

Hi all, I have an issue with SharePoint search. The situation The server is installed with SharePoint on a farm with 2 servers. A new app pool is created and that app pool is using a domain account called moss_service. moss_service is set to be in the administrator group in both server. moss_service is also set to be the db_creator...

Invoke an external WCF Service from a SmartPart in SharePoint

Hello fellow code monkies! Here is my situation: I have a WCF service that is hosted on IIS that connects to a DB and pulls data into a SmartPart on my MOSS 2007 Server. The reason for this setup is that my external DB has customer information that we dont want SharePoint to host because other applications/reports are using this data. ...

MOSS: Approval Workflow: how to make the document readonly after it has been approved.

I am new to MOSS development and while I'm learning it I have a problem waiting to be solved. We are using the standard approval workflow in one of our test sites just to get the feel of the approval workflow. We have the standard approval workflow in place and working but what has become more desirable is to have the document set to re...

Update base template and apply to all sites who reference it - MOSS 2007

Hello! More SharePoint questions from me again today! I thank everyone that has helped thus far! Here is my situation: I have to create a custom application inside of sharepoint. I am using a document library which hosts web part pages and i am using Web User Controls to do all the manipluating and displaying of data. Once I build the...

increase text size font in Sharepoint website

Has anyone implemented an ‘increase, decrease text size’ java script function in a Sharepoint web site? I’m attempting it using the getElementByTagName and getElementByID functions but they don’t seem to be doing much and behaving very oddly - by not selecting the correct tag at all. All the examples on the web have really simple marku...

SharePoint > Custom Page-Library & PageLayout

I have a custom page-library which a custom content-type and a page-layout all inside a site-definition. Works as expected. The only thing I cannot get around is that if I upgrade the solution with the page-lib, ctype, page-layout via stsadm everything is updated except the page-layout. New fields in the ctype --> no problem Changed v...

Cannot set up audiences containing members of a AD Group on SharePoint 2007

Hello, I am having a problem where in SharePoint 2007 after verifying the profile import was successful and the AD group is there, I go to audiences and try to create a rule where the user must be a member of said AD group. The problem is that when i get to the point of searching for the group to set up the rule, SharePoint can't find t...

InfoPath 2007 drop down populates from MOSS07 list, but doesn't Alphabetize

We have an InfoPath 2007 form that populates a drop down from a SharePoint 2007 list of Employees. However, when opening the form in the browser (like it is designed to do) it does not alphabetize the drop down. But if i open the form on my computer, it does. Anyone else come across this issue and have a solution to it? I am wondering...

InfoPath Forms Services is not turned on

Hello, I installed MOSS 2k7 Enterprise and now, I would like to use the Workflow feature. The problem is that : 1.When I start any workflow, I have got the error "InfoPath Forms Services is not turned on" 2.In Central Administrator -> Application Management -> InfoPath Forms Services, I tried to : (a)"Manageform templates" (b) "config...

Is there a trial version of Microsoft Sharepoint for website development?

I am asp.net developer and want to learn microsoft sharepoint for website development. Is there a trial version of MOSS 2007 available that I can install? And what should be the best approach for installing and learning. ...

File not found - MOSS 2007

i received the following error on some Sharepoint Pages File Not Found. at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) at System.Reflection.Assembly.nLoad(AssemblyName fi...

MOSS 2007, C#, Web Part - Log Retrievel using LinkButtons

Technology: SharePoint/MOSS 2007 -- IDE: Visual Studio 2008 -- Language: C# I have created a SharePoint/MOSS 2007 web part that displays a list of log files. The log files are rendered on screen as LinkButtons. The LinkButtons are within a DataTable that is set as the data source of a SPGridView and bound to it. This SPGridView objec...