How to know my dtabase user ?

dear Experts,
when i want to try to create a database connection from transaction db11,there is a field to enter in it the SAP database users and its password,how to know the database users ID from OS level ?
thanks in advance
Mahmoud Younis

Hi,
You can change the DB2 user passwords using below commands...
For <sid>adm use "dscdb6up" and
for db2<sid> use "passwd" command.
Refer the below link for details.
[Changing Passwords of the Database Standard Users|http://help.sap.com/saphelp_nw70/helpdata/en/aa/1dc8d8f0fa11d3a6510000e835363f/frameset.htm]
Regards.
Rajesh Narkhede

Similar Messages

  • How to know where the user exits or enhancement used in standard sap code?

    Hi
    I m pretty new to abap.
    How can I know where the user exits or enhancement used in standard sap code?
    As i have to add some functionality to the standard sap code. I m looking to search the enhancement or user exits used in this standard code wher i can add my functionality.
    thanks in advance.
    Moderator message : Search for available information, thread locked.
    Edited by: Vinod Kumar on Oct 19, 2011 2:38 PM

    Hi Henry,
    I don't think this is the easiest way to look at the code around a particular field on the screen. Debugging standard programs also can be very tedious, if not impossbile. So, instead of this question, I would like to find out exactly what you want to do if you know the code.
    If you are in a transaction and you want to know where the code of a particular field is, the fastest way to get to it is by pressing the F1 key on the field and then press the Technical info button on the help screen. In here you will typically see the same kind of information but it is very specific to the field you selected.
    PROGRAM(SCREEN) tells you which program is manipulating the main screen, in which your field is embedded. Remember your field may be included in a sub-screen and that subscreen may be the one included in the main screen.
    PROGRAM(SUB SCREEN) tells you which program is directly responsible for the field on the subscreen it is included in. This is where you should find the code most appropriate for the field, but not necessarily.
    PROGRAM(GUI) controls how your push buttons and the menu options in the screen behave and controlled.
    Srinivas

  • How  to know the diferents users in Workbook?

    Hi experts,
    I have a workbook. And I would like to  know :
    - the last user who modify it
    - the user who created it.
    thanks a lot.
    PD : I find the modify user in Transport Managment, when i select the workbook

    As you can see in the Metadata Repository, the "Created by" information is not stored.

  • How to know the all user name from system/system login

    hi all,
    i want to know the all user names from system login who are the existing user like
    regards
    srinivas

    Hello,
    Using DBA_USERS will give more details
    select * from dba_users;Regards

  • Transaction Notofocation Procedure - How to know the SAP user?

    Hi Experts,
    In the transaction notification procedure can we know the name of the SAP user whose transaction is being processed?
    Thanks a lot.
    Regards,
    B.

    hi
    sapgenpse get_my_name -v -n validity
    http://wiki.sdn.sap.com/wiki/display/Basis/HowtorenewtheSAPRouterlicense
    http://www.saptechies.com/how-to-renew-the-sap-router-certificate-validity_1/
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCSTROUT/BCCSTROUT.pdf
    Kiran

  • How to know that the user pressed the refresh button??

    hi there..
    how can i no that the user has pressed the browser "Refrsh" button so that i can respond with the appropriate action????
    thanx..

    Well, you can't know if refresh was pressed vs. hitting enter in the location bar to trigger a refresh. There isn't any simple way to know, though. Some kind of page hit counter or something, maybe.

  • How to know history by user in ecc 6.0

    Hi to all ,
    i am using ECC 6.0 with windos 2003 and my question is that how can i know user wise what he done today or past day.
    i want to know how can i get the list of t- codes and reports which is runed by users day wise.
    Is there any way to know that .

    Hi Anuj
    Check this out
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2088d9d4-e011-2a10-bba9-90548dbc2d6a
    http://help.sap.com/saphelp_nw04s/helpdata/en/c7/69bcb7f36611d3a6510000e835363f/frameset.htm
    Hope this will help you
    cheers
    dEE

  • How to know the connected users to the Content Server Instance?

    Hello
    I need to know that in order to be able to run long tasks (specially with the archiver) in the lowest used hours. The number of connected contributors really represents the true use of the CS.
    I am lookin for this for 10g (UCM) and 11g (WCC)
    Thank you
    Carlos

    You could use some statistics such as netstat from the Apache web server (see e.g. here for more details). You could also use tools such as Google Analytics to monitor website traffic for you.
    However, even though there is certainly a correlation between the number of the connected users and the workload on the server, the real workload depends rather on the number and the type of operations that has to be performed (e.g. a checkin is more costly than just displaying a page, conversions might be more costly than anything else) and a single system user (such as running the Archiver some other batch processes) could produce much higher workload (due to missing waiting time) than a hundred of human users.
    Besides, the fact that at the moment the number of users is low does not necessarily mean that it will be low until the end of your batch job - unless you know the behavior of your users, which often is not a rocket science even without any analytic tool - e.g. a public organization operation in 5x8 working regime (let's say from 8am to 6pm) won't produce much human generated workload in quiet hours on week days or on weekends. If you operate in 7x24 mode with unpredictable user's behavior, none of such tools will help you anyway.
    Because, what you really need to monitor is not web stats, but user experience. Oracle has a tool for that - it's called Real User Experience Insight. In addition to monitoring, it can alert you, or your application (even a 3rd party via SNMP traps). If you want to automate also recovery (for 11g), you could expose private cloud functionality as available in via the Enterprise Manager and management packs - e.g. you could start a new server in the cluster, throttle resource to your batch jobs, etc. Unless you need to comply with strict SLAs, this kind of a solution would probably be an overkill, but it is possible.
    This reasoning also shows what questions you should ask to choose the right solution - if no one cares that the performance goes, why should you? If someone cares, you will know how big problem it is - you may just add a new node to the cluster to increase the performance, use free tools or your common sense to re-organize the batch jobs to distribute the workload more evenly, or if it is a real issue, you may search for some sophisticated enterprise-level solution.

  • How to know last program user

    Hi guys!
    Is there a tcode where I can see the history of who executed a particular program, and what particular programs a user executed?
    I am not sure if this question is in the right forums. Please advise me where this will be applicable. Thanks!
    Message was edited by:
            Ricardo Caliolio Jr.

    > Hi Ricardo,
    >
    > On the lighter side,
    > I am not sure if this question is in the right
    > forums. Please advise me where this will be
    > applicable.
    >
    > <b>Till someone watching the forum knows answer to
    > your question it is in the RIGHT FORUM :).</b>
    >
    > Regards,
    > Atish
    Well, me too. I am not sure if it is supposed to be here. I am just not yet really familiar with these forums. Haha.
    Thanks anyway for the answer!

  • How to know is the User  assinged to any org unit in PPOSA_BBP or not

    Hi All,
    We have a requirment where need to check is a user is assigned  to org uni  n PPOSA_BBP  or not.
    how can we do this..
    Regards
    cb

    Hello,
    Hope this might be helpful.
    1. Based on missing relationships:
    In SRM relationships are O-S-CP-P,
    From HRP1001, check the CP to S relationships, take the list of CP & compare with total number of CP from HRP1000, Delta will show CPs not tied to positions. you can extend the logic based on requirement.
    2. Based on missing inherited attributes:
    Root Org level attributes are inherited top to bottom. Read one specific attribute of user & compare with root level attribute. You can use standard FM for this.
    Thanks
    Ashutosh

  • How I know if a user define field exist?

    Hi,
    I need to add a user define field to the business partner table using the SDK. Before I add the field I would like to create a condition to know if the field exist.
    I will appreciate any help
    Thanks.

    Dear Rafael ...
    If you want to check whether there're any user fields you can use recordset to look for the name of field in CUFD table. Here with I enclose example to Look for Fields "ColorID" in "@MSI_COLOR" Table .
    ===============================================
    Private Function CheckUserFields() As Boolean
    oRecordset.DoQuery "select count(*) from CUFD where TableId='@MSI_COLOR' And AliasID='ColorID' "
    If oRecordset.Fields(0).Value > 0 Then
       CheckUserFields = True
    Else
       CheckUserFields = False
    End If
    End Function
    ======================================
    You can use that function ...
    If  CheckUserFields = True then
    Else
        oSboApplication.messagebox "Field Colot Is Not Found in SAP B1 "
    End If
    Hopefully can helps
    Regards,
    Hamdi

  • How to know the active users per HRMS module?

    Dear all,
    I am looking for a good way to find the number of concurrent active users per HRMS modules like payroll , human resources, etc ...
    What is the best way to do that calculation?
    Kindly advice,
    Thank you and best regards,
    C.

    See the old posts..
    Re: USERS CONNECTED
    Re: No of Apps users log-in.
    Hope this helps,
    http://www.oracleracexpert.com
    IPC Send timeout issue and Solution
    http://www.oracleracexpert.com/2009/09/ora-29740-evicted-by-member-0-group.html
    Unable to start RAC instance after applying patch.
    http://www.oracleracexpert.com/2010/03/unable-to-start-rac-instance-after.html

  • How to Know total users in Portal

    Hi,
    How to know the total users in Portal.I gone to User Administraion and tried to search in that with out any parameter then I got a message like "Last search Exceeded the size limit of the Server.Search result is incomplete." and "Last search returned with 1000 elements.". But I want to know the TOTAL USERS in the PORTAL.
    Can u help me in this regard. Urgent.
    Regards
    Krishna

    Hi Krishna,
    the paged search is possible by using the
    parameter "ume.ldap.access.extended_search_size" in your configuration XML.
    Just set a value blow 1000 e.g. 900 as like in this
    example and all entries above 900 will be paged:
    <ume.ldap.access.extended_search_size>900</ume.ldap.access.extended_search_size>
    Do not forget to restart and check the values "Max. Search" and "Warn. Search" set for  the Admin-UI.
    Regards
    Stefan

  • How I know if company db is updated

    Hi all,
    a simple but I believe very important question. How I know if a user has accessed the company db? (I mean by execute insert and/or update in MSSQL).
    Are any logs to be checked?
    Thanks in advance,
    Vangelis

    Hello Vangelis,
    What do you exactly want?
    Would you like to see if an user is currently logged in? You can take a look in the sql manager, to see the "activity monitor". This info is also provided by an stored procedure which you can excute. You cann't check the SBO username.
    If you would like to know when the user is last logged in execute this query:
    select lastLogin, * from ousr
    HTH Regards Teun Aben

  • How to know if user (session) is authenticated in other application (SSO)

    Hi folks!
    We've deployed various J2EE applications in some OC4J instances. So far the applications used SSO Authentication against OiD (LDAP), but we need a public access application.
    The problem is the following: we need a different behaviour in this last application (without authentication characteristics) depending on one user is authenticated within other application that required SSO login.
    How could check if current user (session) si authenticated against SSO, for example, in ADF-STRUTS DataAction class?
    We tested the gerRemoteUser() method but is only works within the applications requering login.
    Please, anyone could guide me?
    Mike
    Thanks!

    Hi,
    Oracle AS Single Sign ON stores some of the attributes of an authenticated user in a browser cookie - the name of the Cookie is SSO_ID.
    You cannot get any information from this Cookie. The Cookie is avaliable only to the Oracle AS Single Sign ON and is meant to be used only by it. You cannot read any useful information from the Cookie as it is higly encrypted.
    If you need to know the name of the currently logged in user, your application should be a Partner Application or an External Applciation to Oracle AS Single Sign On.
    The reason is simple - you can use your browser to connect to many Websites protected by Oracle AS Single Sign ON. Thus, if your application isn't a Partner or an External Application registered with SSO, your application can't establish a context.
    Hence, your application needs to be registered as a Partner Application or an External Application with SSO.
    An application which is nto registered with SSO cannot get the User information from SSO. The getRemoteUser() method would always return a null in such cases.
    Regards,
    Sandeep

Maybe you are looking for

  • Upload to Google Drive ignores my "Do not OCR" setting

    I love the HP AiO app on my iPhone. I use it to scan all my snailmail, which helps a lot with my personal administration. However, when I scan a document to PDF and then upload that PDF to Google Drive, I get a file with a .pdf.gdoc extension, which

  • Help Please! Timeline Question with Invisible Buttons

    I am new to FLASH and have created a rotating banner for our website with 5 roatating images with 5 invisble buttons linking to 5 landing pages. And  it works the first loop through.  However when it gets to action 5 for my last image, that link cont

  • IDL / CORBA

    hi all, first, i apologize if this topic is in the wrong forum, didn't find a better place though. i don't have any problem with the classpath.. :) Problem description: - i use jdk 1.5.0 - i'm running the orbd before i try to run the example :) - i h

  • Exception report failed_urgent

    Hi all , we got a failure in the exception report process in one of the process chain when we saw the log it says the following error what it means what can i do ?      "Processing terminated due to error. Alert level > 7" can any one help me plz che

  • Anyone figured out how to import P2 720p footage to FCPX?

    Hello Final Cut Pro X Discussers. Problem: Panasonic P2 720 footage of any kind cannot be imported in to FCPX. To my knowledge, there has been a shockingly disregarded problem in FCPX where you can not import and transcode 720 resolution video from P