Need solution to make changes in existing project sites in Project Server 2010 environment

Dear Folks,
Hope you all are doing good and ready to give a way for this requirement. :)
In project server 2010 environment, I am using InfoPath documents library, Issues, Risks etc in each and every project sites.
Say, after creation of 100 projects/project sites, I have got a requirement to make some changes in the InfoPath document library and in Issues, Risks list, so I have decided to use the following solution which is actually weird:
Make the changes in InfoPath document library, Issues/Risks list for 1 of the project site and save that site as template and associate it with running EPT.
Then, delete the existing project sites (after taking backup) and start recreating it from PWA/Server Settings/ Operational Policies/ Project Sites, so that it will take the latest template. But, seems like it is time taking and handy and actually it's not
working for some of the projects.
Request all of you to provide some solution for this.
Ask more, if my explanation is not clear.
Regards,
Shravan

Hello,
Regarding mass deleting and recreating Project Sites via the PSI, firstly delete the project sites then run the following PowerShell script to bulk create project sites:
https://gallery.technet.microsoft.com/Bulk-create-Server-Sites-784f7b29
I have got a script that bulk deletes projects but this is not published as this could be a dangerous script to run if you did know what to update etc. To give you an idea of how to delete project sites via the PSI see a code snippet below:
$EPMTYGUID = [system.guid]::empty
$projectOwnerID = 'd6a0a720-12ac-e211-93f9-00155d153dd4'
$ProjectList = $svcPSProxy.ReadProjectStatus("$EPMTYGUID","PublishedStore","", "0").Project | format-table proj_uid -hidetableheaders | out-string -stream
foreach ($projectUid in $projectList)
if ($projectUid -ne "")
$projectsforDeletions = $svcPSProxy.ReadProject($projectUid, "PublishedStore").Project | where {$_.projectOwnerID -eq $projectOwnerID} | format-table proj_uid -hidetableheaders | out-string -stream
foreach ($projUid in $projectsforDeletions)
if ($projUid -ne "")
$svcWSSProxy.DeleteWSSSite($projUid)
Write-host 'Project UID for deleted site' $projUID
That particular example deletes the project sites for a particular project owner, you could easily modify that to remove the project owner filter if needed.
Regarding your query about having to delete the project sites to get the changes to take affect, there is no easy option to get the issues and risks list changes to filter though, this would either be manual on each existing site or using code to iterate
through each existing site and apply the changes programmatically. Depending on if you used site collection content types to set up the Issues and Risks lists, it might be simple to add a new column etc. as you could do this centrally and it will cascade
down. If you didn't use content types and or its view changes etc. this is a per site change that can be manual or programmatically done. The same applies to the document library, if this was set up using a site collection content type, the changes can
be modified on the content type and cascaded down. If the library was set up with just a library that used local columns / templates then it will be a per site change - the same as the issues and risks.
The company I work for (CPS) does have a site sync tool that will programmatically update existing sites based on a specified site so I know it is all possible to do in code!
Paul
Paul Mather | Twitter |
http://pwmather.wordpress.com | CPS |
MVP

