Mass Editing of Multiple Projects in PWA 13

I am a young padawan to PWA.  
I have several individual projects (59 count) in PWA that have been uploaded/published without any baselines being set; in addition, I need to edit the ownership field on several projects (due to turn over).  I really don't' want to spend the time to
do this project by project.
I am looking for a mass edit solution of some kind.  Any ideas?  Thank you in advance for the help

Hi,
There is no easy way to mass update projects' baseline, unless with powershell scripts.
If your need concern also mass update of custom fields, you can use the
Nearbaseline bulk edit free app which allows you bulk editing custom fields like in an excel sheet.
Hope this helps,
Guillaume Rouyre, MBA, MCP, MCTS |

Similar Messages

  • Mass change Tcode for  status of multiple projects

    Dear All,
    Any SAP Standard t code for mass Status change for multiple Projects
    (like TECO,AALK).
    Thanks.
    Arun

    Hi
    You dont have this option in any STD SAP t.codes, where you can change the status of the projects/WBSE collectively.
    So use this BAPI to Read  the status of Project/WBSE
    BAPI_BUS2001_GET_STATUS   To get both the active system statuses and the user statuses for a project definition
    use this BAPI to Change  the status of Project/WBSE
    BAPI_BUS2001_SET_STATUS
    one system status and one user status  can be revoked each time, and one system status  and one user status  can be set each time for a project definition 
    For Network order status change
    BAPI_BUS2002_SET_STATUS
    Set/Reset Network Status. At the same time, you can revoke one system status and one user status, or set one system status and one user status in a list of activities for the network.
    Thanks
    S.Murali
    Edited by: S. Murali on Jul 24, 2009 3:43 PM

  • VS2013 Community Edition : How to add multiple projects in one solution?

    I am an experienced .Net developer. I am using Visual Studio since 2005.
    Yesterday, I just installed “Visual Studio 2013 Community Edition”. Suddenly I came to know that I can’t add multiple projects to a solution. Even a project does not have
    solution !!
    I had also tried to create a blank Visual Studio solution and then tried to add projects to that solution. But after creation of project, it will not be added to that solution.
    Infact it even doesn’t have solution !!
    How can I add multiple projects to a solution in VS2013 Community Edition?

    Glad to see the problem was resolved. Thank you for sharing the solution here.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Editing Working Days/Non Working Days in the base Project Calendar PWA

    Hello Experts,
    I am attempting to edit working days/non working days in the base project calendar PWA 13. I receive an error message when I attempt to open the base project schedule.
    I click the "edit" button under "Enterprise Calendars" page.  The error message states:
    "This Project Web App feature requires at least Microsoft Internet Explorer 8.0"  (using Chrome)
    Attempting to Opening PWA in I.E. I receive a different error message stating that I need Project Professional installed on my computer and it cannot find the current project.  
    I have Admin rights, I have project pro, and Im able to access any project or function using PWA and Project Pro. Can you tell me what I am missing (detailed steps--kinda new to PWA)
    Thanks so much.  

    If you allow me to jump in, I'd advice you to first open MS Project Pro and then try again.
    Also check that your MS Project Pro URL account do not finish with /default.aspx.
    Finally ensure that your PWA URL is in the trusted site and eventually add it to the compatibility sites.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Should a feature film edited w/FCP be broken into multiple projects?

    I am shooting and editing a HD project. Being fairly new to FCP and having edited only a 5 minute music video, I am trying to determine if I am making a mistake in not considering creating multiple FCP "projects" to complete the 1.5+ hr movie. I am currently compiling (rough editing) multiple sequences in one project. I am not having any major slowdowns or crashes. I realize every situation/computer/project is different but I am not finding a specific answer in my searches through the forums. Any insight, links or information are greatly appreciated. Thank You
    Workflow:Shooting Panasonic HVX 200, 720 native footage, P2 import w/P2CMS, Import Raylight link files to FCP.
    Apple Imac 2.4Ghz Intel Core 2 Duo, FCP 6.03v, Mac OX 10.4.11, Video files on Glyph GT 062 Raid firewire drives.

    It's really a matter of personal choice. You can break it into multiple projects, or just create multiple Sequences in one project.
    This book may help you get/stay organized: http://store.creativecow.net/p/63/gettingorganized_in_final_cutpro
    -DH

  • Project Manager unable to edit project in PWA

    I have a project manager(PMa) who can not edit "Some" projects in the PWA. PMb has had no issues editing projects.
    PMa is a new employee and the account was created in January.  PMb has been a PM since we first implemented Prj Server 2010.
    PMa and PMb have the same permissions set:
    Available Groups:  IT Manager, Porfolio Managers, Project Managers, Resource Managers and team members.  
    The categories are "My Organization"
    None of the templates have "Deny" set for any of the persmissions
    We have 2 servers, a production server and a test server. 
    Production Version:  14.0.6209.1000
    Test Version (Upgraded this morning to SP2):   14.0.7015.1000
    PMa is having the same issues on both servers, and using different computers.
    I am suspecting account corruption, is there a way to verify?  If it is corrupted, how to fix.
    flustrated

    Hi Darcy,
    When you say that PMa cannot edit some projects in PWA:
    does that mean that he can edit the project in MS Project Pro?
    what is the behavior in PWA? Any error message? The "Edit" button is greyed out?
    Have you ask PMa to connect from another machine? Also try to run a delegation session for PMa and check if you can edit the projects from this delegation session.
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • How can I share a *.java source file across multiple projects in NetBeans?

    I'm sure this simple and a pretty common operation but how can I share a *.java source file across multiple projects in NetBeans? Right now I keep cut, coping and pasting the same source file between multiple projects to re-use the same code. But I could I make this source file a library file or something like that so that I could access it from any project. I assume this would be a generic operation but I mentioned NetBeans for clarity. Thanks.

    fiebigc wrote:
    I know I mentioned NetBeans but I'm most interested in the generic method for creating a library of source files that I can call into whatever program I am developing. I've done such a thing in C using header files and such but I'm trying to get a direction on how this is accomplished in Java. I'm sorry if I could edit the title I would. If anyone wants to be specific about NetBeans I welcome that too.
    Edited by: fiebigc on Jun 20, 2008 5:57 PM
    >I know I mentioned NetBeans but I'm most interested in the generic method for creating a library of source files that I can call into whatever program I am developing. I've done such a thing in C using header files and such but I'm trying to get a direction on how this is accomplished in Java. I'm sorry if I could edit the title I would. If anyone wants to be specific about NetBeans I welcome that too.
    Edited by: fiebigc on Jun 20, 2008 5:57 PM
    Create a class library.
    Write your code, compile it to .class files, put those class files in a .jar file and include the jar file in the classpath whenever you want to compile a project against it.

  • What is the concept of multiple projects

    Hi All,
    We have multiple development projects and support as well. Now my problem is say in Project1 we are working on OBJECT1, simultaneously the support team is also working on the same object (which is unknown to us). Now while transporting OBJECT1 as part of Project1 it has a dependent objects of support team, thus resulting in transportation errors and object conflicts. From SAP help I read about the concept of using multiple project assignment in transportation. Can anyone clearly explain what is multiple project concept in terms of transportation.
    One most important thing I would like to know is how, whilst transportation how SAP is identifying the missing object. For example I am trying to transport a request number, but while transporting it has given an error something like object 'XXXX' is missing. Now my question is how SAP is identifying that object 'XXXX' is missing?
    I would really appreciate any useful information.
    Thanks,
    Venkat
    Edited by: putcha venkatesh on Feb 4, 2009 12:14 PM

    Multiple projects in terms of transportation should make it possible to have a better overview of your transports. This way, a transport request can be assigned to a certain project, making it easier for logging purposes.
    During import of the transport request, a check is done on the database (for example if a data element is available) to find out if a certain object is available or not. If not, an error is generated.
    So it would be wise, before releasing the transport, to check if all objects you are using are part of another transport as well and if these transports have already been imported before your transport. Check all possible dependencies. It would be better though, to check this before making use of objects which you haven't created yourself in your development objects.

  • Problems on publishing projects in PWA 2013

    Hi everybody,
    I've got an issue with publishing my projects on pwa 2013.
    At first it seems that everything is in good
    order but after
    we realize that instead of the total
    hours allocated to the milestone is
    equal to 0.
    Then we go
    on the project, we edit it and
    publish it again, ma it appears the following screenshot:
    How can I fix this issue? In my queue Jobs itdoesn't
    appears nothing to indicate the failure to publish.
    Thanks everybody for help.
    Claudia

    Hi Dale,
    I'm sorry to bother you again,but
    you seem very knowledgeable on the subject! :)
    We've installed Service Pack 1 on our Project Server 2013,
    at first it seemed
    to have solved the problembut today it
    has come back again.
    We realized it because the report of TimesheetActualshad less hours than expected
    and we found that this
    difference was due to the non-publication
    of the project.
    Do you have any other ideas??
    Thanks very much
    Claudia

  • How to Edit with Multiple People - HELP

    We used to be a small, 1-guy editing operation. But now we are huge (joke) and have 3 guys doing editing on an ongoing kids program. 
    I need some help with how to effectively edit the same program with 3 different people editing.
    I assume that it's impossible for all 3 editors to edit the same project file simultaneously, right?  That would be ideal as long as each person is working on a different scene, but even then, I'm sure it would introduce all kinds of problems.
    So I'm left pondering the best way to edit one large program (1-hour in final length) between multiple people.  The best method I've come up with to this point is to split my project up into 5 individual PP projects broken down by general scene categories. 
    That way each person can work on the "same" project/episode, but yet be working off of separate files, thus avoiding syncing problems. 
    But this only seems like a bandaide to our situation, especially if we bring on a couple more editors in the future.
    Any suggestions on working on the same project/episode at the same time between multiple people?

    There was a recent thread on similar issues.  I don't have this situation (one man shop), but one aspect of the "import sequences" to a master gets my attention.  I was starting to do this for my own projects (e.g. a season's worth of ball games where you want to do individual gamnes as well as a highlight of the season).  One project for it all gets rather complicated, and it seemed simple to import key sequences into another project.  But...
    A) This is not a dynamic link, but an import.  The whole project (or whole sequence(s) your choice) come in, inside a new bin.  changes in the other sequence are not updated in the master, so you need to be finished in the imported sequence - or be prepared to import again and redo any transition work.
    B) When you import, even though all the clips are from a shared pool, Premiere creates new instances in the imported bin.  Even if you offline and relink (so you don't literally need multiple clips on disk), they are still multiple instances in the bins.  As long as you don't plan on using work on clips in other sequences/projects, it really won't matter.  But, for example, if editor A adds markers to Clip 1 in their project, and you import their project to the master project, Clip 1 in editor B's project imported to the master will not hve the marker set by editor A,
    All logical really, but it limits this as a workaround to making Premiere work as a shared editor.

  • Could I lose work by opening a project from PWA instead of Project?

    Here is the scenario:
    Due to network problems PMs are using autosave to save the project every 15 minutes.
    Project manager1 creates a plan, edits it and publishes the plan from Project Pro.  They close and check in the plan.
    Project manager2 opens the plan, edits it and saves the plan in Project Pro.  Makes lots of changes, but DOESN'T publish the plan.
    Project manager1 reopens the plan for editing in Project Pro FROM PWA, doesn't see any of the changes made by PM2, but continues to edit and save the project every 5 minutes.
    Project manager1 realizes the plan appears different.  Is it?  Did PM1 get the published version from opening from PWA, and by editing and saving that in PWA did they overwrite the changes that PM2 made back over the version in the Draft
    database?
    In the real world, it appears that is what happened.   Luckily the previous draft version was backed up in archive, so we were able to restore that one, and only lose a little work.
    I thought I had seen every way a plan could get mangled, but this was an interesting nuance I would like to understand. 
    For some reason, even though I know that the published version displays on PWA, I thought that if I opened a project from PWA in Project Pro for editing, I would get the draft version by default.  Is that not the case?
    Would love some thoughts from the experts out there...
    Mark E Read Principal Sequence Advisors, Inc.

    Your understanding is correct.  You should open it in Draft (assuming it was in Edit mode).  It's possible that they opened the PDP but forgot to hit Edit - in which case they wouldn't see unpublished changes.
    Andrew Lavinsky [MVP] Blog: http://azlav.umtblog.com Twitter: @alavinsky

  • Best way to save a vi that is used in multiple projects?

      Hello,
    I have an archive of vi's that I use in multiple projects.  As an example, I store all my vi's in a folder called 'Archive'.  When I start a new project, I make a new directory, say 'Proj A', and then I drag copies of the original vi's from 'Archive'  into 'Proj A'.  When I launch Proj A, labview always loads the files from their original location ('Archive') instead of 'Proj A'.
    Is there a better or more proper way?  I heard LV8.0 may take care of this issue.
    Thanks,
    Tony.
    P.S.  I apologize for posting two blank threads a few minutes back.  Can't figure out how to delete them.
    Message Edited by TonyO on 10-13-2005 02:02 PM

    User.lib as mentioned by the others is the way to go if you have no issues reagarding sharing the contents of user.lib across multiple machines. The complications I have seen with this is that if I move an application to my customer's machine and some of the VI's were stored in user.lib the application will not find them unless I thought ahead and pulled out the parts the app needs. I also do not want to give away my entire re-use library everytime I include one of the containded functions.
    If you just want to pull out elements from your collection then templates can be of some use.
    If you need to selectively pull out parts of your archieve for use when required, then a "Tree.VI" can help. A Tree.VI is a VI that contains all of the top level and dynamixally loaded VI's used by the function to operate correctly. By opening the Tree.VI and doing a "Save with options"... single prompt preserve hiarchy... the requred VI's are copied to the new location and saved with the relative paths adjusted to point at the new location. This takes care of the cross linking issues.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Project server 2013 PWA - Can't open project in PWA

    When attempting to open a project in PWA the following message is generated:
    An error occurred while opening your project. Give us a few minutes and try again. If this happens again, contact your administrator.
    It happens in all PWA sites.
    In addition you can open and edit the projects using Project Pro without any problem.
    Any suggestions?

    Can you run the below command in SharePoint Management shell:
    set-spprojectpcssettings -maximumworkerscount 260
    Once done restart the Project Services and then check the behavior.
    Cheers! Happy troubleshooting !!! Dinesh S. Rai - MSFT Enterprise Project Management Please click Mark As Answer; if a post solves your problem or Vote As Helpful if a post has been useful to you. This can be beneficial to other community members reading
    the thread.

  • Exporting multiple projects from FCP timeline hangs

    When rendering multiple projects from Final Cut Pro's timeline through compressor, I get varied results. I am rendering 3 files - Apple Pro Res, MPEG-2 (VBR Highest quality for Blu-Ray), & 48khz AIFF audio file.
    Typically we will set up 3 projects for one night to render overnight (30 minutes to 1 hour for each project). In the morning when we come in compressor will sometimes show up as 90 hours remaining, sometimes it will still be cranking out on the last project with 12 hours remaining. If we leave it going it will eventually finish. However when we shut everything down, reboot computer, start export from timeline and it completes the render in HALF the time compressor stated remaining before we closed it. Each project typically takes 6-8 hours to get all three files (pro res, MPEG-2, AIFF) we allow 18 hours for render.
    Drive space should not be an issue. We have a 5 TB array (typically has 2 TB free for 4 projects), system drive has 350 GB free and the 4 projects rendered out will take up approximately 300 GB. The project reads, and writes to the array for everything.
    Any help on trying to figure out why compressor slows down over time. Once restarting compressor goes as expected.
    Thanks for the help in advance.
    Don
    All software is up to date latest versions of FCP and Compressor.

    This is like an EDL...Edit Decision List.  This basically is a metadata rich document that is used to transfer clip information between systems.  You can export an XML from FCP 7 to FCP 6 so that you can open a sequence, or a project.  Export an XML of the sequence and open that up in Excel to have clip name, reel and timecode information for tracking footage. 
    No media is enclosed in this file.

  • Need a utility to **mass-edit** "TV Show" & "Movie" metadata

    As many of you know, if you import your own videos into iTunes, it always assumes it's a movie instead of a TV show. Yes, you can manually select "TV Show" from the pull-down menu, but that's of little help if you are importing (for example) all 6 seasons of the Highlander TV show that you own on DVD...or, all the Alias seasons.
    I have over 500 TV show episodes (that I *OWN* on DVD) that I've converted into iPod videos and loaded into iTunes. iTunes considers all of these "Movies."
    I can't see why Apppplllle will not allow mass-editing of this metadata field, like it does others, including album, artist, group, etc. If you do a multiple selection and try to edit the metadata, you can't change the metadata for TV Show and Movie.
    Does anyone have an alternative. Lostify requires manually doing each video, which isn't better than iTunes. The same goes for vID_Infiltr8.
    This wasn't a big deal until the new version of iTunes included selections on the left for Movies and TV Shows. Now, all of my own TV Shows always show up as Movies. And, I can't change the Apple-sold TV shows to show up as Movies either, so I can't have all of my TV shows in one place within iTunes.
    This has just got to be a simple coding issue within iTunes. C'mon Aapppllllee, fix it!!!
    12 inch 1.5Ghz Powerbook G4   Mac OS X (10.4.7)  

    I use vidinfiltr8 (I'm pretty sure that's the name of it) I'm @ work just now, on a thinkpad, & behind a pretty evil firewall, so I can't even check.
    its buggy, and it takes some getting used to, but if you've got 2 of the three of the following brains, patience, determination then you should be alright.
    (For me it was brains & determination!)
    I find myself quitting this app after every sucessful re-tag. Meaning I select a bunch of files in finder, chose open with vidInfiltr8, and when I'm done tagging, quit the app.
    Also, unless you change the default behavior, it writes new files instead of overwriting the existing ones. This can be good, because sometimes it crashes mid-write. Can also be annoying if you are tagging files that are already in iTunes.
    HTH, YMMV!

Maybe you are looking for

  • Urget Error while deploying the HFm application in EPMA

    Dear All Please suggest me on the below error while i am deploying the HFM application sencond time system throughs the below error. for this what i have to check ?? Error :The 'Test_YearCon' dimension has been modified since the first successful dep

  • Problem with FM : EDI_PATH_CREATE_MESTYP_DOCNUM

    Hi All, The senario is like : Generating an IDOC though the use of FM : MASTER IDOCDISTRIBUTE Then using XML port and FM   IDOCS_OUTPUT_IN_XML_FORMAT Converting the IDOC to XML file on APP server And finally using TXN CG3Y downloading thte XML file f

  • Save CSV in Unicode

    Hi,  I have the following code: private void button3_Click(object sender, EventArgs e) SaveFileDialog sf = new SaveFileDialog(); sf.Filter = "CSV file (*.csv)|*.csv| All Files (*.*)|*.*"; if (sf.ShowDialog() == DialogResult.OK) string savePath = Path

  • Camera raw and creativecloud

    I have been given a list of apps in creativecloud to download for a workshop. Puzzling thing is camera raw was included in that list by the workshop tutor.I thought camera raw is a plugin.In anycase it's not included in creativecloud. Have emailed th

  • Image printing reverse in Smartforms

    Hi Experts, For some of the countries, the images are printing reversed. Is this printer dependent ? or some thing else. Your help is appreciated. Thank you, Surya