Archive

Posts Tagged ‘Project Server’

#Office2013 reaches RTM #ProjectServer # PS2013 #SharePoint # SP2013

October 12, 2012 Leave a comment
Paul Mather
I am a Project Server and SharePoint consultant but my main focus currently is around Project Server.
I have been working with Project Server for nearly five years since 2007 for a Microsoft Gold Certified Partner in the UK, I have also been awared with the Microsoft Community Contributor Award 2011.
I am also a certified Prince2 Practitioner.

This article has been cross posted from pwmather.wordpress.com (original article)

Quick post to highlight that Office 2013 has reached RTM! For more details see:

http://blogs.office.com/b/office-news/archive/2012/10/11/office-reaches-rtm.aspx

Categories: Paul Mather, Work Tags:

#ProjectServer 2010 Bulk update project site issue #PS2010 #MSProject #SP2010 #SharePoint

October 8, 2012 1 comment
Paul Mather
I am a Project Server and SharePoint consultant but my main focus currently is around Project Server.
I have been working with Project Server for nearly five years since 2007 for a Microsoft Gold Certified Partner in the UK, I have also been awared with the Microsoft Community Contributor Award 2011.
I am also a certified Prince2 Practitioner.

This article has been cross posted from pwmather.wordpress.com (original article)

I had a recent query from a colleague regarding the bulk update project site functionality in Project Server 2010. In this scenario my colleague had taken pre-configured databases from an environment at our offices and restored these 5 databases to the clients production environment. They then created some test projects / updated configuration etc. A test environment was also created for this client, part of this assignment was to rollover production to test, this included running the bulk update project sites functionality to update the test project sites. When looking at the list of previous site path web applications they could not see the clients web application in the list. All that was present were URLs from various test machines from the CPS environment, this can be seen below:

Bulk Update Project Sites:

image

Having seen this myself before but never had the opportunity to investigated it, I decided to look into the issue further.

Firstly I executed the MSP_Web_PWS_ReadProjectSiteBaseURLS stored procedure which I believe is called to populate the drop down menu above. This reads data from the MSP_Web_Applications table and MSP_Projects table.

Project Site Base URLs:

image

As you can see, the SQL output above matches the URLs displayed in the previous path drop down in the first screen shot. Notice 3 different URLs, these PWA databases have been linked to various PWA sites.

I then checked the WSTS Server UID for the project sites in the database, the test site server UID matched the http://vm662 server UID in the MSP_Web_Applications table:

image

I then checked the PWA site collection ID in the connect database:

PWA site ID:

ID: FAB47C15-A360-4AA8-9461-D3A9713200DD

image

So this all linked up as expected but with the incorrect URL, http://vm662 and not the clients server URL. http://vm662 was the VM that was used at the CPS office to create this clients initial config.

I believe the reason for this issue with the URL is that when using the 5 database restore process the PWA site is not recreated. The provisioning process just links to the existing PWA site collection in the restored content database. The URL doesn’t get updated in the MSP_Web_Applications tables as the site ID remains the same so Project Server doesn’t think there is a new URL. If you take only the 4 PWA databases and create a new PWA site, the URL is displayed correctly in the scenario described above. This is just a display issue, all functionality works correctly once the bulk update project site process has run.

Hopefully that will help to explain why you might be experiencing the same issue as seen / described above.

Categories: Paul Mather, Work Tags:

SharePoint 2013 Technical Preview Development Environment

October 8, 2012 1 comment

 

Just a straight copy from the original post here http://blogs.msdn.com/b/uksharepoint/archive/2012/10/05/sharepoint-2013-technical-preview-development-environment-dependencies-versions-downloads.aspx?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+UkSharepoint+%28UK+SharePoint+Team+Blog%29

 

I have worked with various incarnations of pre-release software installed on development machines. Getting the right combination of tools and versions isn’t very straightforward. If you ever wondered which version of Windows Server 2012, Visual Studio 2012, Office Developer Tools and other Add-ons to install (and from where) read on.

