cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Errors SYNTAX_ERROR while importing the SPAM

Former Member
0 Kudos

Hi Techies,

We have encountered the below dump while appyilying the SPAM (SAPKD70051). i am able to open all the transcation expect SPAM and

SAINT

========================DUMP=========================================

Syntax error in program "SAPLOCS_EXTIF ".

What happened?

    Error in the ABAP Application Program

    The current ABAP program "SAPLOCS_CRM" had to be terminated because

it has

    come across a statement that unfortunately cannot be executed.

    The following syntax error occurred in program "SAPLOCS_EXTIF " in

include

     "LOCS_EXTIFU43 " in

    line 468:

    "The data object "LS_STACKHEADR" does not have a component

called "GEN_"

    "VERS"."

    " "

    " "

    The include has been created and last changed by:

    Created by: "SAP "

    Last changed by: "SAP "

    Error in the ABAP Application Program

    The current ABAP program "SAPLOCS_CRM" had to be terminated because

it has     come across a statement that unfortunately cannot be

executed.

========================================================================

a. Intially it terminated at IMPORT_PROPER phase.

b. Ran the below command at os level.

idsadm> tp R3I SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL

tag=spam -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8

This is tp version 380.08.41 (release 720, unicode enabled)

This is R3trans version 6.23 (release 720 - 15.05.12 - 20:12:03).

unicode enabled version

R3trans finished (0004).

tp finished with return code: 4

meaning:

  A tool used by tp produced warnings

Then the above dump stated.

Please adivse the steps to over come the error as we have no

backup of the present system.

I see the SPAM patch still in the buffer.

idsadm> tp showbuffer IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL

tag=spam

This is tp version 380.08.41 (release 720, unicode enabled)

IDS buffer:

TASK |PROJECT |P|CMD Im|DD Im |DD

Act|MainIm|ADO Im|VersFl|Deploy|XPRA |ChkDpl|Gener |UMODE|TAGS

--------------------+--------------------+-+------+------+------+------

+------+------+------+------+------+------+-----+----

SAPKD70051 | | |*0004 |*0004 |*0004 |*0004

| | | |7 | | | |D

that makes 1 transport to be imported.

tp finished with return code: 0

meaning:

Everything OK

Regards,

Sandeep Singh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check the below steps .

Goin Se38 -> LOCS_EXTIFU43 and display

then check if it is active.

Goto line 486 and see

IF ls_stackheadr-gen_vers(1) = 'U'.

when you double click on gen_vers it would take to to one table STACKHEADR. I think that you having issue due to this.

Have you tried to restart the system an rerun spam.

As the below commnad completed with warning .

dsadm> tp R3I SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL

tag=spam -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8

This is tp version 380.08.41 (release 720, unicode enabled)

This is R3trans version 6.23 (release 720 - 15.05.12 - 20:12:03).

unicode enabled version

R3trans finished (0004).

tp finished with return code: 4

Should only run when sap suggests you

tp r3i <SP> <SID> pf=e:\usr\sap\trans\bin\tp_domain_sid.pfl tag=spam

I dont think you should have issues.

But usually we don't run the below command till sap suggests.

Another thing that you don't have backup is bit worrying for me.

Thanks

Rishi Abrol


Former Member
0 Kudos

Hi Rishi,

What 's the next step once i go the below line?

when you double click on gen_vers it would take to to one table STACKHEADR. I think that you having issue due to this.

Regards,

Sandeep Singh

Former Member
0 Kudos

hi,

is it active.

Thanks

Rishi abrol

Former Member
0 Kudos

YES

Former Member
0 Kudos

Can you provide screenshot for STACKHEADR from SE11?

Former Member
0 Kudos

Hi Roman,

Pls find se11 screen shots

-sandeep

Former Member
0 Kudos

Hi Rishi,

Apologies,

The table STACKHEADR does not exist in database, when i tried to create in via SE11 its errored out.


with below error

Request: Create Table STACKHEADR (SAPUSER/15.11.13/20:10)

Process: lsinm013sape_3

sql:

CREATE TABLE "STACKHEADR"

("ID" SAPDB6VARCHAR(000020)

DEFAULT ' ' NOT NULL,

"QUEUE_ID" SAPDB6VARCHAR(000040)

DEFAULT ' ' NOT NULL,

"TYPE" SAPDB6VARCHAR(000010)

DEFAULT ' ' NOT NULL,

"PROD_ID" SAPDB6VARCHAR(000020)

DEFAULT ' ' NOT NULL,

"DESCRIPT" SAPDB6VARCHAR(000072)

DEFAULT ' ' NOT NULL,

"INSTSTATUS" SAPDB6VARCHAR(000001)

DEFAULT ' ' NOT NULL,

"INST_DATE" SAPDB6VARCHAR(000008)

DEFAULT '00000000' NOT NULL,

"INST_TIME" SAPDB6VARCHAR(000006)

DEFAULT '000000' NOT NULL,

"RESPONSIBL" SAPDB6VARCHAR(000012)

DEFAULT ' ' NOT NULL)

IN "IDS#STABD"

INDEX IN "IDS#STABI"

LONG IN "IDS#STABD COMPRESS YES"

SQL0107N The name "IDS#STABD COMPRESS YES" is too long. The maximum

length is "18". SQLSTATE=42622

DDL time(___1): .........1 milliseconds

The SQL statement was not executed

Statements for Table STACKHEADR could not be executed

Request for STACKHEADR could not be executed

Regards,

Sandeep Singh

Former Member
0 Kudos

Hi,

Did you try to use se14 as i can see in the above screen shot that the table is showing.

Also one more thing go in SE09 and give the details of the patch and click display.

Then double click on the patch no and see if you can see this table in the list and all the object are generate .

Thanks

Rishi Abrol

Former Member
0 Kudos

Hi Rishi,

I tried to activate via SE14, giving the same error.

When i checked SE09 i can see the patches and i cannot see all the table but few of them are in implemented/active state.

Regards,

Sandeep Singh

Former Member
0 Kudos

Hi,

I think why this issue is happening as the

LONG IN "IDS#STABD COMPRESS YES"

SQL0107N The name "IDS#STABD COMPRESS YES" is too long. The maximum

length is "18". SQLSTATE=42622

What i think that the table has go a field lenght of 18 characters and we have 23 here and that is the reason why it is failing.

Can you please take the help of any developer and see if you can increase the length or reduce the characters and then try to create it.

Or

Try to create a message to sap that you are not ale to create the table at DB level using SE14.

And see if they can provide a code fix . Just tell that you want the table to be created at DB leavel and its not getting created due to this issue.

I have see similar issue was sap program was not passing the correct details and the tablespace name was more.

eg:1846770 - DB6: NLS Impl. - SQL0107N tablespace name is too long

It can be issue with sap standard code as its recent release and no one would have identified it and you are the first one to get it as the patch was released by 25.10.2013.

Thanks

Rishi abrol

Former Member
0 Kudos

Hi Rishi,

The Problem has been resolved by when i followed the instrustion followed in the SAP Note 1126127.

went to SE13 -> database object -> remove Longspace and reactivated the table the issue got resolved.

Regards,

Sandeep

Answers (2)

Answers (2)

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

We have encountered the below dump while appyilying the SPAM (SAPKD70051). i am able to open all the transcation expect SPAM and SAINT

If you are unable to access Tx's SPAM and SAINT then have you checked the import logs from the OS level ?

Go to the /usr/sap/trans/log and check the latest logs.

Regards

RB

Former Member
0 Kudos

Hi Reagan,

Please find the below logs, As we have no backup can we restore the file system to earlier date. will this be help ful(we have snap of entire file system) we are using db2 datadbase.

ULOG13_4

idsadm       20131107112533 RFC: tp WRITELOG IDSK900016 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL e 0000 IDS -Dtransdir=/usr/sap/trans                                    (pid=22261)

idsadm       20131107112619 RFC: tp WRITELOG IDSK900018 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL e 0000 IDS -Dtransdir=/usr/sap/trans                                    (pid=22261)

idsadm       20131107141034 RFC: tp WRITELOG IDSK900002 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL e 0000 IDS -Dtransdir=/usr/sap/trans                                    (pid=671)

idsadm       20131113164525 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164526 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164532 RFC: tp CREATECOFILE SAPKD70051 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -s IDS -Dtransdir=/usr/sap/trans                                    (pid=22210)

idsadm       20131113164536 RFC: tp ADDTOBUFFER SAPKD70051 IDS U1 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dtransdir=/usr/sap                                  /trans  (pid=22210)

idsadm       20131113164536 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL mode=G0,V0,w0 -Dsourcesystems= ta                                  g=SPAM -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164536 RFC: tp CMD ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Drepeatonerror=8 -Dstopon                                  error=8 -Dsourcesystems= tag=spam -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164542 RFC: tp TST ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam U1 -Dtransdir=/usr/s                                  ap/trans  (pid=22210)

idsadm       20131113164551 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepea                                  tonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes                                   -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164924 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=22505)

idsadm       20131113164924 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=22505)

idsadm       20131113164926 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepea                                  tonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes                                   -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=22505)

idsadm       20131113165825 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=23108)

idsadm       20131113165825 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=23108)

idsadm       20131113165827 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepea                                  tonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes                                   -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=23108)

idsadm       20131113173202 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25410)

idsadm       20131113173202 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25410)

idsadm       20131113173205 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepea                                  tonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes                                   -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=25410)

idsadm       20131113173244 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0                                  ,K0 -Dtransdir=/usr/sap/trans  (pid=25434)

idsadm       20131113173244 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dt                                  ransdir=/usr/sap/trans  (pid=25434)

idsadm       20131113173317 RFC: tp CONTP IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25497)

idsadm       20131113173318 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25497)

idsadm       20131113173329 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173329 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173332 RFC: tp CREATECOFILE SAPKD70051 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -s IDS -Dtransdir=/usr/sap/trans                                    (pid=25536)

idsadm       20131113173333 RFC: tp ADDTOBUFFER SAPKD70051 IDS U1 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dtransdir=/usr/sap                                  /trans  (pid=25536)

idsadm       20131113173333 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL mode=G0,V0,w0 -Dsourcesystems= ta                                  g=SPAM -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173333 RFC: tp CMD ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Drepeatonerror=8 -Dstopon                                  error=8 -Dsourcesystems= tag=spam -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173340 RFC: tp TST ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam U1 -Dtransdir=/usr/s                                  ap/trans  (pid=25536)

idsadm       20131113173345 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepea                                  tonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes                                   -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173855 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0                                  ,K0 -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113173855 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dt                                  ransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113174023 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174023 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174026 RFC: tp CREATECOFILE SAPKD70051 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -s IDS -Dtransdir=/usr/sap/trans                                    (pid=25997)

idsadm       20131113174027 RFC: tp ADDTOBUFFER SAPKD70051 IDS U1 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dtransdir=/usr/sap                                  /trans  (pid=25997)

idsadm       20131113174027 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL mode=G0,V0,w0 -Dsourcesystems= ta                                  g=SPAM -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174027 RFC: tp CMD ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Drepeatonerror=8 -Dstopon                                  error=8 -Dsourcesystems= tag=spam -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174030 RFC: tp TST ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam U1 -Dtransdir=/usr/s                                  ap/trans  (pid=25997)

idsadm       20131113174032 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepea                                  tonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes                                   -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174302 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0                                  ,K0 -Dtransdir=/usr/sap/trans  (pid=26171)

idsadm       20131113174302 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dt                                  ransdir=/usr/sap/trans  (pid=26171)

idsadm       20131113174551 RFC: tp CONTP IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=26419)

idsadm       20131113174552 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=26419)

idsadm       20131113175300 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175300 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175303 RFC: tp CREATECOFILE SAPKD70051 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -s IDS -Dtransdir=/usr/sap/trans                                    (pid=25844)

idsadm       20131113175304 RFC: tp ADDTOBUFFER SAPKD70051 IDS U1 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dtransdir=/usr/sap                                  /trans  (pid=25844)

idsadm       20131113175304 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL mode=G0,V0,w0 -Dsourcesystems= ta                                  g=SPAM -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175304 RFC: tp CMD ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Drepeatonerror=8 -Dstopon                                  error=8 -Dsourcesystems= tag=spam -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175308 RFC: tp TST ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam U1 -Dtransdir=/usr/s                                  ap/trans  (pid=25844)

idsadm       20131113175309 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepea                                  tonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes                                   -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175430 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=27026)

idsadm       20131113180320    : tp R3I SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dclientcascade=yes -Dstoponer                                  ror=8 -Drepeatonerror=8  (pid=27708)

idsadm       20131113195936 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=3153)

idsadm       20131114095654    : tp R3I SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dclientcascade=yes -Dstoponer                                  ror=8 -Drepeatonerror=8  (pid=919)

idsadm       20131114113020 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0                                  ,K0 -Dtransdir=/usr/sap/trans  (pid=7224)

idsadm       20131114113020 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dt                                  ransdir=/usr/sap/trans  (pid=7224)

idsadm       20131114114400    : tp R3I SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dclientcascade=yes -Dstoponer                                  ror=8 -Drepeatonerror=8  (pid=8104)

idsadm       20131114122914 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0                                  ,K0 -Dtransdir=/usr/sap/trans  (pid=17985)

idsadm       20131114122915 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dt                                  ransdir=/usr/sap/trans  (pid=17985)

idsadm       20131114190408    : tp R3I SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam  (pid=32261)

idsadm> tail -1000 ULOG13_4

idsadm       20131107112533 RFC: tp WRITELOG IDSK900016 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL e 0000 IDS -Dtransdir=/usr/sap/trans  (pid=22261)

idsadm       20131107112619 RFC: tp WRITELOG IDSK900018 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL e 0000 IDS -Dtransdir=/usr/sap/trans  (pid=22261)

idsadm       20131107141034 RFC: tp WRITELOG IDSK900002 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL e 0000 IDS -Dtransdir=/usr/sap/trans  (pid=671)

idsadm       20131113164525 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164526 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164532 RFC: tp CREATECOFILE SAPKD70051 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -s IDS -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164536 RFC: tp ADDTOBUFFER SAPKD70051 IDS U1 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164536 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL mode=G0,V0,w0 -Dsourcesystems= tag=SPAM -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164536 RFC: tp CMD ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Drepeatonerror=8 -Dstoponerror=8 -Dsourcesystems= tag=spam -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164542 RFC: tp TST ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam U1 -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164551 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164924 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=22505)

idsadm       20131113164924 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=22505)

idsadm       20131113164926 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=22505)

idsadm       20131113165825 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=23108)

idsadm       20131113165825 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=23108)

idsadm       20131113165827 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=23108)

idsadm       20131113173202 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25410)

idsadm       20131113173202 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25410)

idsadm       20131113173205 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=25410)

idsadm       20131113173244 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0,K0 -Dtransdir=/usr/sap/trans  (pid=25434)

idsadm       20131113173244 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dtransdir=/usr/sap/trans  (pid=25434)

idsadm       20131113173317 RFC: tp CONTP IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25497)

idsadm       20131113173318 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25497)

idsadm       20131113173329 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173329 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173332 RFC: tp CREATECOFILE SAPKD70051 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -s IDS -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173333 RFC: tp ADDTOBUFFER SAPKD70051 IDS U1 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173333 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL mode=G0,V0,w0 -Dsourcesystems= tag=SPAM -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173333 RFC: tp CMD ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Drepeatonerror=8 -Dstoponerror=8 -Dsourcesystems= tag=spam -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173340 RFC: tp TST ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam U1 -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173345 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173855 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0,K0 -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113173855 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113174023 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174023 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174026 RFC: tp CREATECOFILE SAPKD70051 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -s IDS -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174027 RFC: tp ADDTOBUFFER SAPKD70051 IDS U1 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174027 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL mode=G0,V0,w0 -Dsourcesystems= tag=SPAM -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174027 RFC: tp CMD ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Drepeatonerror=8 -Dstoponerror=8 -Dsourcesystems= tag=spam -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174030 RFC: tp TST ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam U1 -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174032 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174302 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0,K0 -Dtransdir=/usr/sap/trans  (pid=26171)

idsadm       20131113174302 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dtransdir=/usr/sap/trans  (pid=26171)

idsadm       20131113174551 RFC: tp CONTP IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=26419)

idsadm       20131113174552 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=26419)

idsadm       20131113175300 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175300 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175303 RFC: tp CREATECOFILE SAPKD70051 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -s IDS -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175304 RFC: tp ADDTOBUFFER SAPKD70051 IDS U1 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175304 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL mode=G0,V0,w0 -Dsourcesystems= tag=SPAM -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175304 RFC: tp CMD ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Drepeatonerror=8 -Dstoponerror=8 -Dsourcesystems= tag=spam -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175308 RFC: tp TST ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam U1 -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175309 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175430 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=27026)

idsadm       20131113180320    : tp R3I SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8  (pid=27708)

idsadm       20131113195936 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=3153)

idsadm       20131114095654    : tp R3I SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8  (pid=919)

idsadm       20131114113020 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0,K0 -Dtransdir=/usr/sap/trans  (pid=7224)

idsadm       20131114113020 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dtransdir=/usr/sap/trans  (pid=7224)

idsadm       20131114114400    : tp R3I SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8  (pid=8104)

idsadm       20131114122914 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0,K0 -Dtransdir=/usr/sap/trans  (pid=17985)

idsadm       20131114122915 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dtransdir=/usr/sap/trans  (pid=17985)

idsadm       20131114190408    : tp R3I SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam  (pid=32261)

SLOG1346.IDS

ERROR: stopping on error 8 during MOVE NAMETABS

START INFORM SAP-SYSTEM OF IDS Q      20131113165843              SAPUSER      lsinm013sape 20131113165827

START tp_getprots          IDS Q      20131113165843              SAPUSER      lsinm013sape 20131113165827

STOP  tp_getprots          IDS Q      20131113165844              SAPUSER      lsinm013sape 20131113165827

STOP  INFORM SAP-SYSTEM OF IDS Q      20131113165844              SAPUSER      lsinm013sape 20131113165827

STOP  imp all              IDS   0008 20131113165844              SAPUSER      lsinm013sape 20131113165827

START imp all              IDS        20131113173205              SAPUSER      lsinm013sape 20131113173205

INFO: event SAP_IMPORT_START triggered successfully

INFO  TBATG CONVERSION OF  IDS N      not needed                  SAPUSER      lsinm013sape 20131113173205

START MOVE NAMETABS        IDS 6      20131113173205              SAPUSER      lsinm013sape 20131113173205

START tp_getprots          IDS P      20131113173205              SAPUSER      lsinm013sape 20131113173205

ERROR ALL                  IDS 6 0008 20131113173217              SAPUSER      lsinm013sape 20131113173205

STOP  tp_getprots          IDS P      20131113173220              SAPUSER      lsinm013sape 20131113173205

