Does the "The Project Owner has the same RBS value as the User" dynamic category rule include Status Managers?

I tested the following scenario in Project Server 2010 and 2013:
Assume you have three users: User1, User2, and User3.
User1 has RBS value Org.UnitA
User2 and User3 both have RBS value Org.UnitB
User3 belongs to a group that gets permissions to view projects from a category with "The Project Owner has the same RBS value as the User" setting enabled.
User2 creates ProjectABC and by default becomes the project Owner. User2 creates a task in the project, and by default becomes the Status Manager of the task.
User2 then changes the project owner to User1 and republishes the project. User2 remains the Status Manager in the project task.
User3 can still see ProjectABC. Apparently this is because User2, who has the same RBS value as User3, is still a Status Manager of project tasks.
If I change User2 RBS value to Org.UnitA, then User3 can no longer see ProjectABC. Note that User2 is not the project Owner at this stage, but the change in User2's RBS still affects the visibility of the project.
It seems to me that in "The Project Owner has the same RBS value as the User" dynamic category rule, the "Owner" should be "Owner or Status Manager".
Is this a bug or by design?

Hi Barbara,
Thanks for going through the trouble of reproducing the behaviour. It's interesting to know that Effective Rights in Project Online displays different results.
The system in which I tested this scenario is updated with the December CU, so I'm guessing you'll still get the same result after updating your environment.
In my usage scenario, a user needs to create projects on behalf of other users, and then change the Owner. Unfortunately this doesn't change the Status Manager of tasks, and consequently the visibility of the project is not what was expected.
The user who creates the project can change the Owner, but can't change the Status Manager. The new owner would have to open the project for editing in Project Pro, change the Status Manager value of every task, and republish. Precisely the sort of extra
work that the users want to avoid.
Using delegation might be a workaround, but opens up a whole new can of worms in terms of information security. It's unfortunate that the "The Project Owner has the same RBS value as the User" setting doesn't do what it says, but potentially
opens up visibility of projects to a wider audience than intended.