Release Previews

RTMs

Cloud ;-)

The obvious golden rule is not to mix RC and RTM versions of Windows Server, Visual Studio and SharePoint Developer Tools. Choose one and then stick to it. And please don’t underestimate the Cloud option. It is great if you want to try out the new Apps model and you are not that keen on setting up the Infrastructure, App domains or have enough HW to run VMs. Everything is set up for you in the cloud!

via Buzz Blog http://paulbuzzblog.wordpress.com/2012/10/08/sharepoint-2013-technical-preview-development-environment/

Chris Stretton
Paul is a an expert SharePoint and Project Server developer and is responsible for designing and implementing custom solutions on client systems using the latest SharePoint and .NET technologies.
Paul has extensive experience with SharePoint systems across all sizes of implementation, ranging from small to large farms and has an excellent understanding of all the elements of SharePoint.

This article has been cross posted from paulbuzzblog.wordpress.com (original article)

#ProjectServer 2010 Resource assignments display issue #PS2010 #SP2010 #PS2013 #SP2013

September 20, 2012 Leave a comment
Paul Mather
I am a Project Server and SharePoint consultant but my main focus currently is around Project Server.
I have been working with Project Server for nearly five years since 2007 for a Microsoft Gold Certified Partner in the UK, I have also been awared with the Microsoft Community Contributor Award 2011.
I am also a certified Prince2 Practitioner.

This article has been cross posted from pwmather.wordpress.com (original article)

Recently I was reminded of a minor issue that I thought I would share with you. While working with a client for a recent migration from Project Server 2007 to Project Server 2010, a query was raised regarding material resources and the resource assignment view in PWA. Material resources show a work and remaining work value with an hours ‘h’ label in 2010, in 2007 this displayed the material resource label. This is only a display issue, the underlying data is still correct in the Reporting database, so your reports will be correct. An example in PWA 2010 can be seen below:

image

I have a material resource named ‘material resource’ (sorry about the poor names used on my test system, I should really use some imagination!), I have assigned this material resource to two tasks, one task has 10 units and the other has 5 units. As you can see from the screen shot above, this displays 10h and 5h rather than 10 material resource and 5 material resource as you would have seen in 2007. Example shown below for PWA 2007:

image

As mentioned the Reporting data is still correct, see the example SQL output below:

image

The assignment work column correctly shows 0 and the assignment material work shows 10 and 5.

This is also an issue with the Project Server 2013 preview.

Just a minor display issue that I thought I would share in case anyone else came across this Smile

Categories: Paul Mather, Work Tags:

Practice makes Perfect Part 7 – Groups and Filters

September 20, 2012 1 comment

Microsoft Project Pro 2013 Preview Full Serial x86 x64In my post Practice makes Perfect Part 3 – Views I explained how you can make your own  view. In that post I promised to also show how you can make your own groups and filters. While I expect a lot of people find this easy or just use the default groups and filters it is still useful for beginners.

I will also take the time to go trough the default filters and groups and might be useful on a daily basis.

And again I will be using the preview version of Project Professional 2013 for this post. This is not the final product and changes may still occur. If you are curios about the new version of Microsoft Project go here and try it out for yourself.

So where can I find groups and filters?

There are actually two ways to use groups and filters in your project. When you are in you project select the view tab.

image

image

The other ways is in your Gantt Chart and go to Task Name and expand it (Dropdown). As you can see in the image below you are able to select Group By and Filters.

image

What groups and filters are there?

There are a lot of built in groups and filters. These are very useful to any Project Manager. Some good groups include: Auto scheduled v. Manually scheduled, Status, Milestones and Complete and Incomplete task. These groups are great way to get the information out of your project plan fast.

Some good filters include: Completed tasks, Critical, Incomplete tasks, Late tasks and Milestones. Like groups this is a great way to filter all the data in your project plan.

Using groups and filters is a timesaver when you are working with big project plans and you have to get to the data you want quickly.

