sharepoint

SharePoint Timer Job Stopped working after Password Change

不羁岁月 提交于 2021-02-11 13:36:15
问题 The Password of my SharePoint Development Server has been changed, the Timer Job has stopped working Although when I put the Debugger on the Base Constructor, it Fires only on the Base Constructor only and the Other Constructor & Execute method are not coming to Fire on Debug Mode. I have changed the Password in All the Application Pools through IIS, I have reset the IIS, Stopped & started the Timer Service as described in this but nothing solved my issue. I have also Restarted the Server but

Connect to a site via SSL/DavWWWRoot not usual URL? Why does this make a difference?

流过昼夜 提交于 2021-02-10 18:00:46
问题 Follow on from this question: Can i over-ride IE enterprise mode from HTML? I succeeded, in hosting a D3 SVG visualisation on my company sharepoint site. The Initial Issue: My internal company sharepoint site has enterprise mode settings in IE that was forcing me from IE11 into an IE8 environment per my console: HTML1122: Internet Explorer is running in Enterprise Mode emulating IE8. The workaround: Connect to site via the SSL in the browser, not via http/https URL. The connection looks

Connect to a site via SSL/DavWWWRoot not usual URL? Why does this make a difference?

五迷三道 提交于 2021-02-10 18:00:23
问题 Follow on from this question: Can i over-ride IE enterprise mode from HTML? I succeeded, in hosting a D3 SVG visualisation on my company sharepoint site. The Initial Issue: My internal company sharepoint site has enterprise mode settings in IE that was forcing me from IE11 into an IE8 environment per my console: HTML1122: Internet Explorer is running in Enterprise Mode emulating IE8. The workaround: Connect to site via the SSL in the browser, not via http/https URL. The connection looks

facing issue with connecting to SharePoint Online from Python due to cert issue

梦想与她 提交于 2021-02-10 14:53:18
问题 I am trying a get a list items from SharePoint to Python, here is the code I am using for the poc ctx_auth = AuthenticationContext(url='https://SharePointSiteURL') if ctx_auth.acquire_token_for_user(username='MyUser@Company.onmicrosoft.com',password='MyPassword'): ctx = ClientContext('https://SharePointSiteURL', ctx_auth) lists = ctx.web.lists ctx.load(lists) The issue I am getting following error "Error: HTTPSConnectionPool(host='login.microsoftonline.com', port=443): Max retries exceeded

How to get document preview image using SharePoint CSOM

孤者浪人 提交于 2021-02-10 12:37:28
问题 I would like to programmatically retrieve thumbnails of documents from SharePoint. What I'm trying to do is the following: document.GetImagePreviewUrl(width, height, clientType); This just returns an empty ClientResult . I am not sure what to enter as clientType value. I have also tried to use this method programmatically (by using WebClient and downloading the file). But that just returns a 403 response. The possible solutions I see here are the following: Figure out what to enter as

How to get document preview image using SharePoint CSOM

ぃ、小莉子 提交于 2021-02-10 12:34:07
问题 I would like to programmatically retrieve thumbnails of documents from SharePoint. What I'm trying to do is the following: document.GetImagePreviewUrl(width, height, clientType); This just returns an empty ClientResult . I am not sure what to enter as clientType value. I have also tried to use this method programmatically (by using WebClient and downloading the file). But that just returns a 403 response. The possible solutions I see here are the following: Figure out what to enter as

Retrieving Sharepoint List C#

时间秒杀一切 提交于 2021-02-10 12:15:08
问题 I'm trying to retrieve a SharePoint list and all the items within it, however I CANNOT seem to grab the list. I can connect to the site fine, but when I try to retrieve the list, I get a "CollectionNotInitialized" error. I'm logged in as admin and have full control permissions. Can anyone help explain this issue to me? Here is my code static void Main(string[] args) { try { string userName = "//my user name"; string password = "//my password"; SecureString ssPwd = new SecureString(); foreach

SharePlum error : “Can't get User Info List”

て烟熏妆下的殇ゞ 提交于 2021-02-08 12:27:12
问题 I'm trying to use SharePlum which is a Python module for SharePoint but when I try to connect to my SharePoint, SharePlum raises me this error: Traceback (most recent call last): File "C:/Users/me/Desktop/Sharpoint/sharpoint.py", line 13, in site = Site(sharepoint_url, auth=auth) File "C:\Users\me\AppData\Local\Programs\Python\Python36\lib\site-packages\shareplum\shareplum.py", line 46, in init self.users = self.GetUsers() File "C:\Users\me\AppData\Local\Programs\Python\Python36\lib\site

How to Limit the number of items that can be entered in a SharePoint List?

懵懂的女人 提交于 2021-02-08 11:50:50
问题 I am trying to limit the number of entries allowed on a SharePoint 2010 list . The list is for users to sign up to and we want to limit this to 60 for example. I have had a look at the similar questions but none of them seem to work. None of the validation formulas found so far have been appropriate. I would appreciate any advice and help on this . Thank you is advance ! :) 回答1: There's nothing built-in to allow you to accomplish this. However, if you present your own interface for creating

Installing AppFabric 1.1 with PowerShell DSC results in modal dialog error

烂漫一生 提交于 2021-02-08 11:12:50
问题 I'm trying to automate the installation of AppFabric 1.1 on a Windows 2012 R2 server using PowerShell DSC. This is actually part of me trying to automate the SharePoint Foundation install and configuration, but AppFabric 1.1 is a pre-requisite. Below is a snippit from my DSC config script: Script InstallSharePointPreRequisites { GetScript = { Return "InstallSharePointPreRequisites" } TestScript = {$false} SetScript = { Start-Process -FilePath 'c:\temp\SharePoint\pre