sharepoint

Access a SharePoint website from a Java application with Kerberos authentication

百般思念 提交于 2020-01-01 10:13:07
问题 I am trying to access a SharePoint website from a Java application. The SharePoint server prefers Kerberos authentication. Can you please provide an example for just the implementation of Kerberos authentication? 回答1: So just to help you broaden your search for answers a bit, there's nothing SharePoint-specific about the Kerberos authentication used here. In fact SharePoint doesn't really have it's own authentication mechanisms (at least assuming we're talking about WSS 3/MOSS here). It just

SharePoint permission on Macs

丶灬走出姿态 提交于 2020-01-01 07:22:30
问题 we are using SharePoint Server (MOSS 2007) with Windows Integrated Security. A few computers in the company (managers) are using Apple Macs. These people can't run the application on their machines! I think the problem is due the windows integrated security. How can we solve this problem? Thanks for your help. 回答1: We use Sharepoint 2007 for our intranet portal using Windows integrated authentication with no (or few) problems for Macintosh users. I just logged on to ours from my MacBook and

Sharepoint Conditional fields in Edit.aspx

六月ゝ 毕业季﹏ 提交于 2020-01-01 07:12:23
问题 I would like to display certain meta data fields in the edit form based on the value of a fields. Example: Users upload a document to the Doclib to be approved by there manager. They are allowed to change the meta data Name,Case No, Location until the item is approved by the manager. Once the item is approved I would like to set Name and Case Number to read only. What is the best way to meet this requirement? If approved = yes set Name and Case No = Read only Else do nothing. I have tried

Sharepoint Conditional fields in Edit.aspx

僤鯓⒐⒋嵵緔 提交于 2020-01-01 07:12:08
问题 I would like to display certain meta data fields in the edit form based on the value of a fields. Example: Users upload a document to the Doclib to be approved by there manager. They are allowed to change the meta data Name,Case No, Location until the item is approved by the manager. Once the item is approved I would like to set Name and Case Number to read only. What is the best way to meet this requirement? If approved = yes set Name and Case No = Read only Else do nothing. I have tried

Changing the MaxArrayLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader

半城伤御伤魂 提交于 2020-01-01 06:52:14
问题 I'm getting the following exception while sending ( or receiving ) a byte array to a C# service. There was an error deserializing the object of type System.Byte[]. The maximum array length quota (16384) has been exceeded while reading XML data. This quota may be increased by changing the MaxArrayLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader. Line 6, position 34838.'. Please see InnerException for more details For what I can understand the

How to create a daily summary alert for any change in a SharePoint site

时光总嘲笑我的痴心妄想 提交于 2020-01-01 05:41:12
问题 I recently got the requirement for a person to receive a daily summary alert for any change within a SharePoint site; each site has an owner who is in charge of the content on their site. The current way we have something working is to automatically set up alerts for every list/library within the site. // Get the Lists on this Site SPListCollection siteLists = currentSite.Lists; foreach (SPList list in siteLists) { if (!list.ToString().Equals("Master Page Gallery")) { if (list.ReadSecurity ==

How should I create a good environment for .Net development for Sharepoint?

感情迁移 提交于 2020-01-01 05:10:11
问题 My company have used external companies for all software development and infrastructure but now we want to move it inhouse. The company uses Microsoft products where applicable to standardize the enviroment. Sharepoint will be used as a portal to all tools needed by management, sales personal etc. Sharepoint runs on one server and our databases on another. They are both located abroud. Now to the question: How can I setup a good environment for developing and testing our software. i.e.

Programmatically get ListItemVersion using client object model SharePoint 2010

巧了我就是萌 提交于 2020-01-01 05:01:46
问题 I have a scenario where I have to move all my data in a SharePoint 2010 list (name= "VersionTestList") to a SQL server database. Since versioning is enabled in the list, I want to move the previous version details too. Anyway I was able to move the latest item, but unfortunately I am not able to get the previous version data. I have tried this using Client Object Model and able to get the versions, but not able to get the ListItem of that corresponding version. Please find below the code

Company wants me to learn Sharepoint 2010 development, should I? [closed]

自闭症网瘾萝莉.ら 提交于 2020-01-01 04:50:10
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I am a Asp.Net developer, currently working on Webforms in 3.5. I do C# now, used to do VB.Net. I am also a middle tier developer (business layer and data layer) working on refactoring the current code base to use the Service-Repository pattern. My boss asked me if I would like to start doing Sharepoint

SharePoint Lists vs Database Tables performance

泄露秘密 提交于 2020-01-01 03:29:05
问题 We are looking to store transactional data in SharePoint lists. The lists will easily grow to 100,000+ items. How would the query performance be compared with queries on a database table with these columns? Queries: Select by Id Select Where ColumnValue = X Group By OrderId Group By Date The SP List will be 6 columns wide: Id, Date, OrderId (Lookup), Quanity, ItemName, Title 回答1: Don't do it. SharePoint is not good at handling transactional data and will perform badly. Any abilities you might