PC319 A B C A B C A A A.

Slides:



Advertisements
Similar presentations
Upgrading to SharePoint 2010 JUNE 2010 SANSPUG.ORG MEETING CHRIS GIVENS.
Advertisements

Philadelphia Area SharePoint User Group January 30, 2013 Chris Mann RJB Technical Consulting

Database Engine Management tools Connectivity comp SQL Server Agent.
Upgrading to SharePoint Who, When & Why Considerations: Good candidates for upgrade You need certain 2010 features You have not done significant*
 One of the global leading companies in providing products, systems and services to construction professionals  Founded in 1941 in Schaan, Liechtenstein.
5 Sole Supplier of U.S. Navy Aircraft Carriers One of Two Builders Constructing Virginia Class Nuclear Submarines Exclusive Provider of Refueling.
Task NameDurationGUIDBaseline Start This is the Task Name2 days90F44E39-646D-4A22-A991-65B NA This is another.

Welcome to the Minnesota SharePoint User Group November 11 th, 2009 Prepare for SharePoint 2010 Wes Preston, Brian Caauwe Meeting.
Welcome to the Minnesota SharePoint User Group November 11 th, 2009 SharePoint 2010 Administration Wes Preston, Brian Caauwe.
JourneyTEAM - – Tales From The Field: 2010 to 2013 Upgrade Horror Stories and How to Avoid Creating a Horror of Your Own.
PC222 © IOZ AG What Design? Visio Shapes Data Graphics Custom Shapes Images Clipart CAD SVG … What Data? SharePoint Excel SQL … What.
Contoso Iris Carr Owner Amelia Wade Lead BA Joseph Pettis BA Melvin McDowell Lead Client Developer Martha Ramirez Developer Toni Hunt Developer.
PC276 MONITOR PMO Initiating Processes Closing Processes.
Timelines, Visio, Visio Services, Excel, Excel Services, Project Desktop, OData, PerformancePoint, Business Connectivity Services, Power View, REST,
Real LifeSimulation Risk HighLow Why Use Simulation? Natural next step in the Portfolio Management Maturity Model.
Installation Requirement Will coexist on the same farm with Will NOT work with Project Server 2013 SharePoint Server 2013 Enterprise SharePoint.
1.Baseline1 = Q1 Snapshot across all projects 2.Baseline2 = Q2 Snapshot across all projects 3.Baseline3 = Q3 Snapshot across all.
Tim Runcie, PMP, MCP, MCTS, MVP Chetan Patel, PMP, MCP, MCTS.
Business Intelligence infrastructure deep dive in Project Online and Project Server 2013 PC329.
People Processes Knowledge Best Practices & Techniques Outputs Portfolio ProgramProject VisionMissionStrategyMarket Business Results.
35% 92% 46% 1.37 of IT spend is associated with running and evolving applications of the total application spend is dedicated to maintaining applications.
25 years of PPM leadership 100% implementation success rate UMT Customer Presentations at PC CONSULTING EXCELLENCE Partner of the Year in PPM More.
Ready to play some football? Tools Devices Ad-hoc Team collaboration Communication Artifact management Semi-Formal SOME Methodologies and processes.
ParentChild SoC PlanRuleSubPlan/sRule SoC Name (Project Level Custom Field) Project Level custom field MUST contain SoC Name Task SoC.
Lync 2010 (Optional) Project Professional Windows 7 or 8 TechNet IE8 or latest version of Firefox, Chrome or Safari Exchange Server.
San Diego SPUG -
@floydinnovation Program Overview A framework for the business process and technology to automate it Based on Microsoft’s internal, partner and.
Focus6 Founded Subsidiaries in Africa & Austria Managed by its owners (no venture capital) 2011 Subsidiary Switzerland 2010 approx. 130 employees.
Update your servers to service pack 2. Ensure that the environment is fully functioning. Migrate to 64 bit servers is necessary. REVIEW UPGRADE BEST PRACTICES.
PC214 San Diego SPUG -
Includes 10 user licenses and is good for 3 months! Self-starter? Join How to get started with Project Online and Project Pro for Office 365 Get more.
Mike McLean Senior Program Manager #pc253 #projconf
PC317 Prasanna Adavi PMP, MCTS, MCITP, MCT Sr. EPM Consultant EPMA Inc. prasannaadavi
JourneyTEAM - – Tales From The Field: 2010 to 2013 Upgrade Horror Stories and How to Avoid Creating a Horror of Your Own.
AGCO Corporation Overview Why PPM and Why Microsoft? Implementation Approach Next Steps and Expanding Outside of IT.
Module 12 Installing and Upgrading to SharePoint 2010.
Module 11 : Backup and Restore Jong S. Bok
PC232 Joined Project in 2010 Team owns virtually all client UI and data access.
Microsoft Project Online: Access to a central instance of Microsoft Project Server 2013 and SharePoint 2013 Connect directly with the preferred.