STOP  MOVE NAMETABS        IDS 6      20131113173220              SAPUSER      lsinm013sape 20131113173205

ERROR: stopping on error 8 during MOVE NAMETABS

START INFORM SAP-SYSTEM OF IDS Q      20131113173220              SAPUSER      lsinm013sape 20131113173205

START tp_getprots          IDS Q      20131113173220              SAPUSER      lsinm013sape 20131113173205

STOP  tp_getprots          IDS Q      20131113173221              SAPUSER      lsinm013sape 20131113173205

STOP  INFORM SAP-SYSTEM OF IDS Q      20131113173221              SAPUSER      lsinm013sape 20131113173205

STOP  imp all              IDS   0008 20131113173221              SAPUSER      lsinm013sape 20131113173205

START CMDIMPORT            IDS L      20131113173333              SAPUSER      lsinm013sape 20131113173333

STOP  CMDIMPORT            IDS L      20131113173340              SAPUSER      lsinm013sape 20131113173333

START imp all              IDS        20131113173345              SAPUSER      lsinm013sape 20131113173345

INFO: event SAP_IMPORT_START triggered successfully

START DD IMPORT            IDS H      20131113173345              SAPUSER      lsinm013sape 20131113173345

STOP  DD IMPORT            IDS H      20131113173408              SAPUSER      lsinm013sape 20131113173345

START DD ACTIVATION        IDS A      20131113173408              SAPUSER      lsinm013sape 20131113173345

START tp_getprots          IDS J      20131113173408              SAPUSER      lsinm013sape 20131113173345

STOP  tp_getprots          IDS J      20131113173436              SAPUSER      lsinm013sape 20131113173345

STOP  DD ACTIVATION        IDS A      20131113173436              SAPUSER      lsinm013sape 20131113173345

START DISTRIBUTION OF DD-O IDS S      20131113173437              SAPUSER      lsinm013sape 20131113173345

START tp_getprots          IDS S      20131113173437              SAPUSER      lsinm013sape 20131113173345

STOP  tp_getprots          IDS S      20131113173438              SAPUSER      lsinm013sape 20131113173345

STOP  DISTRIBUTION OF DD-O IDS S      20131113173438              SAPUSER      lsinm013sape 20131113173345

INFO  TBATG CONVERSION OF  IDS N      not needed                  SAPUSER      lsinm013sape 20131113173345

START MOVE NAMETABS        IDS 6      20131113173438              SAPUSER      lsinm013sape 20131113173345

START tp_getprots          IDS P      20131113173438              SAPUSER      lsinm013sape 20131113173345

ERROR ALL                  IDS 6 0008 20131113173452              SAPUSER      lsinm013sape 20131113173345

STOP  tp_getprots          IDS P      20131113173453              SAPUSER      lsinm013sape 20131113173345

STOP  MOVE NAMETABS        IDS 6      20131113173453              SAPUSER      lsinm013sape 20131113173345

ERROR: stopping on error 8 during MOVE NAMETABS

START INFORM SAP-SYSTEM OF IDS Q      20131113173453              SAPUSER      lsinm013sape 20131113173345

START tp_getprots          IDS Q      20131113173453              SAPUSER      lsinm013sape 20131113173345

STOP  tp_getprots          IDS Q      20131113173454              SAPUSER      lsinm013sape 20131113173345

STOP  INFORM SAP-SYSTEM OF IDS Q      20131113173454              SAPUSER      lsinm013sape 20131113173345

STOP  imp all              IDS   0008 20131113173454              SAPUSER      lsinm013sape 20131113173345

START CMDIMPORT            IDS L      20131113174027              SAPUSER      lsinm013sape 20131113174027

STOP  CMDIMPORT            IDS L      20131113174029              SAPUSER      lsinm013sape 20131113174027

START imp all              IDS        20131113174032              SAPUSER      lsinm013sape 20131113174032

INFO: event SAP_IMPORT_START triggered successfully

START DD IMPORT            IDS H      20131113174032              SAPUSER      lsinm013sape 20131113174032

STOP  DD IMPORT            IDS H      20131113174045              SAPUSER      lsinm013sape 20131113174032

START DD ACTIVATION        IDS A      20131113174045              SAPUSER      lsinm013sape 20131113174032

START tp_getprots          IDS J      20131113174045              SAPUSER      lsinm013sape 20131113174032

STOP  tp_getprots          IDS J      20131113174106              SAPUSER      lsinm013sape 20131113174032

STOP  DD ACTIVATION        IDS A      20131113174106              SAPUSER      lsinm013sape 20131113174032

START DISTRIBUTION OF DD-O IDS S      20131113174106              SAPUSER      lsinm013sape 20131113174032

START tp_getprots          IDS S      20131113174106              SAPUSER      lsinm013sape 20131113174032

STOP  tp_getprots          IDS S      20131113174107              SAPUSER      lsinm013sape 20131113174032

STOP  DISTRIBUTION OF DD-O IDS S      20131113174107              SAPUSER      lsinm013sape 20131113174032

INFO  TBATG CONVERSION OF  IDS N      not needed                  SAPUSER      lsinm013sape 20131113174032

START MOVE NAMETABS        IDS 6      20131113174107              SAPUSER      lsinm013sape 20131113174032

START tp_getprots          IDS P      20131113174107              SAPUSER      lsinm013sape 20131113174032

ERROR ALL                  IDS 6 0008 20131113174123              SAPUSER      lsinm013sape 20131113174032

STOP  tp_getprots          IDS P      20131113174128              SAPUSER      lsinm013sape 20131113174032

STOP  MOVE NAMETABS        IDS 6      20131113174128              SAPUSER      lsinm013sape 20131113174032

ERROR: stopping on error 8 during MOVE NAMETABS

START INFORM SAP-SYSTEM OF IDS Q      20131113174128              SAPUSER      lsinm013sape 20131113174032

START tp_getprots          IDS Q      20131113174128              SAPUSER      lsinm013sape 20131113174032

STOP  tp_getprots          IDS Q      20131113174129              SAPUSER      lsinm013sape 20131113174032

STOP  INFORM SAP-SYSTEM OF IDS Q      20131113174129              SAPUSER      lsinm013sape 20131113174032

STOP  imp all              IDS   0008 20131113174129              SAPUSER      lsinm013sape 20131113174032

START CMDIMPORT            IDS L      20131113175304              SAPUSER      lsinm013sape 20131113175304

STOP  CMDIMPORT            IDS L      20131113175307              SAPUSER      lsinm013sape 20131113175304

START imp all              IDS        20131113175310              SAPUSER      lsinm013sape 20131113175309

INFO: event SAP_IMPORT_START triggered successfully

START DD IMPORT            IDS H      20131113175310              SAPUSER      lsinm013sape 20131113175309

STOP  DD IMPORT            IDS H      20131113175320              SAPUSER      lsinm013sape 20131113175309

START DD ACTIVATION        IDS A      20131113175321              SAPUSER      lsinm013sape 20131113175309

START tp_getprots          IDS J      20131113175321              SAPUSER      lsinm013sape 20131113175309

STOP  tp_getprots          IDS J      20131113175336              SAPUSER      lsinm013sape 20131113175309

STOP  DD ACTIVATION        IDS A      20131113175336              SAPUSER      lsinm013sape 20131113175309

START DISTRIBUTION OF DD-O IDS S      20131113175336              SAPUSER      lsinm013sape 20131113175309

START tp_getprots          IDS S      20131113175336              SAPUSER      lsinm013sape 20131113175309

STOP  tp_getprots          IDS S      20131113175337              SAPUSER      lsinm013sape 20131113175309

STOP  DISTRIBUTION OF DD-O IDS S      20131113175337              SAPUSER      lsinm013sape 20131113175309

INFO  TBATG CONVERSION OF  IDS N      not needed                  SAPUSER      lsinm013sape 20131113175309

START MOVE NAMETABS        IDS 6      20131113175337              SAPUSER      lsinm013sape 20131113175309

START tp_getprots          IDS P      20131113175337              SAPUSER      lsinm013sape 20131113175309

ERROR ALL                  IDS 6 0008 20131113175351              SAPUSER      lsinm013sape 20131113175309

STOP  tp_getprots          IDS P      20131113175352              SAPUSER      lsinm013sape 20131113175309

STOP  MOVE NAMETABS        IDS 6      20131113175352              SAPUSER      lsinm013sape 20131113175309

ERROR: stopping on error 8 during MOVE NAMETABS

START INFORM SAP-SYSTEM OF IDS Q      20131113175352              SAPUSER      lsinm013sape 20131113175309

START tp_getprots          IDS Q      20131113175352              SAPUSER      lsinm013sape 20131113175309

STOP  tp_getprots          IDS Q      20131113175353              SAPUSER      lsinm013sape 20131113175309

STOP  INFORM SAP-SYSTEM OF IDS Q      20131113175353              SAPUSER      lsinm013sape 20131113175309

STOP  imp all              IDS   0008 20131113175353              SAPUSER      lsinm013sape 20131113175309

START MAIN IMPORT          IDS I      20131113180323              idsadm       lsinm013sape 20131113180320006c3c

STOP  MAIN IMPORT          IDS I      20131113180502              idsadm       lsinm013sape 20131113180320006c3c

ALOG1346.IDS

SAPKD70051           IDS.ALL m 0000 20131113164533 SAPUSER      SAPUSER      lsinm013sape

SAPKD70051           IDS.ALL L 0004 20131113164541 SAPUSER      SAPUSER      lsinm013sape 20131113164536

SAPKD70051           IDS.ALL P 0004 20131113164549 SAPUSER      SAPUSER      lsinm013sape 20131113164542

SAPKD70051           IDS.ALL H 0004 20131113164650 SAPUSER      SAPUSER      lsinm013sape 20131113164551

SAPKD70051           IDS.ALL A 0004 20131113164755 SAPUSER      SAPUSER      lsinm013sape 20131113164551

ALL                  IDS.ALL S 0000 20131113164804              SAPUSER      lsinm013sape 20131113164551

ALL                  IDS.ALL 6 0008 20131113164829              SAPUSER      lsinm013sape 20131113164551

ALL                  IDS.ALL Q 0000 20131113164836              SAPUSER      lsinm013sape 20131113164551

ALL                  IDS.ALL 6 0008 20131113164938              SAPUSER      lsinm013sape 20131113164926

ALL                  IDS.ALL Q 0000 20131113164941              SAPUSER      lsinm013sape 20131113164926

ALL                  IDS.ALL 6 0008 20131113165840              SAPUSER      lsinm013sape 20131113165827

ALL                  IDS.ALL Q 0000 20131113165843              SAPUSER      lsinm013sape 20131113165827

ALL                  IDS.ALL 6 0008 20131113173217              SAPUSER      lsinm013sape 20131113173205

ALL                  IDS.ALL Q 0000 20131113173220              SAPUSER      lsinm013sape 20131113173205

SAPKD70051           IDS.ALL m 0000 20131113173333 SAPUSER      SAPUSER      lsinm013sape

SAPKD70051           IDS.ALL L 0004 20131113173340 SAPUSER      SAPUSER      lsinm013sape 20131113173333

SAPKD70051           IDS.ALL P 0004 20131113173345 SAPUSER      SAPUSER      lsinm013sape 20131113173340

SAPKD70051           IDS.ALL H 0004 20131113173408 SAPUSER      SAPUSER      lsinm013sape 20131113173345

SAPKD70051           IDS.ALL A 0004 20131113173435 SAPUSER      SAPUSER      lsinm013sape 20131113173345

ALL                  IDS.ALL S 0000 20131113173437              SAPUSER      lsinm013sape 20131113173345

ALL                  IDS.ALL 6 0008 20131113173452              SAPUSER      lsinm013sape 20131113173345

ALL                  IDS.ALL Q 0000 20131113173453              SAPUSER      lsinm013sape 20131113173345

SAPKD70051           IDS.ALL m 0000 20131113174027 SAPUSER      SAPUSER      lsinm013sape

SAPKD70051           IDS.ALL L 0004 20131113174029 SAPUSER      SAPUSER      lsinm013sape 20131113174027

SAPKD70051           IDS.ALL P 0004 20131113174032 SAPUSER      SAPUSER      lsinm013sape 20131113174030

SAPKD70051           IDS.ALL H 0004 20131113174045 SAPUSER      SAPUSER      lsinm013sape 20131113174032

SAPKD70051           IDS.ALL A 0004 20131113174101 SAPUSER      SAPUSER      lsinm013sape 20131113174032

ALL                  IDS.ALL S 0000 20131113174107              SAPUSER      lsinm013sape 20131113174032

ALL                  IDS.ALL 6 0008 20131113174123              SAPUSER      lsinm013sape 20131113174032

ALL                  IDS.ALL Q 0000 20131113174129              SAPUSER      lsinm013sape 20131113174032

SAPKD70051           IDS.ALL m 0000 20131113175304 SAPUSER      SAPUSER      lsinm013sape

SAPKD70051           IDS.ALL L 0004 20131113175307 SAPUSER      SAPUSER      lsinm013sape 20131113175304

SAPKD70051           IDS.ALL P 0004 20131113175309 SAPUSER      SAPUSER      lsinm013sape 20131113175308

SAPKD70051           IDS.ALL H 0004 20131113175320 SAPUSER      SAPUSER      lsinm013sape 20131113175309

SAPKD70051           IDS.ALL A 0004 20131113175331 SAPUSER      SAPUSER      lsinm013sape 20131113175309

ALL                  IDS.ALL S 0000 20131113175336              SAPUSER      lsinm013sape 20131113175309

ALL                  IDS.ALL 6 0008 20131113175351              SAPUSER      lsinm013sape 20131113175309

ALL                  IDS.ALL Q 0000 20131113175352              SAPUSER      lsinm013sape 20131113175309

SAPKD70051           IDS.ALL I 0004 20131113180502 SAPUSER      idsadm       lsinm013sape 20131113180320006c3c

Regards,

Sandeep Singh

Former Member
0 Kudos

Hi Reagan,

Please find the below logs, As we have no backup can we restore the file system to earlier date. will this be help ful(we have snap of entire file system) we are using db2 datadbase.

ULOG13_4

idsadm       20131107112533 RFC: tp WRITELOG IDSK900016 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL e 0000 IDS -Dtransdir=/usr/sap/trans                                    (pid=22261)

idsadm       20131107112619 RFC: tp WRITELOG IDSK900018 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL e 0000 IDS -Dtransdir=/usr/sap/trans                                    (pid=22261)

idsadm       20131107141034 RFC: tp WRITELOG IDSK900002 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL e 0000 IDS -Dtransdir=/usr/sap/trans                                    (pid=671)

idsadm       20131113164525 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164526 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164532 RFC: tp CREATECOFILE SAPKD70051 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -s IDS -Dtransdir=/usr/sap/trans                                    (pid=22210)

idsadm       20131113164536 RFC: tp ADDTOBUFFER SAPKD70051 IDS U1 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dtransdir=/usr/sap                                  /trans  (pid=22210)

idsadm       20131113164536 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL mode=G0,V0,w0 -Dsourcesystems= ta                                  g=SPAM -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164536 RFC: tp CMD ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Drepeatonerror=8 -Dstopon                                  error=8 -Dsourcesystems= tag=spam -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164542 RFC: tp TST ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam U1 -Dtransdir=/usr/s                                  ap/trans  (pid=22210)

idsadm       20131113164551 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepea                                  tonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes                                   -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164924 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=22505)

idsadm       20131113164924 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=22505)

idsadm       20131113164926 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepea                                  tonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes                                   -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=22505)

idsadm       20131113165825 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=23108)

idsadm       20131113165825 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=23108)

idsadm       20131113165827 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepea                                  tonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes                                   -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=23108)

idsadm       20131113173202 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25410)

idsadm       20131113173202 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25410)

idsadm       20131113173205 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepea                                  tonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes                                   -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=25410)

idsadm       20131113173244 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0                                  ,K0 -Dtransdir=/usr/sap/trans  (pid=25434)

idsadm       20131113173244 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dt                                  ransdir=/usr/sap/trans  (pid=25434)

idsadm       20131113173317 RFC: tp CONTP IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25497)

idsadm       20131113173318 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25497)

idsadm       20131113173329 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173329 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173332 RFC: tp CREATECOFILE SAPKD70051 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -s IDS -Dtransdir=/usr/sap/trans                                    (pid=25536)

idsadm       20131113173333 RFC: tp ADDTOBUFFER SAPKD70051 IDS U1 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dtransdir=/usr/sap                                  /trans  (pid=25536)

idsadm       20131113173333 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL mode=G0,V0,w0 -Dsourcesystems= ta                                  g=SPAM -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173333 RFC: tp CMD ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Drepeatonerror=8 -Dstopon                                  error=8 -Dsourcesystems= tag=spam -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173340 RFC: tp TST ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam U1 -Dtransdir=/usr/s                                  ap/trans  (pid=25536)

idsadm       20131113173345 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepea                                  tonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes                                   -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173855 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0                                  ,K0 -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113173855 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dt                                  ransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113174023 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174023 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174026 RFC: tp CREATECOFILE SAPKD70051 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -s IDS -Dtransdir=/usr/sap/trans                                    (pid=25997)

idsadm       20131113174027 RFC: tp ADDTOBUFFER SAPKD70051 IDS U1 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dtransdir=/usr/sap                                  /trans  (pid=25997)

idsadm       20131113174027 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL mode=G0,V0,w0 -Dsourcesystems= ta                                  g=SPAM -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174027 RFC: tp CMD ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Drepeatonerror=8 -Dstopon                                  error=8 -Dsourcesystems= tag=spam -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174030 RFC: tp TST ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam U1 -Dtransdir=/usr/s                                  ap/trans  (pid=25997)

idsadm       20131113174032 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepea                                  tonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes                                   -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174302 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0                                  ,K0 -Dtransdir=/usr/sap/trans  (pid=26171)

idsadm       20131113174302 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dt                                  ransdir=/usr/sap/trans  (pid=26171)

idsadm       20131113174551 RFC: tp CONTP IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=26419)

idsadm       20131113174552 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=26419)

idsadm       20131113175300 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175300 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175303 RFC: tp CREATECOFILE SAPKD70051 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -s IDS -Dtransdir=/usr/sap/trans                                    (pid=25844)

idsadm       20131113175304 RFC: tp ADDTOBUFFER SAPKD70051 IDS U1 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dtransdir=/usr/sap                                  /trans  (pid=25844)

idsadm       20131113175304 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL mode=G0,V0,w0 -Dsourcesystems= ta                                  g=SPAM -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175304 RFC: tp CMD ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Drepeatonerror=8 -Dstopon                                  error=8 -Dsourcesystems= tag=spam -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175308 RFC: tp TST ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam U1 -Dtransdir=/usr/s                                  ap/trans  (pid=25844)

