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...
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...
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...
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...
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...
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...
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..
...
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)
...
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...
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...
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
...
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!
...
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?
...
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?
...
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...
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...
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.
...
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...
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...
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...