Similar Messages

  • G'day.  I am using iMovie 11 and need to clear disk space.  How can I do that using an external drive, leaving me the option to go back and make changes or access old events or projects from that external drive?

    G'day.  I am using iMovie 11 and need to clear disk space.  How can I do that using an external drive, leaving me the option to go back and make changes or access old events or projects from that external drive?

    The slightly bigger question is whether you want to move all movie content to the external drive (essentially meaning that drive will always need to be attached when you're working with your videos), or whether you just want to archive older videos off to the external drive.
    If you want to move all videos, then just move the 'Movies' folder in your home directory to the external drive, then create an alias of the external 'Movies' back in to your home directory. Now the 'Movies' icon in your home directory will point to the external drive and everything will just work (as long as the external drive is attached when you launch iMovie)
    If you want to archive older movies then each Movie should have its own subdirectory within your Movies folder. These can easily be moved off to the external drive, and moved back should you ever need to work on those movies again.

  • Hi, I forgot my user password mac 10.9.4 I don't need it to log in but i need it to make changes, etc. It says a password hasn't been set for this account but it still asks for one when i click on the lock icon. can anyone help me? thx!

    Hi, I forgot my user password mac 10.9.4 I don't need it to log in but i need it to make changes, etc. It says a password hasn't been set for this account but it still asks for one when i click on the lock icon. can anyone help me? thx!

    This is a little confusing since you say you have forgotten your password and then the system says you have not entered a password.  Even with an Admin account you must have a password to install software.
    If you are using Mac OS X 10.7 or above, you can change the admin password by restarting holding the Command and R keys, from the menu bar select Utilities, then Terminal.  When the Terminal window opens, at the cursor type exactly:
    resetpassword
    and press Enter.  When the Reset Password window opens, select the internal hard drive, and then the user account.  Type a new password twice, leave the Hint blank, and then Save.  Accept the next dialog that opens, and at the bottom of the Reset Password window agree to resetting the home directory permissions.
    Quit the Reset Password window, go to the apple left side of the menu bar, Restart.
    And you have a new password for your account.

  • How to make changes in Existing SAP form

    How I can make changes in existing SAP form . I want to make changes in delivery form <b>matrix row enable or disable</b>

    Hi Sagar,
       If you want to disable a row, you can close that row using DIAPI.
    HTH
    B.Ravi Shankar
    null

  • How to make change in Issue list across all project sites?

    Hi,
    We all have issue list in our project sites. We need to add some values to some of the columns in that issue list. The requirement is we need these changes to reflect in all the new sites. Also how to make these changes reflect in current existing sites.
    Can anybody suggest a way to achieve this. One thing that i am aware of is creating a new project site template and associating it with EPT but that still not solves the issue for preexisting sites.
    Please help asap.
    Thanks in advance.

    Hi SpWrk
    If you have already created some sites. You would need to apply these changes either Programetically (Powershell or C#) or Manually.
    However, you can take the following approach to avoid this problem in future. (i.e. Your "future" changes will appear in existing sites too). I am writing the procedure breifly but let me know if you need more details on this
    1) Create a content type (e.g. "Project issues" at PWA level)
    2) Associate this content type with the Issues List in your site template as well any existing project sites. Make it a default content type for Issue lists. save your site template
    3) Create all your custom columns in this new Content type (changing OOB issue columns can break your reporting)
    4) Your changes to content type should reflect in future sites as well as existing sites (whereever the content type was appiled)
    Regards
    Hammad Arif EPM Advice Blog

  • Make change to existing EBS r12 form

    Hi All,
    New to form dev. Can anyone offer an explanation or link to documentation that shows how to take an existing EBS r12 form, make changes to it and then push it back to the EBS server.
    I've already looked at OAF with JDev however the forms i need to change also include the type .fbx (fmb) and i've been lead to believe that to create/modify these i need to be using Forms Developer.
    Any advice welcomed.
    Cheers

    Hi,
    you need to pass the Action = 'U' to the FM.
      CALL FUNCTION 'VIEW_MAINTENANCE_CALL'
          EXPORTING
            ACTION      = 'U'
            VIEW_NAME   = 'ZTAB'
          TABLES
            DBA_SELLIST = IT_RANGETAB
          EXCEPTIONS
            CLIENT_REFERENCE                     = 1
            FOREIGN_LOCK                         = 2
            INVALID_ACTION                       = 3
            NO_CLIENTINDEPENDENT_AUTH            = 4
            NO_DATABASE_FUNCTION                 = 5
            NO_EDITOR_FUNCTION                   = 6
            NO_SHOW_AUTH                         = 7
            NO_TVDIR_ENTRY                       = 8
            NO_UPD_AUTH                          = 9
            ONLY_SHOW_ALLOWED                    = 10
            SYSTEM_FAILURE                       = 11
            UNKNOWN_FIELD_IN_DBA_SELLIST         = 12
            VIEW_NOT_FOUND                       = 13
            MAINTENANCE_PROHIBITED               = 14
            OTHERS                               = 15.
        IF SY-SUBRC <> 0.
          MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    Regards
    vijay

  • Why does Firefox needs permission to make changes to my computer?

    Yesterday, when I tried to start up Firefox, a window popped up and asked if I wanted to allow the program (Firefox) to make changes to my computer. It has never asked me that before and ever since yesterday, whenever I click to run it, the same window pops up. It doesn't specify what changes Firefox is making and I just keep clicking "allow." I have Windows 7 and yesterday, I also downloaded Sleep is Death by Jason Rohrer- a simple, small game, but I don't believe it asked me to change anything in Firefox. Can anyone tell me either what the changes are or how to stop Firefox from requesting to make them?
    == This happened ==
    Every time Firefox opened
    == Yesterday

    Check that you do not run Firefox as Administrator.
    Right-click the Firefox desktop shortcut and choose "Properties".
    In the Compatibility tab, make sure that Privilege Level: "Run this program as Administrator" is not selected.
    You also need to check the Properties of the firefox.exe program in the Firefox program directory.
    If you can't make the changes then you need to start Windows Explorer as Administrator.

  • Can iWeb make changes (update) to Web site made with Microsoft Front Page

    Hello,
    Our local historical society hired a web master to create a web site for us. He made it with Microsoft Front Page. I was able to make changes until my husband upgraded to Microsoft Office integral 2007. My question is: Would I be able to continue making changes or upgrades to this site but using iWeb '08 instead? I would much rather use my Mac than his IBM.
    Thanks,
    S Craig

    No. iWeb can only create and edit sites that have been created from scratch in iWeb. What you might be able to do is download the files in the current site and use the image and graphic files to make a duplicate site in iWeb.
    OT

  • Project sites on project server not on PWA

    I am have created Projects and project sub sites on the Project Server however when I open up PWA I am unable to see the projects.  I am new to this and I am wondering if I need to make the projects as a part of a Team Site or what I am missing in order
    to see the projects both ways.  I am not using Microsoft Project at all.  This is Project Server 2013
    Thanks in advance

    HI EuniceW,
    I couldn't exactly understand issue you are facing, but i am assuming that when you are logging-in you are unable to see any data in Project Center? 
    are you able to see project but not project site?
    Do you have right privileges to access PWA? have you tried logging-in as an Administrator? 
    let us know.
    Khurram Jamshed - MBA, PMP, MCTS, MCITP (
    Blog, Twitter, Linkedin )
    If you found this post helpful, please “Vote as Helpful”. If it answered your question, please “Mark as Answer”.

  • Where can I find the web site ID of a project site in Project Server 2010?

    Hi, I need to find the ID of the project site of a project in Project Server 2010 in order to be able to identify that web site in the Sharepoint Content DB (in the reporting DB, in Projects_View appears the URL of the project site but not its web
    site ID). I need to list the documents stored in the project sites of the projects contained in the Project Center inside PWA.
    Thank you very much
    Regards
    Carlos Negroni

    Hi Mahesh:
    Thanks but what I need is to link that ID with the related project in Project Server databases. Anyway I think I'll use the FullURL information to join the tables because that information appears in the Reporting Database of Project Server (although maybe
    it is not the best alternative).
    Regards

  • WhenI make changes to website, published site does not recognize

    Recently I added Pay Pal to my site. Then when I vistied my site I found some of my edited pictures looked as though they had both prior "masks" and current.i.e. oval now looks like oval and square. I even went back and re-ddi the picture edits. They look fine in the edit iweb page, but not the published page.HELP! please.
    Denis

    i wasnt sure to whether to start a new topic or not but i am having the same difficulty. Here is my problem and information. Any help would be brilliant.
    Computer:Macbok Pro, OSX 10.6.8
    iWeb version 3.0.4
    Mobile me
    Everything works perfectly, except one slight glitch when modifying changes in iweb and i publish my saved site to my mobile me hosting (via safari), the published website does not show up like my saved and now published iweb website??
    I contacted mobile me, who said "unfortunately that's not actually a publishing issue. This is going to be more along the lines of your settings within iWeb itself. As a MobileME/iCloud agent, I can only assist you in making sure your website publishes correctly. For assistance with the actual iWeb Application, you will need to contact iWeb support directly."
    This would be fine although i no longer have apple support in my account, so im stuck. Other changes are showing on teh online site? its just one change which is my navigation menu is showing on two lines instead of one as it is on my iweb application. I have had no error messages come through when publishing my site.
    I do not want to re-upload iweb as it works perfectly apart form this, but if it wont change this what will it not change next. Also i have other sites saved on my iweb and i dont want to lose them if u were to install iweb again, not that i'd even know how to.
    Any help would be really appreciated, thanks guys.

  • Need solution for solving TIME_WAIT in TCP/IP ports in Windows Server 2008 Standard Service Pack 2

    In one of our windows machine( OS : Windows Server 2008 Standard (Service Pack 2)-32bit), we are facing TIME_WAIT in all the TCP/IP ports and it is not getting closed.
    On analyzing the issue, we found solution for this from the below link,
    https://support.microsoft.com/en-us/kb/2553549
    In this page, we are able to get the hotfix for Windows Server2008 R2 SP1 but i can't able to get for  Windows Server 2008 Standard SP2(32bit). If we try to apply the hotfix vailable for SP1, it is showing "The update does not apply to your System".
    Kindly provide us the solution for solving TIME_WAIT issue in the machine. 
    OS Details : Microsoft Windows Server 2008 Standard
    Version : 6.0.6002 SP2 Build 6002
    System Type : 32 bit(x86-based PC)
    Awaiting for the response.
    Thank you,
    Pushpalatha.A

    Download correct version from Microsoft Update Catalog. Run it with elevated rights.
    M.

  • A list of files changed for Update Rollup 4 for Exchange Server 2010 Service Pack 3

    Hi.
    Is there a list of files changed for Rollup 4?
    After our RollUp installation, some files in the BIN directory still has the date of 2/5/2013 (SP3, no RollUp4), some has the date of 6/13/2013 (RollUp4)
    Despite RollUp4 looks like to have been installed, Exchange Server still reports it's running "Version 14.3 (Build 123.4)"
    Thanks...

    Hi,
    After you install an update rollup for Exchange 2010, the version of Exchange Server isn't updated to show that the update rollup is installed. This issue occurs because the version number that is displayed by the Exchange Management Console or by other
    administrative mechanisms is obtained from the Exchange Server Object in Active Directory.
    If you want to get the latest version of Exchange server, the article Andy provided is a good way.
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • How to Create a Custom Project Site Template Using Visual Studio

    I know how to make changes and save a site as a template but I need to be able to create a new project site template during deployment to different environments. Trying to have this not be a manual process.

    Hello,
    This article might help:
    http://blogs.msdn.com/b/sambetts/archive/2013/10/17/creating-a-clean-visual-studio-solution-from-a-sharepoint-2013-site-template.aspx
    Start with a default Project Site (create a new site from the Project site template) and save out the WSP then import into VS.
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Manual creation of Project Site for a project is taking old project site template.

    Dear All,
    I have modified the project site and save it as a template to associate it with an EPT so that the modification will reflect in new project sites.
    For existing projects, I am deleting the old project sites (after taking backup) and recreating so that new modifications will be there for existing projects and I am able to do so.
    But, for 1 of the project, when I have deleted the project site and recreated, still it is taking the old template (i.e. new modifications has not been seen).
    Kindly advice in some areas so that I can jump in and around and can find out a solution so that the project site will take modified project template.
    Example to get the issue in an easy way:
    ProjectA:
    Project Site: http://epm/pwa/ProjectA
    Issue List:
    Column: Category [data type as Choice: Cat1, Cat2, Cat3]
    Have saved 1 project site as a template and associated with an EPT with the following changes:
    Column: Category [data type as Choice: Choice1, Choice2, Choice3]
    Then, deleted the project site: http://epm/pwa/ProjectA and recreated.
    So, it should take the modifications in the project site.
    But, it is showing as Column: Category [data type as Choice: Cat1, Cat2, Cat3].
    Regards,
    Shravan

    Dear Guillaume,
    Thanks for your response.
    Please seem my comments inline:
    Which Project Server version do you use?
    PS 2010
    It is working well and as expected for all projects except for 1 specific project?
    Yes. It is working well for other projects except 1 project.
    Has this project something particular?
    Nope. It is similar as other projects.
    How do you proceed to create the new project site? Do you go to the site actions, then new site and pick up your new template?
    First I have modified 1 of the project site and saved that site as a template.
    Then, I have deleted the existing project site (from Project Sites under Operational Policies) and recreated so that project site will gets created from the new template. But, it's not happening.
    Regards,
    Shravan

Maybe you are looking for

  • Personal Hotspot not working between iPad Mini and iPhone 6 Plus

    The personal hotspot function between my iPad Mini and iPhone 5C worked perfectly. I am now using an iPhone 6 Plus with the same iPad Mini and cannot establish a connection at all. Bluetooth and Wifi are enabled on both devices and the iPad says it h

  • How to use custom tag in jsp

    sir plz tell me how to use custom tag in jsp.plz describe it. i will be thankful to u

  • Replay button

    hello, i've got a pretty simple CS3 animation. Just about at the end of the timeline a replay button appears. However, so far I can't get it to work. In the replay button's timeline, I have defined keyframes for up, over and down states. (the button

  • Security Violation on jQuery Ajax Request

    Dear all, I'm new to adobe air. I'm developing with Aptana Web, did include the jquery library and tried an ajax call. Seems to work but I receive an error on the return string,  {"d":"NOK"} - parsererror - Error: Adobe AIR runtime security violation

  • Restored Library from vault- all previews now red question marks

    I just restored my library of referenced images from my vault, and all of my image thumbnails are now showing up as red question marks in Aperture. Is this normal? Will I need to let Aperture reconnect to my image storage drive and re-render previews