idsadm       20131113175309 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepea                                  tonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes                                   -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175430 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=27026)

idsadm       20131113180320    : tp R3I SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dclientcascade=yes -Dstoponer                                  ror=8 -Drepeatonerror=8  (pid=27708)

idsadm       20131113195936 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=3153)

idsadm       20131114095654    : tp R3I SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dclientcascade=yes -Dstoponer                                  ror=8 -Drepeatonerror=8  (pid=919)

idsadm       20131114113020 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0                                  ,K0 -Dtransdir=/usr/sap/trans  (pid=7224)

idsadm       20131114113020 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dt                                  ransdir=/usr/sap/trans  (pid=7224)

idsadm       20131114114400    : tp R3I SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dclientcascade=yes -Dstoponer                                  ror=8 -Drepeatonerror=8  (pid=8104)

idsadm       20131114122914 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0                                  ,K0 -Dtransdir=/usr/sap/trans  (pid=17985)

idsadm       20131114122915 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dt                                  ransdir=/usr/sap/trans  (pid=17985)

idsadm       20131114190408    : tp R3I SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam  (pid=32261)

idsadm> tail -1000 ULOG13_4

idsadm       20131107112533 RFC: tp WRITELOG IDSK900016 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL e 0000 IDS -Dtransdir=/usr/sap/trans  (pid=22261)

idsadm       20131107112619 RFC: tp WRITELOG IDSK900018 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL e 0000 IDS -Dtransdir=/usr/sap/trans  (pid=22261)

idsadm       20131107141034 RFC: tp WRITELOG IDSK900002 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL e 0000 IDS -Dtransdir=/usr/sap/trans  (pid=671)

idsadm       20131113164525 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164526 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164532 RFC: tp CREATECOFILE SAPKD70051 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -s IDS -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164536 RFC: tp ADDTOBUFFER SAPKD70051 IDS U1 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164536 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL mode=G0,V0,w0 -Dsourcesystems= tag=SPAM -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164536 RFC: tp CMD ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Drepeatonerror=8 -Dstoponerror=8 -Dsourcesystems= tag=spam -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164542 RFC: tp TST ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam U1 -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164551 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=22210)

idsadm       20131113164924 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=22505)

idsadm       20131113164924 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=22505)

idsadm       20131113164926 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=22505)

idsadm       20131113165825 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=23108)

idsadm       20131113165825 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=23108)

idsadm       20131113165827 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=23108)

idsadm       20131113173202 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25410)

idsadm       20131113173202 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25410)

idsadm       20131113173205 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=25410)

idsadm       20131113173244 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0,K0 -Dtransdir=/usr/sap/trans  (pid=25434)

idsadm       20131113173244 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dtransdir=/usr/sap/trans  (pid=25434)

idsadm       20131113173317 RFC: tp CONTP IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25497)

idsadm       20131113173318 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25497)

idsadm       20131113173329 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173329 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173332 RFC: tp CREATECOFILE SAPKD70051 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -s IDS -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173333 RFC: tp ADDTOBUFFER SAPKD70051 IDS U1 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173333 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL mode=G0,V0,w0 -Dsourcesystems= tag=SPAM -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173333 RFC: tp CMD ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Drepeatonerror=8 -Dstoponerror=8 -Dsourcesystems= tag=spam -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173340 RFC: tp TST ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam U1 -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173345 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=25536)

idsadm       20131113173855 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0,K0 -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113173855 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113174023 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174023 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174026 RFC: tp CREATECOFILE SAPKD70051 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -s IDS -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174027 RFC: tp ADDTOBUFFER SAPKD70051 IDS U1 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174027 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL mode=G0,V0,w0 -Dsourcesystems= tag=SPAM -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174027 RFC: tp CMD ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Drepeatonerror=8 -Dstoponerror=8 -Dsourcesystems= tag=spam -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174030 RFC: tp TST ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam U1 -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174032 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=25997)

idsadm       20131113174302 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0,K0 -Dtransdir=/usr/sap/trans  (pid=26171)

idsadm       20131113174302 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dtransdir=/usr/sap/trans  (pid=26171)

idsadm       20131113174551 RFC: tp CONTP IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=26419)

idsadm       20131113174552 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=26419)

idsadm       20131113175300 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175300 RFC: tp CONNECT IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175303 RFC: tp CREATECOFILE SAPKD70051 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -s IDS -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175304 RFC: tp ADDTOBUFFER SAPKD70051 IDS U1 pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175304 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL mode=G0,V0,w0 -Dsourcesystems= tag=SPAM -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175304 RFC: tp CMD ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Drepeatonerror=8 -Dstoponerror=8 -Dsourcesystems= tag=spam -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175308 RFC: tp TST ALL IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam U1 -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175309 RFC: tp IMPORT all IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dmainimp_proc=1 -Ddictimp_proc=1 -Dbatch_proc=1 -Dstopimmediately=1 -Dactivatemerged=yes -Dcheckmasterlang=no tag=spam -Dtransdir=/usr/sap/trans  (pid=25844)

idsadm       20131113175430 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=27026)

idsadm       20131113180320    : tp R3I SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8  (pid=27708)

idsadm       20131113195936 RFC: tp SHOWPARAMS IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dtransdir=/usr/sap/trans  (pid=3153)

idsadm       20131114095654    : tp R3I SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8  (pid=919)

idsadm       20131114113020 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0,K0 -Dtransdir=/usr/sap/trans  (pid=7224)

idsadm       20131114113020 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dtransdir=/usr/sap/trans  (pid=7224)

idsadm       20131114114400    : tp R3I SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8  (pid=8104)

idsadm       20131114122914 RFC: tp MODBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=spam mode=E0,K0 -Dtransdir=/usr/sap/trans  (pid=17985)

idsadm       20131114122915 RFC: tp DELFROMBUFFER SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL -Dsourcesystems= tag=SPAM -Dtransdir=/usr/sap/trans  (pid=17985)

idsadm       20131114190408    : tp R3I SAPKD70051 IDS pf=/usr/sap/trans/bin/TP_DOMAIN_IDS.PFL tag=spam  (pid=32261)

SLOG1346.IDS

ERROR: stopping on error 8 during MOVE NAMETABS

START INFORM SAP-SYSTEM OF IDS Q      20131113165843              SAPUSER      lsinm013sape 20131113165827

START tp_getprots          IDS Q      20131113165843              SAPUSER      lsinm013sape 20131113165827

STOP  tp_getprots          IDS Q      20131113165844              SAPUSER      lsinm013sape 20131113165827

STOP  INFORM SAP-SYSTEM OF IDS Q      20131113165844              SAPUSER      lsinm013sape 20131113165827

STOP  imp all              IDS   0008 20131113165844              SAPUSER      lsinm013sape 20131113165827

START imp all              IDS        20131113173205              SAPUSER      lsinm013sape 20131113173205

INFO: event SAP_IMPORT_START triggered successfully

INFO  TBATG CONVERSION OF  IDS N      not needed                  SAPUSER      lsinm013sape 20131113173205

START MOVE NAMETABS        IDS 6      20131113173205              SAPUSER      lsinm013sape 20131113173205

START tp_getprots          IDS P      20131113173205              SAPUSER      lsinm013sape 20131113173205

ERROR ALL                  IDS 6 0008 20131113173217              SAPUSER      lsinm013sape 20131113173205

STOP  tp_getprots          IDS P      20131113173220              SAPUSER      lsinm013sape 20131113173205

STOP  MOVE NAMETABS        IDS 6      20131113173220              SAPUSER      lsinm013sape 20131113173205

ERROR: stopping on error 8 during MOVE NAMETABS

START INFORM SAP-SYSTEM OF IDS Q      20131113173220              SAPUSER      lsinm013sape 20131113173205

START tp_getprots          IDS Q      20131113173220              SAPUSER      lsinm013sape 20131113173205

STOP  tp_getprots          IDS Q      20131113173221              SAPUSER      lsinm013sape 20131113173205

STOP  INFORM SAP-SYSTEM OF IDS Q      20131113173221              SAPUSER      lsinm013sape 20131113173205

STOP  imp all              IDS   0008 20131113173221              SAPUSER      lsinm013sape 20131113173205

START CMDIMPORT            IDS L      20131113173333              SAPUSER      lsinm013sape 20131113173333

STOP  CMDIMPORT            IDS L      20131113173340              SAPUSER      lsinm013sape 20131113173333

START imp all              IDS        20131113173345              SAPUSER      lsinm013sape 20131113173345

INFO: event SAP_IMPORT_START triggered successfully

START DD IMPORT            IDS H      20131113173345              SAPUSER      lsinm013sape 20131113173345

STOP  DD IMPORT            IDS H      20131113173408              SAPUSER      lsinm013sape 20131113173345

START DD ACTIVATION        IDS A      20131113173408              SAPUSER      lsinm013sape 20131113173345

START tp_getprots          IDS J      20131113173408              SAPUSER      lsinm013sape 20131113173345

STOP  tp_getprots          IDS J      20131113173436              SAPUSER      lsinm013sape 20131113173345

STOP  DD ACTIVATION        IDS A      20131113173436              SAPUSER      lsinm013sape 20131113173345

START DISTRIBUTION OF DD-O IDS S      20131113173437              SAPUSER      lsinm013sape 20131113173345

START tp_getprots          IDS S      20131113173437              SAPUSER      lsinm013sape 20131113173345

STOP  tp_getprots          IDS S      20131113173438              SAPUSER      lsinm013sape 20131113173345

STOP  DISTRIBUTION OF DD-O IDS S      20131113173438              SAPUSER      lsinm013sape 20131113173345

INFO  TBATG CONVERSION OF  IDS N      not needed                  SAPUSER      lsinm013sape 20131113173345

START MOVE NAMETABS        IDS 6      20131113173438              SAPUSER      lsinm013sape 20131113173345

START tp_getprots          IDS P      20131113173438              SAPUSER      lsinm013sape 20131113173345

ERROR ALL                  IDS 6 0008 20131113173452              SAPUSER      lsinm013sape 20131113173345

STOP  tp_getprots          IDS P      20131113173453              SAPUSER      lsinm013sape 20131113173345

STOP  MOVE NAMETABS        IDS 6      20131113173453              SAPUSER      lsinm013sape 20131113173345

ERROR: stopping on error 8 during MOVE NAMETABS

START INFORM SAP-SYSTEM OF IDS Q      20131113173453              SAPUSER      lsinm013sape 20131113173345

START tp_getprots          IDS Q      20131113173453              SAPUSER      lsinm013sape 20131113173345

STOP  tp_getprots          IDS Q      20131113173454              SAPUSER      lsinm013sape 20131113173345

STOP  INFORM SAP-SYSTEM OF IDS Q      20131113173454              SAPUSER      lsinm013sape 20131113173345

STOP  imp all              IDS   0008 20131113173454              SAPUSER      lsinm013sape 20131113173345

START CMDIMPORT            IDS L      20131113174027              SAPUSER      lsinm013sape 20131113174027

STOP  CMDIMPORT            IDS L      20131113174029              SAPUSER      lsinm013sape 20131113174027

START imp all              IDS        20131113174032              SAPUSER      lsinm013sape 20131113174032

INFO: event SAP_IMPORT_START triggered successfully

START DD IMPORT            IDS H      20131113174032              SAPUSER      lsinm013sape 20131113174032

STOP  DD IMPORT            IDS H      20131113174045              SAPUSER      lsinm013sape 20131113174032

START DD ACTIVATION        IDS A      20131113174045              SAPUSER      lsinm013sape 20131113174032

START tp_getprots          IDS J      20131113174045              SAPUSER      lsinm013sape 20131113174032

STOP  tp_getprots          IDS J      20131113174106              SAPUSER      lsinm013sape 20131113174032

STOP  DD ACTIVATION        IDS A      20131113174106              SAPUSER      lsinm013sape 20131113174032

START DISTRIBUTION OF DD-O IDS S      20131113174106              SAPUSER      lsinm013sape 20131113174032

START tp_getprots          IDS S      20131113174106              SAPUSER      lsinm013sape 20131113174032

STOP  tp_getprots          IDS S      20131113174107              SAPUSER      lsinm013sape 20131113174032

STOP  DISTRIBUTION OF DD-O IDS S      20131113174107              SAPUSER      lsinm013sape 20131113174032

INFO  TBATG CONVERSION OF  IDS N      not needed                  SAPUSER      lsinm013sape 20131113174032

START MOVE NAMETABS        IDS 6      20131113174107              SAPUSER      lsinm013sape 20131113174032

START tp_getprots          IDS P      20131113174107              SAPUSER      lsinm013sape 20131113174032

ERROR ALL                  IDS 6 0008 20131113174123              SAPUSER      lsinm013sape 20131113174032

STOP  tp_getprots          IDS P      20131113174128              SAPUSER      lsinm013sape 20131113174032

STOP  MOVE NAMETABS        IDS 6      20131113174128              SAPUSER      lsinm013sape 20131113174032

ERROR: stopping on error 8 during MOVE NAMETABS

START INFORM SAP-SYSTEM OF IDS Q      20131113174128              SAPUSER      lsinm013sape 20131113174032

START tp_getprots          IDS Q      20131113174128              SAPUSER      lsinm013sape 20131113174032

STOP  tp_getprots          IDS Q      20131113174129              SAPUSER      lsinm013sape 20131113174032

STOP  INFORM SAP-SYSTEM OF IDS Q      20131113174129              SAPUSER      lsinm013sape 20131113174032

STOP  imp all              IDS   0008 20131113174129              SAPUSER      lsinm013sape 20131113174032

START CMDIMPORT            IDS L      20131113175304              SAPUSER      lsinm013sape 20131113175304

STOP  CMDIMPORT            IDS L      20131113175307              SAPUSER      lsinm013sape 20131113175304

START imp all              IDS        20131113175310              SAPUSER      lsinm013sape 20131113175309

INFO: event SAP_IMPORT_START triggered successfully

START DD IMPORT            IDS H      20131113175310              SAPUSER      lsinm013sape 20131113175309

STOP  DD IMPORT            IDS H      20131113175320              SAPUSER      lsinm013sape 20131113175309

START DD ACTIVATION        IDS A      20131113175321              SAPUSER      lsinm013sape 20131113175309

START tp_getprots          IDS J      20131113175321              SAPUSER      lsinm013sape 20131113175309

STOP  tp_getprots          IDS J      20131113175336              SAPUSER      lsinm013sape 20131113175309

STOP  DD ACTIVATION        IDS A      20131113175336              SAPUSER      lsinm013sape 20131113175309

START DISTRIBUTION OF DD-O IDS S      20131113175336              SAPUSER      lsinm013sape 20131113175309

START tp_getprots          IDS S      20131113175336              SAPUSER      lsinm013sape 20131113175309

STOP  tp_getprots          IDS S      20131113175337              SAPUSER      lsinm013sape 20131113175309

STOP  DISTRIBUTION OF DD-O IDS S      20131113175337              SAPUSER      lsinm013sape 20131113175309

INFO  TBATG CONVERSION OF  IDS N      not needed                  SAPUSER      lsinm013sape 20131113175309

START MOVE NAMETABS        IDS 6      20131113175337              SAPUSER      lsinm013sape 20131113175309

START tp_getprots          IDS P      20131113175337              SAPUSER      lsinm013sape 20131113175309

ERROR ALL                  IDS 6 0008 20131113175351              SAPUSER      lsinm013sape 20131113175309

STOP  tp_getprots          IDS P      20131113175352              SAPUSER      lsinm013sape 20131113175309

STOP  MOVE NAMETABS        IDS 6      20131113175352              SAPUSER      lsinm013sape 20131113175309

ERROR: stopping on error 8 during MOVE NAMETABS

START INFORM SAP-SYSTEM OF IDS Q      20131113175352              SAPUSER      lsinm013sape 20131113175309

START tp_getprots          IDS Q      20131113175352              SAPUSER      lsinm013sape 20131113175309

STOP  tp_getprots          IDS Q      20131113175353              SAPUSER      lsinm013sape 20131113175309

STOP  INFORM SAP-SYSTEM OF IDS Q      20131113175353              SAPUSER      lsinm013sape 20131113175309

STOP  imp all              IDS   0008 20131113175353              SAPUSER      lsinm013sape 20131113175309

START MAIN IMPORT          IDS I      20131113180323              idsadm       lsinm013sape 20131113180320006c3c

STOP  MAIN IMPORT          IDS I      20131113180502              idsadm       lsinm013sape 20131113180320006c3c

ALOG1346.IDS

SAPKD70051           IDS.ALL m 0000 20131113164533 SAPUSER      SAPUSER      lsinm013sape

SAPKD70051           IDS.ALL L 0004 20131113164541 SAPUSER      SAPUSER      lsinm013sape 20131113164536

SAPKD70051           IDS.ALL P 0004 20131113164549 SAPUSER      SAPUSER      lsinm013sape 20131113164542

SAPKD70051           IDS.ALL H 0004 20131113164650 SAPUSER      SAPUSER      lsinm013sape 20131113164551

SAPKD70051           IDS.ALL A 0004 20131113164755 SAPUSER      SAPUSER      lsinm013sape 20131113164551

ALL                  IDS.ALL S 0000 20131113164804              SAPUSER      lsinm013sape 20131113164551

ALL                  IDS.ALL 6 0008 20131113164829              SAPUSER      lsinm013sape 20131113164551

ALL                  IDS.ALL Q 0000 20131113164836              SAPUSER      lsinm013sape 20131113164551

ALL                  IDS.ALL 6 0008 20131113164938              SAPUSER      lsinm013sape 20131113164926

ALL                  IDS.ALL Q 0000 20131113164941              SAPUSER      lsinm013sape 20131113164926

ALL                  IDS.ALL 6 0008 20131113165840              SAPUSER      lsinm013sape 20131113165827

ALL                  IDS.ALL Q 0000 20131113165843              SAPUSER      lsinm013sape 20131113165827

ALL                  IDS.ALL 6 0008 20131113173217              SAPUSER      lsinm013sape 20131113173205

ALL                  IDS.ALL Q 0000 20131113173220              SAPUSER      lsinm013sape 20131113173205

SAPKD70051           IDS.ALL m 0000 20131113173333 SAPUSER      SAPUSER      lsinm013sape

SAPKD70051           IDS.ALL L 0004 20131113173340 SAPUSER      SAPUSER      lsinm013sape 20131113173333

SAPKD70051           IDS.ALL P 0004 20131113173345 SAPUSER      SAPUSER      lsinm013sape 20131113173340

SAPKD70051           IDS.ALL H 0004 20131113173408 SAPUSER      SAPUSER      lsinm013sape 20131113173345

SAPKD70051           IDS.ALL A 0004 20131113173435 SAPUSER      SAPUSER      lsinm013sape 20131113173345

