How to find what provider is used to for cipher in a SSL socket's handshake

Hi,
I have few security providers loaded with Mozilla-JSS provider above the SunJSSE provider.
SSLContext is provided by SunJSSE. If I get an instance of Cipher seperately, it says it is provided by Mozilla-JSS.
How do I know what provider is used inside the socket's handshake method to get the cipher in the following code. Will it be SunJSSE or Mozilla-JSS
SSLContext sc = SSLContext.getInstance("TLSv1");
sc.init(null, new TrustManager[] { new SSLTrustManager()}, secRand);
SSLSocketFactory socketFactory = sc.getSocketFactory();     
javax.net.ssl.SSLSocket socket = (javax.net.ssl.SSLSocket)socketFactory.createSocket();     
InetSocketAddress address = new InetSocketAddress(ip, port);
socket.connect(address, 5 * 1000);
socket.setSoTimeout(30 * 1000);
socket.setEnabledCipherSuites(SSL_CIPHER_SUITES);
socket.setEnabledProtocols(new String[] {"TLSv1"});
javax.crypto.Cipher cipher = javax.crypto.Cipher.getInstance("DESede/CBC/NoPadding");
System.out.println("provider for cipher == " + cipher.getProvider().getName() ); -> Mozilla-JSS
System.out.println("provider for SSL Context is == " + sc.getProvider().getName()); ---> SunJSSE
Thanks,
Sreedhar

I could not get anything extra from the debug option.
We have a requirement to use FIPS compliant provider. Mozilla-JSS provider is FIPS compliant and SunJSSE is not.
SSLContext code is not part of the Mozilla-JSS provider API. So, I wanted to use SunJSSE for SSLContext and I would be fine if I am sure that Cipher used inside the SSLSocket handshake comes from Mozilla-JSS.

