03 dic 2015 Informatica Problemi con la explorer view di SharePoint quando ci sono molti files Cercando di navigare con explorer una document library di SharePoint 2013 con molti file (15000 o più) presenti in un unica folder, può capitare di incorrere in questo errore: Impossibile accedere ... Errori SharePoint SharePoint 2010 SharePoint 2013 Windows
06 mag 2015 Informatica Come elencare da PowerShell le solution SharePoint in deploying Tramite il comando PowerShell Get-SPSolution di SharePoint 2013 è possibile elencare tutte le solution installate. Filtrando per la proprietà JobExists è possibile vedere quali solution sono... PowerShell SharePoint SharePoint 2010 SharePoint 2013
04 feb 2015 Informatica Recuperare un file da un database di content di SharePoint tramite PowerShell Questo script PowerShell permette di recuperare un file da un content database di SharePoint 2010 . Non è necessario che il database sia agganciato alla Farm SharePoint. Vanno solo impostate le va ... PowerShell SharePoint SharePoint 2010 SQL SQL Server
26 gen 2015 Informatica SharePoint [MissingWebPart] WebPart class L'errore riportato indica che in SharePoint 2013 non è più registrata correttamente la WebPart indicata dal guid (30B9CA5C-5DF8-472B-BF14-8C2B3A15D553) ma ci sono N riferimenti (32) nel database ... Errori SharePoint SharePoint 2010 SharePoint 2013 SharePoint 2016 SQL SQL Server T-SQL
14 gen 2015 Informatica Elencare tutte le liste di SharePoint abilitate per l'incoming e-mail Lo script PowerShell cerca in tutti i siti di tutte le site collection della web application SharePoint per trovare le liste che sono configurate per ricevere e-mail (Incoming e-mail). Il risultat ... PowerShell SharePoint SharePoint 2010 SharePoint 2013
13 gen 2015 Informatica SharePoint: This page is not using a valid page layout Questo errore This page is not using a valid page layout. To correct the problem, edit page settings and select a valid page layout. solitamente compare in SharePoint dopo un restore di un sito su ... Errori PowerShell SharePoint SharePoint 2010
26 nov 2014 Informatica Error ReportingServices UnknownUserNameException username or group name not recognized Il seguente errore è comparso su una Farm SharePoint 2010 con installato SQL Server 2008 R2 Reporting Service in integrata quando si tenta di aprire un file di report (.rdl) o una connessione dati ... Errori Reporting Reporting Services SharePoint SharePoint 2010 SQL Server
14 ott 2014 Informatica Content databases contain orphaned items, Violation of PRIMARY KEY (SharePoint) A volte in SharePoint può comparire il seguente errore Content databases contain orphaned items. verificando con il comando PowerShell Get-SPContentDatabase... Errori PowerShell SharePoint SharePoint 2010
09 set 2014 Informatica Cercare un Event Receiver di lista tramite il suo Assembly Con questo script PowerShell è possibile cercare in tutti i siti un Event Receiver di una lista SharePoint tramite una parte del nome dell'assembly: #sgart.it #Cercare un Event Receiver di lista... Project Server Script SharePoint 2010 SharePoint 2013
10 apr 2014 Informatica Modificare la mail di un utente SharePoint Uno script PowerShell per modificare la mail di un utente SharePoint quando non si ha configurato lo User Profile o i processi di sincronizzazione non stanno funzionando---. PowerShell SharePoint SharePoint 2010 SharePoint 2013
07 apr 2014 Informatica Come ricavare il corretto mime type di un file SharePoint Per ricavare il mime type (o content type) da un file SharePoint si può usare il metodo GetMimeTypeFromExtension della classe SPUtility passando l'estensione del file con o senza punto... C# SharePoint SharePoint 2010 SharePoint 2013
03 apr 2014 Informatica Elencare tutti gli utenti SharePoint che non hanno un gruppo assegnato Con questo script PowerShell è possibile elencare tutti gli utenti di una site collection SharePoint che non hanno un gruppo associato: $w=Get-SPWeb http://sharepoint.sgart.local/sites/example $w. ... PowerShell SharePoint SharePoint 2010 SharePoint 2013
11 mar 2014 Informatica Come testare l'invio mail di SharePoint da PowerShell Un esempio di come inviare una mail da PowerShell tramite il servizio di SharePoint. PowerShell SharePoint SharePoint 2010 SharePoint 2013
05 mar 2014 Informatica Esempio di come loggarsi ad un WebService SharePoint in Claims FBA Il codice C# mostra come collegarsi ad un servizio WCF o WebService ospitato su una WebApplication SharePoint 2013 configurata con la claims authentication passando le credenziali... C# Claims Esempi SharePoint SharePoint 2010 SharePoint 2013 WCF Web service
05 feb 2014 Informatica The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered Questo errore: The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered compare aprendo la PowerShell di SharePoint 2010/2013 se non è stata eseguita con elevati... Amministrazione Errori PowerShell SharePoint SharePoint 2010 SharePoint 2013 SQL Server
20 gen 2014 Informatica Come leggere gli item di una lista SharePoint tramite Javascript Object Model Un esempio di come leggere gli item di una lista SharePoint 2013 tramite il JavaScript Object Model... Client Object Model JavaScript JSOM SharePoint SharePoint 2010 SharePoint 2013 SharePoint Online
28 nov 2013 Informatica Eseguire una specifica versione di PowerShell Puòm capitare di dover eseguire una versione prededente di PowerShell ad esempio su un Windows Server 2012 . Il comando per eseguire una versione specifica di PowerShell è il seguente: powershell ... PowerShell Script Server SharePoint SharePoint 2010 Windows Windows Server 2012
19 nov 2013 Informatica Errore di autenticazione con un wcf custom per SharePoint che restituisce dati in JSON Recentemente mi è capitato di sviluppare un WCF custom per SharePoint 2010 che restituiva dati in formato JSON . Funzionava tutto correttamente ma in alcune situazioni avevo un errore di autentica ... C# Errori JavaScript JSON SharePoint SharePoint 2010 WCF
12 nov 2013 Informatica Could not load file or assembly 'Microsoft.Sharepoint.Sandbox' or one of its dependencies Il seguente errore Could not load file or assembly ‘Microsoft.Sharepoint.Sandbox, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c’ or one of its dependencies. An attempt was... C# Errori SharePoint SharePoint 2010 Visual Studio
07 nov 2013 Informatica Come chiamare un servizio REST con WebClient Un esempio di come chiamare un servizio WCF che implementa il protocollo REST in JSON tramite l'oggetto Webclient . C# Esempi JSON SharePoint SharePoint 2010 SharePoint 2013 WCF
15 ott 2013 Informatica SharePoint: Nascondere un campo nella NewForm In SharePoint è possibile decidere se visualizzare un campo solo nella new form ', nella 'edit form , nella display form e nella view form . Purtroppo questa possibilità non è resa disponibile da ... PowerShell SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013
10 ott 2013 Informatica SharePoint Ricerca Full Text con Keywords in PowerShell Un esempio di come interrogare, in PowerShell il motore di ricerca fulltext di SharePoint PowerShell Search SharePoint SharePoint 2007 SharePoint 2010
08 ott 2013 Informatica System.InvalidOperationException: Namespace prefix 'xsd' is not defined. In SharePoint 2010 mi è capitato, cercando un utente AD, che sulla conferma mi comparisse un errore con correlation id che rimandava a questo: System.InvalidOperationException: Namespace prefix 'x ... Active Directory Browser Errori SharePoint SharePoint 2010
04 ott 2013 Informatica SharePoint script di WarmUp Uno script in PowerShell per "risvegliare" gli Application Pool delle applicazioni SharePoint : #url da "svegliare" # http://www.sgart.it # elenco delle url da "svegliare" $url ... IIS PowerShell Script Server SharePoint SharePoint 2010 SharePoint 2013
04 ott 2013 Informatica Powershell come caricare lo snap-in di Sharepoint Se si schedula uno script PowerShell che deve usare i comandi di SharePoint , è necessario caricare esplicitamente lo snap-in per avere i comandi SharePoint disponibili... Esempi PowerShell Script SharePoint SharePoint 2010 SharePoint 2013
02 ott 2013 Informatica Come inserire una Visual WebPart in una pagina di layout E' possibile inserire una Visual WebPart di SharePoint in una pagina sotto la layouts (Microsoft.SharePoint.WebControls.LayoutsPageBase) seguendo questi passi: Aggiungere la referenza per il tag ... ASP.NET SharePoint SharePoint 2010 SharePoint 2013
30 set 2013 Informatica Workflow: Microsoft.SharePoint.SPException: User cannot be found. Entrando nei worlflow settings di una lista SharePoint 2010 mi è comparso un errore con relativo correlation id. Nei log di SharePoint c'era questo messaggio: Microsoft.SharePoint.SPException: Use ... Errori PowerShell SharePoint SharePoint 2010 Workflow
30 set 2013 Informatica Problemi di accesso alla PWA dopo una migrazione a Project 2013 Dopo una migrazione di una farm da SharePoint 2010 con Project Server ad una farm SharePoint 2013 , alcuni utenti presentavano problemi ad accedere direttamente alla PWA. Errori PowerShell Project Server SharePoint SharePoint 2010 SharePoint 2013
10 set 2013 Informatica Lunghezza massima dei campi multilinea di SharePoint Come impostazione predefinita i campi multilinea o note (SPFieldMultiLineText) di SharePoint 2010 limitano la lunghezza del testo inserito a 255 caratteri. Questo per garantire la compatibilità ... CAML PowerShell SharePoint SharePoint 2010 XML / XSL / XSLT