ALL                  IDS.ALL S 0000 20131113173437              SAPUSER      lsinm013sape 20131113173345

ALL                  IDS.ALL 6 0008 20131113173452              SAPUSER      lsinm013sape 20131113173345

ALL                  IDS.ALL Q 0000 20131113173453              SAPUSER      lsinm013sape 20131113173345

SAPKD70051           IDS.ALL m 0000 20131113174027 SAPUSER      SAPUSER      lsinm013sape

SAPKD70051           IDS.ALL L 0004 20131113174029 SAPUSER      SAPUSER      lsinm013sape 20131113174027

SAPKD70051           IDS.ALL P 0004 20131113174032 SAPUSER      SAPUSER      lsinm013sape 20131113174030

SAPKD70051           IDS.ALL H 0004 20131113174045 SAPUSER      SAPUSER      lsinm013sape 20131113174032

SAPKD70051           IDS.ALL A 0004 20131113174101 SAPUSER      SAPUSER      lsinm013sape 20131113174032

ALL                  IDS.ALL S 0000 20131113174107              SAPUSER      lsinm013sape 20131113174032

ALL                  IDS.ALL 6 0008 20131113174123              SAPUSER      lsinm013sape 20131113174032

ALL                  IDS.ALL Q 0000 20131113174129              SAPUSER      lsinm013sape 20131113174032

SAPKD70051           IDS.ALL m 0000 20131113175304 SAPUSER      SAPUSER      lsinm013sape

SAPKD70051           IDS.ALL L 0004 20131113175307 SAPUSER      SAPUSER      lsinm013sape 20131113175304

SAPKD70051           IDS.ALL P 0004 20131113175309 SAPUSER      SAPUSER      lsinm013sape 20131113175308

SAPKD70051           IDS.ALL H 0004 20131113175320 SAPUSER      SAPUSER      lsinm013sape 20131113175309

SAPKD70051           IDS.ALL A 0004 20131113175331 SAPUSER      SAPUSER      lsinm013sape 20131113175309

ALL                  IDS.ALL S 0000 20131113175336              SAPUSER      lsinm013sape 20131113175309

ALL                  IDS.ALL 6 0008 20131113175351              SAPUSER      lsinm013sape 20131113175309

ALL                  IDS.ALL Q 0000 20131113175352              SAPUSER      lsinm013sape 20131113175309

SAPKD70051           IDS.ALL I 0004 20131113180502 SAPUSER      idsadm       lsinm013sape 20131113180320006c3c

Regards,

Sandeep Singh

Former Member
0 Kudos

Hi,

Before doing the restore i would raise a message with sap and check with them . It looks that there is issue with the program and the variable .

It can be very like that there is issue with the patch as it is recently release.

SARSAPKD70051SPAM/SAINT Update - Version 700/0051 Info 568425.10.2013

Thanks

Rishi Abrol

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Sandeep

There should a separate log for the SAPKD70051 ptaching activity.

You may check that in the /usr/sap/trans/log or in the /usr/sap/trans/tmp location

Regards

RB

Former Member
0 Kudos

Hi RB,

cd /usr/sap/trans/tmp

idsadm> ls -ltr

total 4

-rw-rw---- 1 idsadm noaccess 392 Nov  6  2012 RADDBDIF.IDS.13Nov2013

idsadm> tail -100 RADDBDIF.IDS.13Nov2013

2 EAD010 " " " " " " " "

2 EAD794 *******************************************************************

2 EDO770 *** Create DB-specific objects

2 EDO771 *** Database system: "DB6"

2 EDO703 START "20121106" "110048"

2 EAD794 *******************************************************************

2 EAD010 " " " " " " " "

2 EAD794 *******************************************************************

/usr/sap/trans/log

tail -100 SAPID70051.IDS

4 ETW000 Summary:

4 ETW000

4 ETW000 1508 DOCUT imported.

4 ETW000  87 DYNPS imported.

4 ETW000 111 DYNPT imported.

4 ETW000 1352 REPOS imported.

4 ETW000 450 REPOT imported.

4 ETW000 Totally 6544 Objects imported.

4 ETW000

4 ETW000 Totally 251 tabentries deleted.

4 ETW000 Totally 59 objects activated.

4 ETW000 Totally 13507 tabentries imported.

4 ETW000 310236716 bytes modified in database.

4 ETW000  [     dev trc,00000]  Wed Nov 13 18:05:02 2013                                             76807162  98.823645

4 ETW000  [     dev trc,00000]  Disconnecting from ALL connections:                                       10  98.823655

4 ETW000  [     dev trc,00000]  Disconnected from 'IDS'                                                 2286  98.825941

4 ETW000  [     dev trc,00000]  Disconnected: con_hdl=0 ; appl_hdl=41361; appl_id="170.241.163.113.46583.131113100323"

4 ETW000                                                                                                  19  98.825960

4 ETW000  [     dev trc,00000]  Environment Handle has been released. sql_rc=0                            74  98.826034

4 ETW000  [     dev trc,00000]  Disconnected from connection 0                                            18  98.826052

4 ETW000  [     dev trc,00000]  statistics db_con_commit (com_total=137, com_tx=137)                       9  98.826061

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

4 ETW000 Disconnected from database.

4 ETW000 End of Transport (0004).

4 ETW000 date&time: 13.11.2013 - 18:05:02

4 ETW000 61 warnings occured.

1 ETP154 MAIN IMPORT

1 ETP110 end date and time   : "20131113180502"

1 ETP111 exit code           : "4"

1 ETP199 ######################################

idsadm> tail -1000 SAPID70051.IDS

4 ETW000   0 entries from VARIT (___DRSTLAN_IMPORT_OCS_I01                   SAP&%) deleted.

4 ETW000   0 entries from VARIT (___%RSTLAN_IMPORT_OCS_I01                   SAP&%) deleted.

4 ETW675 end import of "R3TRPROGRSTLAN_IMPORT_OCS_I01".

3 ETW674Xstart import of "R3TRPROGRSTLAN_IMPORT_OCS_O01" ...

4 ETW000   1 entry for TADIR inserted (R3TRPROGRSTLAN_IMPORT_OCS_O01                   ).

4 ETW000 REPOS RSTLAN_IMPORT_OCS_O01                    A replaced.

4 ETW000 E071-LOCKFLAGs 000475 - 000475 updated ('2', 1 entries).

4 ETW000 report RSTLAN_IMPORT_OCS_O01                    (L) synchronized.

4 ETW000 report DRSTLAN_IMPORT_OCS_I01                    (T) synchronized.

4 ETW690 COMMIT "197738" "298863026"

4 ETW000   0 entries from TRDIRT (RSTLAN_IMPORT_OCS_O01                   E%) deleted.

4 ETW000   1 entry for TRDIRT inserted (RSTLAN_IMPORT_OCS_O01                   D*).

4 ETW000 REPOTDRSTLAN_IMPORT_OCS_O01                    A replaced.

4 ETW000   0 entries from D020T (RSTLAN_IMPORT_OCS_O01                   %) deleted.

4 ETW000   0 entries from D021T (RSTLAN_IMPORT_OCS_O01                   %) deleted.

4 ETW000 CUALOAD 'RSTLAN_IMPORT_OCS_O01                   ' successfully removed and corresponding buffers synchronized

4 ETW000   0 entries from R3TR_VARIS (___RSTLAN_IMPORT_OCS_O01                   SAP&%) deleted.

4 ETW000   0 entries from R3TR_VARIS (___RSTLAN_IMPORT_OCS_O01                   SAP&%) deleted.

4 ETW000   0 entries from VARID (___RSTLAN_IMPORT_OCS_O01                   SAP&%) deleted.

4 ETW000   0 entries from VARID (___RSTLAN_IMPORT_OCS_O01                   SAP&%) deleted.

4 ETW000   0 entries from VARIT (___ERSTLAN_IMPORT_OCS_O01                   SAP&%) deleted.

4 ETW000   0 entries from VARIT (___DRSTLAN_IMPORT_OCS_O01                   SAP&%) deleted.

4 ETW000   0 entries from VARIT (___%RSTLAN_IMPORT_OCS_O01                   SAP&%) deleted.

4 ETW675 end import of "R3TRPROGRSTLAN_IMPORT_OCS_O01".

3 ETW674Xstart import of "R3TRPROGRSTLAN_IMPORT_OCS_TOP" ...

4 ETW000   1 entry for TADIR inserted (R3TRPROGRSTLAN_IMPORT_OCS_TOP                   ).

4 ETW000 REPOS RSTLAN_IMPORT_OCS_TOP                    A replaced.

4 ETW000 E071-LOCKFLAGs 000476 - 000476 updated ('2', 1 entries).

4 ETW000 report RSTLAN_IMPORT_OCS_TOP                    (L) synchronized.

4 ETW000 report DRSTLAN_IMPORT_OCS_O01                    (T) synchronized.

4 ETW690 COMMIT "212018" "299075044"

4 ETW000   0 entries from TRDIRT (RSTLAN_IMPORT_OCS_TOP                   E%) deleted.

4 ETW000   1 entry for TRDIRT inserted (RSTLAN_IMPORT_OCS_TOP                   D*).

4 ETW000 REPOTDRSTLAN_IMPORT_OCS_TOP                    A replaced.

4 ETW000   0 entries from D020T (RSTLAN_IMPORT_OCS_TOP                   %) deleted.

4 ETW000   0 entries from D021T (RSTLAN_IMPORT_OCS_TOP                   %) deleted.

4 ETW000 CUALOAD 'RSTLAN_IMPORT_OCS_TOP                   ' successfully removed and corresponding buffers synchronized

4 ETW000   0 entries from R3TR_VARIS (___RSTLAN_IMPORT_OCS_TOP                   SAP&%) deleted.

4 ETW000   0 entries from R3TR_VARIS (___RSTLAN_IMPORT_OCS_TOP                   SAP&%) deleted.

4 ETW000   0 entries from VARID (___RSTLAN_IMPORT_OCS_TOP                   SAP&%) deleted.

4 ETW000   0 entries from VARID (___RSTLAN_IMPORT_OCS_TOP                   SAP&%) deleted.

4 ETW000   0 entries from VARIT (___ERSTLAN_IMPORT_OCS_TOP                   SAP&%) deleted.

4 ETW000   0 entries from VARIT (___DRSTLAN_IMPORT_OCS_TOP                   SAP&%) deleted.

4 ETW000   0 entries from VARIT (___%RSTLAN_IMPORT_OCS_TOP                   SAP&%) deleted.

4 ETW675 end import of "R3TRPROGRSTLAN_IMPORT_OCS_TOP".

3 ETW674Xstart import of "R3TRPROGRSTLAN_OCS_BTC" ...

4 ETW000   1 entry for TADIR inserted (R3TRPROGRSTLAN_OCS_BTC                          ).

4 ETW000 REPOS RSTLAN_OCS_BTC                           A replaced.

4 ETW000 E071-LOCKFLAGs 000477 - 000477 updated ('2', 1 entries).

4 ETW000 report RSTLAN_OCS_BTC                           (L) synchronized.

4 ETW000 report DRSTLAN_IMPORT_OCS_TOP                    (T) synchronized.

4 ETW690 COMMIT "257918" "299332962"

4 ETW000   1 entry for TRDIRT inserted (RSTLAN_OCS_BTC                          E*).

4 ETW000   1 entry for TRDIRT inserted (RSTLAN_OCS_BTC                          D*).

4 ETW000 REPOTDRSTLAN_OCS_BTC                           A replaced.

4 ETW000 REPOTERSTLAN_OCS_BTC                           A replaced.

4 ETW000 DYNPS RSTLAN_OCS_BTC                          1000 inserted.

4 ETW000   0 d /   1 i /   0 u /   0 =   0% ucf D020T

4 ETW000   1 entry for D020T imported (RSTLAN_OCS_BTC                          *).

4 ETW000   0 d /   1 i /   0 u /   0 =   0% ucf D021T

4 ETW000   1 entry for D021T imported (RSTLAN_OCS_BTC                          *).

4 ETW000 CUALOAD 'RSTLAN_OCS_BTC                          ' successfully removed and corresponding buffers synchronized

4 ETW000   0 entries from R3TR_VARIS (___RSTLAN_OCS_BTC                          SAP&%) deleted.

4 ETW000   0 entries from R3TR_VARIS (___RSTLAN_OCS_BTC                          SAP&%) deleted.

4 ETW000   0 entries from VARID (___RSTLAN_OCS_BTC                          SAP&%) deleted.

4 ETW000   0 entries from VARID (___RSTLAN_OCS_BTC                          SAP&%) deleted.

4 ETW000   0 entries from VARIT (___ERSTLAN_OCS_BTC                          SAP&%) deleted.

4 ETW000   0 entries from VARIT (___DRSTLAN_OCS_BTC                          SAP&%) deleted.

4 ETW000   0 entries from VARIT (___%RSTLAN_OCS_BTC                          SAP&%) deleted.

4 ETW675 end import of "R3TRPROGRSTLAN_OCS_BTC".

3 ETW674Xstart import of "R3TRPROGRSTLAN_OCS_BTC_F01" ...

4 ETW000   1 entry for TADIR inserted (R3TRPROGRSTLAN_OCS_BTC_F01                      ).

4 ETW000 REPOS RSTLAN_OCS_BTC_F01                       A replaced.

4 ETW000 E071-LOCKFLAGs 000478 - 000478 updated ('2', 1 entries).

4 ETW000 report RSTLAN_OCS_BTC_F01                       (L) synchronized.

4 ETW000 dynpro RSTLAN_OCS_BTC                          1000 (S) synchronized.

4 ETW000 report ERSTLAN_OCS_BTC                           (T) synchronized.

4 ETW000 report DRSTLAN_OCS_BTC                           (T) synchronized.

4 ETW690 COMMIT "605672" "299938634"

4 ETW000   0 entries from TRDIRT (RSTLAN_OCS_BTC_F01                      E%) deleted.

4 ETW000   1 entry for TRDIRT inserted (RSTLAN_OCS_BTC_F01                      D*).

4 ETW000 REPOTDRSTLAN_OCS_BTC_F01                       A replaced.

4 ETW000   0 entries from D020T (RSTLAN_OCS_BTC_F01                      %) deleted.

4 ETW000   0 entries from D021T (RSTLAN_OCS_BTC_F01                      %) deleted.

4 ETW000 CUALOAD 'RSTLAN_OCS_BTC_F01                      ' successfully removed and corresponding buffers synchronized

4 ETW000   0 entries from R3TR_VARIS (___RSTLAN_OCS_BTC_F01                      SAP&%) deleted.

4 ETW000   0 entries from R3TR_VARIS (___RSTLAN_OCS_BTC_F01                      SAP&%) deleted.

4 ETW000   0 entries from VARID (___RSTLAN_OCS_BTC_F01                      SAP&%) deleted.

4 ETW000   0 entries from VARID (___RSTLAN_OCS_BTC_F01                      SAP&%) deleted.

4 ETW000   0 entries from VARIT (___ERSTLAN_OCS_BTC_F01                      SAP&%) deleted.

4 ETW000   0 entries from VARIT (___DRSTLAN_OCS_BTC_F01                      SAP&%) deleted.

4 ETW000   0 entries from VARIT (___%RSTLAN_OCS_BTC_F01                      SAP&%) deleted.

4 ETW675 end import of "R3TRPROGRSTLAN_OCS_BTC_F01".

3 ETW674Xstart import of "R3TRPROGRSUMOD10_SP" ...

4 ETW000   1 entry for TADIR updated  (R3TRPROGRSUMOD10_SP                             ).

4 ETW000 REPOS RSUMOD10_SP                              A replaced.

4 ETW000 E071-LOCKFLAGs 000479 - 000479 updated ('2', 1 entries).

4 ETW000 report RSUMOD10_SP                              (L) synchronized.

4 ETW000 report DRSTLAN_OCS_BTC_F01                       (T) synchronized.

4 ETW690 COMMIT "591452" "300530086"

4 ETW000   1 entry for TRDIRT updated  (RSUMOD10_SP                             E*).

4 ETW000   1 entry for TRDIRT updated  (RSUMOD10_SP                             D*).

4 ETW000 REPOTDRSUMOD10_SP                              A replaced.

4 ETW000 REPOTERSUMOD10_SP                              A replaced.

4 ETW000   0 entries from D020T (RSUMOD10_SP                             %) deleted.

4 ETW000   0 entries from D021T (RSUMOD10_SP                             %) deleted.

4 ETW000 CUALOAD 'RSUMOD10_SP                             ' successfully removed and corresponding buffers synchronized

4 ETW000   0 entries from R3TR_VARIS (___RSUMOD10_SP                             SAP&%) deleted.

4 ETW000   0 entries from R3TR_VARIS (___RSUMOD10_SP                             SAP&%) deleted.

4 ETW000   0 entries from VARID (___RSUMOD10_SP                             SAP&%) deleted.

4 ETW000   0 entries from VARID (___RSUMOD10_SP                             SAP&%) deleted.

4 ETW000   0 entries from VARIT (___ERSUMOD10_SP                             SAP&%) deleted.

4 ETW000   0 entries from VARIT (___DRSUMOD10_SP                             SAP&%) deleted.

4 ETW000   0 entries from VARIT (___%RSUMOD10_SP                             SAP&%) deleted.

4 ETW675 end import of "R3TRPROGRSUMOD10_SP".

3 ETW674Xstart import of "R3TRPROGRSUMOD11" ...

4 ETW000   1 entry for TADIR updated  (R3TRPROGRSUMOD11                                ).

4 ETW000 REPOS RSUMOD11                                 A replaced.

4 ETW000 E071-LOCKFLAGs 000480 - 000480 updated ('2', 1 entries).

4 ETW000 report ERSUMOD10_SP                              (T) synchronized.

4 ETW000 report DRSUMOD10_SP                              (T) synchronized.

4 ETW000 report RSUMOD11                                 (L) synchronized.

4 ETW690 COMMIT "210234" "300740320"

4 ETW000   1 entry for TRDIRT updated  (RSUMOD11                                E*).

4 ETW000   1 entry for TRDIRT updated  (RSUMOD11                                D*).

4 ETW000 REPOTDRSUMOD11                                 A replaced.

4 ETW000 REPOTERSUMOD11                                 A replaced.

4 ETW000   0 entries from D020T (RSUMOD11                                %) deleted.

4 ETW000   0 entries from D021T (RSUMOD11                                %) deleted.

4 ETW000 CUALOAD 'RSUMOD11                                ' successfully removed and corresponding buffers synchronized

4 ETW000   0 entries from R3TR_VARIS (___RSUMOD11                                SAP&%) deleted.

4 ETW000   0 entries from R3TR_VARIS (___RSUMOD11                                SAP&%) deleted.