How can I make my own Group?

Go to the view tab and select the groups. Expand it and select “New Group By”.

image

In the next screen you be able to make your group. In the image below I made a easy selection. I will group by milestone to see all the tasks that are milestones. In the order I selected descending to force tasks that are milestones to appear on top. I also have changed the cell background to light blue. Here you also have the ability to show the summary task where the milestones resides just to give you more information. As you can see you also have the ability to group the data by more then one field.

image

Grouping this way will give you this result.

image

As you can see this is a really easy way to group your data really quickly. Making this group took me about 1 minute. And if you are a Project Manager that 1 minute will properly save you 15 minutes if you would have to look for all the milestones in a big project plan. Next how to filter.

How can I make my own Filter?

Making your own filter on the same way you made a group. Go to the view tab and select the filter. Expand it and select “New filter” For this exercise I made a quick filter that filters on my own custom field Progress and show the tasks that equals the value Yellow. This basically filters my project plan on tasks that have a yellow smiley.

image

The image below show the outcome of the filter.

image

Using Groups and Filters is really easy and can save you a lot of time when working with big project plans. Both the group and filter have been made in about 1 minute.

I hope this post demonstrates how to make groups and filters and how easy it is. When working with big project plans and especially custom fields where you don’t have a filter or group for it is a must to know how to do this so you can access your data fast.

This is it for me. In the next post of Practice makes Perfect will be talking about Costs and Budgets in your project plan.

via SpeakingSilent » Robin Kruithof http://speakingsilent.wordpress.com/2012/09/20/practice-makes-perfect-part-7-groups-and-filters/

Robin Kruithof
I am Robin Kruithof. I am working at CXS in the Netherlands as a Microsoft Project Consultant. My passion lies in Project Management and everything in the Project Management domain.

This article has been cross posted from speakingsilent.wordpress.com/ (original article)

Categories: Robin Kruithof, Work Tags:

#ProjectServer and #SharePoint 2010 August 2012 Cumulative Update #PS2010 #SP2010 #MSProject

September 18, 2012 Leave a comment
Paul Mather
I am a Project Server and SharePoint consultant but my main focus currently is around Project Server.
I have been working with Project Server for nearly five years since 2007 for a Microsoft Gold Certified Partner in the UK, I have also been awared with the Microsoft Community Contributor Award 2011.
I am also a certified Prince2 Practitioner.

This article has been cross posted from pwmather.wordpress.com (original article)

The Office 2010 August 2012 Cumulative Updates are now available, please see the links below:

http://support.microsoft.com/kb/2730388

Project Server 2010 Server Roll up package August 2012 CU (Recommended):

http://support.microsoft.com/KB/2687354

Project Server 2010 August 2012 CU (Included in the Server Roll up package):

http://support.microsoft.com/kb/2687390

Project 2010 August 2012 CU:

http://support.microsoft.com/kb/2687386

Remember SP1 is a pre-requisite for the August 2012 CUs.

As always, test these updates on a test environment before deploying to production

Categories: Paul Mather, Work Tags:

SharePoint 2013 certifications

September 17, 2012 Leave a comment

 

Not posted in a while and this is a very short post.

the post here http://jussionsharepoint.com/index.php/2012/09/14/the-definitive-guide-to-sharepoint-2013-certifications/

has an overview of some of the new exams for SharePoint 2013

via Buzz Blog http://paulbuzzblog.wordpress.com/2012/09/17/sharepoint-2013-certifications/

Chris Stretton
Paul is a an expert SharePoint and Project Server developer and is responsible for designing and implementing custom solutions on client systems using the latest SharePoint and .NET technologies.
Paul has extensive experience with SharePoint systems across all sizes of implementation, ranging from small to large farms and has an excellent understanding of all the elements of SharePoint.

This article has been cross posted from paulbuzzblog.wordpress.com (original article)

#ProjectServer optimisations for #SQL Server and #PS2010 databases #SP2010 #MSProject

