Writing to a custom developer's trace file

Is it possible to create a custom dev trace file and write to it from a custom abap program?  We've developed a custom ABAP program and we'd like to write errors to a custom dev trace file that can be monitored in ST11.  I know we can write to the SLOG using FM RSLG_WRITE_SYSLOG_ENTRY, but I don't want to fill up the SLOG in transaction SM21.  I'd rather write to a custom log file in ST11.  Is it possible to create your own dev trace log file?
Thanks,

OK, I was able to get it to compile, but it does not write it to the log in SLG1.  There are no error message when it runs.  Sy-Subrc = 0.
DATA: go_msglist        TYPE REF TO if_reca_message_list.
  data: gs_msg type RECAMSG.
  DEFINE mac_build_msg.
    clear: gs_msg.
    gs_msg-msgty = &5.
    gs_msg-msgid = 'ZZ'.
    gs_msg-msgno = '000'.
    gs_msg-msgv1 = &1.
    gs_msg-msgv2 = &2.
    gs_msg-msgv3 = &3.
    gs_msg-msgv4 = &4.
    gs_msg-detlevel = &6.
  END-OF-DEFINITION.
  go_msglist = cf_reca_message_list=>create( ).
  mac_build_msg 'MyMessage' space
                 space space 'I' '1'.
  go_msglist->add( is_message = gs_msg ).