4 ETW000   0 entries from VARID (___RSUMOD11                                SAP&%) deleted.

4 ETW000   0 entries from VARID (___RSUMOD11                                SAP&%) deleted.

4 ETW000   0 entries from VARIT (___ERSUMOD11                                SAP&%) deleted.

4 ETW000   0 entries from VARIT (___DRSUMOD11                                SAP&%) deleted.

4 ETW000   0 entries from VARIT (___%RSUMOD11                                SAP&%) deleted.

4 ETW675 end import of "R3TRPROGRSUMOD11".

3 ETW674Xstart import of "R3TRPROGRSUMOD20_SP" ...

4 ETW000   1 entry for TADIR updated  (R3TRPROGRSUMOD20_SP                             ).

4 ETW000 REPOS RSUMOD20_SP                              A replaced.

4 ETW000 E071-LOCKFLAGs 000481 - 000481 updated ('2', 1 entries).

4 ETW000 report ERSUMOD11                                 (T) synchronized.

4 ETW000 report DRSUMOD11                                 (T) synchronized.

4 ETW000 report RSUMOD20_SP                              (L) synchronized.

4 ETW690 COMMIT "414830" "301155150"

4 ETW000   1 entry for TRDIRT updated  (RSUMOD20_SP                             E*).

4 ETW000   1 entry for TRDIRT updated  (RSUMOD20_SP                             D*).

4 ETW000 REPOTDRSUMOD20_SP                              A replaced.

4 ETW000 REPOTERSUMOD20_SP                              A replaced.

4 ETW000   0 entries from D020T (RSUMOD20_SP                             %) deleted.

4 ETW000   0 entries from D021T (RSUMOD20_SP                             %) deleted.

4 ETW000 CUALOAD 'RSUMOD20_SP                             ' successfully removed and corresponding buffers synchronized

4 ETW000   0 entries from R3TR_VARIS (___RSUMOD20_SP                             SAP&%) deleted.

4 ETW000   0 entries from R3TR_VARIS (___RSUMOD20_SP                             SAP&%) deleted.

4 ETW000   0 entries from VARID (___RSUMOD20_SP                             SAP&%) deleted.

4 ETW000   0 entries from VARID (___RSUMOD20_SP                             SAP&%) deleted.

4 ETW000   0 entries from VARIT (___ERSUMOD20_SP                             SAP&%) deleted.

4 ETW000   0 entries from VARIT (___DRSUMOD20_SP                             SAP&%) deleted.

4 ETW000   0 entries from VARIT (___%RSUMOD20_SP                             SAP&%) deleted.

4 ETW675 end import of "R3TRPROGRSUMOD20_SP".

3 ETW674Xstart import of "R3TRPROGRSUMODSP" ...

4 ETW000   1 entry for TADIR updated  (R3TRPROGRSUMODSP                                ).

4 ETW000 REPOS RSUMODSP                                 A replaced.

4 ETW000 E071-LOCKFLAGs 000482 - 000482 updated ('2', 1 entries).

4 ETW000 report ERSUMOD20_SP                              (T) synchronized.

4 ETW000 report DRSUMOD20_SP                              (T) synchronized.

4 ETW000 report RSUMODSP                                 (L) synchronized.

4 ETW690 COMMIT "1189528" "302344678"

4 ETW000   1 entry for TRDIRT updated  (RSUMODSP                                E*).

4 ETW000   1 entry for TRDIRT updated  (RSUMODSP                                D*).

4 ETW000 REPOTDRSUMODSP                                 A replaced.

4 ETW000 REPOTERSUMODSP                                 A replaced.

4 ETW000   0 entries from D020T (RSUMODSP                                %) deleted.

4 ETW000   0 entries from D021T (RSUMODSP                                %) deleted.

4 ETW000 CUALOAD 'RSUMODSP                                ' successfully removed and corresponding buffers synchronized

4 ETW000   0 entries from R3TR_VARIS (___RSUMODSP                                SAP&%) deleted.

4 ETW000   0 entries from R3TR_VARIS (___RSUMODSP                                SAP&%) deleted.

4 ETW000   0 entries from VARID (___RSUMODSP                                SAP&%) deleted.

4 ETW000   0 entries from VARID (___RSUMODSP                                SAP&%) deleted.

4 ETW000   0 entries from VARIT (___ERSUMODSP                                SAP&%) deleted.

4 ETW000   0 entries from VARIT (___DRSUMODSP                                SAP&%) deleted.

4 ETW000   0 entries from VARIT (___%RSUMODSP                                SAP&%) deleted.

4 ETW675 end import of "R3TRPROGRSUMODSP".

3 ETW674Xstart import of "R3TRPROGSAPMSPAM" ...

4 ETW000   1 entry for TADIR updated  (R3TRPROGSAPMSPAM                                ).

4 ETW000 REPOS SAPMSPAM                                 A replaced.

4 ETW000 E071-LOCKFLAGs 000483 - 000483 updated ('2', 1 entries).

4 ETW000 report ERSUMODSP                                 (T) synchronized.

4 ETW000 report DRSUMODSP                                 (T) synchronized.

4 ETW000 report SAPMSPAM                                 (L) synchronized.

4 ETW690 COMMIT "170620" "302515298"

4 ETW000   1 entry for TRDIRT updated  (SAPMSPAM                                E*).

4 ETW000   1 entry for TRDIRT updated  (SAPMSPAM                                D*).

4 ETW000 REPOTDSAPMSPAM                                 A replaced.

4 ETW000 REPOTESAPMSPAM                                 A replaced.

4 ETW000 DYNPS SAPMSPAM                                0100 replaced and activated (load removed).

4 ETW000   0 d /   0 i /   0 u /   2 = 100% ucf D020T

4 ETW000   2 entries for D020T imported (SAPMSPAM                                *).

4 ETW000   0 d /   0 i /   0 u /  38 = 100% ucf D021T

4 ETW000  38 entries for D021T imported (SAPMSPAM                                *).

4 ETW000   0 d /   0 i /   1 u /   0 =   0% ucf EUDB

4 ETW000   1 entry for EUDB imported (CUSAPMSPAM                                *).

4 ETW000   0 d /   7 i /   6 u / 133 =  91% ucf RSMPTEXTS

4 ETW000 146 entries for RSMPTEXTS imported (SAPMSPAM                                *).

4 ETW000   0 d /   0 i /   0 u /   2 = 100% ucf D347T

4 ETW000   2 entries for D347T imported (SAPMSPAM                                *).

4 ETW000 CUALOAD 'SAPMSPAM                                ' successfully removed and corresponding buffers synchronized

4 ETW000   0 entries from R3TR_VARIS (___SAPMSPAM                                SAP&%) deleted.

4 ETW000   0 entries from R3TR_VARIS (___SAPMSPAM                                SAP&%) deleted.

4 ETW000   0 entries from VARID (___SAPMSPAM                                SAP&%) deleted.

4 ETW000   0 entries from VARID (___SAPMSPAM                                SAP&%) deleted.

4 ETW000   0 entries from VARIT (___ESAPMSPAM                                SAP&%) deleted.

4 ETW000   0 entries from VARIT (___DSAPMSPAM                                SAP&%) deleted.

4 ETW000   0 entries from VARIT (___%SAPMSPAM                                SAP&%) deleted.

4 ETW675 end import of "R3TRPROGSAPMSPAM".

3 ETW674Xstart import of "R3TRPROGSPAM_DISPLAY_COLUMN" ...

4 ETW000   1 entry for TADIR updated  (R3TRPROGSPAM_DISPLAY_COLUMN                     ).

4 ETW000 E071-LOCKFLAGs 000484 - 000484 updated ('2', 1 entries).

4 ETW000 report ESAPMSPAM                                 (T) synchronized.

4 ETW000 report DSAPMSPAM                                 (T) synchronized.

4 ETW000 dynpro SAPMSPAM                                0100 (S) synchronized.

4 ETW690 COMMIT "100666" "302615964"

4 ETW000 REPOS SPAM_DISPLAY_COLUMN                      A replaced.

4 ETW000 dynpro load SPAM_DISPLAY_COLUMN                     1000 deleted

4 ETW000 report SPAM_DISPLAY_COLUMN                      (L) synchronized.

4 ETW690 COMMIT "2313050" "304929014"

4 ETW000   1 entry for TRDIRT updated  (SPAM_DISPLAY_COLUMN                     E*).

4 ETW000   1 entry for TRDIRT updated  (SPAM_DISPLAY_COLUMN                     D*).

4 ETW000 REPOTDSPAM_DISPLAY_COLUMN                      A replaced.

4 ETW000 REPOTESPAM_DISPLAY_COLUMN                      A replaced.

4 ETW000 DYNPS SPAM_DISPLAY_COLUMN                     0100 replaced and activated (load removed).

4 ETW000 DYNPS SPAM_DISPLAY_COLUMN                     0110 replaced and activated (load removed).

4 ETW000 DYNPS SPAM_DISPLAY_COLUMN                     0200 replaced and activated (load removed).

4 ETW000 DYNPS SPAM_DISPLAY_COLUMN                     1000 replaced and activated (load removed).

4 ETW000   1 d /   1 i /   0 u /   3 =  60% ucf D020T

4 ETW000   4 entries for D020T imported (SPAM_DISPLAY_COLUMN                     *).

4 ETW000   2 d /   2 i /   0 u /  12 =  75% ucf D021T

4 ETW000  14 entries for D021T imported (SPAM_DISPLAY_COLUMN                     *).

4 ETW000   0 d /   0 i /   1 u /   0 =   0% ucf EUDB

4 ETW000   1 entry for EUDB imported (CUSPAM_DISPLAY_COLUMN                     *).

4 ETW000   0 d /   0 i /   0 u /  76 = 100% ucf RSMPTEXTS

4 ETW000  76 entries for RSMPTEXTS imported (SPAM_DISPLAY_COLUMN                     *).

4 ETW000   0 d /   0 i /   0 u /  12 = 100% ucf D347T

4 ETW000  12 entries for D347T imported (SPAM_DISPLAY_COLUMN                     *).

4 ETW000 CUALOAD 'SPAM_DISPLAY_COLUMN                     ' successfully removed and corresponding buffers synchronized

4 ETW000   0 entries from R3TR_VARIS (___SPAM_DISPLAY_COLUMN                     SAP&%) deleted.

4 ETW000   0 entries from R3TR_VARIS (___SPAM_DISPLAY_COLUMN                     SAP&%) deleted.

4 ETW000   0 entries from VARID (___SPAM_DISPLAY_COLUMN                     SAP&%) deleted.

4 ETW000   0 entries from VARID (___SPAM_DISPLAY_COLUMN                     SAP&%) deleted.

4 ETW000   0 entries from VARIT (___ESPAM_DISPLAY_COLUMN                     SAP&%) deleted.

4 ETW000   0 entries from VARIT (___DSPAM_DISPLAY_COLUMN                     SAP&%) deleted.

4 ETW000   0 entries from VARIT (___%SPAM_DISPLAY_COLUMN                     SAP&%) deleted.

4 ETW675 end import of "R3TRPROGSPAM_DISPLAY_COLUMN".

3 ETW674Xstart import of "R3TRPROGSPAM_SHOW_HISTORY" ...

4 ETW000   1 entry for TADIR inserted (R3TRPROGSPAM_SHOW_HISTORY                       ).

4 ETW000 REPOS SPAM_SHOW_HISTORY                        A replaced.

4 ETW000 E071-LOCKFLAGs 000485 - 000485 updated ('2', 1 entries).

4 ETW000 report ESPAM_DISPLAY_COLUMN                      (T) synchronized.

4 ETW000 report DSPAM_DISPLAY_COLUMN                      (T) synchronized.

4 ETW000 dynpro SPAM_DISPLAY_COLUMN                     1000 (S) synchronized.

4 ETW000 dynpro SPAM_DISPLAY_COLUMN                     0200 (S) synchronized.

4 ETW000 dynpro SPAM_DISPLAY_COLUMN                     0110 (S) synchronized.

4 ETW000 dynpro SPAM_DISPLAY_COLUMN                     0100 (S) synchronized.

4 ETW000 report SPAM_SHOW_HISTORY                        (L) synchronized.

4 ETW690 COMMIT "2748986" "307678000"

4 ETW000   1 entry for TRDIRT inserted (SPAM_SHOW_HISTORY                       E*).

4 ETW000   1 entry for TRDIRT inserted (SPAM_SHOW_HISTORY                       D*).

4 ETW000 REPOTDSPAM_SHOW_HISTORY                        A replaced.

4 ETW000 REPOTESPAM_SHOW_HISTORY                        A replaced.

4 ETW000 DYNPS SPAM_SHOW_HISTORY                       0100 inserted.

4 ETW000 DYNPS SPAM_SHOW_HISTORY                       0110 inserted.

4 ETW000 DYNPS SPAM_SHOW_HISTORY                       0200 inserted.

4 ETW000 DYNPS SPAM_SHOW_HISTORY                       0300 inserted.

4 ETW000 DYNPS SPAM_SHOW_HISTORY                       1000 inserted.

4 ETW000   0 d /   5 i /   0 u /   0 =   0% ucf D020T

4 ETW000   5 entries for D020T imported (SPAM_SHOW_HISTORY                       *).

4 ETW000   0 d /  13 i /   0 u /   0 =   0% ucf D021T

4 ETW000  13 entries for D021T imported (SPAM_SHOW_HISTORY                       *).

4 ETW000   0 d /   1 i /   0 u /   0 =   0% ucf EUDB

4 ETW000   1 entry for EUDB imported (CUSPAM_SHOW_HISTORY                       *).

4 ETW000   0 d /  90 i /   0 u /   0 =   0% ucf RSMPTEXTS

4 ETW000  90 entries for RSMPTEXTS imported (SPAM_SHOW_HISTORY                       *).

4 ETW000 report ESPAM_SHOW_HISTORY                        (T) synchronized.

4 ETW000 report DSPAM_SHOW_HISTORY                        (T) synchronized.

4 ETW000 dynpro SPAM_SHOW_HISTORY                       1000 (S) synchronized.

4 ETW000 dynpro SPAM_SHOW_HISTORY                       0300 (S) synchronized.

4 ETW000 dynpro SPAM_SHOW_HISTORY                       0200 (S) synchronized.

4 ETW000 dynpro SPAM_SHOW_HISTORY                       0110 (S) synchronized.

4 ETW000 dynpro SPAM_SHOW_HISTORY                       0100 (S) synchronized.

4 ETW690 COMMIT "120654" "307798654"

4 ETW000   0 d /   8 i /   0 u /   0 =   0% ucf D347T

4 ETW000   8 entries for D347T imported (SPAM_SHOW_HISTORY                       *).

4 ETW000 CUALOAD 'SPAM_SHOW_HISTORY                       ' successfully removed and corresponding buffers synchronized

4 ETW000   0 entries from R3TR_VARIS (___SPAM_SHOW_HISTORY                       SAP&%) deleted.

4 ETW000   0 entries from R3TR_VARIS (___SPAM_SHOW_HISTORY                       SAP&%) deleted.

4 ETW000   0 entries from VARID (___SPAM_SHOW_HISTORY                       SAP&%) deleted.

4 ETW000   0 entries from VARID (___SPAM_SHOW_HISTORY                       SAP&%) deleted.

4 ETW000   0 entries from VARIT (___ESPAM_SHOW_HISTORY                       SAP&%) deleted.

4 ETW000   0 entries from VARIT (___DSPAM_SHOW_HISTORY                       SAP&%) deleted.

4 ETW000   0 entries from VARIT (___%SPAM_SHOW_HISTORY                       SAP&%) deleted.

4 ETW675 end import of "R3TRPROGSPAM_SHOW_HISTORY".

3 ETW674Xstart import of "R3TRPROG_SLD_INSTPRD" ...

4 ETW000   1 entry for TADIR updated  (R3TRPROG_SLD_INSTPRD                            ).

4 ETW000 REPOS _SLD_INSTPRD                             A replaced.

4 ETW000 E071-LOCKFLAGs 000486 - 000486 updated ('2', 1 entries).

4 ETW000 report _SLD_INSTPRD                             (L) synchronized.

4 ETW690 COMMIT "379404" "308178058"

4 ETW000   0 entries from TRDIRT (_SLD_INSTPRD                            E%) deleted.

4 ETW000   1 entry for TRDIRT updated  (_SLD_INSTPRD                            D*).

4 ETW000 REPOTD_SLD_INSTPRD                             A replaced.

4 ETW000   0 entries from D020T (_SLD_INSTPRD                            %) deleted.

4 ETW000   0 entries from D021T (_SLD_INSTPRD                            %) deleted.

4 ETW000 CUALOAD '_SLD_INSTPRD                            ' successfully removed and corresponding buffers synchronized

4 ETW000   0 entries from R3TR_VARIS (____SLD_INSTPRD                            SAP&%) deleted.

4 ETW000   0 entries from R3TR_VARIS (____SLD_INSTPRD                            SAP&%) deleted.

4 ETW000   0 entries from VARID (____SLD_INSTPRD                            SAP&%) deleted.

4 ETW000   0 entries from VARID (____SLD_INSTPRD                            SAP&%) deleted.

4 ETW000   0 entries from VARIT (___E_SLD_INSTPRD                            SAP&%) deleted.

4 ETW000   0 entries from VARIT (___D_SLD_INSTPRD                            SAP&%) deleted.

4 ETW000   0 entries from VARIT (___%_SLD_INSTPRD                            SAP&%) deleted.

4 ETW675 end import of "R3TRPROG_SLD_INSTPRD".

3 ETW677 "R3TRSHLPSH_SPAM_PATCH" not imported in this step.

3 ETW677 "R3TRSHLPSH_SPAM_RFCDEST" not imported in this step.

3 ETW677 "R3TRTABLADDON_ATTR" not imported in this step.

3 ETW677 "R3TRTABLADDON_CONF" not imported in this step.

3 ETW677 "R3TRTABLAVERS_EXT" not imported in this step.

3 ETW677 "R3TRTABLBAD_PATCH" not imported in this step.

3 ETW677 "R3TRTABLCLNT_CVERS" not imported in this step.

3 ETW677 "R3TRTABLCLNT_CVRS2" not imported in this step.

3 ETW677 "R3TRTABLCOMP_PROPS" not imported in this step.

3 ETW677 "R3TRTABLCONFL_OBJ" not imported in this step.

3 ETW677 "R3TRTABLCVERS_LAN" not imported in this step.

3 ETW677 "R3TRTABLCVERS_SUB" not imported in this step.

3 ETW677 "R3TRTABLEQUIV_CONJ" not imported in this step.

3 ETW677 "R3TRTABLHOTPACKETS" not imported in this step.

3 ETW677 "R3TRTABLINCLSWFEAT" not imported in this step.