Similar Messages

  • How to find service port oracle use.. for http... ftp.. ?

    Can any one tell me how to find what services ports does oracel uses for services like HTTP and FTP... ?
    Is there any commad that I can execute on SQL*PLUS console to find that ???

    Depends on the version of Oracle.
    If Oracle XE, or you are using XDB capability, you use
    SELECT dbms_xdb.gethttpport(), dbms_xdb.getftpport() from dual;
    and verify using lsnrctl status
    Otherwise you look at the Apache config files in $ORACLE_HOME/Apache/Apache/conf/httpd.*

  • How to find what is the patch no for my BI java  ?

    Note 1330884 recommends to apply the BI Java patch Support Package 18 Patch 50 for SAP NetWeaver 7.0 BI Java to your BI system.
    Two questions
    1) I want to know how to find the patch no for my installation ?
    2) where is the information for bi java ?  Below is the component info from my BI system. I dont see any BI JAVA component here ?
    thank you.
    I got the below from : http://<system>:<port>/monitoring/ComponentInfo
    Software Components 
    Vendor  Name  Version  Provider  Location  Applied 
    sap.com  ADSSAP  7.00 SP18 (1000.7.00.18.0.20081123153837)  SAP AG  SAP AG  20090515173903 
    sap.com  BASETABLES  7.00 SP18 (1000.7.00.18.0.20081123154558)  SAP AG  SAP AG  20090515171425 
    sap.com  BI-BASE-S  7.00 SP18 (1000.7.00.18.12.20090129073318)  SAP AG  SAP AG  20090518112357 
    sap.com  BI-IBC  7.00 SP18 (1000.7.00.18.0.20081124051700)  SAP AG  SAP AG  20090515180641 
    sap.com  BI-REPPLAN  7.00 SP18 (1000.7.00.18.0.20081125103147)  SAP AG  MAIN_APL70P18_C  20090515180729 
    sap.com  BI-WDALV  7.00 SP18 (1000.7.00.18.0.20081125103146)  SAP AG  MAIN_APL70P18_C  20090515180651 
    sap.com  BI_MMR  7.00 SP18 (1000.7.00.18.0.20081123154631)  SAP AG  SAP AG  20090515173946 
    sap.com  BI_UDI  7.00 SP18 (1000.7.00.18.0.20081123154646)  SAP AG  SAP AG  20090515174042 
    sap.com  BIWEBAPP  7.00 SP18 (1000.7.00.18.12.20090129073354)  SAP AG  SAP AG  20090518112351 
    sap.com  BP_BIADMIN  60.1 SP5 (1000.60.1.5.0.20060118134900)  SAP AG  SAP AG  20090720155956 
    sap.com  CAF  7.00 SP18 (1000.7.00.18.0.20081125143229)  SAP AG  MAIN_APL70P18_C  20090515174948 
    sap.com  CAF-KM  7.00 SP18 (1000.7.00.18.0.20081125132429)  SAP AG  MAIN_APL70P18_C  20090515181229 
    sap.com  CAF-UM  7.00 SP18 (1000.7.00.18.0.20081125143246)  SAP AG  MAIN_APL70P18_C  20090515174049 
    sap.com  CORE-TOOLS  7.00 SP18 (1000.7.00.18.0.20081123154839)  SAP AG  SAP AG  20090515171444 
    sap.com  EP-PSERV  7.00 SP18 (1000.7.00.18.0.20081217162400)  SAP AG  SAP AG  20090515180804 
    sap.com  EP-WDC  7.00 SP18 (1000.7.00.18.0.20081113110900)  SAP AG  SAP AG  20090515180833 
    sap.com  EPBC  7.00 SP18 (1000.7.00.18.0.20081123205100)  SAP AG  SAP AG  20090515174158 
    sap.com  EPBC2  7.00 SP18 (1000.7.00.18.0.20081123205100)  SAP AG  SAP AG  20090515180835 
    sap.com  JLOGVIEW  7.00 SP18 (1000.7.00.18.0.20081123152100)  SAP AG  SAP AG  20090515171508 
    sap.com  JSPM  7.00 SP18 (1000.7.00.18.0.20081123152100)  SAP AG  SAP AG  20090515110509 
    sap.com  KM-KW_JIKS  7.00 SP18 (1000.7.00.18.0.20081123155108)  SAP AG  SAP AG  20090515174202 
    sap.com  KMC-BC  7.00 SP18 (1000.7.00.18.0.20081124023400)  SAP AG  SAP AG  20090515180855 
    sap.com  KMC-CM  7.00 SP18 (1000.7.00.18.0.20081124045000)  SAP AG  SAP AG  20090515180911 
    sap.com  KMC-COLL  7.00 SP18 (1000.7.00.18.0.20081124050800)  SAP AG  SAP AG  20090515180926 
    sap.com  LM-PORTAL  7.00 SP18 (1000.7.00.18.0.20081125133231)  SAP AG  MAIN_APL70P18_C  20090515180928 
    sap.com  LM-TOOLS  7.00 SP18 (1000.7.00.18.0.20081218100553)  SAP AG  MAIN_APL70P18_C  20090515175236 
    sap.com  NET-PDK  7.00 SP18 (1000.7.00.18.0.20081124003300)  SAP AG  SAP AG  20090515180432 
    sap.com  RTC  7.00 SP18 (1000.7.00.18.0.20081124050800)  SAP AG  SAP AG  20090515180434 
    sap.com  RTC-STREAM  7.00 SP18 (1000.7.00.18.0.20081124050800)  SAP AG  SAP AG  20090515180930 
    sap.com  SAP-EU  7.00 SP18 (1000.7.00.18.0.20081125133807)  SAP AG  MAIN_APL70P18_C  20090515181146 
    sap.com  SAP-JEE  7.00 SP18 (1000.7.00.18.0.20081123155510)  SAP AG  SAP AG  20090515171540 
    sap.com  SAP-JEECOR  7.00 SP18 (1000.7.00.18.1.20090120111509)  SAP AG  SAP AG  20090518112033 
    sap.com  SAP_JTECHF  7.00 SP18 (1000.7.00.18.1.20090120111547)  SAP AG  SAP AG  20090518112036 
    sap.com  SAP_JTECHS  7.00 SP18 (1000.7.00.18.1.20090120111716)  SAP AG  SAP AG  20090518112429 
    sap.com  UMEADMIN  7.00 SP18 (1000.7.00.18.0.20081125103148)  SAP AG  MAIN_APL70P18_C  20090515175248 
    sap.com  UWLJWF  7.00 SP18 (1000.7.00.18.0.20081124030000)  SAP AG  SAP AG  20090515180944 
    sap.com  VCBASE  7.00 SP18 (1000.7.00.18.0.20081124020700)  SAP AG  SAP AG  20090515181246 
    sap.com  VCFLEX  7.00 SP18 (1000.7.00.18.0.20081124020700)  SAP AG  SAP AG  20090515181231 
    sap.com  VCFRAMEWORK  7.00 SP18 (1000.7.00.18.0.20081124020700)  SAP AG  SAP AG  20090515181234 
    sap.com  VCKITBI  7.00 SP18 (1000.7.00.18.0.20081124020700)  SAP AG  SAP AG  20090515181248 
    sap.com  VCKITGP  7.00 SP18 (1000.7.00.18.0.20081124020700)  SAP AG  SAP AG  20090515181250 
    sap.com  VCKITXX  7.00 SP18 (1000.7.00.18.0.20081124020700)  SAP AG  SAP AG  20090515181252 
    sap.com  WDEXTENSIONS  7.00 SP18 (1000.7.00.18.0.20081125134217)  SAP AG  MAIN_APL70P18_C  20090515181322

    Manoj,
    Thank you. I can see in jspm (release.splevel.PATCHlevel). But which component is the BI JAVA ? I done see any component by that name in jspm !!!
    I can see a sap.com/SAP_JAVASL. Is this the one ?
    Anil , Royi,
    I know I am on netweaver 7 and sp 18. I want to know PATCH NO. Pasted above is the component info. Where is the java PATCH information ?
    Does   ADSSAP  7.00 SP18 (1000.7.00.18.0.20081123153837  mean
    release 7
    sp 18
    patch 0
    thank you.

  • How to find what port is used by a process ?

    a) How can we find out if a port, say, '1525', is used by a process ?
    How can we find out the process ID ?
    b) Given a process ID, can we find out what port(s) it is currrently
    using ?
    Any Unix commands in 2.5.1-->8 ?
    thanks.

    Hi
    The best bet for doing this is "lsof" utility that is a freeware which
    can be downloaded from http://www.sunfreeware.com.
    You can map ports to process like this...
    <PRE>
    ./lsof -i tcp:23
    COMMAND PID USER FD TYPE DEVICE SIZE/OFF INODE NAME
    inetd 152 root 5u inet 0xf596f638 0t0 TCP *:telnet (LISTEN)
    in.telnet 13164 root 0u inet 0xf605cc70 0t139 TCP collard:telnet->awe185-130.junk.COM:34412 (ESTABLISHED)
    in.telnet 13164 root 1u inet 0xf605cc70 0t139 TCP collard:telnet->awe185-130.junk.COM:34412 (ESTABLISHED)
    in.telnet 13164 root 2u inet 0xf605cc70 0t139 TCP collard:telnet->awe185-130.junk.COM:34412 (ESTABLISHED)
    </PRE>
    HTH
    Shridhar

  • HT5622 how do I find my me ID? What do I use it for?

    how do I find my me ID? What do I use it for?

    Hello 3greatscholars,
    Thank you for the question.  Your Apple ID is usually your email address.  If you are unsure if you have an Apple ID, use the following steps to look it up:
    An Apple ID is your username for everything you do with Apple: shopping the iTunes store, signing in to iCloud, buying an app, using iMessage, and more. That's why it's best to use a single Apple ID and not forget it. Using multiple Apple IDs might be confusing and may cause issues with accessing purchased content or using some services.
    If you can't remember your Apple ID, follow these steps to look for it:
    Go to My Apple ID (appleid.apple.com) and click “Find your Apple ID”.
    Enter your first name, last name, current email address, and any prior email addresses that you might have used to create an Apple ID. Apple uses this information to search for Apple IDs.
    If no Apple IDs are found, follow the onscreen instructions to create an Apple ID.
    If one Apple ID is found, choose whether to receive an email from Apple or answer security questions. Both options will conclude by asking you to reset your Apple ID password. Follow the instructions provided.
    If multiple Apple IDs are found, select the one that matches your current email address. Then choose whether to receive an email from Apple or answer security questions. Both options will conclude by asking you to reset your Apple ID password. Follow the instructions provided.
    Apple ID: How to find your Apple ID
    http://support.apple.com/kb/HT5625
    Additionally, you can use this article if you find the Apple ID but forgot the password:
    Apple ID: If you forget your password
    http://support.apple.com/kb/HT5787
    Find more information about where you can use an Apple ID at the following link:
    Where can I use my Apple ID?
    http://support.apple.com/kb/HT5616
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • HT1338 Can anyone tell me how to find what OS I'm using on the Mac? Tiger or Leopard? Also, how do I update from 10.6.8 to the latest version?

    Can anyone tell me how to find what OS I'm using on the Mac?
    Tiger or Leopard?
    Also, how do I update from 10.6.8 to the latest version?

    Go to the Apple menu and select "About This Mac". You will get a window similar to this one -
    You current OS X version number will be shown as I've marked.
    OS X 10.4.x is Tiger, 10.5.x is Leopard, 10.6.x is Snow Leopard, 10.7.x is Lion, and 10.8.x is Mountain Lion.
    Whether or not you can go to the latest OS X version depends upon your hardware -
    You will need to purchase the retail set for the OS X version you want; there is no pint in getting and installing any intermediate versions. Once the retail version has been installed, you can update it to the latest release for that version via download updater.

  • How to knoew what apps ara using more memory? aamnd how to find em?

    my computer seem to be using alot of space and i think is mostly junk i need to no how to find outn wht is using it anh how to dlete it permantly?

    Hello miukreb!
    Please make at least a spell check before asking questions in the internet. Your text is difficult to understand.
    You have a program called "Activity Monitor", which is showing everything you asked for (I think): you find it in the folder Applications > Utilities. This program shows you the memory used and the CPU.
    If you meant your disk usage of your files you need an other program; for example "Disk Inventory X" or "WhatSize"
    Best wishes for the New Year 2012!
    marek

  • How to Find what are tables and "Table Name" in particular "Data File"

    hi Team,
    I have one database that database 300 gb size , this database having 6 ndf files ,
    here How to Find  what are the tables and  "Table Name"  in particular "Data File"[.ndf]

    Hi,
    In addition to Prashanth’s suggestion, you can also use the following Transact-SQL statements to get more detailed information including  all objects and indexes per Filegroup / Partition and allocated data size of databases.
    The script can work with Microsoft SQL Server 2005 and higher version in all Editions. For more details, please review this article:
    List all Objects and Indexes per Filegroup / Partition.
    -- List all Objects and Indexes
    -- per Filegroup / Partition and Allocation Type
    -- including the allocated data size
    SELECT DS.name AS DataSpaceName
    ,AU.type_desc AS AllocationDesc
    ,AU.total_pages / 128 AS TotalSizeMB
    ,AU.used_pages / 128 AS UsedSizeMB
    ,AU.data_pages / 128 AS DataSizeMB
    ,SCH.name AS SchemaName
    ,OBJ.type_desc AS ObjectType
    ,OBJ.name AS ObjectName
    ,IDX.type_desc AS IndexType
    ,IDX.name AS IndexName
    FROM sys.data_spaces AS DS
    INNER JOIN sys.allocation_units AS AU
    ON DS.data_space_id = AU.data_space_id
    INNER JOIN sys.partitions AS PA
    ON (AU.type IN (1, 3)
    AND AU.container_id = PA.hobt_id)
    OR
    (AU.type = 2
    AND AU.container_id = PA.partition_id)
    INNER JOIN sys.objects AS OBJ
    ON PA.object_id = OBJ.object_id
    INNER JOIN sys.schemas AS SCH
    ON OBJ.schema_id = SCH.schema_id
    LEFT JOIN sys.indexes AS IDX
    ON PA.object_id = IDX.object_id
    AND PA.index_id = IDX.index_id
    WHERE OBJ.type_desc='USER_TABLE'-- add this WHERE clause to display the information of user tables
    ORDER BY DS.name
    ,SCH.name
    ,OBJ.name
    ,IDX.name
    Thanks,
    Lydia Zhang

  • How to find which datasource is using table JCDS?

    How to find which datasource is using table JCDS?

    Hi,
    Please find the below link and identify whether will it meet your requirement or not ... If it meets your requirement then I can provide you more documents related to the same which we have in our project.   We were using the same for Plant Maintanance project...
    For this report the required information is gathering from the different data sources from the ECC system. This report requires object status functional location attributes, Equipment attributes and some specific information apart from normal transaction data for an order.
    u2022     Main feeding data sources for this report are 2LIS_17_ORDER and 2LIS_18_ORDER.
    u2022     Requires the object status data (system status, number object status and un-number system status) is feeding from different DSO where the status data is staging with different data flow.
    u2022     Requires the Order planned end date which is dependent on the operation  planned completion date. so we are feeding this field from Operationu2019s DSO where the planned date is staging with different data flow.
    u2022     Required characteristic data and attributes of the Functional location  is getting from the master data .The 0FUNCT_LOC is updating by master data data sources
    u2022     Required standard class  of the functional location is updating from other DSO where the  classification  data is staging with the help of different data flow.
    2LIS_17_ORDER and 2LIS_18_ORDER Data flow Details : No enhancement was done for these data sources .
    Status Data Flow Details:
    The status data is staged because ,this dat is required for the reports based on the Orders, Operations , Notifications, Functional Location and Equipment.
    To load suitable data to different DSOs from the Status DSO we maintain the Filters for status profile and status at DTP level.
    Required status change dates  are deriving based on changed on date ,system status while loading from status DSO to Order DSO.
    The system status ,Number object status and un- numberd object status are feeding from status DSO only.The status DSO is updating by u20180TE_OBJ_STATUS_HISTu2019.This Is based on the tables JCDS,JSTO and T000.
    JCDS     MANDT     =     JSTO     MANDT
    JCDS     OBJNR          =     JSTO     OBJNR
    T000     MANDT     =     JCDS     MANDT
    This DS has enhanced for the below  two fields
    1.     Order Number
    2.     Operation/Activity Number
    The Logic to populate the above two fileds is as below.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/e4/1522bae6aa46b8802dca454e846d58/frameset.htm
    regards
    BVR

  • How to find out the Transactions used per month & the USER who used that

    Hi,
    1)How to find out the Transactions used per month & the USER who used that?
    2)and can i get the above same for minimum 20 month?
    System : SAP- Enterprise Core Component.

    You can use my program...
    *& Report  Z_ABAP_TCODE_MONITOR
    *****&  Program Type          : Report                                 *
    *****&  Title                 : Z_ABAP_TCODE_MONITOR                   *
    *****&  Transaction code      : ZTCODE_USAGE                           *
    *****&  Developer name        : Shailendra Kolakaluri                  *
    *****&  Deveopment start date : 26 th Dec 2011                         *
    *****&  Development Package   : ZDEV                                   *
    *****&  Transport No          : DEVK906086                                       *
    *****&  Program Description   : This program is to display
    *List all tcodes executed during previous day.
    *& Show the number of users executing tcodes
    *& Modification history
    REPORT  Z_ABAP_TCODE_MONITOR.
    *& List all tcodes executed during previous day.
    *& Show the number of users executing tcodes
    TYPE-POOLS : slis.
    DATA: ind TYPE i,
          fcat TYPE slis_t_fieldcat_alv WITH HEADER LINE,
          layout TYPE slis_layout_alv,
          variant TYPE disvariant,
          events  TYPE slis_t_event WITH HEADER LINE,
          heading TYPE slis_t_listheader WITH HEADER LINE.
    *REPORT  z_report_usage.
    TYPES: BEGIN OF zusertcode,
      date   TYPE swncdatum,
      user   TYPE swncuname,
      mandt     TYPE swncmandt,
      tcode     TYPE swnctcode,
      report TYPE swncreportname,
      count     TYPE swncshcnt,
    END OF zusertcode.
    *data   : date type n.
    DATA: t_usertcode  TYPE swnc_t_aggusertcode,
          wa_usertcode TYPE swncaggusertcode,
          wa           TYPE zusertcode,
          t_ut         TYPE STANDARD TABLE OF zusertcode,
          wa_result    TYPE zusertcode,
          t_result     TYPE STANDARD TABLE OF zusertcode.
    PARAMETER: month TYPE dats DEFAULT sy-datum.
    *PARAMETER: date TYPE dats.
    *select-options : username for wa_usertcode-account.
    START-OF-SELECTION.
    PERFORM get_data.
    PERFORM get_fieldcatalog.
      PERFORM set_layout.
    PERFORM get_event.
    PERFORM get_comment.
      PERFORM display_data.
    FORM get_data .
    *date = sy-datum - 2 .
    After start-of-selection add this line (parameter Month required 01 as day).
      concatenate month+0(6) '01' into month.
      CALL FUNCTION 'SWNC_COLLECTOR_GET_AGGREGATES'
        EXPORTING
          component     = 'TOTAL'
          ASSIGNDSYS    = 'DEV'
          periodtype    = 'M'
          periodstrt    = month
        TABLES
          usertcode     = t_usertcode
        EXCEPTIONS
          no_data_found = 1
          OTHERS        = 2.
      wa-date  = month.
    *wa-date  = date.
      wa-mandt = sy-mandt.
    wa_usertcode-account = username.
      LOOP AT t_usertcode INTO wa_usertcode.
        wa-user = wa_usertcode-account.
        IF wa_usertcode-entry_id+72 = 'T'.
          wa-tcode  = wa_usertcode-entry_id.
          wa-report = space.
        ELSE.
          wa-tcode  = space.
          wa-report = wa_usertcode-entry_id.
        ENDIF.
        COLLECT wa INTO t_ut.
      ENDLOOP.
      SORT t_ut BY report ASCENDING.
      CLEAR: wa, wa_result.
    endform.
    FORM get_fieldcatalog .
    fcat-tabname     = 't_ut'.
    fcat-fieldname   = 'DATE'.
    fcat-seltext_l   = 'Date'.
    fcat-key         = 'X'.
    APPEND fcat.
      CLEAR fcat.
      fcat-tabname     = 't_ut'.
      fcat-fieldname   = 'MANDT'.
      fcat-seltext_l   = 'Client'.
      fcat-key         = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-tabname     = 't_ut'.
      fcat-fieldname   = 'USER'.
      fcat-seltext_l   = 'User Name'.
      fcat-key         = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-tabname     = 't_ut'.
      fcat-fieldname   = 'TCODE'.
      fcat-seltext_l   = 'Transaction Code'.
      fcat-key         = 'X'.
      APPEND fcat.
    ENDFORM.
    *&      Form  SET_LAYOUT
          text
    -->  p1        text
    <--  p2        text
    FORM set_layout .
      layout-colwidth_optimize = 'X'.
    ENDFORM.                    " SET_LAYOUT
    *&      Form  GET_EVENT
          text
    -->  p1        text
    <--  p2        text
    *FORM get_event .
    events-name = slis_ev_top_of_page.
    events-form = 'TOP_OF_PAGE'.
    APPEND events.
    *ENDFORM.                    " GET_EVENT
    **&      Form  GET_COMMENT
          text
    -->  p1        text
    <--  p2        text
    *FORM get_comment .
    DATA: text(30).
    text = 'Billing Report'.
    heading-typ = 'H'.
    heading-info = text.
    APPEND heading.
    *ENDFORM.                    " GET_COMMENT
    **&      Form  top_of_page
          text
    -->  p1        text
    <--  p2        text
    *FORM top_of_page .
    CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
       EXPORTING
         it_list_commentary       = heading[]
      I_LOGO                   =
      I_END_OF_LIST_GRID       =
    *ENDFORM.                    " top_of_page
    *&      Form  DISPLAY_DATA
          text
    -->  p1        text
    <--  p2        text
    FORM display_data .
      sort t_ut[].
    DELETE ADJACENT DUPLICATES FROM t_ut[] COMPARING ALL FIELDS.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program = sy-cprog
          is_layout          = layout
          it_fieldcat        = fcat[]
          i_save             = 'A'
          is_variant         = variant
          it_events          = events[]
        TABLES
          t_outtab           = t_ut
        EXCEPTIONS
          program_error      = 1
          OTHERS             = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    " DISPLAY_DATA

  • How to find what transaction an user was running for a given period

    hi
    could anybody tel me
    how to find what transaction a particular user was running for a given period
    in the past.............

    Hi,
    U need to findout the list of Tcode excuted by SAP user
    1) Tcode: ST03N
    2) Select Expert Mode option
               (there u find  Server Host name & Today)
       If u select Host name u find DAY/WEEK/Month (same thing will in Today option)
    3)Now u need to select the option of DAY,WEEK etc.
    Now u can find in two ways
    1) Transaction profile (Standard / EarlyWatch)
    2) User (user profile)
    If u select the Transaction profile
    Under these u find the option of Aggregation----application/package/tranasation etc.
    I hope these will help u to findout.
    Regards
    ASR

  • How to find out query name using Elements of the query builder.

    Hi SDNers,
    how to find out query name using Elements of the query .
    thanks,
    satyaa

    Hi,
    For having a look at the relation between BEx tables,check the link below:
    http://wiki.sdn.sap.com/wiki/display/BI/ExploretherelationbetweenBEx+Tables
    -Vikram

  • How to find the File name using the FTP Adapter

    hi all,
    how to find the File name using the FTP Adapter with BPEL.
    Regards

    Found the solution for this.
    First In the mediator's routing rule use assign property $in.property.jca.file.FileName to $out.property.jca.file.FileName
    In the BPEL's receive activity go to the properties tab and get the property to a BPEL variable. That should do it.
    Thanks for the posts

  • How to Find what all GL assigned to Particular account group ???

    Hi !!! anybody can help me in this issue ... How to Find what all GL assigned to Particular account group ???

    Hi,
    Go to SE16
    Give table name SKA1.
    Give COA
    Give account group and execute.
    All the GL accounts that were assigned to this group are listed.
    Reward points.
    Sarma

  • How to find what are all the rules and events are monitoring for specific server in SCOM 2007

    how to find what are all the rules and events are monitoring for specific server in SCOM 2007.
    I need to know what are all the events, services, and rules are monitored for the specific server.
    Kindly help me friends.

    how to find what are all the rules and events are monitoring for specific server in SCOM 2007.
    I need to know what are all the events, services, and rules are monitored for the specific server.
    Kindly help me friends.
    Thanks for the question Sandoss. This is something that we all come across at sometime.
    Thanks & regards, Sumit Agrawal
    The lack of this feature is an inexcusable oversight for an enterprise management product.  They have some serious lightweights making design decisions on the SCOM team. 5 thumbs down. 
    BTW the answer is probably LOTS of stuff. Literally 100's of workflows are running on any server. 
    The following OpsMgr DB query will list all running monitors on a server. Change the name of @srv. I think this works pretty well.  I'd like some feedback if something is missing.
    DECLARE @srv varchar(30)
    SET @srv = 'your name here'
    SELECT mon.displayName as monitor, bme.FullName,bme.DisplayName as object,
    case
        when s.HealthState = 1 then 'healthy'
        when s.HealthState = 2 then 'Warning'
        when s.HealthState = 3 then 'Critical'
        else 'N/A'
    end as Health
    FROM state AS s WITH (NOLOCK)
    left join BaseManagedEntity as bme WITH (NOLOCK) on s.basemanagedentityid = bme.basemanagedentityid
    left join dbo.MonitorView Mon WITH (NOLOCK) on Mon.ID = s.monitorid
    where
    bme.FullName like '%' + @srv + '%'
    and s.HealthState <> 0
    and mon.IsInternalRollupMonitor = 0
    and mon.IsExternalRollupMonitor = 0
    order by bme.DisplayName, mon.displayName

Maybe you are looking for