SharePoint 2010 Development Environment A Guide to Setup SharePoint 2010 Development Environment on Windows 7 Machine.
© 2011 PLANET TECHNOLOGIES, INC. Upgrading Your SharePoint and SQL Environments Patrick Curran, MCT SEPTEMBER 22, 2012.
One Two Three Four.
7/26 Project Server UMT 360 Project Server UMT 360 Project Server.
Microsoft Project Conference 2014
Is management going to wait for perfection to understand when/what can be done? Are we going to be able to develop people that well? How will that.
Chicago Detroit Toronto Seattle New York San Francisco Los Angeles Denver London Berlin Paris Cologne Hong Kong Singapore Brisbane Sydney Canberra.
Introduction Defining the Vision Hitchhiker's Guide to Demand Management in Project Server wlink/p/?LinkId=
Office Store or App Catalog Web server App manifest XML Web page HTML + JS + =
CS Task BoardCS Risk Matrix CS Milestone Trend Analysis CS Multi Project Editor.
Enabling users to be productive, responsibly Finding the right balance Devices & Experiences Users Want Applications and data across devices, anywhere.
CS Task BoardCS Risk Matrix CS Milestone Trend Analysis CS Multi Project Editor.
PC254 Team Members Project LiteWeb Report Status, Access Project Sites Project Managers Project Online + Project Pro Web & Client Create & Update.
Don’t manage projects No PMPs No time for Timesheets Can not expose Cost Rates Can not expose Staffing Plan.
Focus11 CS Task BoardCS Risk Matrix CS Milestone Trend Analysis CS Multi Project Editor.
PC233 Prasanna Adavi PMP, MCTS, MCITP, MCT Sr. EPM Consultant EPMA Inc. prasannaadavi
Things We Think We Know* Stupid Organizations Structures for Success *(But Don’t)
Implemented Project Server 2007, 2010 and 2013 EPMABlog.com LinkedIn:
Inspirirani ljudima. Ugasite mobitele. Hvala. Dražen Pavković Premier Field Engineer Microsoft Migracija na SharePoint 2013.
Dive into Microsoft SharePoint Server 2016 Upgrade and Migration
Timesheets and Statusing in Project 2013
Common Security Mistakes
Real Microsoft Exam Dumps Questions Answers PDF Dumps4Download.us
Migration to SharePoint 2013
SharePoint 2019 Changes Point of View.
Microsoft Project Conference 2014
Microsoft Project Conference 2014
Microsoft Project Conference 2014
Presentation transcript:

PC319

A B C

A

B

C

A

A

A

A

B

C

Step # DescriptionPowerShell cmdlet 1Check the SharePoint content database that contains your Project Site data for errors that can cause upgrade to fail. Test-SPContentDatabase 2Attach and Upgrade the SharePoint Content Database.Mount-SPContentDatabase 3Add your account as a secondary owner of the PWA site collection that you want to upgrade. Set-SPSite 4If you are migrating Project Server 2010 users who were using Windows Classic authentication over to claims-based authentication when upgrading to Project Server 2013, you will need to run the following Windows PowerShell cmdlet. If this is not done, your users will not be able to log on to Project Web App after upgrade. (Get-SPWebApplication ).migrateUsers($true) 5Run a health check on the PWA site collection to view upgrade warning information. Test-SPSite 6Upgrade the Project Web App site from SharePoint 2010 mode.Upgrade-SPSite