3 ETW677 "R3TRTABLINCLSWFEAT2" not imported in this step.

3 ETW677 "R3TRTABLINSTSWFEAT" not imported in this step.

3 ETW677 "R3TRTABLINSTSWFEAT2" not imported in this step.

3 ETW677 "R3TRTABLINSTSWPROD" not imported in this step.

3 ETW677 "R3TRTABLINSTSWPROD2" not imported in this step.

3 ETW677 "R3TRTABLINSTTU" not imported in this step.

3 ETW677 "R3TRTABLINSTTU_EXT" not imported in this step.

3 ETW677 "R3TRTABLLASTDOTHOT" not imported in this step.

3 ETW677 "R3TRTABLLAY0700" not imported in this step.

3 ETW677 "R3TRTABLLAY108" not imported in this step.

3 ETW677 "R3TRTABLLAY150MDRQ" not imported in this step.

3 ETW677 "R3TRTABLLAY300COMP" not imported in this step.

3 ETW677 "R3TRTABLLAY300PACK" not imported in this step.

3 ETW677 "R3TRTABLNCVERS_I" not imported in this step.

3 ETW677 "R3TRTABLOCSALEPAT" not imported in this step.

3 ETW677 "R3TRTABLOCSAPI_PA" not imported in this step.

3 ETW677 "R3TRTABLOCSCCOMPAT" not imported in this step.

3 ETW677 "R3TRTABLOCSCMPLOBJ" not imported in this step.

3 ETW677 "R3TRTABLOCSCOMPLVL" not imported in this step.

3 ETW677 "R3TRTABLOCSCOMPLVL2" not imported in this step.

3 ETW677 "R3TRTABLOCSNTCI" not imported in this step.

3 ETW677 "R3TRTABLOCSOBJINFO" not imported in this step.

3 ETW677 "R3TRTABLOCSPATNTCI" not imported in this step.

3 ETW677 "R3TRTABLOCSSFWCOMP" not imported in this step.

3 ETW677 "R3TRTABLOCSSORTT" not imported in this step.

3 ETW677 "R3TRTABLOCSSPCOMPR" not imported in this step.

3 ETW677 "R3TRTABLOCSSTCKLST" not imported in this step.

3 ETW677 "R3TRTABLOCSSWFSTAT" not imported in this step.

3 ETW677 "R3TRTABLOCS_APIMSG" not imported in this step.

3 ETW677 "R3TRTABLOCS_API_MSG" not imported in this step.

3 ETW677 "R3TRTABLOCS_API_MSG" not imported in this step.

3 ETW677 "R3TRTABLOCS_API_NAME_VALUE" not imported in this step.

3 ETW677 "R3TRTABLOCS_API_NAME_VALUE_CHAR" not imported in this step.

3 ETW677 "R3TRTABLOCS_API_STDOUT" not imported in this step.

3 ETW677 "R3TRTABLOCS_API_SYSTEM_INFORMATION" not imported in this step.

3 ETW677 "R3TRTABLOCS_AVAILABLE_STACK" not imported in this step.

3 ETW677 "R3TRTABLOCS_BTCCTL" not imported in this step.

3 ETW677 "R3TRTABLOCS_C100" not imported in this step.

3 ETW677 "R3TRTABLOCS_C200" not imported in this step.

3 ETW677 "R3TRTABLOCS_C300" not imported in this step.

3 ETW677 "R3TRTABLOCS_CAR" not imported in this step.

3 ETW677 "R3TRTABLOCS_CCRSLT" not imported in this step.

3 ETW677 "R3TRTABLOCS_CONFL" not imported in this step.

3 ETW677 "R3TRTABLOCS_DVDSET" not imported in this step.

3 ETW677 "R3TRTABLOCS_F_DATA" not imported in this step.

3 ETW677 "R3TRTABLOCS_F_INFO" not imported in this step.

3 ETW677 "R3TRTABLOCS_F_MGMT" not imported in this step.

3 ETW677 "R3TRTABLOCS_IMPMSG" not imported in this step.

3 ETW677 "R3TRTABLOCS_KEYCHK" not imported in this step.

3 ETW677 "R3TRTABLOCS_LOGFILE" not imported in this step.

3 ETW677 "R3TRTABLOCS_MSGARG" not imported in this step.

3 ETW677 "R3TRTABLOCS_MSG_ARG" not imported in this step.

3 ETW677 "R3TRTABLOCS_MSG_ARG" not imported in this step.

3 ETW677 "R3TRTABLOCS_NNOTES" not imported in this step.

3 ETW677 "R3TRTABLOCS_PACKAGE" not imported in this step.

3 ETW677 "R3TRTABLOCS_PACKCCRSLT" not imported in this step.

3 ETW677 "R3TRTABLOCS_RNOTES" not imported in this step.

3 ETW677 "R3TRTABLOCS_SLANA_HDR" not imported in this step.

3 ETW677 "R3TRTABLOCS_SLANA_POS" not imported in this step.

3 ETW677 "R3TRTABLOCS_S_MSG" not imported in this step.

3 ETW677 "R3TRTABLOCS_TADIR" not imported in this step.

3 ETW677 "R3TRTABLOCS_UPGINFO" not imported in this step.

3 ETW677 "R3TRTABLPAT00" not imported in this step.

3 ETW677 "R3TRTABLPAT01" not imported in this step.

3 ETW677 "R3TRTABLPAT02" not imported in this step.

3 ETW677 "R3TRTABLPAT03" not imported in this step.

3 ETW677 "R3TRTABLPAT03_ATTR" not imported in this step.

3 ETW677 "R3TRTABLPAT03_PRE" not imported in this step.

3 ETW677 "R3TRTABLPAT05" not imported in this step.

3 ETW677 "R3TRTABLPAT06" not imported in this step.

3 ETW677 "R3TRTABLPAT07" not imported in this step.

3 ETW677 "R3TRTABLPAT07_ACP" not imported in this step.

3 ETW677 "R3TRTABLPAT07_ACP4" not imported in this step.

3 ETW677 "R3TRTABLPAT07_ACP4" not imported in this step.

3 ETW677 "R3TRTABLPAT08" not imported in this step.

3 ETW677 "R3TRTABLPAT08_ACP" not imported in this step.

3 ETW677 "R3TRTABLPAT08_ACP4" not imported in this step.

3 ETW677 "R3TRTABLPAT08_ACP4" not imported in this step.

3 ETW677 "R3TRTABLPAT09" not imported in this step.

3 ETW677 "R3TRTABLPAT10" not imported in this step.

3 ETW677 "R3TRTABLPAT100" not imported in this step.

3 ETW677 "R3TRTABLPAT100_F4" not imported in this step.

3 ETW677 "R3TRTABLPAT106" not imported in this step.

3 ETW677 "R3TRTABLPAT10B" not imported in this step.

3 ETW677 "R3TRTABLPAT11" not imported in this step.

3 ETW677 "R3TRTABLPAT13" not imported in this step.

3 ETW677 "R3TRTABLPAT206" not imported in this step.

3 ETW677 "R3TRTABLPATACP" not imported in this step.

3 ETW677 "R3TRTABLPATACP4" not imported in this step.

3 ETW677 "R3TRTABLPATACP4" not imported in this step.

3 ETW677 "R3TRTABLPATCHECK" not imported in this step.

3 ETW677 "R3TRTABLPATCHLIST" not imported in this step.

3 ETW677 "R3TRTABLPATCHQSEQ" not imported in this step.

3 ETW677 "R3TRTABLPATCHQSEQ2" not imported in this step.

3 ETW677 "R3TRTABLPATCONFL" not imported in this step.

3 ETW677 "R3TRTABLPATCONT" not imported in this step.

3 ETW677 "R3TRTABLPATEXCPT" not imported in this step.

3 ETW677 "R3TRTABLPATHISTORY" not imported in this step.

3 ETW677 "R3TRTABLPATHISTQ" not imported in this step.

3 ETW677 "R3TRTABLPATLOG" not imported in this step.

3 ETW677 "R3TRTABLPATLOG3" not imported in this step.

3 ETW677 "R3TRTABLPATPRDVRS" not imported in this step.

3 ETW677 "R3TRTABLPATRTCONF" not imported in this step.

3 ETW677 "R3TRTABLPATRTPHASE" not imported in this step.

3 ETW677 "R3TRTABLPATRTVERS" not imported in this step.

3 ETW677 "R3TRTABLPATRTVERS2" not imported in this step.

3 ETW677 "R3TRTABLPATSTOP" not imported in this step.

3 ETW677 "R3TRTABLPATSWFEATR" not imported in this step.

3 ETW677 "R3TRTABLPATSWFTINC" not imported in this step.

3 ETW677 "R3TRTABLPAT_31ATTR" not imported in this step.

3 ETW677 "R3TRTABLPAT_ATTLAY" not imported in this step.

3 ETW677 "R3TRTABLPAT_CRT" not imported in this step.

3 ETW677 "R3TRTABLPAT_LIST" not imported in this step.

3 ETW677 "R3TRTABLPAT_MISS" not imported in this step.

3 ETW677 "R3TRTABLPAT_OBJ" not imported in this step.

3 ETW677 "R3TRTABLPAT_OBJECT" not imported in this step.

3 ETW677 "R3TRTABLPAT_OBJLST" not imported in this step.

3 ETW677 "R3TRTABLPAT_PARLAY" not imported in this step.

3 ETW677 "R3TRTABLPAT_Q" not imported in this step.

3 ETW677 "R3TRTABLPAT_Q2" not imported in this step.

3 ETW677 "R3TRTABLPAT_QUEUE" not imported in this step.

3 ETW677 "R3TRTABLPAT_Q_TRC" not imported in this step.

3 ETW677 "R3TRTABLPAT_RREQ" not imported in this step.

3 ETW677 "R3TRTABLPAT_SPROT" not imported in this step.

3 ETW677 "R3TRTABLPAT_TASKS" not imported in this step.

3 ETW677 "R3TRTABLPAT_UPLOAD" not imported in this step.

3 ETW677 "R3TRTABLPRDVERS" not imported in this step.

3 ETW677 "R3TRTABLSAPRL_SEL" not imported in this step.

3 ETW677 "R3TRTABLSPAM_CLAYR" not imported in this step.

3 ETW677 "R3TRTABLSPAM_CVERS" not imported in this step.

3 ETW677 "R3TRTABLSPAM_CVRS2" not imported in this step.

3 ETW677 "R3TRTABLSPAM_FPDEF" not imported in this step.

3 ETW677 "R3TRTABLSPAM_PARCL" not imported in this step.

3 ETW677 "R3TRTABLSPAM_PHEAD" not imported in this step.

3 ETW677 "R3TRTABLSPAM_PRECB" not imported in this step.

3 ETW677 "R3TRTABLSPAM_PRECC" not imported in this step.

3 ETW677 "R3TRTABLSPAM_UPDATETYPE" not imported in this step.

3 ETW677 "R3TRTABLSPAM_UVERS" not imported in this step.

3 ETW677 "R3TRTABLSTACKCOMPS" not imported in this step.

3 ETW677 "R3TRTABLSTACKHEADR" not imported in this step.

3 ETW677 "R3TRTABLSWFEATURE" not imported in this step.

3 ETW677 "R3TRTABLSWFEATUREINC" not imported in this step.

3 ETW677 "R3TRTABLTABINFOS" not imported in this step.

3 ETW677 "R3TRTABLTECHUSAGES" not imported in this step.

3 ETW677 "R3TRTABLTFDIR_INIM" not imported in this step.

3 ETW677 "R3TRTABLTLANOCS" not imported in this step.

3 ETW677 "R3TRTABLTLANOCSTA" not imported in this step.

3 ETW677 "R3TRTABLTRBAT3" not imported in this step.

3 ETW677 "R3TRTABLVALID_CONJ" not imported in this step.

3 ETW674Xstart import of "R3TRTABUALTLDESCR" ...

4 ETW000   1 entry for ALTLDESCR updated  (ESAP_OCS_ANALYSE_ALERT).

4 ETW000   1 entry for ALTLDESCR updated  (DSAP_OCS_ANALYSE_ALERT).

4 ETW000   1 entry for ALTLDESCR updated  (ESAP_OCS_COLLECT_STATUS).

4 ETW000   1 entry for ALTLDESCR updated  (DSAP_OCS_COLLECT_STATUS).

4 ETW000 E071-LOCKFLAGs 000487 - 000487 updated ('2', 1 entries).

4 ETW675 end import of "R3TRTABUALTLDESCR".

3 ETW674Xstart import of "R3TRTABUALTOOLCHEK" ...

4 ETW000   0 d /   0 i /   0 u /   1 = 100% ucf ALTOOLCHEK

4 ETW000   1 entry for ALTOOLCHEK imported (SAP_OCS_ANALYSE_ALERT                   *).

4 ETW000   0 d /   0 i /   0 u /   1 = 100% ucf ALTOOLCHEK

4 ETW000   1 entry for ALTOOLCHEK imported (SAP_OCS_COLLECT_STATUS                  *).

4 ETW675 end import of "R3TRTABUALTOOLCHEK".

3 ETW674Xstart import of "R3TRTABUALTOOLEXEC" ...

4 ETW000   1 entry for ALTOOLEXEC updated  (SAP_OCS_ANALYSE_ALERT).

4 ETW000   1 entry for ALTOOLEXEC updated  (SAP_OCS_COLLECT_STATUS).

4 ETW675 end import of "R3TRTABUALTOOLEXEC".

3 ETW674Xstart import of "R3TRTABUOCSCCOMPAT" ...

4 ETW000   0 d / 101 i /   0 u /   0 =   0% ucf OCSCCOMPAT

4 ETW000 101 entries for OCSCCOMPAT imported (*).

4 ETW675 end import of "R3TRTABUOCSCCOMPAT".

3 ETW674Xstart import of "R3TRTABUOCSSORTT" ...

4 ETW000   1 entry for OCSSORTT imported (BKPF).

4 ETW000   1 entry for OCSSORTT imported (BSAD).

4 ETW000   1 entry for OCSSORTT imported (BSAK).

4 ETW000   1 entry for OCSSORTT imported (BSEC).

4 ETW000   1 entry for OCSSORTT imported (BSEG).

4 ETW000   1 entry for OCSSORTT imported (BSID).

4 ETW000   1 entry for OCSSORTT imported (BSIK).

4 ETW000   1 entry for OCSSORTT imported (LIKP).

4 ETW000   1 entry for OCSSORTT imported (LIPS).

4 ETW000   1 entry for OCSSORTT imported (MKPF).

4 ETW000   1 entry for OCSSORTT imported (MSEG).

4 ETW000   1 entry for OCSSORTT imported (REGUP).

4 ETW000   1 entry for OCSSORTT imported (VBAP).

4 ETW000   1 entry for OCSSORTT imported (VBRP).

4 ETW675 end import of "R3TRTABUOCSSORTT".

3 ETW674Xstart import of "R3TRTABUOCSSPCOMPR" ...

4 ETW000 report D_SLD_INSTPRD                             (T) synchronized.

4 ETW690 COMMIT "124958" "308303016"

4 ETW690 COMMIT "139800" "308442816"

4 ETW000   0 d / 625 i /   0 u /   0 =   0% ucf OCSSPCOMPR

4 ETW000 625 entries for OCSSPCOMPR imported (*).

4 ETW675 end import of "R3TRTABUOCSSPCOMPR".

3 ETW674Xstart import of "R3TRTABUPAT00" ...

4 ETW000   0 d /   2 i /   0 u /  29 =  93% ucf PAT00

4 ETW000  31 entries for PAT00 imported (*).

4 ETW675 end import of "R3TRTABUPAT00".

3 ETW674Xstart import of "R3TRTABUPATEXCPT" ...

4 ETW000   0 d /  24 i /  39 u /   4 =   5% ucf PATEXCPT

4 ETW000  67 entries for PATEXCPT imported (*).

4 ETW675 end import of "R3TRTABUPATEXCPT".

3 ETW674Xstart import of "R3TRTABUSFW_COMPONENT" ...

4 ETW000   1 entry for SFW_COMPONENT imported (/CWM/BFS                      IS-CWM                        602).

4 ETW000   1 entry for SFW_COMPONENT imported (/CWM/BFS                      IS-CWM                        603).

4 ETW000   1 entry for SFW_COMPONENT inserted (/CWM/BFS                      IS-CWM                        604).

4 ETW000   1 entry for SFW_COMPONENT imported (CAMPUS_MANAGEMENT             FI-CA                         602).

4 ETW000   1 entry for SFW_COMPONENT imported (CAMPUS_MANAGEMENT             FI-CA                         603).

4 ETW000   1 entry for SFW_COMPONENT inserted (CAMPUS_MANAGEMENT             FI-CA                         604).

4 ETW000   1 entry for SFW_COMPONENT imported (CAMPUS_MANAGEMENT             IS-PS-CA                      602).

4 ETW000   1 entry for SFW_COMPONENT imported (CAMPUS_MANAGEMENT             IS-PS-CA                      603).

4 ETW000   1 entry for SFW_COMPONENT inserted (CAMPUS_MANAGEMENT             IS-PS-CA                      604).

4 ETW000   1 entry for SFW_COMPONENT imported (CHEMICALS                     IS-OIL                        602).

4 ETW000   1 entry for SFW_COMPONENT imported (CHEMICALS                     IS-OIL                        603).

4 ETW000   1 entry for SFW_COMPONENT inserted (CHEMICALS                     IS-OIL                        604).

4 ETW000   1 entry for SFW_COMPONENT imported (DIMP                          ECC-DIMP                      602).

4 ETW000   1 entry for SFW_COMPONENT imported (DIMP                          ECC-DIMP                      603).

4 ETW000   1 entry for SFW_COMPONENT inserted (DIMP                          ECC-DIMP                      604).

4 ETW000   1 entry for SFW_COMPONENT imported (FICAX                         FI-CA                         602).

4 ETW000   1 entry for SFW_COMPONENT imported (FICAX                         FI-CA                         603).

4 ETW000   1 entry for SFW_COMPONENT inserted (FICAX                         FI-CA                         604).

4 ETW000   1 entry for SFW_COMPONENT imported (FICAX                         FI-CAX                        602).

4 ETW000   1 entry for SFW_COMPONENT imported (FICAX                         FI-CAX                        603).

4 ETW000   1 entry for SFW_COMPONENT inserted (FICAX                         FI-CAX                        604).

4 ETW000   1 entry for SFW_COMPONENT imported (HEALTHCARE                    IS-H                          602).

4 ETW000   1 entry for SFW_COMPONENT imported (HEALTHCARE                    IS-H                          603).

4 ETW000   1 entry for SFW_COMPONENT inserted (HEALTHCARE                    IS-H                          604).

4 ETW000   1 entry for SFW_COMPONENT imported (INSURANCE                     FI-CA                         602).