Similar Messages

  • Problem to migrate customer development

    We have implemented NWDI for ESS/MSS successfully.
    However, we found problem to migrate customer development into the NWDI
    despite we have followed the SAP Note: 696084 and converted customer
    development from EAR files into SCA file successfully. However, the
    system prompted error as we click import-check. The error is :
    Check Failed, because the sources are not contained in the archive
    Please advise.
    Thanks.
    Edward

    Uncar the SCA with sapcar, then add the necessary folders and files and use sapcar again to create a new SCA.
    Edited by: Pascal Willemsen on Feb 2, 2010 9:18 AM

  • 3.0EA1: Trace files locked on open and not released on closing file

    I have discovered that SQL Developer locks trace files when they are opened (at least on Win XP SP 3), which it doesn't do with sql or pl/sql files. Also, even after closing the file in SQL Developer, the lock isn't released - you need to close SQL Developer to release the lock to be able to move/rename/delete the trace file.
    theFurryOne

    I was able to replicate this as well. I am forwarding it onto a developer to take a look at this. Thanks.
    Ashley
    SQL Developer Team

  • SQL Developer generates strange trace files on server

    Hello out there,
    I observed the generation of some strange trace files on the database server (Oracle 11.0.2.0.2 64bit on Win 2008R2).
    Whenever I start SQL Developer (3.2.20.09.87 64bit with JDK 1.7.0_17 64bit on Win7 64bit) for each connection I defined one trace file like this is generated:
    Trace file C:\ORACLE\diag\rdbms\ora\ora\trace\ora_ora_8500.trc
    Oracle Database 11g Release 11.2.0.2.0 - 64bit Production
    Windows NT Version V6.1 Service Pack 1
    CPU                 : 2 - type 8664, 2 Physical Cores
    Process Affinity    : 0x0x0000000000000000
    Memory (Avail/Total): Ph:990M/3959M, Ph+PgF:3743M/7918M
    Instance name: ora
    Redo thread mounted by this instance: 1
    Oracle process number: 23
    Windows thread id: 8500, image: ORACLE.EXE (SHAD)
    *** 2013-03-06 08:04:13.842
    *** CLIENT ID:() 2013-03-06 08:04:13.842
    *** SERVICE NAME:() 2013-03-06 08:04:13.842
    *** MODULE NAME:() 2013-03-06 08:04:13.842
    *** ACTION NAME:() 2013-03-06 08:04:13.842
    Breaking the connection before proto/dty negotiation, error raised 3113I enabled listener log to find out the origin of this and it contains lines like the following:
    06-MRZ-2013 08:04:13 * (CONNECT_DATA=(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))(SERVICE_NAME=ora.vu)(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.36.143)(PORT=49320)) * establish * ora.vu * 0
    06-MRZ-2013 08:04:13 * (CONNECT_DATA=(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))(SERVICE_NAME=ora.vu)(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.36.143)(PORT=49322)) * establish * ora.vu * 0
    06-MRZ-2013 08:04:13 * (CONNECT_DATA=(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))(SERVICE_NAME=ora.vu)(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.36.143)(PORT=49323)) * establish * ora.vu * 0
    06-MRZ-2013 08:04:13 * (CONNECT_DATA=(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))(SERVICE_NAME=ora.vu)(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.36.143)(PORT=49325)) * establish * ora.vu * 0
    06-MRZ-2013 08:04:14 * (CONNECT_DATA=(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))(SERVICE_NAME=ora.vu)(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.36.143)(PORT=49329)) * establish * ora.vu * 0
    06-MRZ-2013 08:04:14 * (CONNECT_DATA=(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))(SERVICE_NAME=ora.vu)(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.36.143)(PORT=49331)) * establish * ora.vu * 0The IP address is mine and I have excatly 6 connections defined for that server. On other servers, similar trace files are generated, one for each connection in my SQL Developer.
    This also occurred with JDK 1.6 so I don't think it's a Java issue.
    Besides the generation of the trace files there seem to be no other problems.
    Any ideas?

    Hi,
    I think Srini is probably correct. The noted bug applies to 11.2.0.1 and up, is fixed in 12c, and included in an 11.2.0.3 patch. However the version of SQL Developer also affects the creation of trace files on product startup (prior to any user initiated db connect attempts).
    For example,
    A. SQL Developer 3.1.07.42 - no such trace files created.
    B. SQL Developer 3.2.20.09.87 - such trace files created for 11.2.0.1 connections, but not 10g XE or 12c connections.
    So I presume an OCIServerAttach call got added in 3.2.2, not sure in support of which feature, but the bug will only impact users of 11.2.0.1, 11.2.0.2, and unpatched 11.2.0.3 DB releases.
    Regards,
    Gary
    SQL Developer Team

  • ORA-48913: Writing into trace file failed

    Hi
    my OS: OUL5x64
    DB: 11.1.0.7
    receive this error in alert.log but could not figure out which parameter to increase.
    Can someone please help.
    Non critical error ORA-48913 caught while writing to trace file
    Error message: ORA-48913: Writing into trace file failed, file size limit [10485760] reached
    the suggestion:
    ORA-48913: Writing into trace file failed
    *Cause:An attempt was made to write into a trace file that exceeds the trace's file size limit
    *Action:increase the trace's file size limit.
    Thanks in advance.

    Hi ,
    I have one more doubt :
    ORACLE_SID=XXXX
    /XXXX/XX/ofaroot/XXXX/diag/rdbms/xxxx/XXXXX/trace
    Non critical error ORA-48913 caught while writing to file "trace /XXXX/XX/ofaroot/XXXX/diag/rdbms/xxxx/XXXXX/trace/XXXX_ora_8218.trc"
    Error message: ORA-48913: Writing into trace file failed, file size limit [10485760]everywhere its written to increase the parameter max_dump_file_size or to relocate the alert log, but as far as i understand ,
    is this because a trace file with the name XXXX_ora_8218.trc was getting generated with a greater size than the one defined in max_dump_file_size. Is this what happened ?
    Also , I am not able to find what directory does this parameter points to ? is it the trace directory or diag directory ?
    i checked select * from v$diag_info ,but i could not find any conclusion.
    Probably , on getting the above info , i will be able to decide where to move the alert.log to create space.

  • Oracle XE 11.2 writing trace files every 30 sec.

    Hi all,
    we are using an oracle xe 11.2 database on linux. By searching the logs we find some trace files from dbrm that will be updated every 30 secs.
    Does anyone can help understand whats the problem ?
    Thanks a log
    /u01/app/oracle/diag/rdbms/xe/XE/trace> tail -f XE_dbrm_8880.trc
    Trace file /u01/app/oracle/diag/rdbms/xe/XE/trace/XE_dbrm_8880.trc
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Beta
    ORACLE_HOME = /u01/app/oracle/product/11.2.0/xe
    System name: Linux
    Node name: vtsbpm1
    Release: 2.6.32.36-0.5-default
    Version: #1 SMP 2011-04-14 10:12:31 +0200
    Machine: x86_64
    VM name: VMWare Version: 6
    Instance name: XE
    Redo thread mounted by this instance: 1
    Oracle process number: 7
    Unix process pid: 8880, image: oracle@vtsbpm1 (DBRM)
    *** 2012-02-28 11:39:42.567
    *** SESSION ID:(240.1) 2012-02-28 11:39:42.567
    *** CLIENT ID:() 2012-02-28 11:39:42.567
    *** SERVICE NAME:() 2012-02-28 11:39:42.567
    *** MODULE NAME:() 2012-02-28 11:39:42.567
    *** ACTION NAME:() 2012-02-28 11:39:42.567
    kgsksysstop: blocking mode (2) timestamp: 1330425582566557
    kgsksysstop: successful
    kgskreset: Threshold setting[numa_pg(0)]
    Threshold low[0] = 1, high[0] = 3
    kgsksysresume: successful
    RESOURCE MANAGER PLAN/CONSUMER GROUP DUMP
    type: PLAN, Name: INTERNAL_PLAN_XE, number of directives: 2, bit mask: 0x3
    policy index: 0, inst state index: 0, plan id: 1
    Data from Management module:
    Plan Parameters:
    <None>
    Plan Directives:
    [1] Plan Directive Parameters:
    Directive name: MGMT_P1, value: 100
    Directive:
    type: CONSUMER GROUP, Name: OTHER_GROUPS (addr: 0x8f85b120)
    policy index: 0, inst state index: 0, class num: 0x1
    mast: INFINITE, ASL qtout: INFINITE, PQQ qtout: INFINITE, mdop: INFINITE
    Statistics:
    current queued threads: 0,
    class total time: 0 msec, penalty # 0
    total threads: 0
    total CPU yields: 0
    total CPU wait: 0 msec
    total IO wait: 0 msec
    *** 2012-02-28 13:23:15.183
    cpu%: cputm: cpuwt: avgrun: avgwt:
    1 324 0 0.05 1.00
    RQs: < 5: < 10: < 50: < 100: < 200: < 1000: > 1K:
    4054 0 3 0 0 0 0
    *** 2012-02-28 13:24:45.189
    1 308 0 0.00 1.00
    4112 0 3 0 0 0 0
    4 2049 0 0.05 1.00
    *** 2012-02-28 13:26:15.187
    6190 14 17 1 1 0 0
    *** 2012-02-28 13:27:45.191
    24 23051 210 0.15 1.00
    20357 30 37 26 17 5 0
    *** 2012-02-28 13:29:15.196
    9 377 0 0.00 1.00
    4309 1 2 0 0 0 0
    *** 2012-02-28 13:30:45.207
    cpu%: cputm: cpuwt: avgrun: avgwt:
    16 448 0 0.00 1.00
    RQs: < 5: < 10: < 50: < 100: < 200: < 1000: > 1K:
    4294 2 4 0 0 0 0
    *** 2012-02-28 13:32:15.207
    4 360 0 0.00 1.00
    4136 0 4 0 0 0 0
    *** 2012-02-28 13:33:45.207
    1 392 0 0.00 1.00
    4197 1 3 0 0 0 0

    understand whats the problem ?Without knowing specifics about what is going on in your instance, its hard to say.
    Could be a problem indication, more likely not. Appears to be Resource Manager trace files, the resource manager doesn't have much effect on the instance until the host is getting starved for resources, then the engine can throttle down resources given to different resource groups.
    http://docs.oracle.com/cd/E11882_01/server.112/e25494/dbrm001.htm#sthref2760

  • Solution Manager trace file ? Details of all systems messages ?

    Hi,
    I had developed custom applications involving different systems like IDES, R/3, File system and web services and BPM scenarios.
    These systems are integrated with XI, and now I want to monitor the message exchanges between these systems.
    I need all information (in form of txt or log trace file) containing
    which systems are involved. Parameters used during communications data exchanged between them or message header, content of the messages etc.
    As far as I know log files contain lot of information about user activities like transactions executed, messages exchanged between systems etc......I already tried to monitor the log files at XI level, but it contain very less information about the executions.
    Solution manager and remote systems configurations are already done.
    I have the following questions.....
    1) Will Solution manager be the right choice to monitor such information ? If yes, then where and how ?
    2)  Is there any combined log file in solution manager which contain all log information about the connected systems ?
    3)  Where I can find the log files of solution manager ? (Is there a single file which contains all information?)
    4)  How communication (message exchanges) between composite applications is monitored in SAP ?
    How to switch on tracing for Log file (which trace level and what settings), offcourse it will generate lot of data
    Regards,
    hussaan

    Hi,
    Please download that attachment "scripts_1139623.sar" provided in SAP Note 1139623 - Using transaction RZ20 to monitor remote Oracle databases.
    Upon extraction of scripts_1139623.sar the following files you will get.
    rz20_nonabap.sql
    dbcheckora10_oltp.sql
    dbcheckora.sql
    Then Perform the below mentioned Steps to resolve your issue.
    Step 1: Create tables DBCHECKORA and DBMSGORA:
      sqlplus SAPSR3DB/<pwd>
      SQL> @rz20_nonabap.sql
    Step 2: Fill the table DBCHECKORA:
      sqlplus SAPSR3DB/<pwd>
      SQL> @dbcheckora10_oltp   
    Step 3: Create the synonyms (as user ora<sid>):
    brconnect -u / -c -f crsyn -o SAPSR3DB
    sqlplus "/as sysdba"
    CREATE PUBLIC SYNONYM SAP_DBSTATC FOR SAPSR3DB.DBSTATC;
    CREATE PUBLIC SYNONYM SAP_DBCHECKORA FOR SAPSR3DB.DBCHECKORA;
    CREATE PUBLIC SYNONYM SAP_DBMSGORA FOR SAPSR3DB.DBMSGORA;
    Step 4: Grant Privileges for OPS$<SID>ADM User for the above created Tables
    sqlplus "/as sysdba"
    grant all on SAPSR3DB.DBSTATC to OPS$<SID>ADM;
    grant all on SAPSR3DB.DBCHECKORA to OPS$<SID>ADM;
    grant all on SAPSR3DB.DBMSGORA to OPS$<SID>ADM;
    grant all on SAPSR3DB.DBSTAIHORA to OPS$<SID>ADM;
    grant all on SAPSR3DB.DBSTATHORA to OPS$<SID>ADM;
    grant all on SAPSR3DB.DBSTATIORA to OPS$<SID>ADM;
    grant all on SAPSR3DB.DBSTATTORA to OPS$<SID>ADM;
    commit;
    Step 5:
    Now after successful execution of above mentioned Steps , in DBACOCKPIT (system configuration), try to save the Remote DB entry with "Collect Alert Data".  It will be saved without any error.
    If you find any errors, post the error contents as a reply of this thread message.
    Regards,
    Bhavik G. Shroff

  • Custom Development in EP 5.0 versus EP 6.0

    Hi all,
        We are trying to make a decision about some custom Java based portal development. The issue is currently we are on EP 5.0 and are planning to upgrade to EP 6.0 early next year. Now the question is whether to do the development right now in EP 5.0 or wait for a few months and do the development in 6.0.
       What I am looking for a comparison of EP 5.0 versus EP 6.0 from a technical perspective. Our custom development is slightly complicated with a number of custom JSP iviews and many web services etc.
    Regards
    Ravi

    There is built in support for Web Services (both client and server side) in EP6.  If you intend on using a lot of WS in your portal applications I would suggest that you wait for EP6.  Using a WS wizard and a WSDL file, you can generate proxies for a web service that make it extremely easy to access.  There is also the possibility to wrap exisitng portal services in a WS interface so that other applications can access your portal service via SOAP calls.  You can download a preview copy of EP6 from SDN and start playing with it now.
    If you are writing a lot of web services as well as accessing them, you might consider using the WebAS 6.30 or 6.40 release since it can automatically convert RFMs and BAPIs to web services.  You can also convert EJBs into web services with the WS wizard.

  • Anyone doing extensive custom development?

    Hello,
    Is there anyone out there who has done a lot of custom development with the MDK?  I have uncountered numerous bugs/features which are really troublesome, and would like to exchange stories.  The biggest aggravation I have had so far is that I have to keep starting and stopping the Mobile Engine after doing a synchronization.  Any work-arounds found here?
    Bill

    Hello Tim,
    Thank you for responding.  I have a number of problems with Mobile development.  These are not simple matters. Let's focus on the issues one at a time.  We'll worry about my synchronization problems a little bit later.  This discourse should be very valuable to the readers.
    Let's first deal with dependent and independent applications. 
    I have an application that uses SyncBo.  This application provides a local Material Master on the device.  This material master is a tiny slice of the actual material master that resides in CRM system.  This application was developed using the SmartSync wizard in Eclipse and the SyncBO builder in CRM.  I ran the wizard and plugged in the meRepMeta.xml file from the backend, and then modified/extended the generated code by adding search capability and other front end things.  This application is working well.  Let's call this the independent application.
    I then started working on a dependent application.  This application is looking up inventory, and therefore must access the material master on the device, without duplicating the material master or modifying it in any way.  After the user selects the material he is interested in seeing inventory for, the application uses generic synchronization to get the inventory position.
    I began the dependent application by copying my material master application and making extensive modifications to it.  Perhaps this was not the right strategy.  Nevertheless, I completed the application, and everything seemed to be working find.
    Then I started to do some development testing.  The first problem was that the materials in dependent application were duplicated.  I also noticed that the material in the material master application were also duplicated.  I am not sure what caused the duplication.  I made some more modification to the dependent application, and the application began to exhibit intermittant behavior and eventually went down completely.  That is where the application stands as I am writing this.
    After extensive debugging, I see that the variable SYNC_BO_DESCR is set to null after the following initialization, causing the entire application to fail upon startup:
    private static final SyncBoDescriptor SYNC_BO_DESC =
              DESC_FACADE.getSyncBoDescriptor(SYNC_BO_NAME);
    The variable SYNC_BO_NAME is the same in both independent and dependent applications, as is the file meRepMeta.xml.  I tried a variation of the dependent application that uses the classes in the independent application to access the SyncBo.  This variation did not have its own meRepMeta.xml file.  This did not solve the problem.
    What do I do from here? 
    Many thanks.
    Bill

  • Creating trace file in oracle 10g forms

    hii there,
    I have developed an application in oracle 10g. but it's too slow . Now i have to trace forms . How can trace oracle forms.
    please send it in details as early as possible. I don't know about this trace file generation.
    -----Sachin

    Hi,
    To run SQL trace for a form :
    a. Get to the point in the form where you want to turn trace on.
    For example, if the problem occurs on the commit, wait until you are
    ready to commit, THEN turn trace on.
    b. Turn tracing on. In GUI versions: Help - Tools - Trace, enable tracing.
    c. Execute the steps you want to trace.
    d. Turn tracing off. In GUI versions: Help - Tools - Trace, disable tracing.
    The trace file will be written to the subdirectory specified in the
    'user_dump_dest' parameter in the INIT.ORA file.

  • Ubormal trace file generation in 11.1.0.7

    oracle version
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE 11.1.0.7.0 Production
    TNS for 64-bit Windows: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    OS
    Windows 2008 EE R1 SP2
    Problem
    My trace files generated every 30 second and its drive me crazy i have to delete to maintain space of the server
    i check the alert logfile and it does not show anything suspecious here are a couple of lines from the alert.log file
    Sat Jan 22 00:16:52 2011
    Thread 1 advanced to log sequence 117 (LGWR switch)
    Current log# 1 seq# 117 mem# 0: E:\DATA\ORACLE\PMDB\REDO01A.LOG
    Current log# 1 seq# 117 mem# 1: E:\DATA\ORACLE\PMDB\REDO01B.LOG
    Sat Jan 22 02:00:00 2011
    Clearing Resource Manager plan via parameter
    Sat Jan 22 06:00:00 2011
    Setting Resource Manager plan SCHEDULER[0x2C49]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    Setting Resource Manager plan DEFAULT_MAINTENANCE_PLAN via parameter
    Sat Jan 22 06:00:03 2011
    Begin automatic SQL Tuning Advisor run for special tuning task "SYS_AUTO_SQL_TUNING_TASK"
    End automatic SQL Tuning Advisor run for special tuning task "SYS_AUTO_SQL_TUNING_TASK"
    Sat Jan 22 06:00:36 2011
    Thread 1 advanced to log sequence 118 (LGWR switch)
    Current log# 2 seq# 118 mem# 0: E:\DATA\ORACLE\name\REDO02A.LOG
    Current log# 2 seq# 118 mem# 1: E:\DATA\ORACLE\nameREDO02B.LOG
    Sat Jan 22 11:09:15 2011
    Thread 1 advanced to log sequence 119 (LGWR switch)
    Current log# 1 seq# 119 mem# 0: E:\DATA\ORACLE\name\REDO01A.LOG
    Current log# 1 seq# 119 mem# 1: E:\DATA\ORACLE/name\REDO01B.LOG
    Sat Jan 22 11:37:19 2011
    Thread 1 advanced to log sequence 120 (LGWR switch)
    Current log# 2 seq# 120 mem# 0: E:\DATA\ORACLE\nam\REDO02A.LOG
    Current log# 2 seq# 120 mem# 1: E:\DATA\ORACLE\name\REDO02B.LOG
    And i have cheched the trace files and here are a couple of lines
    *** 2011-01-19 15:23:54.265
    *** SESSION ID:(43.21827) 2011-01-19 15:23:54.265
    *** CLIENT ID:() 2011-01-19 15:23:54.265
    *** SERVICE NAME:(name) 2011-01-19 15:23:54.265
    *** MODULE NAME:(OMS) 2011-01-19 15:23:54.265
    *** ACTION NAME:() 2011-01-19 15:23:54.265
    XS Users and Roles -- OCI Info
    kzxupnamread error -- 942: ORA-00942: table or view does not exist
    XS Users and Roles -- OCI Info
    kzxupnamread error -- 942: ORA-00942: table or view does not exist
    Trace file e:\app\oracle\diag\rdbms\pmdb\pmdb\trace\pmdb_ora_7688.trc
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Windows NT Version V6.0 Service Pack 2
    CPU : 16 - type 8664, 8 Physical Cores
    Process Affinity : 0x0000000000000000
    Memory (Avail/Total): Ph:8575M/16372M, Ph+PgF:24932M/32827M
    Instance name: name
    Redo thread mounted by this instance: 1
    Oracle process number: 18
    Windows thread id: 7688, image: ORACLE.EXE (SHAD)
    Would you please help me in identifying a solution to this problem

    Thanks everybody ,
    I have communciated to Oracle Support below is their reply :-
    << Based on the Developer comment in the bug, "This belongs to EXTENDED SECURITY and don't have conditions to run, it is addressed in patch 7019661 and solved in 11.2", >>
    i have to test the patch in the test environment and than i will do it in Live
    Thank you again

  • How to access Trace file in storage account

    Hi,
    I am new to Azure Cloud, I would like to know how to access the trace file stored in Storage account.
    We have implemented diagnostics & traces, I have no idea how to access the trace file.
    I have no idea what are the folders created inside the storage account and where the trace files are stored.
    Would some one help me?
    Thank you!

    Hi,
    In addition, you could use Azure Storage Explorer (https://azurestorageexplorer.codeplex.com/) to search your trace files.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Generating trace file in udump

    Hi,
    Database is 10.1.0.5 on windows 2003. There is trace file getting generated in udump which says:
    opitsk: network error occurred while two-task session server trying to send break; error code = 12152
    Thanks

    I'm getting the same since patching from 10.1.0.5 patch 2 to patch25 when connecting over PL/SQL Developer and quering with large resultsets:
    PL/SQL Dev query session lost on large resultsets after db update
    Did you solve your problem ?

  • Translation of custom development

    Hi all,
    We are about to embark on a journey of translation... English to French.  We have all the information and understanding of what SE63 can provide for us.  What we are unclear on is strategies for the areas where SE63 does not cater for.  For example, how do we handle cases where there are hard coded literals?  Any tools, strategies to make this less painful?  Important to note we have over 3 million lines of custom code to get through, so a manual solution is not a good option. 
    Looking for general comments on others experience in this area of Custom Development where the Standard Translation Environment doesn't meet all the needs.  Even if you have comments of areas that were a pain, but don't necessarily have all the answers.  Would appreciate comments on things we may not have thought of yet.
    Regards,
    Chris

    Hi Chris
    What I have seen at one of our customers was to get all customer program objects from TADIR, scan then and produce a report of what text literals were used where.  Still be a big job to replace these with text elements though.
    One of my colleagues suggested writing the ABAP to BABELFISH the literals and create the text-elements as the report runs, but I am of the opinion that this could be a mistake as BABELFISH can come up with some unusual translations.
    Good luck
    Gareth

  • Question about Y_?????? trace files

    We have a SAP ERP 6.0 system runninng in Windows. I am checking the trace files in our system, and I have found that there are a lot of Y_??????. I have been looking for information about them, but I cannot find it. Does anyone know how and why these files are generated, and if I can safely delete them?
    Thank you for your help,
    Jose

    Hi Jose,
    Is the file called Y_18001 or Y_<number>. These are just Developer Trace files and you can safely delete those file.
    Refer to below link
    http://help.sap.com/saphelp_47x200/helpdata/en/1f/8311664bc511d189750000e8322d00/content.htm
    Regards,
    Arjun

Maybe you are looking for

  • Is there any API for TouchScreen Programming

    Hi, Can any give me information about touch screen api in java. Thanks & Regards Ashok.

  • Weird one shot deal kernel panic

    hi, weirdly, I got a kernel panic while downloading iOs 4.2 in iTunes earlier tonight. The computer log file shows what is down below. Does anyone know what the exact problem was. I shut it down and reopened it without any new kernel panic but that's

  • Playlists lose sort order when burning to CD

    I have several MP3 tracks I need to burn to MP3 CD, and they need to appear in order. I've tagged the MP3 files using XLD (track name/number, etc). I followed the Apple Support Guidelines for burning playlists with a particular sort order. I've tried

  • What is a great video card that supports GPU acceleration?

    A customer of mine wants to speed up his Adobe Lightroom 6 setup.  He has various SSD's, and is ready to upgrade his graphics card to take advantage of the GPU acceleration found in LR 6.  I was wondering if there was an up to date list of suggested,

  • Install additional application server for existing CE7.11 system

    Hello Gurus, We have an existing CE 7.11 system installed. After installation, we have updated the SPS level to 04 recently. The CE 7.11 system is already part of a NWDI track configuration since many months and developers are already using since the