September 15, 2012 Leave a comment
Paul Mather
I am a Project Server and SharePoint consultant but my main focus currently is around Project Server.
I have been working with Project Server for nearly five years since 2007 for a Microsoft Gold Certified Partner in the UK, I have also been awared with the Microsoft Community Contributor Award 2011.
I am also a certified Prince2 Practitioner.

This article has been cross posted from pwmather.wordpress.com (original article)

A quick blog post to show the recommended SQL Server and database settings for optimal performance of your Project Server environment. See the SQL queries below along with the TechNet documents for reference.

SQL CLR:

sp_configure ‘clr enabled’, 1
go
reconfigure
go
Print ‘CLR Enabled’

http://technet.microsoft.com/en-us/library/ee662108.aspx#section3

SQL Server MAX Degree of Parallelism (Specific for SharePoint 2010):

sp_configure ‘show advanced options’, 1;
GO
RECONFIGURE WITH OVERRIDE;
GO
sp_configure ‘max degree of parallelism’, 1;
GO
RECONFIGURE WITH OVERRIDE;
GO
Print ‘Max degree of parallelism set to 1′

http://technet.microsoft.com/en-us/library/cc298801.aspx#Section6_3

Server-wide default fill factor:

sp_configure ‘show advanced options’, 1;
GO
RECONFIGURE;
GO
sp_configure ‘fill factor’, 70;
GO
RECONFIGURE;
GO
PRINT ‘Default server-wide fill factor set to 70 %, restart the SQL Service’

Auto_Close and Auto_update_statistics_async:

Update the database names for your Project Server PWA databases.

Alter Database VM353_PWA_Archive
Set AUTO_CLOSE OFF, AUTO_UPDATE_STATISTICS_ASYNC ON
Alter Database VM353_PWA_Draft
Set AUTO_CLOSE OFF, AUTO_UPDATE_STATISTICS_ASYNC ON
Alter Database VM353_PWA_Published
Set AUTO_CLOSE OFF, AUTO_UPDATE_STATISTICS_ASYNC ON
Alter Database VM353_PWA_Reporting
Set AUTO_CLOSE OFF, AUTO_UPDATE_STATISTICS_ASYNC ON
PRINT ‘Project Server databases auto close set to off and auto update stats asynchronous set to on ‘

http://technet.microsoft.com/en-us/library/ee662107.aspx

Please note, if copying and pasting the SQL queries from this post you may need to delete and re-enter the apostrophes.

Also remember the database maintenance plans:

Project Server 2010: http://technet.microsoft.com/en-us/library/cc973097.aspx

SharePoint 2010: http://technet.microsoft.com/en-us/library/cc262731.aspx

Categories: Paul Mather, Work Tags:

Practice makes Perfect Part 6 – Team planner

September 12, 2012 Leave a comment

plan-for-future-1 I rarely use team planner in my day to day activities what is a shame as it cool be valuable tool for anyone that regularly works with resources. In this post I will try to explain team planner and how you can use it. I will for instance show how resource leveling works and of course all the other options that are available.

Again I will be using Project Professional 2013 for this post. This is still in the preview version and it is not the final product. If you are curious about Project Professional 2013 you can go here and try it out for yourself.

 

Team planner what is it?

The new feature team planner was added in Project Professional 2010. This feature lets you plan your tasks for resources in a kind of roster. It is also great to spot over allocations and resolving these over allocations. As you can see in the image below you can see that Molly Dempsey is over allocated because she has to do two tasks at once.

image

Team planner here allows you to move your tasks to solve this over allocation. In this case above you have two options. 1. Reschedule your task or 2. Assign the task to someone else, and this is easy, you can just drag and drop the task.

