02 set 2010 Informatica Cambiare la default view di una lista Un esempio di come cambiare via codice la default view di una lista SharePoint 2007 (WSS3 - MOSS) web.AllowUnsafeUpdates = true; SPList list = web.Lists["MyLists"]; SPView view = list.Vi ... C# SharePoint SharePoint 2007
29 lug 2010 Informatica Dimensione limitata dei file di solution (WSP) si SharePoint Le solution generate per SharePoint tramite l'utility makecab.exe non sono nient'altro che dei CAB rinominati in WSP . Di default l'utility makecab limita la dimensione del singolo file a 1.44MB , ... SharePoint SharePoint 2007
22 lug 2010 Informatica Impossibile connettersi all'internal database con Management Studio Quando SharePoint 2007 (WSS3 - MOSS) è installato in modalità stand-alone (su un singolo server), viene installato con un SQL Server chiamato Windows Internal Database . Di default non è possibile ... Database SharePoint SharePoint 2007 SQL Server
26 mag 2010 Informatica Custom Action con codice per SharePoint In SharePoint 2007 (WSS3 - MOSS) è possibile generare la url di una custom action tramite codice. In qesto esempio genero una action nel formato... C# SharePoint SharePoint 2007
30 apr 2010 Informatica Funzione Helper.GetList per SharePoint La funzione qua sotto, Helper.GetList , per SharePoint 2007 (WSS3- MOSS), permette di ricavare un oggetto SPList tramite la sua url adattandosi alla lingua del template di sito. Va chiamata passan ... C# SharePoint SharePoint 2007
29 apr 2010 Informatica Usare i file di risorse nelle Web Part e nelle pagine di SharePoint Con questa classe helper si possono usare i file di risorse in qualsiasi Web Part o pagina all'interno di SharePoint 2007 (WSS3 - MOSS). C# SharePoint SharePoint 2007
22 apr 2010 Informatica Come ereditare il menu di navigazione del sito padre di SharePoint Ecco come abilitare, in SharePoint 2007 (WSS3 - MOSS) , l'opzione Display the same navigation items as the parent site (Visualizza gli stessi elementi della struttura di spostamento del sito padre ... C# SharePoint SharePoint 2007
18 apr 2010 Informatica Project Server 2007 Event Handler In Project Server 2007 sono disponibili una serie di eventi gestibili lato server. Per gestire gli eventi è necessario andare nella nel sito di Project Web Access (PWA) in Server Settings ... C# Project Server SharePoint SharePoint 2007
13 apr 2010 Informatica Cambiare il template del sito di Workspace in Project Server 2007 Per impostare un nuovo template per il sito di progetto creato da Project Server 2007 quando si aggiungono nuovi progetti, sono sufficienti i seguenti 4 passaggi: crea un nuovo sito con... Project Server SharePoint SharePoint 2007
02 apr 2010 Informatica PWA 'The enablesessionstate attribute on the page directive is not allowed in this page' Se nel sito di Project Server 2007 Web Access (PWA) ottieni questo errore: The enablesessionstate attribute on the page directive is not allowed in this page vuol dire che è stata customizzata... Errori Project Server SharePoint SharePoint 2007
25 mar 2010 Informatica A theme with the name 'MyTheme 1011' and version already exists on the server In SharePoint 2007 (WSS3 - MOSS) questo errore: A theme with the name "MyTheme 1011" and version already exists on the server si verifica quando l'applicazione di un nuovo tema va in errore. Errori SharePoint SharePoint 2007 SharePoint Designer
16 mar 2010 Informatica Project Server 2007 problemi con l'Active-X Con Project Server 2007 può capitare che gli Active-X usati nella PWA non funzionino. In particolare nel Resource Center compare l'errore: There was an error loading the page. Project Server SharePoint SharePoint 2007
15 mar 2010 Informatica Rename di un server di Sharepoint In SharePoint 2007 (WSS3 - MOSS) è possibile cambiare il nome di un server tramite il seguente comando ... SharePoint SharePoint 2007
12 mar 2010 Informatica Problema di autenticazione locale su Windows 2008 In SharePoint 2007 (WSS3 - MOSS) installato su Windows Server 2008 Service Pack 1 quando si cerca di accedere a una web application da uno dei front-end usando un FQDN ... Errori Server SharePoint SharePoint 2007 Windows
28 gen 2010 Informatica Caratteri non untilizzabili per i nomi dei file, folder, groups e site in SharePoint 2003 Sia in SharePoint 2003 (WSS2 - Portal) che in 2007 (WSS3 - MOSS) ci sono dei caratteri che non possono essere usati nel nome di una risorsa (file, folder, groups o site). Il seguente articolo Micr ... SharePoint SharePoint 2003 SharePoint 2007
20 gen 2010 Informatica PowerWebPart: Requested registry access is not allowed (SharePoint 2007) L'errore seguente mi è comparso ad un certo punto (forse dopo qualche windows update), in SharePoint 2007 (WSS3 - MOSS) con la Power WebPart 3.0 ed altre feature che usano PowerShell. Errori SharePoint SharePoint 2007
05 gen 2010 Informatica Il valore del filtro non è un valore Sì/No valido (SharePoint) Se con SharePoint 2007 (WSS3 - MOSS), mentre impostate un filtro su un campo di tipo Sì/No sul valore si , vi compare questo messaggio: Il valore del filtro non è un valore Sì/No valido. SharePoint SharePoint 2007
03 nov 2009 Informatica Access Checker - Verifica dei permessi in SharePoint 2007 Con queste query SQL è possibile, interrogando direttamente il data base di SharePoint 2007 (WSS3 - MOSS), sapere dove un utenti e/o gruppo ha accesso (web, liste, cartelle o item) e con quali per ... Database SharePoint SharePoint 2007 SQL SQL Server T-SQL
27 ott 2009 Informatica BDC nascondere il messaggio di default (SharePoint) In SharePoint 2007 (MOSS) la webpart BusinessDataListWebPart dei Business Data Catalog (BDC) in mancanza di item visualizza il messaggio: - Per visualizzare dati in questa web part, immettere valo ... Database SharePoint SharePoint 2007 XML / XSL / XSLT
16 ott 2009 Informatica SharePoint Events Manager Una interessante feature per gestire gli Event Handler di una lista direttamente da SharePoint 2007 (WSS - MOSS) http://www.codeplex.com/speventsmanager In pratica aggiunge una voce di menu per g ... SharePoint SharePoint 2007
22 set 2009 Informatica Do Less. Get More. Develop on SharePoint Un interessante sito su SharePoint 2007 (WSS3 - MOSS) Do Less. Get More. Develop on SharePoint con vari esempi anche in SilverLight, come ad esempio questa MSDN Virtual Lab: Rich Internet... SharePoint SharePoint 2007
17 set 2009 Informatica Come ricavare l'url della display form In SharePoint 2007 (WSS3 - MOSS) è possibile ricavare l'url della display form (quella che visualizza i dati di un item della lista) in questo modo ... C# Object Model SharePoint SharePoint 2007
10 set 2009 Informatica Restore a livello di item, FREE SQL Restore Controller Non l'ho ancora provato, comunque lo segnalo. Questo tool, per SharePoint 2007 (WSS3 - MOSS) permette di fare il restore a livello di item partendo da un Db o un backup SQL Server. Il link è http: ... Database SharePoint SharePoint 2007 SQL Server
10 set 2009 Informatica SharePoint e share di rete (Explorer view) E' possibile accedere ad una document library di SharePoint 2007 (WSS3 - MOSS) come se fosse una cartella di rete, ad esempio: \\sharepoint2007\Documents . Questo è quello che avviene quando... Office SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013 Windows
10 set 2009 Informatica Promemoria link di SharePoint 2007 Un elenco parziale di alcuni link relativi di SharePoint 2007 (WSS3 - MOSS) che posso tornare utili soprattutto quando si customizza fortemente il layout e/o si eliminano o nascondono alcuni link. ... SharePoint SharePoint 2007
10 set 2009 Informatica Alcune webpart gratuite A questa pagina http://www.amrein.com/apps/page.asp?Q=5728 trovate una serie di webpart gratuite per SharePoint 2007 (WSS3 - MOSS). - Free Digital Clock Web Part - Free Daily Dilbert Web Part... SharePoint SharePoint 2007
10 set 2009 Informatica Edit in Datasheet, bug con i campi calcolati (SharePoint) In SharePoint 2007 (WSS3 - MOSS) quando si va in "Edit in Datasheet" su una vista che contiene i campi calcolati, è possibile editare anche il campo calcolato. Questo è un grosso bug in quanto... Database Errori SharePoint SharePoint 2007 SQL SQL Server
31 ago 2009 Informatica PowerShell: Elencare tutte le feature nella cartelle SharePoint Il seguente script PowerShell permette di elencare tutte le directory contenute in ...12\TEMPLATE\FEATURES di SharePoint 2007 (WSS3 - MOSS) visualizzando l'ID della feature, lo scope e il n PowerShell SharePoint SharePoint 2007
26 ago 2009 Informatica Come ottenere la url della document library Pages In SharePoint 2007 (MOSS) la document library, in cui vengono salvate le pagine di publishing, viene nominata in base alla lingua di creazione del sito. Quindi se ho un sito con template inglese ... C# Object Model PowerShell SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013