Quantcast
Channel: SCN: Message List
Viewing all 8594 articles
Browse latest View live

Re: Technical trace

$
0
0

The trace mode can be defined when calling the function from ABAP:

          lr_function->process( EXPORTING io_context = lr_context
                                          iv_trace_mode = if_fdt_constants=>gc_trace_mode_technical "nur zum Test
                                          iv_timestamp  = lv_timestamp
                                IMPORTING eo_result  = lr_result
                                          eo_trace   = lr_trace ).

You can get the result back as XML:
          lr_trace->read( IMPORTING ev_trace = e_xml_trace ).

 

 

You can even start to think of converting the XML document to HTML or TEXT using an XSL Transformation (CALL TRANSFORMATION command):

 

<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sap="http://www.sap.com/sapxsl" xmlns:asx="http://www.sap.com/abapxml" version="1.0">

  <xsl:strip-space elements="*"/>
  <xsl:template match="/">
    <asx:abap>
      <asx:values>
        <ROOT>
          <xsl:apply-templates/>
        </ROOT>
      </asx:values>
    </asx:abap>
  </xsl:template>

  <xsl:template match="/FDT/LOG/TEXT">
    <item>
      <xsl:value-of select="string(.)"/>
     </item>
     <xsl:apply-templates/>
  </xsl:template>


  <xsl:template match="/FDT/LOG/CONTEXT_UPDATE">
    <item>
      <xsl:value-of select="concat(string(@DataObjectName), ' wird zugewiesen ' , string(text()))"/>
     </item>
     <xsl:apply-templates/>
  </xsl:template>

  <xsl:template match="text() | @*">
  </xsl:template>

</xsl:transform>

 

 

The logs can also be stored the DB. Please be aware that the persistance of those Messages has been optimized.

 

BR Tobias


Re: Connecting SMD Agents using Web dispatcher

$
0
0

Hi Magesh, I never see the connection trough web dispatcher for SMD.

 

I use 2 options,  MS (message server) or P4.  both with or without saprouter (if you select with saprotuer, you will get a lot of headaache).

 

On that post you can see scripts for manually setups.

 

[update] - Scripts for manually setup Diagnostics Agents

 

Regards,

Lluis

Re: SOAP AXIS Receiver Adapter error

Analysis Office Variants

$
0
0

Is there a way to transport Analysis Office Workbook variants? I am using AO 1.4.7 with BW 7.01 SP12.

Thanks

Mahesh Gune

Re: SAP Start problem - disp+work.EXE

$
0
0

Hello Yves and Srinivasan,

 

I read that blog Yves, but it didn´t help in my case... (and in my case it´s a windows server)

 

Srinivasan I already did that, I done a reboot to the server but the same error happened again!

 

I ran the R3trans -d and this is the output:

 

4 ETW000 r3trans version 6.24 (release 721 - 14.10.14 - 20:14:08).

4 ETW000 unicode enabled version

4 ETW000 ===============================================

4 ETW000

4 ETW000 date&time   : 24.10.2014 - 22:37:17

4 ETW000 control file: <no ctrlfile>

4 ETW000 R3trans was called as follows: r3trans -d

4 ETW000  trace at level 2 opened for a given file pointer

4 ETW000  [     dev trc,00000]  Fri Oct 24 22:37:17 2014                                                 127  0.000127

4 ETW000  [     dev trc,00000]  db_con_init called                                                        51  0.000178

4 ETW000  [     dev trc,00000]  set_use_ext_con_info(): ssfs will be used to get connect information

4 ETW000                                                                                                  71  0.000249

