|
Hello, I need help please!
I am developing a website that I need to use the CAML Query Client (java script) in sharepoint designer.
But when I run the query, the same comes back empty.
My Web Application is configured with authentication "Clains based authetication".
When I run in a Web Application with Authentication Mode classic authetication works normally.
I went to see the error log and had this exception:
[10:53:48] System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse (SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke (String methodName, Object [] parameters)
in SPCAMLQueryHelper.SPWSWebs.Webs.GetWebCollection ()
in SPCAMLQueryHelper.WebServiceWork.SiteAndListTreeLoader.Worker ()
|
|
|
|
|
Hi
I have an web application developed on MOSS 2007, with custom web parts and reports etc. Now client wants to migrate to higher version Sharepoint 2010. I like to know the best way to migrate?
Content database detach and attach method (or)
use tools to migrate.
Regards
Naina
Naina
|
|
|
|
|
I never done a migration, but a coworker did and he said that there were no problems. Backup databases do the mirgration. Normally it should work. The solutions for Sharepoint 2007 are compatible with sharepoint 2010.
Author of Primary ROleplaying SysTem
How do I take my coffee? Black as midnight on a moonless night.
War doesn't determine who's right. War determines who's left.
|
|
|
|
|
Thank you, but after migration, facing problem with the quicklaunch. It is giving error (not showing the menu). Opening a new thread for this issue.
Thanks,
Jyothsna
Naina
|
|
|
|
|
Hello,
I would like to make a XsltListViewWebPart with a custom view in Sharepoint Design 2010.
There are 3 Profiles accessing my bug LIST:
- Manager
- Quality Assurance
- Contributors (Developers, Designers and so on)
- The Contributors can see the items that are assigned to it and can also see the items that are in the group he belongs to.
- The Quality Assurance and Manager profiles must see all the items.
I need to make a filter in the view using CAML query.
I have this query:
<Where>
<! - For Quality Contributor and manager did not work ->
<Or>
<membership Type="CurrentUserGroups">
############## MY QUESTION IS HERE ##############
</ Membership>
<Or>
<! - For contributors - worked ->
<membership Type="CurrentUserGroups">
<FieldRef Name="Grupo_x0020_Respons_x00e1_vel"/>
</ Membership>
<Eq>
<! - For me - it worked ->
<FieldRef Name="AssignedTo"/>
<value type="integer">
<UserID Type="Integer"/>
</ Value>
</ Eq>
</ Or>
</ Or>
</ Where>
How do I make the condition for the profiles "MANAGER" and "QA" because They need to have full control of all items and the "CONTRIBUTORS" profile can only have access to their group items.
|
|
|
|
|
Hi,
I will be doing some Sharepoint projects after three month. can you give me the ideas of how to develop/start programming using sharepoint.
Thanks.
|
|
|
|
|
|
|
I think you start downloading SharePoiint 2010 or 2013 whichever is easier for you. On Windows 7 you need the 64 bit version OS to install SharePoint 2010. When you install the software (evaluation edition will do) you will have the administration site, tool to configure and a sharepoint specific command window where you can use Power Shell, a great tool that you should learn to work with SharePoint. Of course you can also work with the administration site using graphic userinterface.
|
|
|
|
|
Got a list that will hold domain accounts so I can have access to their email addresses. I am using the following code to add them to the list:
Dim exec As New SPFieldUserValue
For Each entity As PickerEntity In sppeExecs.ResolvedEntities
web.EnsureUser(entity.Key)
exec = New SPFieldUserValue(web, Convert.ToInt32(entity.EntityData("SPUserID")), entity.Key)
Next
Dim execList As SPList = web.Lists.TryGetList(ListName)
If execList Is Nothing Then
errorMessage.InnerText = "Sorry, but the Executive Director List could not be loaded. Please contact the IT Department Help Desk @ extension 2195."
Exit Sub
End If
Dim execItem As SPListItem = execList.AddItem()
execItem(Name) = exec
execItem(Active) = True
What happens is in the For Each loop at the beginning the exec variable isn't being loaded with a value. I've done this before and it has always worked, so I don't know what I must have forgotten to do.
|
|
|
|
|
Hi all,
When i am opening term store management it is showing this error.
I have checked all services are running.I have also checked Managed metadata web service is running by going in Central admin->Application Management->System Setting->manage services on server.
I have given all necessary permissions to me,as i am the admin.
Also when i am Creating the new Manage metadata service,it is creating but on clicking showing the same error.
Can anyone Please Help me on this issue as soon as possible.
|
|
|
|
|
Hi,
I am trying to change the password for a managed account in Central Admin, Managed Account. When I click OK button below error came. Any Idea how to solve it.
"Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied"
Thanks,
Gyan
|
|
|
|
|
I have to do reporting in my sharepoint 2010 site. I have charts web parts in my page . i want to add button to export each one to pfd.How can i do that?is it possible to do that with iTextSharp PDF Library?
Please help me to find any way to solve my problem 
|
|
|
|
|
Someone has any idea about this???
|
|
|
|
|
Is the chart displayed via an embedded Report Viewer control?
|
|
|
|
|
Creating a document library in Visual Studio and was wondering if you could setup the versioning there. That way, if I don't deploy the package I know that it is turned on the way I had intended it to be turned on.
|
|
|
|
|
I have a couple of projects where a use a people picker to get users added to a list. In our current domain environment we have two domains: our main domain that is used for user login information and another domain that was created for our erp system that, in my own opinion, needs to go away but hasn't. The erp domain is an exact copy of or main domain except that the user names are different and none of the profiles contain a user's email address.
What I would like to do is filter out that erp domain from the people pickers so that users don't select those accounts. Is there a way to do this?
|
|
|
|
|
The setsiteuseraccountdirectorypath operation allows the user's directory path to be set to a specific OU in the same domain. After the directory path is set to a site collection, the People Picker control will only search under that particular OU.
|
|
|
|
|
I am new to SharePoint and want to know more about uses of Tags and Notes in SharePoint 2013.... I tried browsing through many sites, but didnt get the clear picture of it. Please can anyone help me in understanding these concepts.?
Thanks in advance
Regards
Ashwini
|
|
|
|
|
Dear Team,
Please help me out, i am getting bug..,
1) The resource you are trying to reserve is not available at the time you specified.
2) Full calendar showing was blue bar forever all resource.
Am using wsp file in sp2010 i have done the install through this url :- (http://blog.karstein-consulting.com/2011/10/25/ , but still am struggle the errors
Regards
Mani.
smanisekhar555@gamil.com
7259805505
|
|
|
|
|
Hi
I am having a requirement were i need to have facebook chat UI in My site were it need to same UI we have in facebok site.
Kindly let me know if you already have coded or used any third party tool for the same in any of your project
FYI: we used mango chat but it has some issues to make use of the feature(we tried for sharepoint2010 environment)
Its s very urget requirement need to finish ASAP,kindly let me now if any other details to be shared.
Appreciate your quick response and Thank you in advance.
Ashwin
modified 15-Apr-13 8:44am.
|
|
|
|
|
hi
I'am a beginner on SharePoint development, i would like to know if someone could give me a starting project such a hello world to start working, i have tried web parts but i need a full project to understand how it woks, really i need your help
thanks in advance
|
|
|
|
|
Hi all,
I have a text field in List. I want when I open Edit / Add new item Form, TextBox control of text field will be replaced by a dropdownlist. Dropdownlist is dynamically binding, not static. How can I do this??? I have found in few days but I still haven't done.
Please help me,
Thanks you 
|
|
|
|
|
How to get client id by id of server element (Image) with javascript. Code:
document.getElementById('<%=imgImage.ClientID%>').src='source';
doesn't work (generate exception)
|
|
|
|
|
Hi
I still creat application kuis, but i have problem :
1. every Quiz consist of QuizTitle (e.g : Fruit consist of 7 questions, Animal consists of 6 questions)
2. user will choose 1 QuizTitle (e.g : Fruit)
3. user must answer the question and the user klik button next to next question until finish
4. When user klik button next, the answer will be saved in coloumn of Mark Answer
5. user must answer the question until finish
6. when last question, i have one button finish
7. i want in button finish have 3 action :
a. when user klik button finish, automatically the last answer
will be saved in coloumn of Mark Answer
b. Then, when user klik button finish, automatically calculate
the score
c. Then, when user klik button finish, automatically direct to
other page
could you help me?
thank you
|
|
|
|