Select which users doesn't logged their work yesterday on MS Project 2013

We use MS Project 2013 to control people work report.
I wanna make a SQL query that will catch all users that doesn't set their work yesterday on WebProject App.
My intention on that is to alert them by e-mail about this.
If the user doesn't logged his work for three or more days consecutive, his coordinator must be alerted too.
Is there any configuration property on MS Project to do this ?
Thanks! Bye

Hi
You may query the table MSP_EpmAssignmentByDay if the task updates are approved an published
Sample query to check if the user has reported time for yesterday
select resourcename,ResourceEmailAddress  from MSP_EpmResource
where ResourceUID in ( select resourceuid from MSP_EpmAssignment where assignmentuid in (
select assignmentuid from MSP_EpmAssignmentByDay where
Convert(varchar(10),TimeByDay,101) = Convert(varchar(10),DATEADD(d,-1,getdate()),101) and AssignmentWork >0 and AssignmentActualWork =0))
Note: This is a sample Query , you may modify it accordingly. you can query the table "MSP_TimesheetActual" in the same way if you want to look at the timesheet tables
Refer Project Server SDK to get more information for Reporting Schema
--Happy Troubleshooting
Thanks --Ajith

Similar Messages

  • If the user doesn't have their email address defined

    Hi,
    If some users doesn't have their email address in fnd_user table, then will the work notification goto the user? What should i do to make sure that the workflow doesn't throw an error in such a situation and still send a notification to that user?
    Thank you
    Kumar

    Hi,
    Email is completely optional, so Workflow won't throw an error if there is no email address found.
    In order to receive an email, you need the following:
    - Workflow user / role to be notified must have an email address set.
    - Workflow user / role to be notified must have a preference set to receive email.
    - Workflow mailer must be running for that particular item type, or a generic mailer needs to be running.
    Without all of those, you won't see any emails - but you won't see any errors, either :)
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • My user doesn't log in

    Hi,
    I bought the Mountain Lion OSX, and after installed it my regular user doesn't log in.
    After I putted the right password the mac gave me a gray screen and come back to the first screen of users, anyone knows what I do to solute this?
    Thanks!

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this exercise is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login. Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on some Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode.)

  • Restrict Which Users Can Enter Data In List Form in SharePoint Foundation 2013

    Is there a way to restrict which users can enter data in particular fields in a list item entry form?
    We are using a SharePoint Foundation 2013 list and calendar to manage vacation time. We need to restrict non-supervisor users users from entering a value in a certain field in the vacation request form.
    Here is how the system works now:
    1. Employees complete the vacation request form (which creates a list item)
    2. An email is sent to their supervisor to either approve or decline the request
    3. Approved requests are automatically entered onto the vacation calendar
    We have restricted the list so that only supervisors can edit items (the pending vacation requests). The problem is that all users can mark their own requests as approved when they fill out the request form in the first place. Is there a way to restrict
    which users can enter data in particular fields on a list item entry form?

    Thanks for the suggestion. We ended up 1) hiding the approval column and 2) creating a second list, workflow, etc. The user no longer sees the approval column when filling out the form. Requests are now submitted to list A. Workflow #1 copies the request
    to List B, then deletes the item from List A. Once the request is added to List B, Workflow #2 emails the user that the request has been received and emails the supervisor that a request needs to be approved. Only supervisors have editing permissions on List
    B. Approved requests are automatically added to the vacation calendar (the calendar view of List B).
    We found the following site to be helpful in learning how to hide the list column:
    http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2013/06/03/how-to-hide-a-sharepoint-list-column-from-a-list-form.aspx

  • Table to Know which users have currently logged into the system

    Hi,
       I have a requirement where by i can know as to which all user have logged into the system. Any pointers as whcih table this information can be found?
    Regards,
    Gurpreet Singh

    Hi pankaj,
    1. use the FM TH_SYSTEMWIDE_USER_LIST
    2. Not only the user list,
       u will also get the
       terminal, various tcodes,
       they are currently using.
    regards,
    amit m.

  • Bug? MS/UB 12.0.1: Highlight Selection in Multisim doesn't seem to work

    Transfered from MS to UB.  The Highlight seection in Multisim button in UB remains stippled out for some reason.  Would be a nice feature if I could get it to work.  Any suggestions?  Thanks!
    Regards,
    Who

    Hello,
    This should work just fine, as long as the design still matches that of Multisim (and the Multisim design is open). Maybe you are working with different designs. What i mean is, this might be due to a synchronization error, where if you made changes in either or and the changes weren't reflected back to the file (through forward/backward annotation). I'm trying very hard right now to reproduce this, I find it really difficult, even on complex designs with HBs and SCs completely changed in Ultiboard.
    I should mention just as a sanity check that the component should be selected Component Selector active. The only time that the option is greyed out is when Ultiboard is open and no file loaded. Maybe provide us with your files again (by email if you prefer)?
    Kind regards,
    Miguel V
    National Instruments

  • Find out which users are using Discoverer

    Hi
    Is there a way to find out via sql, which users are currently logged into the database via Discoverer?
    Many thanks
    Martin

    Something like this will tell you who is logged in currently. You may need to alter for your current version of Discoverer. (EUL5 versus EUL4). I was only looking for desktop users.
    SELECT UPPER (a.program) program, a.username,
    a.status, a.schemaname, a.osuser, a.terminal,
    a.TYPE, a.logon_time
    FROM v$session a, v$process b
    WHERE ( (a.username IS NOT NULL)
    AND (NVL (a.osuser, 'x') <> 'SYSTEM')
    AND (a.TYPE <> 'BACKGROUND')
    AND b.addr(+) = a.paddr
         and UPPER(A.program) = 'DIS51USR.EXE'
    ORDER BY "PROGRAM", ownerid

  • 'select objects: click and drag to select several objects' doesn't work

    I have recently upgraded to Office 2010, and have the same problem as
    http://social.technet.microsoft.com/Forums/en-US/office2010/thread/75270638-e02b-4a78-b291-043abbca04ae?prof=required
    When I use Select - Select Objects in the Editing part of the ribbon to select multiple drawing shapes, it no longer works like in office 2007. I can't drag a rectangle in the document to select objects within an area.
    I would have guessed this is the same problem as the link I refer to, but I'm not running the beta version of 2010. It seems not to be solved.
    Anything I can do to fix this?

    I have just registered so I could reply to this thread.
    The registration process was very ... aehm ... frustrating, I was only able to fill in the correct Captcha after about 10 ties. But ... this is not unexpected, when working with a Microsfoft product. How am I supposed to know whether that bloody captcha
    wants me to to write '4Yp8' or '4yP8'. There is no way to tell. You can distinguish capital letters when it is something like A, a or H, h, but not between y and Y or P and p.
    I would like to thank all the posters for suggested workarounds. They work. Kinda - sorta ... . I was able to finish the editing of large picture (consisting of many graphics objects) that HAS to be made in word (My boss said so). All your tips saved
    me *hours* of frustration.
    I would like to tell Microsoft programmers AND their managers, that *if* the quote in the second post is correct: 
    ================
    The work needed to make the object selection work as it did in Word 2007 was out of scope for this release. It's not as
    simple as using the same feature that existed in the last version since we upgrading our graphics/art features; the way the shapes/objects need to be selected is different than how "old" graphics/art is selectable in Word 2007.
    That said, the "select object" tool that exists in Word 2010 should allow you to select individual shapes. You can select
    multiple shapes holding down the CTRL or SHIFT key while clicking shapes. You might ask how this is different than selecting shapes without turning on "select objects"; the answer to that would be to allow you to select shapes that are "behind" text, or more
    easily select rotated shapes, etc.
    ================
    You are bunch of incompetent amateurs. 
    If I used such lame excuse for missing important functionality at work, I would be very soon replaced by a more competent programmer.
    This time I am not a programmer, I am AN USER. And, as an user I do not care if your internal data structure for new objects doesn't let you do something easily. Find a way to implement that feature or change the data structure. Period.

  • Closing the browser in InfoView doesn't log the user off.

    In Business Objects XI R2 Infoview, closing the browser in InfoView doesn't log the user off no matter how you answer the subsequent popup question "A window has closed. Log off as well?" Is there a fix for this somewhere?

    hi,
    In InfoView, with Performance Management installed, user sessions fail to be released immediately when the Log Off button is clicked.
    If you click the logoff button in Infoview and watch the address bar you will notice that it actually goes to another page called default.htm. It does this really fast. That page is located at C:\Program Files\Business Objects\Tomcat\webapps\businessobjects\enterprise115\desktoplaunch\InfoView. Remove both the default.htm and index.html and reboot your Tomcat server. Open a browser and go to Infoview. Once you have gotten in to Infoview click the log off button. You will get and error from the tomcat server and that is because the page does not exist anymore. If you look in CMS under servers and CMS you will also notice it dropped the session as well. So if you create another Default.htm page of your own and just redirect to another page it all should work.
    However I did notice an interesting ADAPT in CHF15 :-
    http://support.businessobjects.com/CommunityCS/FilesAndUpdates/boxir2_en_chf15_readme.pdf
    ADAPT00576483 Patch ID: 39,216,665
    Also did u do any customization setting before ?

  • How to view which users have logged into Hyperion Planning

    Hi all,
    I'm trying to determine the best way to view users that have logged into Hyperion Planning (who and when). Is there an option in Shared Services or can this be viewed through Planning by the administrator? Any insight would be greatly appreciated.
    Thanks!

    Planning has never been the best at providing that information, you can look at the statistics page in planning which is pretty poor in my opinion.
    The other option is audting but once again it doesn't really audit users logging in and out.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • What is being done about users inability to use their Apple ID at iTunes Store. I do not have another Apple ID, I do not want to change my password and I want my phone to work as it should.

    What is being done about users inability to use their Apple ID at iTunes Store. I do not have another Apple ID, I do not want to change my password and I want my phone to work as it should.

    You can try signing out and signing back in. You can also go into Settings > Safari and Clear all Cookies. You can even try logging into the iTunes Store on a computer and downloading a free app or something.
    If none of those work, then you will have to wait for the issue to be resolved on Apple's end.

  • HT204406 I am having a very difficult time with accessing my music from the cloud.  I need to have itunes open on my laptop in order for it to work.  And as soon as I close out itunes on my laptop, it gives me a warning that all users will be logged out. 

    I am having a very difficult time with accessing my music from the cloud.  I need to have itunes open on my laptop in order for it to work.  And as soon as I close out itunes on my laptop, it gives me a warning that all users will be logged out.  Help!!!

    Where are iTunes files located?
    No, I do not mean just the music.  Copying just the media/music files or the media folder creates problems.

  • How do I select which bluetooth speakers to play out of? My iPod connects to both kitchen and living room speakers. My old iPod had a selection icon on the now playing screen, but my new one doesn't.

    Hi,
    Our setup
    A new iPod Touch 5 with iOS 8.3.
    Living room speakers that use a Logitech Bluetooth Audio Adapter.
    Kitchen speakers that use an AmazonBasics Bluetooth 4.0 Audio Receiver.
    The iPod connects to both but always wants to play to the kitchen. To play in the living room, we have to unplug the power to the kitchen speakers. Bluetooth settings screen doesn't let you select between Bluetooth connections. All I seem to be able to do is forget the connection.
    We also have an old iPod Touch (not sure of the generation, but it has iOS 6.1.6). On that one, there is a little icon on the now playing screen that would open a little pull-down menu to let you select which Bluetooth connection to use for playing audio.
    I don't see the "select output" icon on the new now playing screen
    Jimmy
    PS the iPod seems very aggressive in connecting. I hear the living room speakers activate when my wife gets out of the car in the driveway. Then as she comes into the living room, the sound switches to the kitchen.

    Thanks, this was the clue I needed to figure it out.
    From Settings you can pull up Control Center.
    In Control Center you can enable "Access from within Apps" (also "Access from Lockscreen")
    Now when I'm playing music, I can swipe up from the bottom and a little control center window slides up. Neat - this is new since my old iPod. On this window, the name of the current Bluetooth connection appears. Tap on that, and a list of connected Bluetooth items appears. I just tap on the one I want to connect to and I am now playing through the speakers I want.
    Jimmy

  • Cannot log in to Nationwide internet banking in Firefox. I get the front page but Login says internet banking is not working. Next screen says it's ok and sends you back to the first screen, which says it isn't. Works throughInternet explorer

    Question
    Cannot log in to Nationwide internet banking. I get the front page but Login says internet banking is not working. Next screen says it's ok and sends you back to the first screen, which says it isn't. Works throughInternet explorer

    That issue can be caused by corrupted cookies.
    *https://support.mozilla.org/kb/Cannot+log+in+to+websites
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"

  • When trying to PDF a webpage into a PDF, it does not work, I go through all the steps as normal, and It does nothing. I can repeat my action, where instead of "printing" to adobe, it saves the file, which it doesn't save it at all. I can't even find the o

    When trying to PDF a webpage into a PDF, it does not work, I go through all the steps as normal, and It does nothing. I can repeat my action, where instead of "printing" to adobe, it saves the file, which it doesn't save it at all. I can't even find the original in my work folder. I need to know how to stop this from happeing and get it back to the way it has been working he last 6 months since i purchased this program.

    Hi pissedadobeuser,
    Does this issue occur with any particular web page?
    Are you able to print the webpage to 'Adobe PDF' to convert it to pdf.
    Which Browser version, OS version and Acrobat version are you using?
    Regards,
    Rave

Maybe you are looking for

  • Flash streamed via RTMP (using Flowplayer) does not work; does in IE 9.

    I have the latest Flash plug-in and Firefox 6.0.2. Flash files from YouTube work. However, Flash in Flowplayer -- using RTMP streaming -- does not load. The following page works with latest version of Flash in IE 9: http://www.3xconversionformula.com

  • I have to upload a folder to the server

    Hi all, My requirement is i have to upload a folder through jsp page to the tomcat server, but i am not aware of that, i know only file uploading using html tal type=file, so can any one please send me the code to upload a folder to the server(specif

  • Seeking solution for RAW to jpeg conversion on 1TB disk[s] of images

    Please read fully Greetings, I have a bit of a dilemma as most might have as well. I have about 3.5TB of RAW images in various directories and seeking an automated way to convert RAW to jpeg on numerous directories...and go get a coffee while the pro

  • Cannot disable cookies

    iMac 24" OS Lion/ FF 5.0.1 & 6. cannot disable cookies even with permanent private mode ,cookies unchecked & third party unchecked when I open FF there are about 50 cookies I remove them they come right back with out going any where on the web !!!!!!

  • Updating Software 1.2 on 5th G ipod

    I've just downloaded itunes 7 and ipod software 1.2. I connected my ipod to the computer and it updates tracks fine. However when I try to update the ipod software all I get is an error message saying "ipod cannot be updated because it contains files