How to check who has deployed a PAR into the portal

Hi there,
is there any log from which can be checked who has deployed a PAR into the portal (probably using NWDS directly)?!
Thanks in advance
Praveen

Hello Praveen,
You can find the user info from the trace files which are located in usr/sap/SID/DVEBMGS<SysNo.>/j2ee/cluster/server0/log/ subfolders.
Try to extract the info from the Tracefiles.
Again if you have the Logviewer configured then you might be able to find the same info there too.
Regards,
Premkishan

Similar Messages

  • How to check who has cancel jobs in SM37

    Hello every one.
    Can any one explain how to check  who has cancel jobs in SM37(job overview).
    Is it possible to know such logs.
    In sm37 its only gives details about jobs what ever.
    Thanks & Regards.

    hi.
         Use SM 36 for creating the job...and SM 37 for displayin the job...here
    u can see some details such as job name,job modifier name,modified date from which date to which date....but u must know the job name den only u can find the modifier name there...
    it is possible to know such logs.....
          select the job..in that screen job log button is there..select the button,can get the job log ..ie start time and end time and some  other informations..
    hope this helps u..
    assign sum points if applicable...
    regards,
    ramanan

  • How to check who has approved the PO or PR?

    Hi,
    Can someone tell, how to check who has approved the PO or PR?
    Regards.

    Go to PO display ME23N go to enviornment data and see for header changes here you can see the person who has release the PO at what dat with time, user id and T-code used for release.
    Else if version management is activated in your client then check at the version tab at the header level of PO here also you will find the required details.
    For PR you can check the item details.
    Regards
    Sujoy
    Edited by: Sujoy on Apr 9, 2009 1:18 PM

  • How to check who has edited the meeting invites on calendar

    Hi,
    we are in exchange server 2010 environment. How do we check who has edited the meeting invites on calendar? 
    I tried with get-calendardiganosticlog. But no help..
    Sankar M http://messagingdevelopment.blogspot.in/

    First of all, I would like to confirm if you have
    assigned any privilege
    to someone as an Editor. If so, he/she would be able to change, edit or delete meeting requests. You may enable auditing for such changes that will help you to check the changes such as,
    who was the person of changes. Please refer to this well described article that helps to understand this concern step-wise :
    http://msexchangeguru.com/2011/07/14/outlook-meeting-vanishing/
    Moreover, here is another good auditing resource (http://www.exchangeauditing.com/) that could be an appropriate solution to track such changes made in exchange server at granular level and get the captured
    auditing data into real time.

  • TS4268 When I text someone who has iMessage, it turn into the green bubble instead of the blue bubble. When the person texts back, it quickly turns into iMessage. How can I fix this?

    It's really weird, it just started happening about 2 weeks ago.

    Settings/Messages - Turn off  "send as SMS".

  • How to check who moved mail manually in sost

    Hi gurus,
    How to check who has manually triggered mail from sost tcode as we have not scheduled send job for sap mails to be triggered and also someone has manually sent and would like to findout who has done the same from sost
    Regards
    Mohammed

    hi.
         Use SM 36 for creating the job...and SM 37 for displayin the job...here
    u can see some details such as job name,job modifier name,modified date from which date to which date....but u must know the job name den only u can find the modifier name there...
    it is possible to know such logs.....
          select the job..in that screen job log button is there..select the button,can get the job log ..ie start time and end time and some  other informations..
    hope this helps u..
    assign sum points if applicable...
    regards,
    ramanan

  • How to find who has created the condition records

    hi all,
    in POF1 condition records were created.for material and plant.how to find who has created condition records for the material and plant.
    is there any way to find who has created please help me out.
    thanks
    sunny

    Hi,
    There are two ways of finding the who has created the ondition record.
    01. This is through the sales order-> Item details level-> condtion Tab----> Select the condition type and click on dispaly condition record below in the same creen. Then  Goto tab on the menu and select the overview of the condition record. After do so you will have the details of diffrenr tabs. In this you need to select the Administrative data for the person who had created the condition record.
    02. Goto T. Code VK13 and give your condition type for which you need to find the person created the record. Select the header details tab for the person who had created the record.
    Hope this is fine with you.
    Bye & Enjoy SAP.
    Koganti

  • How to capture the user who has logged into the portal.

    Hi,
    How do I capture the user who has logged into the portal.
    HOw do I retrieve the first name and last name of the logged in username.
    Could someone provide me a related link or PDF to work on this.
    Thanks,
    Suvarna

    Hi suvarna,
    Check the following code
    ISearchResult rst = UMFactory.getUserFactory().getUniqueIDs();
                      IUserFactory usf = UMFactory.getUserFactory();
                      IUser iuser = null;
                      IUserListElement userElement = null;
                      int i = 0;
                      while (rst.hasNext()) {
                            iuser =
                                  UMFactory.getUserFactory().getUser(rst.next().toString());
                            String email = iuser.getEmail();
                            String fname = iuser.getFirstName();
                            String lname = iuser.getLastName();
    regards
    Anil Dichpally

  • How to check Reconcilliation has happened or not for a payment document

    Hi,
    How to check Reconcilliation has happened or not for a payment document? Payment doc ABCDEF was created on 2nd. Now i am not sure whethr RECON has happend ot not
    Please help.

    Dear,
    If you have made payment to vendor and want to know whether reconciliation happened or not then check if this document exist in table BSIK then reconciliation has not been done.
    Regards,
    Chintan Joshi.

  • RE: How to monitor who has what service objectconnection?

    We ran into this problem, specifically because we are using a dbsession
    connection pattern and the dba's did not like loosing control over
    connections. We have 8 subsystem, each with a dedicated connection that
    is shared across multiple users. We also have a security pattern in
    place that is token based. Since we have to pass a security token
    through service objects we can track this information using a
    "connection array" on the service object and a system agent to poll the
    contents of the array. When a sql statement is invoked on a
    persistence object we add the user to the array on the persistence
    manager (SO). When the sql is complete we remove the user from the
    array. Since the PO has a system agent we can ask the system agent at
    anytime, who has an open connection/session with the PO. Since system
    agents plug into econsole, the dba can go look any time.
    Any questions, please contact
    Chris [email protected] or
    Gary [email protected]
    MCI Systemhouse
    From: ADRIAN PEGGY LYNN
    To: [email protected]
    Subject: How to monitor who has what service object connection?
    Date: Tuesday, September 24, 1996 9:12AM
    Here at Eli Lilly & Co., we have a customer that would like to know if
    anyone out there has successfully
    devised a method to be able to tell what user has what service object
    connection. Basically, if a customer
    calls the system administrator with a problem with the application, the
    system administrator would like to
    be able to kill certain processes. Right now, the database connections
    running on the server all look the same.
    Some ideas were generated internally, one referring to setting up agents
    but we'd like to see if anyone
    has had success in doing this already that we could use as a contact.
    Thanks,
    Peggy Adrian
    Eli Lilly & Co.
    [email protected]

    Hello Peggy,
    I suggest that you make contact with Paolo Sidoli at DS Data (Italy). They
    have written a very nice package called DORE that includes trouble shooting
    utilities, that allow you to monitor what a remote user is doing (you can
    actually see their screen!).
    You can contact Paolo at [email protected]
    Best regards,
    Richard

  • HT4972 How does someone who has a 1st generation iPad but no computer update to the current operating system?

    How does someone who has a 1st generation iPad but no computer update to the current operating system?

    You take the iPad to someone or somewhere where you can update the device using iTunes on a computer. There is no other way to do it. You must use iTunes on a computer.
    Apple Stores will update the device for you. Make an appointment at an Apple Store for help.

  • How to find who has created the determination records for packaging instruc

    how to find who has created the determination records for packaging instructions in POF1.
    need to find the user details from POF3.
    can any one plz suggets me.

    Sunny,
    Go to POF1 click on determined record -> Display -.> enter-> F8 then -> double click on the record for which you want to see the responsible person ->click on admin. data tab here u will find the responsible person. hope u got the right answer.
    Ravi Thapliyal
    IdhaSoft

  • How to Find out who is login into the Portal.

    Hi Friends ,
    I have one doubt  Now I have one Requirement. i.e.
    How many members (users) login in to the Portal?
    In what time they login into the portal?
    How many times hits the iView in  Portal?
    Who is last login into the portal?
    I have find out these details by using these details I will create one Iview.
    How to find these details. By using these details I will created one iView. Kindly  let me know.
    Could you tell me those
    1.     Is it creating Portal Activity Report iView in Portal?
    2.     By using WDJ Application we can create one Application. By using this application we can create iView?
    Regards
    Vijay Kalluri

    Hello Vijay,
    If you are interested in a 3rd party application with all the stats you need and more, check out Click Stream by Sweetlets. Easy to download and user friendly with many key reports quickly accessible. It also answers some of the questions you had above a whole lot simpler than anything else out there or any other route you had in mind.
    In the very near future Click Stream will also have iView recording to monitor iViews, telling which iViews have been clicked, etc. Also, the one you were looking for, "who the last login into the portal", will soon be added.
    Click Stream uses the Usermanagement (UME) API to get more information about the user, groups, roles, LDAP attributes etc. and offers you the ability to use such information for filtering within any report.
    Click Stream also uses the PCD API to get information about the pages your users are visiting.
    Here are some reviews on the SAP EcoHub from people who have used it: http://ecohub.sdn.sap.com/irj/ecohub/solutions/clickstream
    Please just let me know if you have any question or if you are open to test drive Click Stream. We will certainly help as best as we can.
    Good luck.

  • When i want to send sms to my friend who has a imessage also, but the problem is when i have no internet in my phone it should be automaticaly send as a simple sms but in my phone even if i have no internet my sms will send as a imessage.

    When i want to send sms to my friend who has a imessage also, but the problem is when i have no internet in my phone it should be automaticaly send as a simple sms but in my phone even if i have no internet my sms will send as a imessage.
    Iphone 5c, ios 8.0.2

    And this is how iMessage works (as gdgmacguy tried to explain):
    Messages lets you exchange text messages with other SMS/MMS devices using your cellular connection, and with other iOS devices using iMessage.
    iMessage is an Apple service that lets you send unlimited messages over an active Wi-Fi (or cellular data*) connection to other iOS devices using iOS 5 or later or Macs using OS X Mountain Lion or later. With iMessage you can see when other people are typing and let them know when you've read their messages. iMessages are displayed on all your iOS devices logged in to the same account, so you can start a conversation on one of your devices, and continue it on another device. For security, iMessages are encrypted before they're sent
    * Cellular data connectivity requires iPhone or iPad (Cellular Models).
    If you are sending an iMessage to another iOS device that is registered to Messages, then it will send it as an iMessage unless iMessage is not available.
    GB

  • How to check if there is any problem in the interaction center inbox

    hi,
    how to check if there is any problem in the interaction inbox for recieving the attachments/cic0
    some users who are sending withattachments is not able to reach the sap indox./
    but without the attachments the mails are coming
    I want to know how we can able to find out were is the problem.
    thanks in advance
    Prajith P

    hi,
    Any update for the above query.
    Thanks & Regards
    Prajth P

Maybe you are looking for

  • Problem Deploying PAR file to EP 6.0 SP2

    I downloaded the latest SAP .Net PDK and I am trying to deploy the PAR file to EP 6.0 (SP2 patch 4 hotfix 5 running on HP11).  The error message that I'm getting isn't telling me a whole lot.  Has anyone else had trouble deploying from a windows syst

  • Can we use same SOAP ACTION in different environments?

    Hi All, I have a doubt. Can we use same SOAP Action URL in different environments i.e suppose say Quality, Production and Pre production.And the Target URL is different in both environments. If yest what is the impact in different environment.

  • Can't start hyperion configuration utility (Shared services 9.3.1)

    Hi, After the install of shared services the dialog box to do the configuration does not appear. i tried to configure that by starting manually the configuration tool from start menu-hyperion-foundation services-configuration tool and i have a messag

  • Opening Ref Cursor in Forms 10

    Hi, I have a procedure test which returns refcursor as out parameter. How can I open and process this refcursor in forms to poulate a non base table block ? Regards, Rajesh

  • After great man called Steve....apple services also seems to be dead

    I purchased 3 iphones from Ner Jersy in Dec 2012. One got defective. Tried replacing in UAE/India and UK. Every one in apple saying new story everytime and no one seems interested to solve my problem.