I can Check User log in QM module of QM user..

HI Expert
i can check QM user log in QM moduel.. is there any standard report or any helpful T-code...plz.
regards
kazz

HI SUJIT
But when i Run the T-code (SM20) i gives the (Client 700) and User name,, and give the Date which Date Data ll show me.. and also i did as you said about filter  (AUDIT Class) here i select the Dialog Logon..after put all info finally i click the button (Reread Log) then system give like this error (The result set for this selection for Empty) .
please Expert see if i m giveing wrong info in this screen or system have no any Data,, plz tell me furthur procedure
Thanks and Regards
kazz

Similar Messages

  • Where we can check the logs if system or application fails.

    Dear Support,
    If we are facing any system oriented issue or application oriented issue,where we can check the logs in the computer.
    This logs will help us for me to identify the error code and also to fix the resolution of the error for the same.
    Regards
    Pradeep.R

    Hello Pradeep.R,
    I can’t find a log to trace both application as system logs at the same time.
    We could try the following workaround.
    Open two Event Viewers and separately check the application and system logs based on time.
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Check User Can Access the site collection Are Not?

    Hi All 
    I have some requirement to check user can access site are not through powershell?
    Recently we done migration from 2010 to 2013 SP after that i got some problem some users can not access site  but this user have permission in sp 2010 site .
    Regarding this i need to check specific user can loing or Access  the site collection are not. using powershell
    Some one said impersonate user we can check user can open the web are not but i don't know this impersonate.
    Please help me guys.... 

    Hi,
    You can check the permission for specific user with powershell. Here is the link. Hope this will help.

  • Check Workflow logs

    Hi Gurus,
    As we can check workflow logs based on the workitems or from the business work place. Is there a way/transaction code to check all the workflows which are currently running/active in the system and to check their respective workflow log.
    Thanks in advance

    Hi,
    you can see in SWI1 or if you want to see for particular BO, you can go for SWI6. And you can see all the workitems in SWIA.
    Or if you want to see for particular task, you can use SWI2_FREQ.

  • Checking BRF+ Logs

    Hi All,
    Is there anything called BRF+ Logs, where I can check when a specific BRF service was called and the status of the service call, and if the service fails to produce a proper output, the cause of the error.
    Can anyone please help me, how I can check the Log.
    Thanks,
    NehaSingh

    Hi Francois,
    What NW release are you on?
    As of NW 703 there is a feature called "Code Template" in the function UI. In 702 there is a report (see transaction FDT_HELPERS where you can find it).
    Sample code generated with the Code Template feature looks like this:
      CONSTANTS:lv_function_id TYPE if_fdt_types=>id VALUE '00145EF433BE02DE819DC1A6A6E4106D'.
      DATA:lv_timestamp TYPE timestamp,
           lt_name_value TYPE abap_parmbind_tab,
           ls_name_value TYPE abap_parmbind,
           lr_data TYPE REF TO data,
           lt_message TYPE if_fdt_types=>t_message,
           lx_fdt TYPE REF TO cx_fdt,
           lo_trace TYPE REF TO if_fdt_trace,
           lo_lean_trace TYPE REF TO if_fdt_lean_trace,
           la_item TYPE if_fdt_types=>element_text,
           la_customer TYPE if_fdt_types=>element_text,
           la_shelf_price TYPE if_fdt_types=>element_number,
           la_promotion TYPE if_fdt_types=>element_text.
      FIELD-SYMBOLS <la_any> TYPE any.
    * All method calls within one processing cycle calling the same function must use the same timestamp.
    * For subsequent calls of the same function, we recommend to use the same timestamp for all calls.
    * This is to improve the system performance.
    * If you are using structures or tables without DDIC binding, you have to declare the respective types
    * by yourself. Insert the according data type at the respective source code line.
      GET TIME STAMP FIELD lv_timestamp.
    * Process a function and record trace data, passing context data objects via a name/value table.
    * Prepare function processing:
      ls_name_value-name = 'ITEM'.
      la_ITEM = [INSERT CONTEXT VALUE HERE OR DELETE THE LINE].
      GET REFERENCE OF la_ITEM INTO lr_data.
      ls_name_value-value = lr_data.
      INSERT ls_name_value INTO TABLE lt_name_value.
      ls_name_value-name = 'CUSTOMER'.
      la_CUSTOMER = [INSERT CONTEXT VALUE HERE OR DELETE THE LINE].
      GET REFERENCE OF la_CUSTOMER INTO lr_data.
      ls_name_value-value = lr_data.
      INSERT ls_name_value INTO TABLE lt_name_value.
      ls_name_value-name = 'SHELF_PRICE'.
      la_SHELF_PRICE = [INSERT CONTEXT VALUE HERE OR DELETE THE LINE].
      GET REFERENCE OF la_SHELF_PRICE INTO lr_data.
      ls_name_value-value = lr_data.
      INSERT ls_name_value INTO TABLE lt_name_value.
      ls_name_value-name = 'PROMOTION'.
      la_PROMOTION = [INSERT CONTEXT VALUE HERE OR DELETE THE LINE].
      GET REFERENCE OF la_PROMOTION INTO lr_data.
      ls_name_value-value = lr_data.
      INSERT ls_name_value INTO TABLE lt_name_value.
    * Create the data to store the result value after processing the function
    * You can skip the following call, if you already have
    * a variable for the result. Please replace also the parameter
    * EA_RESULT in the method call CL_FDT_FUNCTION_PROCESS=>PROCESS
    * with the desired variable.
      cl_fdt_function_process=>get_data_object_reference( EXPORTING iv_function_id      = lv_function_id
                                                                    iv_data_object      = '_V_RESULT'
                                                                    iv_timestamp        = lv_timestamp
                                                                    iv_trace_generation = abap_true
                                                          IMPORTING er_data             = lr_data ).
      ASSIGN lr_data->* TO <la_any>.
      TRY.
          cl_fdt_function_process=>process( EXPORTING iv_function_id = lv_function_id
                                                      iv_timestamp   = lv_timestamp
                                                      iv_trace_mode  = if_fdt_constants=>gc_trace_mode_lean
                                                     "iv_trace_mode  = if_fdt_constants=>gc_trace_mode_lean_required
                                            IMPORTING ea_result      = <la_any>
                                                      eo_trace       = lo_trace
                                            CHANGING  ct_name_value  = lt_name_value ).
          lo_lean_trace ?= lo_trace.
          lo_lean_trace->save( ).
          CATCH cx_fdt into lx_fdt.
    * You can check CX_FDT->MT_MESSAGE for error handling.
      ENDTRY.
    Regards,
    Carsten

  • Where can I find log files for users logging into network homes?

    We're running an open directory master and are using AFP on another server to host our network homes.  I was asked to find a log of users logged into their network homes on a specific date and I'm starting to wonder if that's actually a log that exists.  I've checked the OD logs and in one of the password logs I can see users have authenticated but it doesn't say specifically to what (so it just lists they logged into something).  The AFP logs just show specific files being accessed without usernames.  So what am I missing?  What log would I check?
    Thanks for your help!!

    File Zilla is a dedicated ftp client that you use to upload your published web site to your server.
    I would suggest that you perhaps consider using Cyberduck instead as this might be easier.  Cyberduck is a dedicated ftp client in the same way that File Zilla is.
    To be able to upload what you need is your published website.  Open iWeb and select the site that you want to publish and then select publish to a local folder and your site will then be published to your desktop.  You then upload this to your server using Cyberduck or File Zilla.

  • Failed to sync with user provisioning. Check Planning log for details

    hey everyone,
    we just did a password update for our hyperion planning application owner account. and now when i try to login to hyperion planning, i get the following error message:
    Failed to sync with user provisioning. Check Planning log for details.
    I can still login to shared services and workspace with the same application owner account.
    i also tested and verified that I can login to Essbase via Excel using this application owner acct. after i changed the password, i have stop and restarted the weblogic web services after I updated the password.
    because i kept getting the error, i have reverted back the password to the original one... but i am still getting the same error message.
    btw, we are using a solaris server running WebLogic9, Hyperion System 9. any help or tips would be appreciated.. thx.

    Hi,
    Have you updated the datasources for each of the planning applications, you will need to update the password and probably recycle planning app server.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Finder Relaunches Constantly ... Can't Check Crash Logs

    I know, I know....
    The primary user on this eMac is having serious troubles because Finder relaunches immediately after login then continues to do so, so fast that we can't even start the console to check the logs ... not that this would help anyway because I think one of the problems is that I just used Onyx to clean and delete a bunch of things that I didn't know what were, including logs I think.... I know, I know....
    Anyway it's just this one user and we could delete it and start fresh but for reasons I won't go into we'd still be implementing damage control two months from now. What we did is commonly referred to as "Putting all your eggs in one basket."
    I just reset PRAM and removed all apps from the login thing. Repaired permissions, etc. I'm still reading threads here about this but the usual thing seems to be checking crash logs and like I said I think that's moot now.

    I'm still trying to figure out some other stuff as far as logs but if this helps here are system log entries from the last crashes:
    Dec 1 11:35:04 localhost kernel: FWOHCI handleSelfIDInt - nodeID not valid (reset bus and retry 1)
    Dec 1 11:35:04 localhost kernel: FWOHCI handleSelfIDInt - nodeID not valid (reset bus and retry 1)
    Dec 1 11:43:02 localhost automount[300]: logout notification received.
    Dec 1 11:43:02 localhost automount[300]: requesting logout processing.
    Dec 1 11:43:02 localhost automount[291]: logout notification received.
    Dec 1 11:43:02 localhost automount[291]: requesting logout processing.
    Dec 1 11:43:02 localhost automount[300]: handledeferredrequests: user logged out.
    Dec 1 11:43:02 localhost automount[291]: handledeferredrequests: user logged out.
    Dec 1 11:43:09 localhost /System/Library/CoreServices/ARD Agent.app/Contents/MacOS/ARD Agent: ******Launched Agent******
    Dec 1 11:43:27 localhost crashdump: Started writing crash report to: /Users/ml/Library/Logs/CrashReporter/Finder.crash.log
    Dec 1 11:43:30 localhost crashdump: Finished writing crash report to: /Users/ml/Library/Logs/CrashReporter/Finder.crash.log
    Dec 1 11:43:32 localhost crashdump: Started writing crash report to: /Users/ml/Library/Logs/CrashReporter/Finder.crash.log
    Dec 1 11:43:34 localhost crashdump: Finished writing crash report to: /Users/ml/Library/Logs/CrashReporter/Finder.crash.log
    Dec 1 11:43:38 localhost crashdump: Started writing crash report to: /Users/ml/Library/Logs/CrashReporter/Finder.crash.log
    Dec 1 11:43:40 localhost crashdump: Finished writing crash report to: /Users/ml/Library/Logs/CrashReporter/Finder.crash.log
    Dec 1 11:43:44 localhost crashdump: Started writing crash report to: /Users/ml/Library/Logs/CrashReporter/Finder.crash.log
    Dec 1 11:43:46 localhost crashdump: Finished writing crash report to: /Users/ml/Library/Logs/CrashReporter/Finder.crash.log
    Dec 1 11:43:49 localhost crashdump: Started writing crash report to: /Users/ml/Library/Logs/CrashReporter/Finder.crash.log
    Dec 1 11:43:53 localhost crashdump: Finished writing crash report to: /Users/ml/Library/Logs/CrashReporter/Finder.crash.log
    Dec 1 11:43:55 localhost crashdump: Started writing crash report to: /Users/ml/Library/Logs/CrashReporter/Finder.crash.log
    Dec 1 11:43:57 localhost crashdump: Finished writing crash report to: /Users/ml/Library/Logs/CrashReporter/Finder.crash.log
    Dec 1 11:44:01 localhost /usr/libexec/crashreporterd: mach_msg() reply failed: (ipc/send) invalid destination port
    Dec 1 11:44:01 localhost crashdump: SampleAllThreads() returned no stacks for pid: 706 name: Finder Unable to determine CPSProcessSerNum pid: 706 name: Finder
    Dec 1 11:44:01 localhost crashdump: Started writing crash report to: /Users/ml/Library/Logs/CrashReporter/Finder.crash.log
    Dec 1 11:44:01 localhost loginwindow[674]: sendQuitEventToApp (Database Daemon): AESendWithMach returned error -1712
    Dec 1 11:44:02 localhost crashdump: Finished writing crash report to: /Users/ml/Library/Logs/CrashReporter/Finder.crash.log
    Dec 1 11:44:06 localhost /System/Library/CoreServices/ARD Agent.app/Contents/MacOS/ARD Agent: ******Launched Agent******
    Dec 1 11:44:13 localhost automount[291]: logout notification received.
    Dec 1 11:44:13 localhost automount[291]: requesting logout processing.
    Dec 1 11:44:13 localhost automount[291]: handledeferredrequests: user logged out.
    Dec 1 11:44:13 localhost automount[300]: logout notification received.
    Dec 1 11:44:13 localhost automount[300]: requesting logout processing.
    Dec 1 11:44:13 localhost automount[300]: handledeferredrequests: user logged out.
    Dec 1 11:44:14 localhost /System/Library/CoreServices/ARD Agent.app/Contents/MacOS/ARD Agent: ******Launched Agent******

  • Check whether logged in user has admin previleges

    Hi,
    Can anyone share c# code that checks whether the logged in user is Farm administrator.
    Thanks in advance

    Hi 
    You can check using below code 
    public static bool IsFarmAdmin(string loginName)
                bool isFarmAdmin = false;
                SPSecurity.RunWithElevatedPrivileges(delegate()
                    SPGroup adminGroup = SPAdministrationWebApplication.Local.Sites[0].AllWebs[0].SiteGroups[“Farm Administrators”];
                    foreach (SPUser user in adminGroup.Users)
                        if (user.LoginName == loginName)
                            isFarmAdmin = true;
                            break;
                return isFarmAdmin;
    below is reference for the same
    https://social.msdn.microsoft.com/Forums/office/en-US/1fa3287a-c732-4924-b75d-fec493446389/checking-if-a-given-user-is-farm-administrator?forum=sharepointdevelopmentlegacy
    or this
    Some possibly easier ways would be the following:
    bool isSiteAdmin = SPContext.Current.Web.UserIsSiteAdmin;
    isSiteAdmin = SPContext.Current.Site.UserIsSiteAdminInSystem;
    bool isFarmAdmin = SPFarm.Local.CurrentUserIsAdministrator();
    https://social.msdn.microsoft.com/Forums/office/en-US/9ecf128b-a2b9-4669-b86c-aaaba19ff97d/how-to-determine-if-a-user-is-site-collection-or-farm-admin-in-the-webpart-c-code?forum=sharepointdevelopment
    Regards, Rajendra Singh If a post answers your question, please click Mark As Answer on that ost and Vote as Helpful http://sharepointundefind.wordpress.com/

  • Is there a site FIOS users can check to see if there "bug" is known/being worked/etc?

    I share the frustations many have listed on this board about FIOS TV and the IMG.
    We joined FIOS in an early test market, so I remember when Verizon was just using the "default IMG" rather than "creating their own".  When Verizon rolled out their first version of their own IMG, it was a huge step backwards from the version that came standard on the cable box (I believe it was Microsoft).  Since they started "building" their own, long-time users have been frustrated that we have yet to get back to the quality level that we had without Verizon's "help".
    So, everytime they download a major release (without warning any of us) and scrambling the channel lineup, I wind up discovering what they fixed and what they left broken.  Inevitably, I call in with various problems to see if they know about the problem or not.  Tragically, depending on who you talk to, you get different answers.
    The last call I made was about the fact that some channels cannot be added to "Favorites 1" and other channels cannot be removed from "Favorites 1".  When I called the first time, the rep told me "hmmm... that shouldn't be happening, I've never heard of that", but her solutions didn't fix the problem.  So I called again, and this time the rep said "Oh, yeah, we know... there is no fix... we are working on it".    This problem has been around since Verizon took control of the IMG, and the fact that they haven't fixed it is just something I have gotten used to (my expectations are VERY low for any products supported by a company the size of Verizon -- who hide behind the WORST voice help system I have ever hung up on).
    Soooo... to my point.
    Dear Verizon Moderators,
    For the more sophisticated users, who do not need yet another refresh of our box to confirm the bug we have discovered in your IMG releases, is there any way for us to see an acknowledged "bug list" online to save us the frustration of navigating the FIOS Help Line (multiple times to get a real answer from a knowledgeable CSR who is not just going through the checklists)?
    I would appreciate the fact that you KNOW there are problems and that you are working on them in a list of "known problems" that I can check easily.
    This forum is a great start to helping the community, but it would be nice if users could find the answer without having to wait for acknowledgement from Verizon.
    Thanks
    Todd 

    I agree with the above posts, it would be great to have a place with a list of already known problems, and a way for those of us with the time and interest to participate in making the FiOS experience better. Several thoughts:
    1) Send a PM to a moderator here asking to participate in a test, or asking for improvements to the Forum. I have done that, some of the improvements I suggested have occurred (thanks Kathleen and CharlotteS), hoping more will; it can't hurt. And I understand my request to be a beta tester has been forward to development. At least one poster put that kind of request in a forum post and I think his was also forwarded.
    2) Go to the following Verizon Products Trial site and sign up to test new things: https://www36.verizon.com/MM/Protected/TestTrack/SignIn.aspx. No guarantees, not much on the site right now, but if you sign up you might get to participate in the future.
    3) Consider using the Verizon Direct forum at http://www.dslreports.com to report problems rather than the FSC (or after a frustrating experience with the FSC). You have to be a registered user to post in that forum, but I have had a good experience using it. Verizon employees monitor the forum and respond, and only they and you can see the details of your and their posts (one of the things I have suggested to the moderators here is something like Verizon Direct here). 
    I am retired, I have time to put into an effort to improve FiOS TV. Plus I have quite a bit of experience in testing new computer hardware and software before announcment and/or delivery to customers (IBM), so I think I could help (and I really don't think I could hurt it...). Plus in two more days I will have had FiOS TV for three full years, I have gone through all of the good (and a little bad.....) along the way.
    FWIW...
    Justin
    Verizon FiOS TV, Internet, and phone
    IMG 1.5.0
    Keller, TX

  • After upgrade to iOS 6, one of my apps won't load. It seems to, then just ends. Is there an error log I can check?

    After upgrade to iOS 6, one of my apps won't load. It seems to, then just ends. Is there an error log I can check?

    so your starting it up and its just crashing right away, yes? can you tell me what app it acutally is? as iOS6 is so new my thought would be that its probably incompatable with it at this time, im having trouble with my networks app that just will not let me log in at all!
    id suggest going to the page of the app on the app store and look to see if it says if its compatable or not? as for a error log its in usage data, which is in settings > general > about, and i think its near the bottom.

  • Can't Check User rights in CMC

    Post Author: jayh
    CA Forum: Administration
    We have a new installation of Business Objects Enterprise Xi.
    When trying the Check User (or group) Rights screen, we can select the target, however when we click 'Show Rights' we get an error:
    Retrieve Error
    There was an error while retrieving data from the server: One or more arguments are invalid
    Other screens in CMC are working properly. What could be causing this?
    Jay Holovacs
    ASCO Valve Inc.

    Post Author: gjelley
    CA Forum: Administration
    try downloading the service pack2 fixes
    ADAPT00747233 FixPack2.2Description:In Crystal Reports Server, when the "Show rights" option for a user account is clicked, the following error message appears:There was an error while retrieving data from the server: One or more arguments are invalid.New Behavior:This problem is resolved.Components:win32_x86CMSAdmin.dll

  • Any parameters can restrict user ID to log-on application server

    Dear All,
    I had configured the login group (/nSMLG) as following:
    Logon Group  Instance
    TEST            app1
    TEST            app2
                        app3
                        app4
    However, app3 and app4 still have illegal user log-on.
    Did any profile parameters can restrict user ID to log-on application
    server?
    BR,
    Well

    Hello Well Well,
    I could clearly understand what you mean. From what you have stated I am able to understand that:
    1. You have 4 application servers.
    2. You have included 2 of them in Logon group TEST.
    3.  The remaining two are not part of logon group.
    4. You want users not to login into app3 and app4 but to TEST only.
    There is no profile paramter for this. At the max you can close the dispatcher port for these 2 servers but then no one would be able to login into  them.
    Best is to include all of them in to SMLG.
    Regards.
    Ruchit.

  • Where I can find the logs in Exchange that I can check or see if our mail server accepted the emails from a certain domain.

    Good day, I would like to know where I can find the logs in Exchange that I can check or see if our mail server accepted the emails from a certain domain. The problem is we can receive emails
    from other domains like yahoo,gmail etc but from a specific domain we cannot receive emails from them. I checked the whitelist of our Exchange and that domain is currently listed. 

    As suggested above, Message tracking is your option to get these reports into your environment.
    To gather more information about, you may walk through this informative technet resource :
    https://technet.microsoft.com/en-us/library/bb124926%28v=exchg.150%29.aspx
    Here is another :
    https://technet.microsoft.com/en-us/library/bb124375%28v=exchg.150%29.aspx
    Moreover, if you wish to find this report into real time, you may consider on this automated solution (http://www.exchangereports.net/) that could be a good alternative approach for you.

  • Ways to check user session in SSO (9.0.2) ?

    Hi all,
    I would like to check a user's session at anytime (i.e. before making a query to database). I have created custom login/logout pages and followed the examples provided by Oracle to create my partner application (no problem on that).
    However, what are the possible ways of checking a user's session while logged? I know that I can check his cookie like the function 'get_user_info' does in Oracle's SSO Developer's Guide example. However, this means that this check has to be done in the header of the pl/sql page, cause otherwise any previous output is lost. Is there another way (i.e. Get some kind of user's session info from a database table, or use a generic method from an API)?
    Thank you in advance. My email for any case needed is: [email protected]
    Stamatis.

    Here is my DAD:
    <Location /ssotest2>
    SetHandler pls_handler
    Order deny,allow
    AllowOverride None
    PlsqlDatabaseUsername scott
    PlsqlDatabasePassword !dGlnZXI=
    PlsqlDatabaseConnectString myserver:1521:IASDB
    PlsqlDefaultPage show_user_info
    PlsqlAuthenticationMode Basic
    PlsqlSessionStateManagement StatelessWithFastResetPackageState
    PlsqlSessionCookieName scott
    PlsqlNLSLanguage DANISH_DENMARK.WE8ISO8859P1
    PlsqlErrorStyle DebugStyle
    PlsqlCGIEnvironmentList OSSO-USER-DN
    PlsqlCGIEnvironmentList OSSO-USER-GUID
    PlsqlCGIEnvironmentList OSSO-SUBSCRIBER
    PlsqlCGIEnvironmentList OSSO-SUBSCRIBER-DN
    PlsqlCGIEnvironmentList OSSO-SUBSCRIBER-GUID
    </Location>

Maybe you are looking for

  • How to have three prompts with one object?

    Dear collegues, I am creating a report where I want to see an employees salary in three different periods, f.ex 11.2006, 08.2007 and 09.2007. This is no problem when I set these spesific periods as filters in the query. But how can these three period

  • Dual Boot OS X and Linux

    I'm currently using OS X 10.3.9 on my G4 Mac Mini and have around 20gb of free space left. I would like to split off 15gb or so to install Debian Linux and have a dual boot setup. Does anyone know of any software that I can use to create a new partit

  • Playing videos from a quicktime file VS youtube

    Hi, I am building an app which needs to be able to play videos. My choices are: 1. Play directly from Youtube (not sure of the size of file, but is 10min long approx in SD). 2. Play a quicktime file which is approx 50MB in size from the web Does anyo

  • 3 computers running fine on router, 1 not

    I have 3 brand new computers hooked up and working on a linksys router, and another one of the same type, hooked up to it, but unable to connect. Even when hooked directly into the wall, or if I take a cable out of one of the working machines, it sti

  • Itunes login

    I was happy with an ITunes login ..... which was not an email address and had purchased music for my ipod and applications for my iphone .... what happens IOS updates now i cant get my phone to update ... my old login doesnt work and tells me to get