Similar Messages

  • I am aware that the iPod Touch 5g has no official date yet, on the site it only says: Available to ship: October. But, does anyone know what a possible, date for the iPod to be released? :)

    I am aware that the iPod Touch 5g has no official date yet, on the site it only says: Available to ship: October. But, does anyone know what a possible, date for the iPod to be released? :)

    Well, I recently checked apple.com, and the "pre-order" button has been replaced with the "buy now" button. This is a very good sign that the iPods will begin to ship soon! There is still no exact date, but I expect that they will ship within the next 3 days. You should get an email when they have shipped.
    Take care!
    -59Ballons

  • Ipad 3rd gen shows blank screen when connecting to projector via HDMI AV adapter.  I have an ipad 2 that works perfectly.  Projector is a Dukane ImagePro 8106HA.  Only difference I see is that the ipad 3 owner has not updated to IOS 6. Any thoughts?

    Ipad 3rd gen shows blank screen when connecting to projector via HDMI AV adapter.  I have an ipad 2 that works perfectly.  Projector is a Dukane ImagePro 8106HA.  Only difference I see is that the ipad 3 owner has not updated to IOS 6. Any thoughts?

    Ipad 3rd gen shows blank screen when connecting to projector via HDMI AV adapter.  I have an ipad 2 that works perfectly.  Projector is a Dukane ImagePro 8106HA.  Only difference I see is that the ipad 3 owner has not updated to IOS 6. Any thoughts?

  • After the new project by importing PPT release, how to achieve the release of the demo mode SWF, but not now only Click to continue?

    After the new project by importing PPT release, how to achieve the release of the demo mode SWF, but not now only Click to continue?
    Note:Captivate 5.5
    Thks

    通过导入PPT新建的项目发布后,如何实现发布演示模式的SWF(自动播放),而不是交互模式的SWF(只能点击才能继续)?

  • HT4539 I just purchased a "Bag of Gems" for $9.99 in "Clash of Clans".  The purchase did not download.  I checked my account and the $9.99 transaction has posted already.  I did the advise from  Apple Support to do software update and still nothing.

    I just purchased a "Bag of Gems" for $9.99 in "Clash of Clans".  The purchase did not download.  I checked my account and the $9.99 transaction has posted already.  I did the advise from  Apple Support to do software update and still nothing.

    Check restrictions.     Settings > General > Restrictions

  • Why isn't my device showing up on either the sidebar or upper right hand corner of the screen? This has only occurred after updating to the new ITunes update?

    Why isn't my device showing up on either the sidebar or upper right hand corner of the screen? This has only occurred after updating to the new ITunes update?

    See
    iOS: Device not recognized in iTunes for Windows
    - I would start with
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or               
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    However, after your remove the Apple software components also remove the iCloud Control Panel via Windows Programs and Featurs appin the Window Control Panel. Then reinstall all the Apple software components
    - New cable and different USB port
    - Run this and see if the results help with determine the cause
    iTunes for Windows: Device Sync Tests

  • I connected my laptop to the tv and it has worked before. this time only the laptop flashes the blue screen and the tv is saying no signal. when i tried to check the dispaly arrangement it says this:The Arrangement tab of Displays preferences is hidden

    i connected my laptop to the tv and it has worked before. this time only the laptop flashes the blue screen and the tv is saying no signal. when i tried to check the dispaly arrangement it says this:The Arrangement tab of Displays preferences is hidden because you only have a single display attached to this computer.

    It is not properly connected to the network.
    Make sure location is set correctly
    DNS should be on auto (settings - general - network)
    Try ethernet
    Signal strength on device won't account for issues, you would need a network report from istumbler, netstumbler or similar. This will show accurate signal strength along with noise and nearby networks

  • Need an IF condition, if Prod No has multiple same STCTS values

    Hi,
    I need to write the logic like below :
    loop at t_final into wa_final.
    If PRVSY(Product Number) has multiple same STCTS values
    if wa_final-datab > sydatum.
    clear wa_final-stcts.
    delete t_final where stcts is initial.
    endif.
    endif.
    endloop.  
    For ex: prod number is and STCTS values are
                         1234                                        ABC
                                                                        ABC
                                                                        ABC
                         1222                                         GH
                                                                         GH
                         1211                                         AS
    My logic should only apply for the product number 1234 and 1222
    Can you suggest any If condition or any way to implimet this logic..
    Any suggestions will be apprecaited!
    Edited by: Kittu on Feb 18, 2009 3:42 PM
    Edited by: Kittu on Feb 18, 2009 3:44 PM

    Hi Max,
    Very Gm........
    Thank you for your quick response!
    Here we also need to check with the product number.
    Becasue, there can be same STCTS value for other Product number and it should be allowed. 
    Ex : 
              1234 and STCTS values are ABC
                                                      ABC
                                                      ABC
                                                      ABC
                1222                                GH
                                                       GH
                 1211                               ABC
    Any suggestions will be aprrecaited!
    Regards,
    Kittu

  • Connected wirelessly to Canon printer MX340. Duplex printing option is grayed out for me but not on my daughter's non-Mac laptop or husband's PC which is connected to the printer. Mine has two-sided option available at the Apple store. Any ideas?

    We use a Canon MX340 series printer/fax/scanner. My husband has his PC hooked to it and my daughter prints wirelessly from it with no problem with her non-Mac laptop. I have trouble printing. Often it does not print and I have to delete the job from the queue. Other times it will print OK but two-sided printing is always grayed out in my printing options. When I took it to the Apple store and printed on their network (selecting their printer) the two-sided option was available. Makes me think the printer is set up wrong, but I am not certain. A fw times at home when trying to print I got an error message about incompatible fonts, but it printed anyway after deleting the job and starting over. Does anyone have any ideas? Thanks

    OK, just an update.
    Two years into this, I still find I can only do full duplex printing by using Windows XP running inside of VMWare. I've had occasional, ephemeral luck with duplex printing, but nothing long lasting.
    I've tried this in Tiger and Leopard (now at 10.5.6), and I've had this issue with Canon printers MP780 iP4300 and MP610, direct connected to my Core2Duo 17" MBP. I also have this issue when printing over a network, but that's a much harder problem to solve.
    Currently, this is my #1 most pressing issue for my Mac, because not being able to print from a computer when you print a lot is a really big drag, and using VMWare all the time is also a really big drag. Other people posting seem to be able to print in Duplex using the very same printers. What could be wrong with my MBP? I see the duplex box option, but most of the time it's grayed out as if my printer doesn't support duplex.
    I've tried direct selecting printer drivers from the system preferences, but nothing seems to have an effect. And this is off of a clean Leopard install.
    My wife now has similar problems with her new MBP - the Canon print drivers (CUSP & non CUSP) aren't allowing the Duplex box to be checked.
    I am willing to pay good money to anyone who thinks they can fix this problem.
    Thank you,
    - Jeff

  • I have been using Find my iPhone for over a year to keep track of my 12 year old daughter occasionally.  All of a sudden when I click on the app icon it asks me to log in.  This has not been the case.  It has always remained logged in in the past.  W

    I have been using find my iPhone on my iPhone 4s for the past year.  I will look at it occasionally to keep track of my 12 year old.  All of a sudden I have to log in every time I click on the app.  I have always remained logged in in the past.. I upgraded to IOS 8 today thinking that might fix it.  It has not.

    adkennon wrote:
    And maybe you don't talk to too many people but I've been on many forums on different websites where people have had similar problems and a lot of people in the store were having battery problems where they were draining too fast. What I learned is that all the people who did not download the updates are good. There phone is working the same. The people who have, they're having battery problems
    I have downloaded every update and my battery life is better than any previous iPhone I have ever owned. I see posts from hundreds of people every day, and this is not a commonly reported problem. While there are a few random reports of battery problems, it is no more than I have seen for any other model or any other version of iOS in almost 8 years. Usually problems of rapid battery drain can be traced to bad apps (FaceBook is the worst offender) or corrupt data being synced from iCloud or other sources (gmail, Windows Live, Yahoo, etc).
    The simple test is to restore the phone as New. Do not create any email accounts. Do not install any apps. Do not enable FaceTime or iMessage. Do not enable Twitter or any other social networking app. Use it for a day and check the battery usage. You will find that it is working well.
    And also see this: http://www.overthought.org/blog/2014/the-ultimate-guide-to-solving-ios-battery-d rain. It is the best treatise I have seen on the subject of battery usage.

  • Get the two rows of customer with same amount value within consecutive year

    Hi,
    Below are sample data, what I would like to do is pull the customer along with their two finance details that have the same amount within the two consecutive year. Please note that there are many customers and not all customers are have these criteria, so the query should not include those customers.
    Like in my sample data the result should be:
    (first row)
    165321 John King Magazine 01/03/2007 30/03/2011 10/02/2009 180.00
    (second row)
    165321 John King Magazine     01/03/2007 30/03/2011 06/12/2008     180.00
    Customer Table:
    ID     Name Product     Start Delivery     End Delivery
    165321     John King     Magazine     01/03/2007     30/03/2011
    165322     Bryan Lee     Magazine     15/04/2002     30/04/2011
    Finance Table:
    ID          Invoice Date     USD Amount     
    165321          10/02/2009     180.00
    165321          10/02/2009     120.00
    165321          06/12/2008     180.00
    165321          20/05/2007     99.00
    165321          12/03/2007     150.00
    165321          07/03/2007     180.00
    165322          01/01/2003     124.00
    165322          30/05/2002     160.00
    165322          20/04/2002     99.00
    Thank you..

    Hi,
    Depending on your exact requirements, you can do something like this:
    WITH     got_this_yr     AS
         SELECT    id
         ,       MIN (invoice_date)               AS invoice_date
         ,       usd_amount
         ,       EXTRACT (YEAR FROM invoice_date)     AS this_yr
         FROM       finance
    --     WHERE       ...     -- any filtering goes here
         GROUP BY  id
         ,            usd_amount
         ,       EXTRACT (YEAR FROM invoice_date)
    ,     got_neighbor_values     AS
         SELECT     id
         ,     invoice_date
         ,     usd_amount
         ,     this_yr
         ,     LAG (this_year)  OVER ( PARTITION BY  id
                                    ,           usd_amount
                                ORDER BY      this_year
                              )           AS prev_year     
         ,     LEAD(this_year)  OVER ( PARTITION BY  id
                                    ,           usd_amount
                                ORDER BY      this_year
                              )           AS next_year
         FROM     got_this_yr
    SELECT       n.id
    ,       c.name
    ,       c.product
    ,       c.start_delivery
    ,       c.end_delivery
    ,       n.invoice_date
    ,       n.usd_amount
    FROM       got_neighbor_values     n
    JOIN       customer          c  ON     c.id     = n.id
    WHERE       n.this_year     IN ( n.prev_year + 1
                        , n.next_year - 1
    ORDER BY  n.id
    ,            n.usd_amount
    ,       n.invoice_date
    ;If you'd care to post CREATE TABLE and INSERT statements for the sample data, then I could test this.
    This used the analytic LAG and LEAD functions to find the previous and next years when the same amount occurred with the same id. Since we want to use this value in a WHERE clause, it has to be computed in a sub-query (got_neighbor_vlues) first; analytic functions are always computed after the WHERRE clause is applied.
    In the case of the very first year, LAG will return NULL, and in the case of the very last year, LEAD will return NULL. That's okay for our purposes; we just need something such that the WHERE clause of the main query will be TRUE if and only if one of the adjacent rows was a consecutive year.
    Why don't you want a row for 2007 in the results? It looks like the same customer had the exact same amount in 2007, 2008 and 2009.
    What happens if the same customer has the exact same amount 2 (or more) times in the same calendar year? The query above uses the earliest one in each year, and ignores the others. If that's not what you want, then post the results you do want
    Edited by: Frank Kulash on Nov 15, 2010 10:36 AM
    Included cutomer table

  • The burn cds software has disappeared after loading 10.5, the burn cds software has disappeared after loading 10.5, itunes 10.5 wont let me burn cds

    the burn cds software has disappeared after loading 10.5,   itunes 10.5 wont let me burn cds

    Thanks for trying Toonz, but unfortunately no success yet. I updated my driver but still get an error message. The interesting thing is I have windows XP (not Windows 2000), so I unchecked a box someone else suggested that I try to check. Here are my latest diagnostics:
    Microsoft Windows XP Professional Service Pack 2 (Build 2600)
    Dell Computer Corporation Inspiron 5100
    iTunes 6.0.4.2
    CD Driver 2.0.4.3
    CD Driver DLL 2.0.3.2
    LowerFilters: AFS2K (3.1.14.0), CDR4_XP (5.3.5.10),
    UpperFilters: pwd_2k (5.3.5.10), cdralw2k (5.3.5.10), GEARAspiWDM (2.0.4.3),
    Video Driver: MOBILITY RADEON 7500\MOBILITY RADEON 7500
    IDE\DiskHITACHIDK23FB-60______________________00M0A0C1, Bus Type ATA, Bus Address [0,0]
    IDE\CdRomHL-DT-STRW/DVD_GCC-4240N_______________E112___, Bus Type ATA, Bus Address [0,0]
    If you have multiple drives on the same IDE or SCSI bus, these drives may interfere with each other.
    Some computers need an update to the ATA or IDE bus driver, or Intel chipset. If iTunes has problems recognizing CDs or hanging or crashing while importing or burning CDs, check the support site for the manufacturer of your computer or motherboard.
    Current user is administrator.
    D: HL-DT-ST RW/DVD GCC-4240N, Rev E112
    Audio CD in drive.
    Found 12 songs on CD, playing time 39:19 on Audio CD.
    Track 1, start time 00:02:00
    Track 2, start time 03:21:55
    Track 3, start time 05:56:13
    Track 4, start time 08:56:00
    Track 5, start time 12:45:03
    Track 6, start time 15:34:68
    Track 7, start time 19:08:23
    Track 8, start time 23:21:45
    Track 9, start time 26:37:65
    Track 10, start time 30:19:48
    Track 11, start time 33:32:70
    Track 12, start time 36:52:00
    Audio CD reading succeeded.
    Get drive speed succeeded.
    The drive CDR speeds are: 4 10 16 24.
    The drive CDRW speeds are: 4 10 16.
    The last failed audio CD burn had error code 4450(0x00001162). It happened on drive D: HL-DT-ST RW/DVD GCC-4240N on CDR media at speed 4X.
    Any other ideas?

  • When installing adobe reader on my mac it states that the installation is complete, but on same screen it states the there is an internal server error and reader will not work

    when installing adobe reader on my mac it states that the install is complete, but on same screen its sets thaw an internal server error has occurred and reader will not work

    Hi,
    I have exactly the same problem on one of my Macs (MBP 15 Mid-2010 / OS X Yosemite): Both reader and Acrobat Pro download without a hitch. Both also install with no problem.
    But once you click the program to open, they both return "an internal error occurred".  
    I tried downloading three separate copies, and still get the same error message when I install and launch.  I've also uninstalled the previous installations via CleanMyMac2 to make sure it's no longer in the SSD.  Same results.
    Am using a new SSD as internal boot drive, with fresh / clean installation of OS X and Apps (previous internal HDD crashed) -- And am seeing errors not only with Acrobat, but also with LR5 which always comes up with a "An error occurred when attempting to change modules" -- inspite or uninstall, download and reinstall.  Not sure if it's a registry issue? (Not even sure if that's the case with OS X).
    Do I need to reformat the whole SSD? I hope not!
    Thanks
    Edwin

  • Am I the only one who has a problem trying to complete the O'Reilly Gettining Started with Flex3 PDF

    This is the first time i am trying to understand any and everyhign flex.  So i am trying to go through the pdf which is recommended to get acquainted with the program. One issue i see is that the pdf leaves out details right from the star.  The next issue is that when i try to run the initial example program, the compiler has an issue with a negative number given to the rotation (mind you, this number is what's in the example) and then the last issue is that the image that you are supposed to use sems to have two different filenames in the tutorial. At this point i just gave up and am wondering if it's me or the tutorial.  I'm pretty sure its the pdf. But is it me? Let me know

    I think to start your best resource is install Adobe media player and then follow  the Flex in a Week videos and exercises for which this forum is set up.  You can follow the video, read the PDFs or simply download the exercise files and follow the included instructions.

  • HT4946 My iPod connection to wifi is grayed out. My iPod won't connect. The only thing that has changed is that I downloaded the iTunes software as requested. What do I do now?

    I connected my wifi to my iMac and was asked if I wanted to download the most current update. I backed up my iPod and did the download. My iPod was able to connect to the internet at my friend's house, but it hasn't been able to connect since then, and the connection to wifi is grayed out. Nothing has changed with the network; just the updated software.
    The update occured on 06/08/13 at 10:41 PM
    Please help.

    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  It could take well over an hour!  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.

Maybe you are looking for

  • Error: xulrunner version 1.9.2.1o not compatible with firefox 3.6.12 min/maxVersion 1.9.2.12

    Loaded firefox 3.6.12 from scratch. It won't start, popping up an XULRunner dialog box that says :Error: Platform version '1.9.2.10' is not compatible with minVersion >= 1.9.2.12 maxVersion <= 1.9.2.12. How do I get proper version of XULRunner so Fir

  • HTTPURLConnection doesn’t work in the Portal

    Hi, We try to develop an web service on the SAP Portal 7.0 SP11, and we have the following behavior. If we implement the following code through java console this works fine. URL url = new URL("https://server/info?A030=M005&A001=2=0&C001=0"); System.o

  • Issue with cell styles in Smart View 11.1.2.1

    Hi, I've got a strange issue in Smartview 11.1.2.1 : when I open a data form (Hyperion Planning connection), my data form does not have colors. All the entire sheet is in Black&White, so I can not see Locked/Read-Only/Writable (...) cells ! When I go

  • Filter Pivot table data based on custom calculated item in obiee 11g

    Hi, I have requirement as below. Please provide your valuable suggestions Please note that "Diff" is the calculated item using the formula "$2-$1" Pivot table View: Sales ID 20120207 20120220 Diff 1 0 0 0 2 100 0 -100 3 100 200 100 4 100 100 0 5 200

  • Javadoc tool

    is there any tool/gui exists which can help me to make the javadocs for my application ?