4 ETW000  [     dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3

4 ETW000                                                                                                  30  0.000279

4 ETW000  [     dev trc,00000]  create_con (con_name=R/3)                                                 18  0.000297

4 ETW000  [     dev trc,00000]  Loading DB library 'dbsybslib.dll' ...                                    57  0.000354

4 ETW000  [     dev trc,00000]  DlLoadLib success: LoadLibrary("dbsybslib.dll"), hdl 0, addr 00007FFE88520000

4 ETW000                                                                                               18932  0.019286

4 ETW000  [     dev trc,00000]      using "S:\usr\sap\SM1\DVEBMGS00\exe\dbsybslib.dll"                    26  0.019312

4 ETW000  [     dev trc,00000]  Library 'dbsybslib.dll' loaded                                            26  0.019338

4 ETW000  [     dev trc,00000]  function DbSlExpFuns loaded from library dbsybslib.dll                    24  0.019362

4 ETW000  [     dev trc,00000]  Version of 'dbsybslib.dll' is "721.02", patchlevel (0.315)               431  0.019793

4 ETW000  [     dev trc,00000]  function dsql_db_init loaded from library dbsybslib.dll                   37  0.019830

4 ETW000  [     dev trc,00000]  function dbdd_exp_funs loaded from library dbsybslib.dll                  21  0.019851

4 ETW000  [     dev trc,00000]  New connection 0 created                                                  42  0.019893

4 ETW000  [     dev trc,00000]  00: name=R/3, con_id=-000000001, state=DISCONNECTED, tx=NO , bc=NO , hc=NO , perm=YES, reco=NO , info=NO ,

4 ETW000                            timeout=000, con_max=255, con_opt=255, occ=NO , prog=                 48  0.019941

4 ETW000  [     dev trc,00000]  db_con_connect (con_name=R/3)                                             33  0.019974

4 ETW000  [     dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3

4 ETW000                                                                                                  30  0.020004

4 ETW000  [     dev trc,00000]  find_con_by_name found the following connection:                          19  0.020023

4 ETW000  [     dev trc,00000]  00: name=R/3, con_id=000000000, state=DISCONNECTED, tx=NO , bc=NO , hc=NO , perm=YES, reco=NO , info=NO ,

4 ETW000                            timeout=000, con_max=255, con_opt=255, occ=NO , prog=                 37  0.020060

4 ETW000  [     dev trc,00000]  read_con_info_ssfs(): reading connect info for connection R/3             19  0.020079

4 ETW000  [     dev trc,00000]  con_info_ext_support(): DBSL supports extended connect protocol           35  0.020114

4 ETW000                          ==> connect info for default DB will be read from ssfs

4 ETW000  [     dev trc,00000]  con_info_ext_support(): auth/shadow_upgrade = undefined                   39  0.020153

4 ETW000                         ==> Using default key set to get connect info from ssfs

4 ETW000  [     dev trc,00000]  read_ssfs_record(): register callback ssfs_dbi_trace and max level 2

4 ETW000                                                                                                  34  0.020187

4 ETW000  [     dev trc,00000]  RSecSSFs: Entering function "RSecSSFsGetRecord" [rsecssfs.c 872]         169  0.020356

4 ETW000  [     dev trc,00000]  RSecSSFs: Configuration data read from environment parameters [rsecssfs.c 4635]

4 ETW000                                                                                                 133  0.020489

4 ETW000  [     dev trc,00000]  RSecSSFs: Data file "\\SATDCSSM1\sapmnt\SM1\SYS\global\security\rsecssfs\data\SSFS_SM1.DAT" opened for read [rsecssfs.c 2761]

4 ETW000                                                                                               22263  0.042752

4 ETW000  [     dev trc,00000]  RSecSSFs: File "\\SATDCSSM1\sapmnt\SM1\SYS\global\security\rsecssfs\key\SSFS_SM1.KEY" cannot be opened in mode "rb": No such file or directory (errno = 2); at this location, this is not considered an error [rsecssfs.c 1188]

4 ETW000                                                                                                 779  0.043531

4 ETW000  [     dev trc,00000]  RSecSSFs: Key file "\\SATDCSSM1\sapmnt\SM1\SYS\global\security\rsecssfs\key\SSFS_SM1.KEY" not found, using default key [rsecssfs.c 1635]

4 ETW000                                                                                                  85  0.043616

4 ETW000  [     dev trc,00000]  RSecSSFs: Exiting function "RSecSSFsGetRecord" with return code 0 (message: <No message available>) [rsecssfs.c 940]

4 ETW000                                                                                                 720  0.044336

4 ETW000  [     dev trc,00000]  read_ssfs_record(): DB_CONNECT/DEFAULT_DB_USER read successfully from ssfs

4 ETW000                                                                                                  40  0.044376

4 ETW000  [     dev trc,00000]  read_ssfs_record(): deregister callback ssfs_dbi_trace                    22  0.044398

4 ETW000  [     dev trc,00000]  read_ssfs_record(): register callback ssfs_dbi_trace and max level 2

4 ETW000                                                                                                  26  0.044424

4 ETW000  [     dev trc,00000]  RSecSSFs: Entering function "RSecSSFsGetRecord" [rsecssfs.c 872]          29  0.044453

4 ETW000  [     dev trc,00000]  RSecSSFs: Configuration data read from environment parameters [rsecssfs.c 4635]

4 ETW000                                                                                                 109  0.044562

4 ETW000  [     dev trc,00000]  RSecSSFs: Data file "\\SATDCSSM1\sapmnt\SM1\SYS\global\security\rsecssfs\data\SSFS_SM1.DAT" opened for read [rsecssfs.c 2761]

4 ETW000                                                                                                2979  0.047541

4 ETW000  [     dev trc,00000]  RSecSSFs: File "\\SATDCSSM1\sapmnt\SM1\SYS\global\security\rsecssfs\key\SSFS_SM1.KEY" cannot be opened in mode "rb": No such file or directory (errno = 2); at this location, this is not considered an error [rsecssfs.c 1188]

4 ETW000                                                                                                 590  0.048131

4 ETW000  [     dev trc,00000]  RSecSSFs: Key file "\\SATDCSSM1\sapmnt\SM1\SYS\global\security\rsecssfs\key\SSFS_SM1.KEY" not found, using default key [rsecssfs.c 1635]

4 ETW000                                                                                                  77  0.048208

4 ETW000  [     dev trc,00000]  RSecSSFs: Exiting function "RSecSSFsGetRecord" with return code 0 (message: <No message available>) [rsecssfs.c 940]

4 ETW000                                                                                                 705  0.048913

4 ETW000  [     dev trc,00000]  read_ssfs_record(): DB_CONNECT/DEFAULT_DB_PASSWORD read successfully from ssfs

4 ETW000                                                                                                  38  0.048951

4 ETW000  [     dev trc,00000]  read_ssfs_record(): deregister callback ssfs_dbi_trace                    21  0.048972

4 ETW000  [     dev trc,00000]  read_ssfs_record(): register callback ssfs_dbi_trace and max level 2

4 ETW000                                                                                                  32  0.049004

4 ETW000  [     dev trc,00000]  RSecSSFs: Entering function "RSecSSFsGetRecord" [rsecssfs.c 872]          33  0.049037

4 ETW000  [     dev trc,00000]  RSecSSFs: Configuration data read from environment parameters [rsecssfs.c 4635]

4 ETW000                                                                                                 108  0.049145

4 ETW000  [     dev trc,00000]  RSecSSFs: Data file "\\SATDCSSM1\sapmnt\SM1\SYS\global\security\rsecssfs\data\SSFS_SM1.DAT" opened for read [rsecssfs.c 2761]

4 ETW000                                                                                                3398  0.052543

4 ETW000  [     dev trc,00000]  RSecSSFs: File "\\SATDCSSM1\sapmnt\SM1\SYS\global\security\rsecssfs\key\SSFS_SM1.KEY" cannot be opened in mode "rb": No such file or directory (errno = 2); at this location, this is not considered an error [rsecssfs.c 1188]

4 ETW000                                                                                                 602  0.053145

4 ETW000  [     dev trc,00000]  RSecSSFs: Key file "\\SATDCSSM1\sapmnt\SM1\SYS\global\security\rsecssfs\key\SSFS_SM1.KEY" not found, using default key [rsecssfs.c 1635]

4 ETW000                                                                                                  53  0.053198

4 ETW000  [     dev trc,00000]  RSecSSFs: Record with key "DB_CONNECT/DEFAULT_DB_CON_ENV" not found in secure storage [rsecssfs.c 2783]

4 ETW000                                                                                                 233  0.053431

4 ETW000  [     dev trc,00000]  RSecSSFs: Exiting function "RSecSSFsGetRecord" with return code 1 (message: Record with key "DB_CONNECT/DEFAULT_DB_CON_ENV" not found in secure storage) [rsecssfs.c 940]

4 ETW000                                                                                                 338  0.053769

4 ETW000  [     dev trc,00000]  read_ssfs_record(): not found is accepted, RSecSSFsGetRecord(DB_CONNECT/DEFAULT_DB_CON_ENV)=1 : Record with key "DB_CONNECT/DEFAULT_DB_CON_ENV" not found in secure storage

4 ETW000                                                                                                  45  0.053814

4 ETW000  [     dev trc,00000]  read_ssfs_record(): deregister callback ssfs_dbi_trace                    22  0.053836

4 ETW000  [     dev trc,00000]  database is local: connect_timeout: 3                                 117227  0.171063

4 ETW000  [     dev trc,00000]  Thread ID:1940                                                            55  0.171118

4 ETW000  [     dev trc,00000]  lib_dbsl 721 07/21/2014 11:23:00                                          25  0.171143

4 ETW000  [     dev trc,00000]  connection unquiesced                                                     38  0.171181

4 ETW000  [     dev trc,00000]  721_EXT build                                                             22  0.171203

4 ETW000  [     dev trc,00000]  Using dynamic link library 'S:\usr\sap\SM1\DVEBMGS00\exe\dbsybslib.dll'

4 ETW000                                                                                                  46  0.171249

4 ETW000  [     dev trc,00000]  dbsybslib.dll patch info                                                  61  0.171310

4 ETW000  [     dev trc,00000]    SAP patchlevel  0                                                       21  0.171331

4 ETW000  [     dev trc,00000]    SAP patchno  318                                                        19  0.171350

4 ETW000  [     dev trc,00000]    Last SYBASE DBSL patchlevel 0                                           21  0.171371

4 ETW000  [     dev trc,00000]    Last SYBASE DBSL patchno         315                                    21  0.171392

4 ETW000  [     dev trc,00000]    Last SYBASE DBSL patchcomment SYB: transaction log full  causes too many connections err (2021158)

4 ETW000                                                                                                  57  0.171449

4 ETW000  [     dev trc,00000]  Fri Oct 24 22:37:18 2014                                              377877  0.549326

4 ETW000  [     dev trc,00000]  spid 120 comm rd ODBC                                                     60  0.549386

4 ETW000  [     dev trc,00000]  spid 72 unc rd ODBC                                                      503  0.549889

4 ETW000  [     dev trc,00000]  Driver: Adaptive Server Enterprise Driver release: 16.0.00.02           1363  0.551252

4 ETW000  [     dev trc,00000]  Driver full version: SAP ASE ODBC Driver/16.0.00.02/16.0 PL02/P/x86_64/Windows/drvmain/Build 1/64-bit/Normal/Sat Apr 12 UTC 06:53:06 2014/SQLLEN8

4 ETW000                                                                                                  69  0.551321

4 ETW000  [     dev trc,00000]  Driver uses SQLLEN8                                                       22  0.551343

4 ETW000  [     dev trc,00000]  dbs/syb/cache_size: 2000                                                  20  0.551363

4 ETW000  [     dev trc,00000]  GetServerInfo version: Adaptive Server Enterprise/16.0 GA PL01/EBF 22540 SMP/P/X64/Windows Server/ase160sp00pl01/3523/64-bit/FBO/Tue Apr 15 19:04:17 2014

4 ETW000                                                                                                 685  0.552048

4 ETW000  [     dev trc,00000]  GetServerInfo release: 16.0.00.01                                        660  0.552708

4 ETW000  [     dev trc,00000]  GetServerInfo architecture: x86_64                                        36  0.552744

4 ETW000  [     dev trc,00000]  GetServerInfo edition: P                                                  21  0.552765

4 ETW000  [     dev trc,00000]  GetServerInfo byte width: 64 bit                                          21  0.552786

4 ETW000  [     dev trc,00000]  DbSlConnect hdl: 0                                                      2104  0.554890

4 ETW000  [     dev trc,00000]  trace file set                                                            36  0.554926

4 ETW000  [     dev trc,00000]  Connection 0 opened (DBSL handle 0)                                       24  0.554950

4 ETW000  [     dev trc,00000]  NTAB: version is VERS_B, UNICODELG=2, SAP_UC_LN=2                      69525  0.624475

4 ETW000  [     dev trc,00000]  NTAB: standalone processing                                             1827  0.626302

4 ETW000  [     dev trc,00000]  NTAB: ntprofile(), read profile                                           44  0.626346

4 ETW000  [     dev trc,00000]  NTAB: rsdb/ntab/entrycount 1000.                                          19  0.626365

4 ETW000  [     dev trc,00000]  NTAB: rsdb/ntab/ftabsize 500.                                             17  0.626382

4 ETW000  [     dev trc,00000]  NTAB: rsdb/ntab/irbdsize 100.                                             17  0.626399

4 ETW000  [     dev trc,00000]  NTAB: rsdb/ntab/sntabsize 100.                                            17  0.626416

4 ETW000  [     dev trc,00000]  NTAB: compute_hash_card: 2003.                                            40  0.626456

4 ETW000  [     dev trc,00000]  NTAB: maxcnt 1000.                                                        39  0.626495

4 ETW000  [     dev trc,00000]  NTAB: hfactor 2003.                                                       16  0.626511

4 ETW000  [     dev trc,00000]  NTAB: mem_protocol_size 112                                               17  0.626528

4 ETW000  [     dev trc,00000]  NTAB: hdr_backpack_offset 0                                               17  0.626545

4 ETW000  [     dev trc,00000]  NTAB: hdr_backpack_size 0                                                 16  0.626561

4 ETW000  [     dev trc,00000]  NTAB: FTAB: header_size 88.                                               16  0.626577

4 ETW000  [     dev trc,00000]  NTAB: FTAB: item_size 64.                                                 17  0.626594

4 ETW000  [     dev trc,00000]  NTAB: FTAB: item_cnt 1000.                                                16  0.626610

4 ETW000  [     dev trc,00000]  NTAB: FTAB: unit_size 4                                                  132  0.626742

4 ETW000  [     dev trc,00000]  NTAB: FTAB: unit_cnt 128000.                                              27  0.626769

4 ETW000  [     dev trc,00000]  NTAB: FTAB: data_size 512000.                                             17  0.626786

4 ETW000  [     dev trc,00000]  NTAB: IREC: header_size 88.                                               17  0.626803

4 ETW000  [     dev trc,00000]  NTAB: IREC: item_size 64.                                                 16  0.626819

4 ETW000  [     dev trc,00000]  NTAB: IREC: item_cnt 250.                                                 16  0.626835

4 ETW000  [     dev trc,00000]  NTAB: IREC: unit_size 16                                                  16  0.626851

4 ETW000  [     dev trc,00000]  NTAB: IREC: unit_cnt 6400.                                                16  0.626867

4 ETW000  [     dev trc,00000]  NTAB: IREC: data_size 102400.                                             16  0.626883

4 ETW000  [     dev trc,00000]  NTAB: STAB: header_size 88.                                               16  0.626899

4 ETW000  [     dev trc,00000]  NTAB: STAB: item_size 64.                                                 16  0.626915

4 ETW000  [     dev trc,00000]  NTAB: STAB: item_cnt 250.                                                 16  0.626931

4 ETW000  [     dev trc,00000]  NTAB: STAB: unit_size 4                                                   16  0.626947

4 ETW000  [     dev trc,00000]  NTAB: STAB: unit_cnt 25600.                                               16  0.626963

4 ETW000  [     dev trc,00000]  NTAB: STAB: data_size 102400.                                             16  0.626979

4 ETW000  [     dev trc,00000]  NTAB: TTAB: header_size 200.                                              16  0.626995

4 ETW000  [     dev trc,00000]  NTAB: TTAB: item_size 40.                                                 15  0.627010

4 ETW000  [     dev trc,00000]  NTAB: TTAB: item_cnt 1000.                                                16  0.627026

4 ETW000  [     dev trc,00000]  NTAB: TTAB: unit_size 256                                                 16  0.627042

4 ETW000  [     dev trc,00000]  NTAB: TTAB: unit_cnt 1000.                                                16  0.627058

4 ETW000  [     dev trc,00000]  NTAB: TTAB: data_size 256000.                                             16  0.627074

4 ETW000  [     dev trc,00000]  NTAB: FTAB: hh_p 3aa24e0, hh_len 88                                      727  0.627801

4 ETW000  [     dev trc,00000]  NTAB: FTAB: aa_p 643a890, aa_len 16024                                    29  0.627830

4 ETW000  [     dev trc,00000]  NTAB: FTAB: ia_p 643e730, ia_len 64000                                    27  0.627857

4 ETW000  [     dev trc,00000]  NTAB: FTAB: dat_p 644e140, dat_len 512000                                 19  0.627876

4 ETW000  [     dev trc,00000]  NTAB: IREC: hh_p 643a190, hh_len 88                                       17  0.627893

4 ETW000  [     dev trc,00000]  NTAB: IREC: aa_p 64cb150, aa_len 16024                                    18  0.627911

4 ETW000  [     dev trc,00000]  NTAB: IREC: ia_p 64ceff0, ia_len 16000                                    18  0.627929

4 ETW000  [     dev trc,00000]  NTAB: IREC: dat_p 64d2e80, dat_len 102400                                 17  0.627946

4 ETW000  [     dev trc,00000]  NTAB: STAB: hh_p 643a1f0, hh_len 88                                       17  0.627963

4 ETW000  [     dev trc,00000]  NTAB: STAB: aa_p 64ebe90, aa_len 16024                                    18  0.627981

4 ETW000  [     dev trc,00000]  NTAB: STAB: ia_p 64efd30, ia_len 16000                                    17  0.627998

4 ETW000  [     dev trc,00000]  NTAB: STAB: dat_p 64f3bc0, dat_len 102400                                 17  0.628015

4 ETW000  [     dev trc,00000]  NTAB: TTAB: hh_p 643a250, hh_len 200                                      18  0.628033

4 ETW000  [     dev trc,00000]  NTAB: TTAB: aa_p 650cbd0, aa_len 16024                                    21  0.628054

4 ETW000  [     dev trc,00000]  NTAB: TTAB: ia_p 6510a70, ia_len 40000                                    21  0.628075

4 ETW000  [     dev trc,00000]  NTAB: TTAB: dat_p 651a6c0, dat_len 256000                                 18  0.628093

4 ETW000  [     dev trc,00000]  NTAB: ntab_mem_protocol 643a250, ntab_mp_p 643a250, ntab_proc_id 0        34  0.628127

4 ETW000  [     dev trc,00000]  NTAB: FTAB: hh_p 3aa24e0, ha_list 643a890, hi_list 643e730, buffer 644e140

4 ETW000                                                                                                  98  0.628225

4 ETW000  [     dev trc,00000]  NTAB: IREC: hh_p 643a190, ha_list 64cb150, hi_list 64ceff0, buffer 64d2e80

4 ETW000                                                                                                  30  0.628255

4 ETW000  [     dev trc,00000]  NTAB: STAB: hh_p 643a1f0, ha_list 64ebe90, hi_list 64efd30, buffer 64f3bc0

4 ETW000                                                                                                  29  0.628284

4 ETW000  [     dev trc,00000]  NTAB: TTAB: hh_p 643a2c0, ha_list 650cbd0, hi_list 6510a70, buffer 651a6c0

4 ETW000                                                                                                  29  0.628313

4 ETW000  [     dev trc,00000]  NTAB: mem_handler: alloc for 500 elems, task 0, art 0                     30  0.628343

4 ETW000  [     dev trc,00000]  NTAB: mem_handler: alloc for 500 elems, task 0, art 1                     36  0.628379

4 ETW000  [     dev trc,00000]  NTAB: mem_handler: alloc for 500 elems, task 0, art 2                     33  0.628412

4 ETW000  [     dev trc,00000]  NTAB: mem_handler: alloc for 500 elems, task 0, art 3                     31  0.628443

4 ETW000  [     dev trc,00000]  { db_rtab( fcode = 'RT_READ_ONLY', tname = 'TADIR' ) {twdbcall.c:880}

4 ETW000                                                                                               54478  0.682921

4 ETW000  [     dev trc,00000]  } db_rtab( fcode = 'RT_READ_ONLY', retcode = 0 )                       11330  0.694251

4 ETW000 Connected to DBMS = SYBASE ---  --- SYSTEM = 'SM1'.

4 ETW000  [     dev trc,00000]  { db_rtab( fcode = 'RT_INSERT', tname = 'PATCHHIST' ) {saprel.c:1496}

4 ETW000                                                                                                4317  0.698568

4 ETW000  [     dev trc,00000]  } db_rtab( fcode = 'RT_INSERT', retcode = 0 )                          67700  0.766268

4 ETW000  [     dev trc,00000]  { dsql_open (con_da=(0,R/3),#binds=0,#input=0,                           125  0.766393

4 ETW000                          name=UNKNOWN, stmtid=NULL,

4 ETW000                          stmt="SELECT EXECUTABLE,SAPRELEASE,HOSTNAME,PLATFORM,DBVENDOR,TIMESTAMP,PATCHNO,DBSLPATCHN FROM  ...")

4 ETW000  [     dev trc,00000]  } dsql_open()=0, *cu_id_p=1                                             5994  0.772387

4 ETW000  [     dev trc,00000]  { dsql_fetch (con_da=(0,R/3),cu_id=1,#output=8)                           54  0.772441

4 ETW000  [     dev trc,00000]  } dsql_fetch()=0, rec_cnt=1, mod_cnt=1                                   100  0.772541

4 ETW000  [     dev trc,00000]  { dsql_close (con_da=(0,R/3),cu_id=1)                                     27  0.772568

4 ETW000  [     dev trc,00000]  } dsql_close()=0                                                          38  0.772606

4 ETW000  [     dev trc,00000]  { db_rtab( fcode = 'RT_INSERT', tname = 'PATCHHIST' ) {saprel.c:1600}

4 ETW000                                                                                                  43  0.772649

4 ETW000  [     dev trc,00000]  } db_rtab( fcode = 'RT_INSERT', retcode = 0 )                            632  0.773281

4 ETW000  [     dev trc,00000]  { db_rtab( fcode = 'RT_DELETE', tname = 'PATCHHIST' ) {saprel.c:1608}

4 ETW000                                                                                                  44  0.773325

4 ETW000  [     dev trc,00000]  } db_rtab( fcode = 'RT_DELETE', retcode = 0 )                           3609  0.776934

4 ETW690 COMMIT "0" "0"

4 ETW000  [     dev trc,00000]  db_con_commit (con_da={R/3,0,0},th_commit=1,tx=1,hold_cursor=0)           83  0.777017

4 ETW000  trace to file pointer closed

4 ETW000  trace at level 1 opened for a given file pointer

4 ETW000

4 ETW000 ================== STEP 1 =====================

4 ETW000 date&time        : 24.10.2014 - 22:37:18

4 ETW000 function         : CONNECT

4 ETW000 buffersync       : YES

4 ETW000 clients          : default

4 ETW000 commit           : 100000

4 ETW000 table cache      : dynamic

4 ETW000

4 ETW000  [     dev trc,00000]  Disconnecting from ALL connections:                                     2200  0.002200

4 ETW000  [     dev trc,00000]  dbcon[db_con_disconnect_all]: disconnecting from connection 0 ...         30  0.002230

4 ETW000  [     dev trc,00000]  DbSlDisconnect hdl: 0                                                     25  0.002255

4 ETW000  [     dev trc,00000]  dbcon[db_con_disconnect_all]: disconnected from connection 0            4349  0.006604

4 ETW000  [     dev trc,00000]  statistics db_con_commit (com_total=1, com_tx=1)                          45  0.006649

4 ETW000  [     dev trc,00000]  statistics db_con_rollback (roll_total=0, roll_tx=0)                      25  0.006674

4 ETW000 Disconnected from database.

4 ETW000 End of Transport (0000).

4 ETW000 date&time: 24.10.2014 - 22:37:18

 

 

Any idea?

 

Thank you,

samid raif

exclude the particular invoice from the Print list without getting the Print list canceled or dumped.

$
0
0

Hi Experts,

 

We are printing a print list of 1000 invoices using spool creation process with the help of standard FM OPEN_FORM _ _ _ CLOSE_FORM.

We have come across a scenario where we want to exclude the particular invoice from the Print list without getting the Print list canceled or dumped.

 

As For this particular invoice OPEN_FORM has already called, and subsequently CLOSE_FORM is creating the print list.

 

I want to know is it possible to handle this scenario and exclude this particular invoice from the print list (RDI) ?

 

Thanks and Regards,

Jasvinder Kumar

Dashboard Errors following 4.1SP02P03 To 4.1SP04P3

$
0
0

Newbie here! Hopefully this is the correct location to ask this question. If not please direct me to correct location. Anyway I recently upgraded our Windows Server 2008R2(6.1) system  from 4.1SP02P03 to 4.1SP04P03 due to corporate push if IE11. Prior to the upgrade I had 0 system issues with Dash Boards. Everything ran with zero problems. After the upgrade I am getting random dashboard errors that I have no clue how to diagnose. The error description thrown is:

while trying to invoke the method com.businessobjects.sdk.core.server.IServer.getServerContext() of a null object returned from com.businessobjects.rebean.wi.impl.services.DocumentInstanceManagementServiceImpl.getServer(com.businessobjects.sdk.core.context.IContext, com.businessobjects.rebean.wi.model.engine.IDocumentInstance)

This error is not repeatable in that it occurs randomly. By this I mean that my dashboards will run for 12-24 hours then bam, the error pops up. The problem is not specific to any one DB. The Dashboards are being run off of the platform from InfoView, on user desktops as .swf and as kiosk style from power point shows. The dashboards are connected via qaaws to cached webi report instances. The reports run typically every two minutes. All of the reports are completing successfully with zero failed instances. As mentioned above prior to the upgrade I had no issues. The dashboards would run weeks at a time with no maintenance or intervention what so ever. Where might I start digging. I am a part time system administrator as I have a day job as well! I have searched all BI platform and tomcat logs and don't see anything that points to a smoking gun. Any help would be appreciated. Thank you, George

Re: Solman - e-mail to message creator when status changes - message sender issue

$
0
0

Hi Vladimir,

 

Go to transaction SPPFCADM

 

Search for CRM_ORDER Application, and select the row

 

Click on Define Action Profile and Actions

 

Select the action profile that you have assigned to your transaction type (for example SMIV_VAR)

 

Click on the left menu "Action definitions"

 

You can see 3 standard actions for:

 

SMIV_VAR_MAILE-Mail to Message Creator
SMIV_VAR_MAIL_PROCESSORE-Mail to Message Processor
SMIV_VAR_MAIL_WATCHLISTE-Mail to Message Observer

 

If you need to change behaviour of any action, click one anyone and enhance or edit trough a littler peace of ABAP CODE.

 

cap.png

Here you can change or define the sender with your own conditions.

 

Regards,

Lluis


Re: Attributes inherited to Subtype from Supertype

$
0
0

Hello Jane

 

You shouldn't need to do anything special. Is there a pattern that you can see? If you update the comment on a PI attribute after adding the subtypes, do the changes get propagated?

 

For testing, you could create an extended attribute that checks the comment is the same for an inherited attribute as it is in the parent attribute:

Inherited Att extension 1.jpg

Here's the criterion you need:

Inherited Att extension 2.jpg

and the extended attribute (which will only be populated for inherited attributes):

Inherited Att extension 3.jpg

You can see the result in the attribute properties:

Inherited Att extension 4.jpg

In this case, the value is False because I manually updated the inherited attribute comment.

Can this be used for commercial software

$
0
0

Hi, I'm using Visual Studio 2013 Express(free version) for making a software and selling it. Can I add reports made using Crystal reports Developer version for Visual Studio in it without any problem. Or do I have buy a license for Crystal reports?

 

-Thanks

Table TFAIT inconsistency between Development and Production Environmets

$
0
0

Dear SAP Expert,

 

Number of records Table TFAIT - Calendar: Text for logistics calendar intervals are not matching between Development environment and Production environment. 

 

It seems that, Development environment has only English language key entries , while production environment has other languages key entries.

 

How can table TFAIT is in sync.  Difference number of records are more than 5000 (Development has less number of records), so it's difficult to manually fix this issue. 

 

Best Regards,

Kim

user decision without logon in SAP

$
0
0

Hi guru,

please, could you explain me how I can accept or reject a request ( purchase prder, requisition order, travel request... ) pushing a button in outlook mail without to use SAP Logon? Do I need to use a custom task in user decision or I need to configure SWNCONFIG? and in this case, please could you post a link where it is clearly explained how to use this transaction?

Thanks

Regards

Raffaele

Re: user decision without logon in SAP

Kernel upgrade issue from 720_401 to 720_700

$
0
0

Hello All,

 

Recently we started upgrade the Kernel on PI system

 

I started to upgrade the Kernel from 401 to 700 , and its worked

Then i started to upgrade the JVM from 6.31 to 6.65 , Deployment stopped with errors as Java was not came up

So i reverted back the Kernel to 401 , i Started the JVM upgrade again . it was completed ,

Again i tried to Upgrade Kernel 720_700 , but the Java was not came up ,

 

Then finally i upgraded to Kernel 600 , now Abap/Java was fine,

 

Here my Question is , is Kernel 720_700 has dependency of 600 Kernel

 

My Environment is

Susu linux 11

Oracle 11.2.0.3.0

SAP NetWeaver AS ABAP 7.31

Re: Kernel upgrade issue from 720_401 to 720_700

$
0
0

Hi Babu

 

 

Here my Question is , is Kernel 720_700 has dependency of 600 Kernel

1. I don't think its a dependency of level 600 you can upgrade 700 directly. have you downloaded right kernel version(7.20 with or without ext) on you OS / DB ?

 

2. Is this any error message during the upgrade of kernel level 700?

 

BR

SS


Re: SMP3 - AppDevelopment (Kapsel):

Re: cpu utilization is very High

$
0
0

Hi Dhrish

 

1.  You can use the transaction code SM66. to view over all global workprocess status

 

2. BG Job status you can check transaction code SM37

 

BR

SS

Re: Kernel upgrade issue from 720_401 to 720_700

$
0
0

Thanks Sri ram for the Reply ,

 

We downloaded the Correct kernel only ,

With that kernel SAP Abap was coming up  but Java was Stopping.

 

Regards

Babu

Re: Intercompany invoice - exclude item

$
0
0

Hi Bianca,

 

Where you able to resolve this issue as I have come across a similar scenario in my implementation and your suggestions would help. Thanks.

Re: How to manage delta when deleting and creating COPA datasource

$
0
0

Thanks Ramanjaneyulu for all the help.


I have one last question. I ran the Init without data transfer and I see that it has only set the current pointer in table ROOSGENDLM and repeat pointer is blank. Is this normal and when will the repeat pointer be set?


Thanks again,

AT

Viewing all 8594 articles
Browse latest View live




Latest Images