Step # PowerShell cmdlet (summary) PowerShell cmdlet (Format) 1Test- SPContentDatabase Test-SPContentDatabase –Name –WebApplication -ServerInstance 2Mount- SPContentDatabase Mount-SPContentDatabase –Name –WebApplication - DatabaseServer -NoB2BSiteUpgrade 3Set-SPSiteSet–SPSite -Identity -SecondaryOwnerAlias 4(Get-SPWebApplication ).migrat eUsers($true) 5Test-SPSiteTest–SPSite –Identity 6Upgrade-SPSiteUpgrade–SPSite –Identity –versionupgrade

ParameterDescription –WebApplicationSpecifies the SharePoint web application that you created for the Project Service Application. The type must be a valid GUID, in the form ab-cdef bcdefgh; or a valid name of SharePoint web application (for example, MyOfficeApp1); or an instance of a valid SPWebApplication object. -DbserverSpecifies the instance of the database service on which the databases are located. The type must be a valid GUID, such as ab-cdef bcdefgh; a valid name of a SQL Server instance (for example, DBSvrInstance1); or an instance of a valid SPDatabaseServiceInstance object. -ArchiveDbnameThe name of the ProjectServer2010_Archive_Database that you restored on SQL Server. -DraftDbnameThe name of the ProjectServer2010_Draft_Database that you restored on SQL Server. -PublishedDbnameThe name of the ProjectServer2010_Published_Database that you restored on SQL Server. -ReportingDbnameThe name of the ProjectServer2010_Reporting_Database that you restored on SQL Server. -ProjectServiceDbnameThe name that you want to call the Project Server 2013 Project Web App database.

ParameterDescription –NameThe name of the Project Web App database to mount or create -DatabaseServerThe name of the instance of SQL Server where the database is located. -WebApplicationThe web application that the Project Web App database will mount to.

ParameterDescription –NameSpecifies the name of your Project Web App database. –WebInstanceSpecifies the SharePoint web application that the Project Web App database is associated with. -DatabaseserverSpecifies the instance of the database service on which the Project Web App database is located. The type must be a valid GUID, such as ab-cdef bcdefgh; a valid name of a SQL Server instance (for example, DBSvrInstance1); or an instance of a valid SPDatabaseServiceInstance object.

ParameterDescription -NameSpecifies the name of your Project Web App database. –WebApplicationSpecifies the SharePoint web application you created for the Project Service Application. The type must be a valid GUID, in the form ab-cdef bcdefgh; or a valid name of SharePoint web application (for example, MyOfficeApp1); or an instance of a valid SPWebApplication object. -DatabaseServerThe type must be a valid GUID, such as ab-cdef bcdefgh; a valid name of a SQL Server instance (for example, DBSvrInstance1); or an instance of a valid SPDatabaseServiceInstance object.

ParameterDescription -DatabaseNameSpecifies the name of your Project Web App database. –SiteCollectionSpecifies the site collection you created for the Project Service Application. -DatabaseServerSpecifies the instance of the database service on which the Project Web App database is located. The type must be a valid GUID, such as ab-cdef bcdefgh; a valid name of a SQL Server instance (for example, DBSvrInstance1); or an instance of a valid SPDatabaseServiceInstance object.

ParameterDescription -IdentitySpecifies the URL of the Project Web App instance.

ParameterDescription -IdentitySpecifies the URL of the Project Web App instance.

ParameterDescription -Identitypwasite is the name of the installed SharePoint feature being enabled -URLSpecifies the URL of the Project Web App site collection.

Remember to stop by Sensei Booth #407 to say hi and pickup your free Reference Card

MyPC fill out evaluations & win prizes! Fill out session evaluations by logging into MyPC on your laptop or mobile device. Evaluation prizes daily! Claim your prize at the Registration Desk on Level 1. After the event, over 100 hours of resources; including all of the PPT decks and session videos will be available.