Problem:
I have windows server 2008 r2 o/s with SharePoint 2010.
I created a new document in document library using option "New".
While I am trying to save the document using save as dialog box,unable to save it to document library.But instead it is getting saved under my documents folder.
When I try enter the url of my site collection under the file name its giving me error as "PATH DOES NOT EXISTS"
Solution:
We have to enable the "Desktop Experience". Run the following powershell commands and then reboot:
import-module servermanager
add-windowsfeature desktop-experience
Let's Sharepointing together
lundi 21 mars 2011
lundi 28 février 2011
dimanche 27 février 2011
SharePoint 2010 – The form cannot be rendered. This may be due to a misconfiguration of the Microsoft SharePoint Server State Service. For more inform
You may receive this error when trying to publish a page in SharePoint 2010
The form cannot be rendered. This may be due to a misconfiguration of the Microsoft SharePoint Server State Service. For more information, contact your server administrator.
Solution:
You would need to install the ‘State Service’ via the Configuration wizard in Central Administration or via PowerShell.
To configure the State Service by using Windows PowerShell:
1. Click Start, Administrative Tools, Windows PowerShell Modules.
2. In Windows PowerShell, type $serviceApp = New-SPStateServiceApplication -Name “State Service”
3. Create a State Service database and associate it with a service application, by typing New-SPStateServiceDatabase -Name “StateServiceDatabase” -ServiceApplication $serviceApp
4. Create a State Service Application Proxy and associate it with the service application by typing New-SPStateServiceApplicationProxy -Name “State Service” -ServiceApplication $serviceApp -DefaultProxyGroup
The form cannot be rendered. This may be due to a misconfiguration of the Microsoft SharePoint Server State Service. For more information, contact your server administrator.
Solution:
You would need to install the ‘State Service’ via the Configuration wizard in Central Administration or via PowerShell.
To configure the State Service by using Windows PowerShell:
1. Click Start, Administrative Tools, Windows PowerShell Modules.
2. In Windows PowerShell, type $serviceApp = New-SPStateServiceApplication -Name “State Service”
3. Create a State Service database and associate it with a service application, by typing New-SPStateServiceDatabase -Name “StateServiceDatabase” -ServiceApplication $serviceApp
4. Create a State Service Application Proxy and associate it with the service application by typing New-SPStateServiceApplicationProxy -Name “State Service” -ServiceApplication $serviceApp -DefaultProxyGroup
mercredi 23 février 2011
Filtrer une Liste avec le current user dans sharepoint 2010
Bonjour,
Au niveau de ce post je présente le texte affiché au niveau de la page de Création ou Modification d'un affichage dans un site SharePoint 2010 pour vous aider.
Affichez tous les éléments dans cet affichage ou affichez un sous-ensemble des éléments à l’aide de filtres. Pour filtrer sur une colonne en fonction de la date actuelle ou de l’utilisateur actuel du site, tapez [Aujourd’hui] ou [Moi] comme valeur de colonne.
En fait, j'ai voulu filtrer la liste de mes taches par utilisateur courant en utilisant [Moi], le filtre n'a pas fonctionné :(((
J'ai testé alors avec [utilisateur actif] comme on le fait avec SharePoint 2007, et là ça marche :)
Au niveau de ce post je présente le texte affiché au niveau de la page de Création ou Modification d'un affichage dans un site SharePoint 2010 pour vous aider.
Affichez tous les éléments dans cet affichage ou affichez un sous-ensemble des éléments à l’aide de filtres. Pour filtrer sur une colonne en fonction de la date actuelle ou de l’utilisateur actuel du site, tapez [Aujourd’hui] ou [Moi] comme valeur de colonne.
En fait, j'ai voulu filtrer la liste de mes taches par utilisateur courant en utilisant [Moi], le filtre n'a pas fonctionné :(((
J'ai testé alors avec [utilisateur actif] comme on le fait avec SharePoint 2007, et là ça marche :)
Inscription à :
Articles (Atom)