4 ETW000   1 entry for SFW_COMPONENT imported (INSURANCE                     FI-CA                         603).

4 ETW000   1 entry for SFW_COMPONENT inserted (INSURANCE                     FI-CA                         604).

4 ETW000   1 entry for SFW_COMPONENT imported (INSURANCE                     INSURANCE                     602).

4 ETW000   1 entry for SFW_COMPONENT imported (INSURANCE                     INSURANCE                     603).

4 ETW000   1 entry for SFW_COMPONENT inserted (INSURANCE                     INSURANCE                     604).

4 ETW000   1 entry for SFW_COMPONENT imported (MEDIA                         FI-CA                         602).

4 ETW000   1 entry for SFW_COMPONENT imported (MEDIA                         FI-CA                         603).

4 ETW000   1 entry for SFW_COMPONENT inserted (MEDIA                         FI-CA                         604).

4 ETW000   1 entry for SFW_COMPONENT imported (MEDIA                         IS-M                          602).

4 ETW000   1 entry for SFW_COMPONENT imported (MEDIA                         IS-M                          603).

4 ETW000   1 entry for SFW_COMPONENT inserted (MEDIA                         IS-M                          604).

4 ETW000   1 entry for SFW_COMPONENT imported (MINING                        IS-OIL                        602).

4 ETW000   1 entry for SFW_COMPONENT imported (MINING                        IS-OIL                        603).

4 ETW000   1 entry for SFW_COMPONENT inserted (MINING                        IS-OIL                        604).

4 ETW000   1 entry for SFW_COMPONENT inserted (MINING_WITH_UTILITIES         FI-CA                         604).

4 ETW000   1 entry for SFW_COMPONENT inserted (MINING_WITH_UTILITIES         IS-OIL                        604).

4 ETW000   1 entry for SFW_COMPONENT inserted (MINING_WITH_UTILITIES         IS-UT                         604).

4 ETW000   1 entry for SFW_COMPONENT imported (OIL_&_GAS                     IS-OIL                        602).

4 ETW000   1 entry for SFW_COMPONENT imported (OIL_&_GAS                     IS-OIL                        603).

4 ETW000   1 entry for SFW_COMPONENT inserted (OIL_&_GAS                     IS-OIL                        604).

4 ETW000   1 entry for SFW_COMPONENT inserted (OIL_&_GAS_WITH_UTILITIES      FI-CA                         604).

4 ETW000   1 entry for SFW_COMPONENT inserted (OIL_&_GAS_WITH_UTILITIES      IS-OIL                        604).

4 ETW000   1 entry for SFW_COMPONENT inserted (OIL_&_GAS_WITH_UTILITIES      IS-UT                         604).

4 ETW000   1 entry for SFW_COMPONENT imported (PUBLIC_SERVICES               FI-CA                         602).

4 ETW000   1 entry for SFW_COMPONENT imported (PUBLIC_SERVICES               FI-CA                         603).

4 ETW000   1 entry for SFW_COMPONENT inserted (PUBLIC_SERVICES               FI-CA                         604).

4 ETW000   1 entry for SFW_COMPONENT imported (PUBLIC_SERVICES               IS-PS-CA                      602).

4 ETW000   1 entry for SFW_COMPONENT imported (PUBLIC_SERVICES               IS-PS-CA                      603).

4 ETW000   1 entry for SFW_COMPONENT inserted (PUBLIC_SERVICES               IS-PS-CA                      604).

4 ETW000   1 entry for SFW_COMPONENT imported (TELCO                         FI-CA                         602).

4 ETW000   1 entry for SFW_COMPONENT imported (TELCO                         FI-CA                         603).

4 ETW000   1 entry for SFW_COMPONENT inserted (TELCO                         FI-CA                         604).

4 ETW000   1 entry for SFW_COMPONENT imported (TELCO                         IS-UT                         602).

4 ETW000   1 entry for SFW_COMPONENT imported (TELCO                         IS-UT                         603).

4 ETW000   1 entry for SFW_COMPONENT inserted (TELCO                         IS-UT                         604).

4 ETW000   1 entry for SFW_COMPONENT imported (UTILITIES                     FI-CA                         602).

4 ETW000   1 entry for SFW_COMPONENT imported (UTILITIES                     FI-CA                         603).

4 ETW000   1 entry for SFW_COMPONENT inserted (UTILITIES                     FI-CA                         604).

4 ETW000   1 entry for SFW_COMPONENT imported (UTILITIES                     IS-UT                         602).

4 ETW000   1 entry for SFW_COMPONENT imported (UTILITIES                     IS-UT                         603).

4 ETW000   1 entry for SFW_COMPONENT inserted (UTILITIES                     IS-UT                         604).

4 ETW675 end import of "R3TRTABUSFW_COMPONENT".

3 ETW674Xstart import of "R3TRTRANSAINT" ...

4 ETW000   1 entry for TADIR updated  (R3TRTRANSAINT                                   ).

4 ETW000   1 entry for TSTC updated  (SAINT               *).

4 ETW000   0 entries from TSTCA (SAINT               %) deleted.

4 ETW000   0 entries from TSTCA (SAINT               %) deleted.

4 ETW000   0 entries from TSTCP (SAINT               %) deleted.

4 ETW000   0 entries from TSTCP (SAINT               %) deleted.

4 ETW000   1 entry for TSTCT updated  (ESAINT).

4 ETW000   1 entry for TSTCT updated  (DSAINT).

4 ETW000 CUALOAD 'MENUSAINT                               ' successfully removed and corresponding buffers synchronized

4 ETW000   0 d /   1 i /   0 u /  11 =  91% ucf TCDCOUPLES

4 ETW000  12 entries for TCDCOUPLES imported (SAINT               *).

4 ETW000   0 d /   0 i /   0 u /   1 = 100% ucf TSTCC

4 ETW000   1 entry for TSTCC imported (SAINT               *).

4 ETW000   0 d /   0 i /   1 u /   0 =   0% ucf TSTC_SM

4 ETW000   1 entry for TSTC_SM imported (SAINT                         *).

4 ETW000 no entries from TSTC_SRT (SAINT               *) deleted (table is empty).

4 ETW000 no entries from TSTC_SRT (SAINT               *) deleted (table is empty).

4 ETW000   0 d /   0 i /   0 u /  53 = 100% ucf USOBT

4 ETW000  53 entries for USOBT imported (SAINT                         TR*).

4 ETW000   0 d /  10 i /   0 u /  13 =  56% ucf USOBX

4 ETW000  23 entries for USOBX imported (SAINT                         TR*).

4 ETW000   0 d /   1 i /   0 u /   0 =   0% ucf USOB_SM

4 ETW000   1 entry for USOB_SM imported (SAINT                         TR*).

4 ETW000   0 entries from USOTT (SAINT                         TR%) deleted.

4 ETW000   0 entries from USOTT (SAINT                         TR%) deleted.

4 ETW675 end import of "R3TRTRANSAINT".

3 ETW674Xstart import of "R3TRTRANSPAM" ...

4 ETW000   1 entry for TADIR updated  (R3TRTRANSPAM                                    ).

4 ETW000   1 entry for TSTC updated  (SPAM                *).

4 ETW000   0 entries from TSTCA (SPAM                %) deleted.

4 ETW000   0 entries from TSTCA (SPAM                %) deleted.

4 ETW000   0 entries from TSTCP (SPAM                %) deleted.

4 ETW000   0 entries from TSTCP (SPAM                %) deleted.

4 ETW000   1 entry for TSTCT updated  (ESPAM).

4 ETW000   1 entry for TSTCT updated  (DSPAM).

4 ETW000 CUALOAD 'MENUSPAM                                ' successfully removed and corresponding buffers synchronized

4 ETW000   0 d /   1 i /   0 u /  14 =  93% ucf TCDCOUPLES

4 ETW000  15 entries for TCDCOUPLES imported (SPAM                *).

4 ETW000   0 d /   0 i /   0 u /   1 = 100% ucf TSTCC

4 ETW000   1 entry for TSTCC imported (SPAM                *).

4 ETW000   0 d /   0 i /   1 u /   0 =   0% ucf TSTC_SM

4 ETW000   1 entry for TSTC_SM imported (SPAM                          *).

4 ETW000 no entries from TSTC_SRT (SPAM                *) deleted (table is empty).

4 ETW000 no entries from TSTC_SRT (SPAM                *) deleted (table is empty).

4 ETW000   0 d /   0 i /   0 u /  54 = 100% ucf USOBT

4 ETW000  54 entries for USOBT imported (SPAM                          TR*).

4 ETW000   0 d /  12 i /   0 u /  11 =  47% ucf USOBX

4 ETW000  23 entries for USOBX imported (SPAM                          TR*).

4 ETW000   0 d /   1 i /   0 u /   0 =   0% ucf USOB_SM

4 ETW000   1 entry for USOB_SM imported (SPAM                          TR*).

4 ETW000   0 entries from USOTT (SPAM                          TR%) deleted.

4 ETW000   0 entries from USOTT (SPAM                          TR%) deleted.

4 ETW675 end import of "R3TRTRANSPAM".

3 ETW677 "R3TRTTYPOCS_API_T_LOGFILE" not imported in this step.

3 ETW677 "R3TRTTYPOCS_API_T_NAME_VALUE" not imported in this step.

3 ETW677 "R3TRTTYPOCS_API_T_RNOTES" not imported in this step.

3 ETW677 "R3TRTTYPOCS_API_T_STDOUT" not imported in this step.

3 ETW677 "R3TRTTYPOCS_API_T_SYSTEM_INFORMATION" not imported in this step.

3 ETW677 "R3TRTTYPOCS_API_T_TPERROR" not imported in this step.

3 ETW677 "R3TRTTYPTTOCS_APIMSGS" not imported in this step.

3 ETW677 "R3TRTTYPTTOCS_CCRSLT" not imported in this step.

3 ETW677 "R3TRTTYPTTOCS_IMPMSGS" not imported in this step.

3 ETW677 "R3TRTTYPTTOCS_MSGARGS" not imported in this step.

3 ETW677 "R3TRTTYPTTOCS_MSG_ARGS" not imported in this step.

3 ETW677 "R3TRTTYPTTOCS_MSG_ARGS" not imported in this step.

3 ETW677 "R3TRTTYPTTOCS_PACKAGES" not imported in this step.

3 ETW677 "R3TRTTYPTTOCS_PACKCCRSLT" not imported in this step.

3 ETW677 "R3TRTTYPTTOCS_STRING" not imported in this step.

3 ETW677 "R3TRTTYPTT_AVERS" not imported in this step.

3 ETW677 "R3TRTTYPTT_AVERS_EXT" not imported in this step.

3 ETW677 "R3TRTTYPTT_COMP_PROPS" not imported in this step.

3 ETW677 "R3TRTTYPTT_CVERS_SUB" not imported in this step.

3 ETW677 "R3TRTTYPTT_EQUIV_CONJ" not imported in this step.

3 ETW677 "R3TRTTYPTT_INCLSWFEAT" not imported in this step.

3 ETW677 "R3TRTTYPTT_INSTSWFEAT" not imported in this step.

3 ETW677 "R3TRTTYPTT_INSTSWPROD" not imported in this step.

3 ETW677 "R3TRTTYPTT_INSTTU" not imported in this step.

3 ETW677 "R3TRTTYPTT_OCSCCOMPAT" not imported in this step.

3 ETW677 "R3TRTTYPTT_OCSCOMPLVL" not imported in this step.

3 ETW677 "R3TRTTYPTT_OCSCOMPLVL2" not imported in this step.

3 ETW677 "R3TRTTYPTT_OCSSTCKLST" not imported in this step.

3 ETW677 "R3TRTTYPTT_OCSUPGINFO" not imported in this step.

3 ETW677 "R3TRTTYPTT_OCS_PACKAGE" not imported in this step.

3 ETW677 "R3TRTTYPTT_PAT01" not imported in this step.

3 ETW677 "R3TRTTYPTT_PAT03" not imported in this step.

3 ETW677 "R3TRTTYPTT_PAT06" not imported in this step.

3 ETW677 "R3TRTTYPTT_PAT07" not imported in this step.

3 ETW677 "R3TRTTYPTT_PAT08" not imported in this step.

3 ETW677 "R3TRTTYPTT_PATCH" not imported in this step.

3 ETW677 "R3TRTTYPTT_PATHISTQ" not imported in this step.

3 ETW677 "R3TRTTYPTT_PATLOG3" not imported in this step.

3 ETW677 "R3TRTTYPTT_PATRTCONF" not imported in this step.

3 ETW677 "R3TRTTYPTT_PATRTPHASE" not imported in this step.

3 ETW677 "R3TRTTYPTT_PATRTVERS" not imported in this step.

3 ETW677 "R3TRTTYPTT_PAT_Q" not imported in this step.

3 ETW677 "R3TRTTYPTT_PAT_Q2" not imported in this step.

3 ETW677 "R3TRTTYPTT_PAT_Q_TRC" not imported in this step.

3 ETW677 "R3TRTTYPTT_PRDVERS" not imported in this step.

3 ETW677 "R3TRTTYPTT_SAPRL_SEL" not imported in this step.

3 ETW677 "R3TRTTYPTT_SPAM_CLAYR" not imported in this step.

3 ETW677 "R3TRTTYPTT_SPAM_CVERS" not imported in this step.

3 ETW677 "R3TRTTYPTT_SPAM_UVERS" not imported in this step.

3 ETW677 "R3TRTTYPTT_STACKCOMPS" not imported in this step.

3 ETW677 "R3TRTTYPTT_STACKHEADR" not imported in this step.

3 ETW677 "R3TRTTYPTT_SWFEATURE" not imported in this step.

3 ETW677 "R3TRTTYPTT_SWFEATUREINC" not imported in this step.

3 ETW677 "R3TRTTYPTT_TECHUSAGES" not imported in this step.

3 ETW677 "R3TRTTYPTT_UVERS" not imported in this step.

3 ETW677 "R3TRTTYPTT_VALID_CONJ" not imported in this step.

3 ETW674Xstart import of "R3TRTYPEOCSRT" ...

4 ETW000   1 entry for TADIR inserted (R3TRTYPEOCSRT                                   ).

4 ETW000 REPOS %_COCSRT                                 A replaced.

4 ETW000   0 entries from TRDIRT (%_COCSRT                                E%) deleted.

4 ETW000   0 entries from TRDIRT (%_COCSRT                                D%) deleted.

4 ETW000 REPOS OCSRT=========================TT         A replaced.

4 ETW000   0 entries from TRDIRT (OCSRT=========================TT        E%) deleted.

4 ETW000   0 entries from TRDIRT (OCSRT=========================TT        D%) deleted.

4 ETW000   1 entry for DDTYPET inserted (OCSRTD*).

4 ETW000 E071-LOCKFLAGs 000647 - 000657 updated ('2', 11 entries).

4 ETW675 end import of "R3TRTYPEOCSRT".

4 ETW000 E071-LOCKFLAGs 000713 - 000713 updated ('2', 1 entries).

4 ETW000 report %_COCSRT                                 (L) synchronized.

4 ETW000 report OCSRT=========================TT         (L) synchronized.

4 ETW690 COMMIT "431522" "308874338"

3 ETW674Xstart import of "R3TRTYPESAINT" ...

4 ETW000   1 entry for TADIR updated  (R3TRTYPESAINT                                   ).

4 ETW000 REPOS %_CSAINT                                 A replaced.

4 ETW000   0 entries from TRDIRT (%_CSAINT                                E%) deleted.

4 ETW000   0 entries from TRDIRT (%_CSAINT                                D%) deleted.

4 ETW000 REPOS SAINT=========================TT         A replaced.

4 ETW000   0 entries from TRDIRT (SAINT=========================TT        E%) deleted.

4 ETW000   0 entries from TRDIRT (SAINT=========================TT        D%) deleted.

4 ETW000   1 entry for DDTYPET updated  (SAINTE*).

4 ETW000   1 entry for DDTYPET updated  (SAINTD*).

4 ETW675 end import of "R3TRTYPESAINT".

4 ETW000 E071-LOCKFLAGs 000714 - 000714 updated ('2', 1 entries).

4 ETW000 report ~SPAM_UITOP===================HIL        (L) synchronized.

4 ETW000 report %_CSAINT                                 (L) synchronized.

4 ETW000 report SAPLOCS_EXTIF                            (L) synchronized.

4 ETW000 report SAPLOCS_CORE                             (L) synchronized.

4 ETW000 report ~OCS_CORETOP==================HIL        (L) synchronized.

4 ETW000 report SAINT=========================TT         (L) synchronized.

4 ETW000 report ~AINT=========================HTS        (L) synchronized.

4 ETW000 report SAPLSPAM_UI                              (L) synchronized.

4 ETW000 report SAPLSPAM                                 (L) synchronized.

4 ETW000 report ~OCS_EXTIFTOP=================HIL        (L) synchronized.

4 ETW000 report ~SPAMTOP======================HIL        (L) synchronized.

4 ETW690 COMMIT "304424" "309178762"

3 ETW674Xstart import of "R3TRTYPESPSTK" ...

4 ETW000   1 entry for TADIR updated  (R3TRTYPESPSTK                                   ).

4 ETW000 REPOS %_CSPSTK                                 A replaced.

4 ETW000   0 entries from TRDIRT (%_CSPSTK                                E%) deleted.

4 ETW000   0 entries from TRDIRT (%_CSPSTK                                D%) deleted.

4 ETW000 REPOS SPSTK=========================TT         A replaced.

4 ETW000   0 entries from TRDIRT (SPSTK=========================TT        E%) deleted.

4 ETW000   0 entries from TRDIRT (SPSTK=========================TT        D%) deleted.

4 ETW000   1 entry for DDTYPET updated  (SPSTKD*).

4 ETW675 end import of "R3TRTYPESPSTK".

4 ETW000 E071-LOCKFLAGs 000715 - 000715 updated ('2', 1 entries).

4 ETW000 report SPSTK=========================TT         (L) synchronized.

4 ETW000 report %_CSPSTK                                 (L) synchronized.

4 ETW690 COMMIT "341522" "309520284"

3 ETW677 "R3TRVIEWVE071LOCKFLAG" not imported in this step.

3 ETW677 "R3TRVIEWV_SH_PATCH" not imported in this step.

3 ETW677 "R3TRVIEWV_SH_RFCD" not imported in this step.

3 ETW674Xstart import of "R3TRWEBIOCS_API" ...

4 ETW000   1 entry for TADIR inserted (R3TRWEBIOCS_API                                 ).

3WETW000 different nametabs for table VEPHEADER (field SIESRNAME).

4 ETW000       Field is not in NTAB.

4 ETW000      table VEPHEADER: entry in DB is 510 bytes smaller than in file.

