sharepoint

Can SPSiteDataQuery search both List and Libraries?

I have the following code: SPSiteDataQuery query = new SPSiteDataQuery(); query.ViewFields = "<FieldRef Name=\"UniqueId\" />"; query.Webs = "<Webs Scope=\"SiteCollection\" />"; query.Query = "<Where<Eq><FieldRef Name='MyCustomField' /><Value Type='Boolean'>1</Value></Eq></Where>"; query.Lists = "<Lists BaseType=\"1\" />"; DataTable resu...

Custom content type in Microsoft Sharepoint Services.

I have to create a library with links to existing files. The files is on the FileChange server. I don't know how to create a custom content type, without the file field. Is it possible at all? P.S. Sorry for my poor English ...

Edit existing Profile Properties in sharepoint?

I have to edit Company Name profile property in SSP. It is not allowing me edit or delete property. I need to change length value from 250 to 50. How can I do that? Can we set through code? ...

I need to get the values of Sharepoint Field Choice Column in Sharepoint 2007 without accessing a list

Hi, I want to do this but without accesing the list "items", that is to say, to access the column perhaps with the root site or a contenttype, not depending on a list that can be created or not inside the Sharepoint app. SPFieldChoice choice = (SPFieldChoice)items.Fields[namefield]; foreach (string choiceName in choice....

Sharepoint Site Administration

Hey, I've got a SharePoint website running on my machine (which it shows me inside the Application Pool in the Inet Manager). Now this website has a different user credentials specified under the Identity section (properties). Also when I view the w3wp.exe in the task manager it shows that the site is running as a different user. The...

Sharepoint 2010 - Managed KeyWords

Hi, Is it possible to import managed keywords into SharePoint 2010? Where are the keywords stored within which database? Background - I'm currently working on a migration from a legacy system into SharePoint 2010. So far everything is going well, and I can even bring across the managed meta data across along with most other data...

Filling rows of a repeating table on opening the form

Hey everyone, In my Infopath form I use a repeating table. On opening this form on sharepoint I would like to have some rows of the repeating table filled out using information from an other list. I use content types. What i am working on is a Timesheet system where the user can register how many hours a week he worked on different pro...

Can i use live meeting service portal API with SharePoint?

Can I use live meeting service portal API with Sharepoint to schedule live meetings and OCS meetings from a sharepoint page? If yes, what should be the starting point and which approach is better. Can i use VSTO for that or not? ...

how to get the incremental and full backup with filename having date time stamp-sharepoint

I want to do incremental and full backup using stsadm command i have used this so far but Its overwriting the file not creating new backup with datetimestamp and also how I can achieve incremental backup with it: cd \Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN stsadm -o getsitelock -url <URL of Site Co...

Customizing the welcome email in SharePoint

I can customize the footer of the welcome email coming from SharePoint when a user is added to a site by editing the data name="ServerEmailFooter" element in core.en-US.resx. The question is, can I get anything dynamic in there, like the email of the owner who added the user, or any owner of the site? So far I've seen <GetVar> and <Lis...

incremental backup with stsadm sitecolleciton backup

I was looking into doing backup with stsadm and I found that with catastrophic backup we can achieve differential and full backup but in catastrophic stsadm backup can we achive this at sitecollection level or webapplication level? Basically i have a webapplication of which I want to do full and incremental backup any suggestoins ? ...

Sharepoint content database user

Hi all, Somebody knows how to change the user account and authentication method sharepoint uses to connect to its content database? It is now setup to connect using Windows Integrated Authentication but I want to change that to a local user account. Is it even possible to do this? Thanks in advance ...

Sharepoint 2007: Adding a link to left nav bar?

I have a document library in a sub site. How do I add a link to that library into the root site's left navigation bar? Dynamic or static links are fine. ...

Sharepoint 2007: Move a document library to other site

How can I move a document library from one site to another on the same server. Both source and destination sites are under the same root site. ...

How Can I Bypass the X-Frame-Options: SAMEORIGIN HTTP Header?

I am developing a web page that needs to display, in an iframe, a report served by another company's SharePoint server. They are fine with this. The page we're trying to render in the iframe is giving us X-Frame-Options: SAMEORIGIN which causes the browser (at least IE8) to refuse to render the content in a frame. First, is this some...

Sharepoint Wiki Link name

Is it possible in the Wiki to have a link name, but different file name. For example, [[Canada]] would link to Canada_a_NicePlace.aspx without having to create a http:// link? I'm looking for a solution for non-techies to have short links to big filenames. ...

Is it possible to submit an Infopath browser enabled form to a Sharepoint Form Library anonymously?

I have a question regarding submision of Infopath browser enabled forms. I have a a browser enabled form that needs to be opened and submitted by anonymous users. I followed this article: http://blog.metrostarsystems.com/2009/06/04/anonymously-submit-infopath-form-to-sharepoint-library/ but when I click the submit button i get an err...

Considerations for deploying TFS 2010 with Sharepoint 2007

Our development team is making the move to TFS 2010 from VSS. The company has an existing Sharepoint 2007 installation. My understanding is that TFS can be integrated with Sharepoint. I have a couple of questions concerning this new TFS installation: Please confirm that Sharepoint is NOT a prerequisite for a TFS installation and T...

Manage views for content types (or add a view to multiple lists)

I'm surprised that I cannot find on the net a solution where I could manage views for content types. Do I really have to visit each task list with my browser to add/modify a view? Is there any solutions available that would allow me to just define a view for content type and thus make this view available on all lists where content type ...

sharepoint custom aspx page with database connection

hi there i have created a custom aspx page whithin my sharepoint site with a sql server connection to a database on that server to select data when i view the page it works but when another user tries to view it it gives the following error : Server Error in '/' Application. Login failed for user 'GRINCOR\GuguK'. Description: An ...