sharepoint

Debug an Error in a Custom SharePoint Web Service

Hi, I have created a custom SharePoint web service that was deployed to, and successfully tested on, a test environment. Unfortunately, the web service has since stopped working, and I am trying to determine what the error is. The web service now returns the following error in the SOAP response: SOAP:server Server was unable to proce...

Sharepoint Wiki re-use of link

In a Windows app we have a link to create a document in our Sharepoint Wiki (socially created help system) http://maxnet/IT/Development/_layouts/CreateWebPage.aspx?List={9d81229a%2D29f5%2D4dc1%2D80f8%2Deb10c55b906b}&RootFolderUrl=Help%20Wiki&Name=HowToPrint Calling this page several time, even after the Wiki doc was created sti...

Using SPPersistentObject in SharePoint 2007

Hi all. I'm looking for help getting SharePoint 2007's SPPersistedObject to store information at the Farm level. When I create a persistent object as a child of the SPFarm instance and call my object's Update() method, an "Access Denied" exception is thrown. Looking at the SharePoint log, I see a complaint that "the current user is not...

How do I access a Sharepoint backup file without Sharepoint?

We received a sharepoint backup file as part of a project. Is there any way to access the ".dat" file without Sharepoint? I've heard that some of the files created with SharePoint are .cab files, but apparently not this one. I hadn't heard of Sharepoint until yesterday, but there were 77 pages of unclosed questions about it on here s...

How do I perform a MOSS FullTextSqlQuery and filter people results by the Skills managed property?

I am having trouble with a MOSS FulltextSqlQuery when attempting to filter People results on the Skills Managed Property using the CONTAINS predicate. Let me demonstrate: A query with no filters returns the expected result: SELECT AccountName, Skills from scope() where freetext(defaultproperties,'+Bob') And ("scope" = 'People') Resu...

enabling in-line editing for a view in list definition

I'm currently creating some list definition for use in a SharePoint 2010 environment. In these definitions I need to to define a view which enables in-line editing. This is easily accomplished in the UI as well as from code by setting the InLine property of the SPView object to "TRUE", however I can't find any property of the CAML defini...

sharepoint listview web part access deined error

I have created listview web part do display infopath form . When i open the forms using adminstrator login everything works fine but when i login using normal user account the fallowing error is displayed . "Error: Access denid" Can anyone give solution for this.. ...

Trace log Example does not work in Sharepoint 2010

The Sharepoint Trace Log Sample given at http://msdn.microsoft.com/en-us/library/aa979522.aspx & explained at /en-us/library/aa979595.aspx does not work in in Sharepoint 2010. Any ideas of how to Write to Trace Log from webpart( non-sandboxed) ...

FusionCharts Sharepoint And dataUrl param.

Hi, everyone. I have problem with fusioncharts evaluation in the ASP .NET(Sharepoint Portal). I am customizing survey list for providing new view. I added to scheme.xml the next code. <View BaseViewID="4" Type="HTML" WebPartZoneID="Main" DefaultView="TRUE" DisplayName="Charts" SetupPath="pages\viewpage.aspx" ImageUrl="/_layouts/images...

Updating SharePoint sites through the onet.xml file

I've updated a site definition in the SharePoint onet.xml file so new sites are created without a particular web page on a page. However I've read that the onet.xml file is only read when a site is first created. Is there some way for me to get the existing sites to refresh?? It's not really partical to loop through each site and mak...

How does Drupal compare to SharePoint

I have no experience with Drupal. How does Drupal compare to SharePoint 2007 (or 2010) for the following "features" Document management Role and permission management Office integration Web Content management Custom server side development (features, custom pages, access to external data...) Deployment ...

SPList and SPSite name - different screen and file name - is it possible?

Hi, Is there a possibility to have different list or site display name (on screen) than the file name? I mean to display other name in left quick launch bar than the file names itself? For example I would name list like A on screen, and call it in my custom webpart like B. Thanks in advance for help! ...

SPGridView and SP Menufield for approving list items from SPlist

I am using spgridview for showing listdata,also using spmenufield. I need to perform approve operation on any selected/clicked item from spgridview. Can you please help,how can i achieve this? ...

How do I get previously opened site url in sharepoint 3.0?

Hi, I would like to get in my custom webpart an url address of the site which I was opened just previously before I get to current site(that with my webpart)? How can I achieve this? ...

How can a SharePoint SQL connection be set to query by the current login name?

I have a SQL table that needs to be queried by the login name. So, using SharePoint designer I successfully created a database connection, but I can't use the properties exposed by Profile nor Session as input parameters because they are not supported (A dialog pops up with a message indicating this) How else can I query a SQL datasourc...

sharepoint web app and jquery combination

Within SharePoint... I can create web parts which are ASP.NET web apps, which allows me to get information about the current user (groups they are in, username, etc.). I can create web parts which allow me to manipulate fields on SharePoint forms. But I have not found a way to be able to combine the two things. I can't access the con...

Removing Entries Created SPModification for Non-Default Zone

It is a well known issues that SPModification only removes entries from the default zone. What are people using as a work around. I'm implementing something and I'd like to know how others are working around this issue. ...

SharePoint Configuration Wizard Weird Behavior?

After you have installed SharePoint you need to run the configuration wizard which typically asks what your Database server is what DB Name to use, what port to use for Central Admin, etc. Then it goes through its 1-9 install process... Our problem is on one of our servers, which has a clean database, clean 12 hive, and no answer file i...

Error on : Publishing InfoPath forms to the SharePoint site.

Hello All, I'm trying to publish Browser Enabled Infopath Forms to the SharePoint sever but, at the end it was showing me the following Error: The SOAP response indicates that an error occurred on the server: Server was unable to process request. ---> Method 'get_ServerInfo' in type 'Microsoft.Office.InfoPath.Server.Solut...

How can I check in a MOSS Designer workflow if a user is a member of a given group?

Hi there, I'm building a basic workflow through MOSS designer, as part of one of the conditions, I'm trying to determine whether or not I can determine whether or not the the user that created the workflow instance is a member of a particular group, if so act in one method otherwise just don't. None of the built-in actions seem to be ab...