4 ETW000      ... ignoring such differences.

4 ETW000   1 entry for VEPHEADER inserted (OCS_API                       A).

4 ETW000   0 d /   1 i /   0 u /   0 =   0% ucf SOTR_USE

4 ETW000   1 entry for SOTR_USE imported (R3TRWEBIOCS_API                       *).

4 ETW000   1 entry for SOTR_HEAD inserted (BB691448B1169966E10000000A11497D*).

4 ETW000   1 entry for SOTR_TEXT inserted (BB691448B1169966E10000000A11497DD*).

4 ETW000   0 d /  59 i /   0 u /   0 =   0% ucf VEPELEMTYPE

4 ETW000  59 entries for VEPELEMTYPE imported (OCS_API                       A*).

4 ETW000 no entries from VEPELETYPSOAP (OCS_API                       A*) deleted (table is empty).

4 ETW000 no entries from VEPELETYPSOAP (OCS_API                       A*) deleted (table is empty).

4 ETW000   0 d /   1 i /   0 u /   0 =   0% ucf VEPENDPOINT

4 ETW000   1 entry for VEPENDPOINT imported (VIOCS_API                       A*).

4 ETW000   0 entries from VEPFAULT (OCS_API                       A%) deleted.

4 ETW000   0 entries from VEPFAULT (OCS_API                       A%) deleted.

4 ETW690 COMMIT "120180" "309640464"

4 ETW690 COMMIT "196400" "309836864"

4 ETW000   0 d / 368 i /   0 u /   0 =   0% ucf VEPFIELDREF

4 ETW000 368 entries for VEPFIELDREF imported (OCS_API                       A*).

4 ETW000   0 d /  13 i /   0 u /   0 =   0% ucf VEPFUNCSOAPEXT

4 ETW000  13 entries for VEPFUNCSOAPEXT imported (OCS_API                       A*).

3WETW000 different nametabs for table VEPFUNCTION (field MAPPEDNAME).

4 ETW000    Existing Field  Imported Field

4 ETW000      keypart: ' '  ' '

4 ETW000      len    : 060  120 (chars)

4 ETW000      offset : 061  061 (chars)

4 ETW000      format : 'C'  'C'

4 ETW000      table VEPFUNCTION: entry in DB is 120 bytes smaller than in file.

4 ETW000      ... ignoring such differences.

4 ETW000   0 d /  13 i /   0 u /   0 =   0% ucf VEPFUNCTION

4 ETW000  13 entries for VEPFUNCTION imported (OCS_API                       A*).

3WETW000 different nametabs for table VEPPARAMETER (field MAPPEDNAME).

4 ETW000    Existing Field  Imported Field

4 ETW000      keypart: ' '  ' '

4 ETW000      len    : 060  120 (chars)

4 ETW000      offset : 122  122 (chars)

4 ETW000      format : 'C'  'C'

4 ETW000      table VEPPARAMETER: entry in DB is 120 bytes smaller than in file.

4 ETW000      ... ignoring such differences.

4 ETW000   0 d /  97 i /   0 u /   0 =   0% ucf VEPPARAMETER

4 ETW000  97 entries for VEPPARAMETER imported (OCS_API                       A*).

4 ETW690 COMMIT "177632" "310014496"

4 ETW000 no entries from VEPPARASOAPEXT (OCS_API                       A*) deleted (table is empty).

4 ETW000 no entries from VEPPARASOAPEXT (OCS_API                       A*) deleted (table is empty).

4 ETW000   0 d / 170 i /   0 u /   0 =   0% ucf VEPSTRUTYPE

4 ETW000 170 entries for VEPSTRUTYPE imported (OCS_API                       A*).

4 ETW000   0 d /  22 i /   0 u /   0 =   0% ucf VEPTABLETYPE

4 ETW000  22 entries for VEPTABLETYPE imported (OCS_API                       A*).

4 ETW000   0 d /  11 i /   0 u /   0 =   0% ucf VEPTABTYPSOAP

4 ETW000  11 entries for VEPTABTYPSOAP imported (OCS_API                       A*).

4 ETW690 COMMIT "104646" "310119142"

4 ETW000   0 d / 105 i /   0 u /   0 =   0% ucf VEPTYPE

4 ETW000 105 entries for VEPTYPE imported (OCS_API                       A*).

4 ETW000   0 d / 105 i /   0 u /   0 =   0% ucf VEPTYPESOAPEXT

4 ETW000 105 entries for VEPTYPESOAPEXT imported (OCS_API                       A*).

3WETW000 different nametabs for table VEPVISOAPEXT (field SOAP_APPL_URI).

4 ETW000       Field is not in NTAB.

4 ETW000      table VEPVISOAPEXT: entry in DB is 510 bytes smaller than in file.

4 ETW000      ... ignoring such differences.

4 ETW000   1 entry for VEPVISOAPEXT inserted (OCS_API                       A).

3WETW000 different nametabs for table ERCLASS_NONSAP (field CLASS_NSPACE).

4 ETW000       Field is not in NTAB.

3WETW000 different nametabs for table ERCLASS_NONSAP (field CLASS_REG).

4 ETW000       Field is not in NTAB.

4 ETW000      table ERCLASS_NONSAP: entry in DB is 520 bytes smaller than in file.

4 ETW000      ... ignoring such differences.

4 ETW000 no entries from ERCLASS_NONSAP (OCS_API                       A*) deleted (table is empty).

4 ETW000 no entries from ERCLASS_NONSAP (OCS_API                       A*) deleted (table is empty).

3WETW000 different nametabs for table ERCLASS_SAP (field CLASS_NSPACE).

4 ETW000       Field is not in NTAB.

3WETW000 different nametabs for table ERCLASS_SAP (field CLASS_REG).

4 ETW000       Field is not in NTAB.

4 ETW000      table ERCLASS_SAP: entry in DB is 520 bytes smaller than in file.

4 ETW000      ... ignoring such differences.

4 ETW000   0 entries from ERCLASS_SAP (OCS_API                       A%) deleted.

4 ETW000   0 entries from ERCLASS_SAP (OCS_API                       A%) deleted.

4 ETW000   0 entries from SOTR_USEU (R3TRWEBIOCS#_API                       %) deleted.

4 ETW000   0 entries from SOTR_USEU (R3TRWEBIOCS#_API                       %) deleted.

4 ETW000   0 entries from WSHEADER_DARK (OCS_API                       A%) deleted.

4 ETW000   0 entries from WSHEADER_DARK (OCS_API                       A%) deleted.

3WETW000 different nametabs for table WSSOAPPROP_DARK (field FUNCREF).

3WETW000 key field truncated

4 ETW000    Existing Field  Imported Field

4 ETW000      keypart: 'X'  'X'

4 ETW000      len    : 030  120 (chars)

4 ETW000      offset : 193  193 (chars)

4 ETW000      format : 'C'  'C'

3WETW000 different nametabs for table WSSOAPPROP_DARK (field PROPNUM).

3WETW000 toggled key fields

4 ETW000    Existing Field  Imported Field

4 ETW000      keypart: 'X'  'X'

4 ETW000      len    : 004  004 (chars)

4 ETW000      offset : 223  313 (chars)

4 ETW000      format : 'N'  'N'

3WETW000 different nametabs for table WSSOAPPROP_DARK (field PROFILE_URI).

4 ETW000       Field is not in NTAB.

4 ETW000      table WSSOAPPROP_DARK: entry in DB is 690 bytes smaller than in file.

4 ETW000      ... ignoring such differences.

4 ETW000   0 entries from WSSOAPPROP_DARK (OCS_API                       A%) deleted.

4 ETW000   0 entries from WSSOAPPROP_DARK (OCS_API                       A%) deleted.

4 ETW000   1 entry for WSHEADER inserted (OCS_API                       A).

4 ETW000   0 d /  13 i /   0 u /   0 =   0% ucf VEPCROSSREF

4 ETW000  13 entries for VEPCROSSREF imported (OCS_API                       *).

3WETW000 different nametabs for table WSSOAPPROP (field FUNCREF).

3WETW000 key field truncated

4 ETW000    Existing Field  Imported Field

4 ETW000      keypart: 'X'  'X'

4 ETW000      len    : 030  120 (chars)

4 ETW000      offset : 163  163 (chars)

4 ETW000      format : 'C'  'C'

3WETW000 different nametabs for table WSSOAPPROP (field PROPNUM).

3WETW000 toggled key fields

4 ETW000    Existing Field  Imported Field

4 ETW000      keypart: 'X'  'X'

4 ETW000      len    : 004  004 (chars)

4 ETW000      offset : 193  283 (chars)

4 ETW000      format : 'N'  'N'

3WETW000 different nametabs for table WSSOAPPROP (field PROFILE_URI).

4 ETW000       Field is not in NTAB.

4 ETW000      table WSSOAPPROP: entry in DB is 690 bytes smaller than in file.

4 ETW000      ... ignoring such differences.

4 ETW000   0 d /   2 i /   0 u /   0 =   0% ucf WSSOAPPROP

4 ETW000   2 entries for WSSOAPPROP imported (OCS_API                       A*).

4 ETW675 end import of "R3TRWEBIOCS_API".

3 ETW674Xstart import of "R3TRXSLTRTA_SLANA" ...

4 ETW000   1 entry for TADIR inserted (R3TRXSLTRTA_SLANA                               ).

4 ETW000   0 d /   4 i /   0 u /   0 =   0% ucf O2XSLTDESC

4 ETW000   4 entries for O2XSLTDESC imported (TRRTA_SLANA                               *).

4 ETW000 no entries from O2XSLTOTR (RTA_SLANA                               *) deleted (table is empty).

4 ETW000 no entries from O2XSLTOTR (RTA_SLANA                               *) deleted (table is empty).

4 ETW000   0 entries from O2XSLTTEXT (RTA_SLANA                               E%) deleted.

4 ETW000   0 d /   2 i /   0 u /   0 =   0% ucf O2XSLTTEXT

4 ETW000   2 entries for O2XSLTTEXT imported (RTA_SLANA                               D*).

4 ETW000   0 entries from SOTR_USEU (R3TRXSLTRTA#_SLANA                               %) deleted.

4 ETW000   0 entries from SOTR_USEU (R3TRXSLTRTA#_SLANA                               %) deleted.

4 ETW000 E071-LOCKFLAGs 000719 - 000719 updated ('2', 1 entries).

4 ETW675 end import of "R3TRXSLTRTA_SLANA".

3 ETW674Xstart import of "R3TRXSLTRTA_TRAFO" ...

4 ETW000   1 entry for TADIR inserted (R3TRXSLTRTA_TRAFO                               ).

4 ETW000   0 d /   1 i /   0 u /   0 =   0% ucf O2XSLTDESC

4 ETW000   1 entry for O2XSLTDESC imported (TRRTA_TRAFO                               *).

4 ETW000 E071-LOCKFLAGs 000721 - 000721 updated ('2', 1 entries).

4 ETW690 COMMIT "100210" "310219352"

4 ETW000 no entries from O2XSLTOTR (RTA_TRAFO                               *) deleted (table is empty).

4 ETW000 no entries from O2XSLTOTR (RTA_TRAFO                               *) deleted (table is empty).

4 ETW000   0 entries from O2XSLTTEXT (RTA_TRAFO                               E%) deleted.

4 ETW000   0 d /   1 i /   0 u /   0 =   0% ucf O2XSLTTEXT

4 ETW000   1 entry for O2XSLTTEXT imported (RTA_TRAFO                               D*).

4 ETW000   0 entries from SOTR_USEU (R3TRXSLTRTA#_TRAFO                               %) deleted.

4 ETW000   0 entries from SOTR_USEU (R3TRXSLTRTA#_TRAFO                               %) deleted.

4 ETW675 end import of "R3TRXSLTRTA_TRAFO".

3 ETW674Xstart import of "R3TRXSLTSPSTACK_TRAFO" ...

4 ETW000   1 entry for TADIR updated  (R3TRXSLTSPSTACK_TRAFO                           ).

4 ETW000   0 d /   2 i /   1 u /   0 =   0% ucf O2XSLTDESC

4 ETW000   3 entries for O2XSLTDESC imported (TRSPSTACK_TRAFO                           *).

4 ETW000 no entries from O2XSLTOTR (SPSTACK_TRAFO                           *) deleted (table is empty).

4 ETW000 no entries from O2XSLTOTR (SPSTACK_TRAFO                           *) deleted (table is empty).

4 ETW000   0 entries from O2XSLTTEXT (SPSTACK_TRAFO                           E%) deleted.

4 ETW000   0 d /   0 i /   0 u /   1 = 100% ucf O2XSLTTEXT

4 ETW000   1 entry for O2XSLTTEXT imported (SPSTACK_TRAFO                           D*).

4 ETW000   0 entries from SOTR_USEU (R3TRXSLTSPSTACK#_TRAFO                           %) deleted.

4 ETW000   0 entries from SOTR_USEU (R3TRXSLTSPSTACK#_TRAFO                           %) deleted.

4 ETW675 end import of "R3TRXSLTSPSTACK_TRAFO".

3 ETW674Xstart import of "R3TRXSLTSYSINFO_TRAFO" ...

4 ETW000   1 entry for TADIR inserted (R3TRXSLTSYSINFO_TRAFO                           ).

4 ETW000   0 d /   2 i /   0 u /   0 =   0% ucf O2XSLTDESC

4 ETW000   2 entries for O2XSLTDESC imported (TRSYSINFO_TRAFO                           *).

4 ETW000 no entries from O2XSLTOTR (SYSINFO_TRAFO                           *) deleted (table is empty).

4 ETW000 no entries from O2XSLTOTR (SYSINFO_TRAFO                           *) deleted (table is empty).

4 ETW000   0 entries from O2XSLTTEXT (SYSINFO_TRAFO                           E%) deleted.

4 ETW000   0 d /   1 i /   0 u /   0 =   0% ucf O2XSLTTEXT

4 ETW000   1 entry for O2XSLTTEXT imported (SYSINFO_TRAFO                           D*).

4 ETW000   0 entries from SOTR_USEU (R3TRXSLTSYSINFO#_TRAFO                           %) deleted.

4 ETW000   0 entries from SOTR_USEU (R3TRXSLTSYSINFO#_TRAFO                           %) deleted.

4 ETW675 end import of "R3TRXSLTSYSINFO_TRAFO".

4 ETW000 E071-LOCKFLAGs 000722 - 000724 updated ('2', 3 entries).

4 ETW000 SAPKD70051           touched.

4 ETW000 table TFTIT (P) synchronized.

4 ETW000 otr buffer synchronized.

4 ETW000 dynpro *                                            (T) synchronized.

4 ETW000 dynpro *                                            (T) synchronized.

4 ETW000 table TFDIR (P) synchronized.

4 ETW000 table VARIS (R) synchronized.

4 ETW000 table VARIS (P) synchronized.

4 ETW000 table ENLFDIR (P) synchronized.

4 ETW000  38 tables in P-buffer synchronized.

4 ETW000  11 tables in R-buffer synchronized.

4 ETW690 COMMIT "17364" "310236716"

4 ETW000 5861846 bytes read.

4 ETW000 Transport overhead 12.8 %.

4 ETW000 Data compressed to 8.8 %.

4 ETW000 Duration: 1:38 min (59814 bytes/sec).

3 ETW710 "1" "0"

4 ETW000

4 ETW000 Summary:

4 ETW000

4 ETW000 1508 DOCUT imported.

4 ETW000  87 DYNPS imported.

4 ETW000 111 DYNPT imported.

4 ETW000 1352 REPOS imported.

4 ETW000 450 REPOT imported.

4 ETW000 Totally 6544 Objects imported.

4 ETW000

4 ETW000 Totally 251 tabentries deleted.

4 ETW000 Totally 59 objects activated.

4 ETW000 Totally 13507 tabentries imported.

4 ETW000 310236716 bytes modified in database.

4 ETW000  [     dev trc,00000]  Wed Nov 13 18:05:02 2013                                             76807162  98.823645

4 ETW000  [     dev trc,00000]  Disconnecting from ALL connections:                                       10  98.823655

4 ETW000  [     dev trc,00000]  Disconnected from 'IDS'                                                 2286  98.825941

4 ETW000  [     dev trc,00000]  Disconnected: con_hdl=0 ; appl_hdl=41361; appl_id="170.241.163.113.46583.131113100323"

4 ETW000                                                                                                  19  98.825960

4 ETW000  [     dev trc,00000]  Environment Handle has been released. sql_rc=0                            74  98.826034

4 ETW000  [     dev trc,00000]  Disconnected from connection 0                                            18  98.826052

4 ETW000  [     dev trc,00000]  statistics db_con_commit (com_total=137, com_tx=137)                       9  98.826061

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

4 ETW000 Disconnected from database.

4 ETW000 End of Transport (0004).

4 ETW000 date&time: 13.11.2013 - 18:05:02

4 ETW000 61 warnings occured.

1 ETP154 MAIN IMPORT

1 ETP110 end date and time   : "20131113180502"

1 ETP111 exit code           : "4"

1 ETP199 ######################################

Regards,

Sandeep Singh

Former Member
0 Kudos

Hi Rishi,

As the tp command was executed with out the SAP consent. They are not ready to support.

Regards,

Sandeep Singh

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

4 ETW000 Disconnected from database.

4 ETW000 End of Transport (0004).

4 ETW000 date&time: 13.11.2013 - 18:05:02

4 ETW000 61 warnings occured.

1 ETP154 MAIN IMPORT

1 ETP110 end date and time   : "20131113180502"

1 ETP111 exit code           : "4"

1 ETP199 ######################################

I don't see any errors in the log.

The import has been completed with warning and warnings are OK.

Try to reset the buffer and see whether it helps in accessing the Tx SPAM.

Follow this:

http://wiki.scn.sap.com/wiki/display/Basis/How+to+Reset+different+SAP+buffers

Regards

RB

Former Member
0 Kudos

Hi,

Can you get help of some developer and see if they can fix it while debugging.

you can also try to reactivate this program.LOCS_EXTIFU43

Thanks

Rishi Abrol

Former Member
0 Kudos

Hi RB,

Resetting the buffer did not help. still the same error.

We have the entire Filesystem Backup with the earlier date can this solve the issue.

Regards,

Sandeep Singh

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Sandeep

Try restarting the SAP system and see if that helps.

File system backup restore wont help. You will need to restore the database.

But before doing that you can raise a high priority OSS message.

Regards

RB

Former Member
0 Kudos

Hi RB,

SAP is not supporting the issue as i ran the tp was executed with out there consent.

Regards,

Sandeep

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Restart the SAP system and see if that helps.

Else restore the database backup before this activity.

Have you tried resetting the OCS queue ?

You could try that as well

Regards

RB

former_member45419
Active Contributor
0 Kudos