If you are power users for SharePoint and would like to have a nice workflow tool to create your workflow steps and then add logic to it. Well with Visio 2010 premium edition you can do that. Visit the following link for more information.
If you are power users for SharePoint and would like to have a nice workflow tool to create your workflow steps and then add logic to it. Well with Visio 2010 premium edition you can do that. Visit the following link for more information.
Yesterday ran into an issue with two different clients. If you did not run the configuration wizard while you have setup your SharePoint Farm it won’t Configure your State Service. You may see an error like –
โ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.โ
In order to resolve this issue please refer to the technet article or follow these instructions –
ย $serviceApp = New-SPStateServiceApplication -Name “<StateServiceName>”
Where <StateServiceName> is the name for the service application.
New-SPStateServiceDatabase -Name “<StateServiceDatabase>” -ServiceApplication $serviceApp
Where <StateServiceDatabase> is the name of the State Service database to create and associate with the service application.
New-SPStateServiceApplicationProxy -Name “<ApplicationProxyName>” -ServiceApplication $serviceApp -DefaultProxyGroup
Where <ApplicationProxyName> is the name of the application proxy.
The above should get this issue resolved.
Last week I was at a client site upgrading their 2007 environment to 2010 environment. I went the Database attach route. I got all the servers running and the upgrade went through without any issues. I asked them to point the DNS entry to the appropriate server and they should be up and running. I was WRONG.
As soon as they pointed their DNS entry to this new server. Some of the subsites started showing the wrong lists. The contacts list was showing some document library and some lists started giving errors that it does not even have the list. I was totally confused with this and after remoting in I started comparing and found out that the server url address would work but the actual DNS entry would not work. Thats when I started thinking about the Alternate Access Mappings.
So, I looked into Alternate Access Mappings and WALLA. There it was. The URL was still pointing to the server address instead of the Intranet URL. Changed the URL and it started working perfectly. Got all my lists back and everything was working as it was supposed to work.
Got one client happy. Few more to go ๐