Within team planner you have also the ability to use resource leveling. Resource leveling does exactly how it sounds. It will automatically solve (reschedule tasks) the over allocations you have your project. While this sounds cool I should also warn you that I might not always does what you want to do. Treat carefully when using this feature. As you can see in the image below I leveled the resource Molly Dempsey. imageMicrosoft Project will automatically solve the over allocation by placing one task behind the other. This solved the over allocation. However some tasks that have dependencies have been delayed. Like I said be carefully as this will not always do what you want it to do. This is mostly because of dependencies and constraints of a task you didn’t think about.

Always carefully inspect what Microsoft Project has done to your project. A good way to do this is set a baseline before you level. It is a great way to keep track of the changes made in your project. If you don’t know how to make a baseline and use it here is a early post I have made about baselines. Practice makes Perfect Part 2 – Baseline

image

You have four options when using resource leveling. Level resource will level the selected resource. Level All will level all of your resources in your project. Luckily you have the option to use Clear Leveling if you don’t like what leveling did to your project. Then you also have the ability to play around with the Leveling Options. I am not going to highlight these options here as they are pretty straight forward. Just look at them and play around with some settings.

There are some more things you can do with team planner like adding a note to a resource, great for reminding you what you did with a particular resources. You see check the information of the resource and you can even create a new resource in the team planner view.

The last thing I want to talk about is the details view. I recommend you turn this on all the time. This will give you all the information on the selected resource like what the resource is working ect. This information can be really useful when rescheduling tasks.

I hope this will give you a bit more insight in what you are able to do with the team planner feature and how you can use it when you want to handle over allocations in your project plan.

Up next in the Practice makes Perfect series – Groups and Filters.

via SpeakingSilent » Robin Kruithof http://speakingsilent.wordpress.com/2012/09/12/practice-makes-perfect-part-6-team-planner/

Robin Kruithof
I am Robin Kruithof. I am working at CXS in the Netherlands as a Microsoft Project Consultant. My passion lies in Project Management and everything in the Project Management domain.

This article has been cross posted from speakingsilent.wordpress.com/ (original article)

Categories: Robin Kruithof, Work Tags:

Project Online – The Timeline in Project Web Access

September 4, 2012 Leave a comment

2055.clip_image003_5D2260A7

With the Project Preview that started in July I had the time to test out Project Online. For people that do not know what Project Online is, it is basically Project Server 2013 in the cloud.

Previously made a post about the Project Professional Timeline and how you can use it. That post you can find here and this post is a little addition as Project Online has the Timeline in Project Web Access. I personally really like this addition to Project Web Access as it gives you a nice graphical presentation of your project. However there is a little more in Project Online.

Project Online is still in the preview version this is not the final product so changes can still be made.

So what is it?

Next to the normal functionality of the timeline what is now available in Project Web Access you have the added ability to add projects to the timeline. This enables you to make a graphical presentation of all your projects over time or just a subset of your projects whatever you prefer. So you are basically able to make your own Project Calendar pretty neat right?

So how does it work?

The timeline view in Project Web Access work the same as it does in Project Professional. Go to your project and select the task you want to add to the timeline.

image

Click add to timeline and you are done. From here you have the options to give them any color you want, make callout tasks and so on.

image

How can I do this for Projects?

When you are in project center you can select a project and in your projects menu you can select add project. If you want you can even add tasks to that view from a selected project.

image

When your done adding your projects to the timeline you can create something like this.

image

Pretty cool I would say. With just a few mouse clicks you can make a graphical presentation of your entire portfolio. If you click on a specific project in the timeline you can even open de project directly from the there.

Microsoft really tried to make Project Web Access as good as it can get. All these little features really make it easy for a project manager to do most of his work just from his browser.

via SpeakingSilent » Robin Kruithof http://speakingsilent.wordpress.com/2012/09/04/project-online-the-timeline-in-project-web-access/

Robin Kruithof
I am Robin Kruithof. I am working at CXS in the Netherlands as a Microsoft Project Consultant. My passion lies in Project Management and everything in the Project Management domain.

This article has been cross posted from speakingsilent.wordpress.com/ (original article)

Categories: Robin Kruithof, Work Tags:
Design a site like this with WordPress.com
Get started