moss-2007

Profile User DB error in WebPart

EDIT: Modified title and added update. UPDATE: We no longer believe this is a 64bit vs 32bit problem. We have found that the only people that were seeing this, were people that were set in the farm policy as "full control." (Not acting as System Account) Once we tested regular users, we found none had the problem. Removing the "probl...

SharePoint searching external database

We're looking at doing a MOSS 2007 site which will have a fairly dynamic component (an external product catalog). The external produces will be stored in a database (not managed by SharePoint) and all interaction will occur via Web Parts. Is it possible to configure the SharePoint search to index the textual content and the external dat...

Upgrading from SPS 2003 to MOSS 2007

If there are extensive modifications made to search.aspx in SPS 2003, will they get lost when you upgrade to MOSS 2007? ...

MOSS 2007 content import failure

I have received a content export of a MOSS 2007 site which I need to get replicated in my environment but I am having problems importing it using stsadm. The export was done using stsadm though a command similar to: stsadm -o export -url http://localhost -filename C:\Export I'm using the import command such as: stsadm -o impor...

SharePoint Permission Levels in Production for Developers

Hi, We are trying to clean up our SharePoint (MOSS 2007) environment. As of right now, our developers, System Administrators and Content Administrators all have "Full Access" rights to the root site (and just about everything underneath it) in our production environment. I think that is a terrible practice and feel confident that our...

Where is the Content Source Name in the SSP Search Database

I need to locate the table that contains the Content Source Name (along with the ContentSourceId) in the SSP Search Database (OR anywhere else that it gets stored in). I may be able to access this via the SharePoint Object Model, but I want it via the db table access (This is not a good practice according to Microsoft). We looked in all ...

How do I go about building a Dashboard App using MOSS '07

How is it different from normal ASP.net development? Anyone has valuable cool links/videos/tutorials for what I am trying to do? I am a newbie at sharepoint stuff..but I am pretty comfortable with ASP.net. EDIT: The application is more like a Teamsite/Dashboard app. ...

SharePoint Site Design & Implementation: "Online Manual"

I am looking to create an "Online Manual" site template in MOSS 2007, in order to create a number of sites that will hold static information on an array of topics. -What site template should I use, I am currently thinking Publishing Site, but a Wiki might work? -How should I show the navigation for the different "Chapters" (in the left s...

Multiple hostnames on a single MOSS site

I have been asked if it is possible to have a sub-site of a MOSS site running a different hostname from the parent. Say I had the following site hierachy: Home News Article 1 Sub Site Pages Some sub page Some other sub page Would it be possible to have the site running of www.my-moss-site.com but 'Sub Site' running off www.my-...

How is SharePoint (MOSS 2007) perceived in your company?

UPDATE: Our implementation is now kicking into high gear with some high profile projets going live in the coming weeks, so I am quite interested to see if the environment has changed out there. Original Question We have an issue within our working environment where the perception of SharePoint is either: a) The golden bullet, the answ...

MOSS 2007 Wiki Export to MS Word or PDF

Hello, I've started using MOSS 2007's wiki feature for storing the ongoing technical documentation related to a project I'm working on, and it occurred to me after I started writing a few pages that there's no easy way to export out all of the pages into one document. For those of you familiar with MOSS 2007, any ideas how this might b...

Best practice - MOSS 07 and Javascript Files?

What are the suggested methods for using javascript files with MOSS 2007 ? in the 12 Hive somewhere or directly in the site's virtual directory in a scripts directory ? Or possibly as a embedded resource in a webpart ? ...

Web Part Not Showing In Add Web Parts Dialog...

I created a couple of web parts using the Visual Studio 2008 SharePoint Web Part template. However, when I deploy it says everything has deployed successfully but, when I try to add the web parts they are not available in the add web part dialog from within my portal... Any thoughts..? I did this with another web part project and didn't...

Moss 2007 Re-Ghost Content Types

Say for example I have Content Type XXX. For some reason it has become unghosted on List A. We have changed the content type in our feature and re-deployed but obviously the content type on List A has not been updated. Is it possible to reghost this content type? ...

Web Part Deployed To GAC Not Working...

So, I inherited a VS project that has a bunch of web parts in it. The project had a key file with a password that no one knows what the password is. So, i created a new key file which obviously changes the PublicKeyToken... I thought deploying the new assembly to the GAC and replacing the old PublicKeyToken with the new one on the SafeC...

How do I programmatically retrieve previous versions of master pages from a SharePoint site?

In a SharePoint site, as you checkout/modify/checkin a master page, previous versions of the master page are retained in SharePoint and you can see a list of previous versions in the master page gallery. It seems to me that the only way to view the contents of a previous version, is to do a restore of that version - this however will cre...

Packaging multiple features into a single WSP solution file

I am working on a sharepoint feature which includes a couple of list definitions, 2 webparts, a feature receiver assembly and an InfoPath form. I have to use WSPBuilder to package these, and the requirement is to package all these features into a single WSP solution file. Now, WSP builder requires the deployment files in a particular ...

Moss Farm Issue (Front End) Web Application Service Won't Start...

So, I have three servers in my moss farm. A database server and two front-end servers... On server 1 I am able to access my web application just fine and the services are running fine. However, on server 2 I am unable to start the Web Application service; I receive a error message on the screen stating "Check the server event logs for a...

Adding presence indicator to a custom web part

I have a custom web part which is generating some user data. I have added the appropriate code to output the standard presence icon and menu however this is acting rather stangely. The rendered html of my web part is as follows: <span> <a href="http://mysite/Person.aspx?accountname=USERID"&gt;USERNAME&lt;/a&gt;&amp;nbsp; <i...

SharePoint 2007 - Get Central Admin URL ID (guid)

I am looking to get the GUID of the Central Administration page in SharePoint but not sure how I can get it, any help would be appreciated. I need to be able to get this dynamically using the API / Object Model Thanks Phill ...