cancel
Showing results for 
Search instead for 
Did you mean: 

Dispatcher is running but not connected to message server

Former Member
0 Kudos

Hellow All,

the dispatcher is stopped after i restarted the server.

please help

the dev_disp file content is following :

---------------------------------------------------

trc file: "dev_disp", trc level: 1, release: "720"

---------------------------------------------------

sysno 73

sid NW3

systemid 562 (PC with Windows NT)

relno 7200

patchlevel 0

patchno 210

intno 20020600

make multithreaded, Unicode, 64 bit, optimized

profile \\qasbpcab\sapmnt\NW3\SYS\profile\NW3_DVEBMGS73_QASBPCAB

pid 7468

kernel runs with dp version 133000(ext=118000) (@(#) DPLIB-INT-VERSION-133000-UC)

length of sys_adm_ext is 588 bytes

*** SWITCH TRC-HIDE on ***

***LOG Q00=> DpSapEnvInit, DPStart (73 7468) [dpxxdisp.c 1315]

shared lib "dw_xml.dll" version 210 successfully loaded

shared lib "dw_xtc.dll" version 210 successfully loaded

shared lib "dw_stl.dll" version 210 successfully loaded

shared lib "dw_gui.dll" version 210 successfully loaded

shared lib "dw_mdm.dll" version 210 successfully loaded

shared lib "dw_rndrt.dll" version 210 successfully loaded

shared lib "dw_abp.dll" version 210 successfully loaded

shared lib "dw_sym.dll" version 210 successfully loaded

shared lib "dw_aci.dll" version 210 successfully loaded

rdisp/softcancel_sequence : -> 0,5,-1

use internal message server connection to port 3973

rdisp/dynamic_wp_check : 1

rdisp/calculateLoadAverage : 1

Wed Apr 03 14:00:17 2013

*** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds

Wed Apr 03 14:00:18 2013

***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c 6423]

MtxInit: 30000 0 0

DpSysAdmExtInit: ABAP is active

DpSysAdmExtInit: VMC (JAVA VM in WP) is not active

*** ERROR => [AttachOsShm] OpenFileMapping(FILE_MAP_ALL_ACCESS,FALSE,Global\SAP_SYSTEM_SHM_73_37) failed with Err=5

EIO*: Input/output error OR: Access is denied. [shmnt.c 2263]

*** ERROR => ShmCreate: Attach (37,67136,2) failed [shmnt.c 440]

*** ERROR => CrtOsSemAdm: Semaphore Admin. Table not created [semnt.c 2011]

*** ERROR => SemInMgt: Create Global Admin.Table failed [semnt.c 512]

*** ERROR => DpSysAdmExtCreate: SemInMgt [dpxxtool2.c 769]

*** ERROR => DpIPCInit2: DpSysAdmExtCreate [dpxxtool2.c 408]

*** DP_FATAL_ERROR => DpSapEnvInit: DpIPCInit2

*** DISPATCHER EMERGENCY SHUTDOWN ***

NiWait: sleep (5000ms) ...

NiISelect: timeout 5000ms

NiISelect: maximum fd=1

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Apr 03 14:00:22 2013

NiISelect: TIMEOUT occured (5000ms)

*** WARNING => DpHalt: sys_adm has not been initialized! [dpxxdisp.c 10805]

DpHalt: shutdown server >< (normal)

DpHalt: switch off Shared memory profiling

ShmProtect( 57, 3 )

ShmProtect(SHM_PROFILE, SHM_PROT_RW

DpShmPrfSwitch : State already set (OFF)

ShmProtect( 57, 1 )

ShmProtect(SHM_PROFILE, SHM_PROT_RD

DpHalt: wait for end of work processes

DpHalt: not attached to the message server

DpHalt: cleanup EM

EsCleanup( )

EmCleanup() -> 0

Es2Cleanup: Cleanup ES2

*** ERROR => [AttachOsShm] OpenFileMapping(FILE_MAP_ALL_ACCESS,FALSE,Global\SAP_SYSTEM_SHM_73_37) failed with Err=5

EIO*: Input/output error OR: Access is denied. [shmnt.c 2263]

*** ERROR => ShmCreate: Attach (37,67136,2) failed [shmnt.c 440]

*** ERROR => CrtOsSemAdm: Semaphore Admin. Table not created [semnt.c 2011]

*** ERROR => SemInMgt: Create Global Admin.Table failed [semnt.c 512]

*** ERROR => SemRq: Semaphore Admin. Table not initialized (Key=65) [semnt.c 975]

*** ERROR => Es2Cleanup: SemRq SEM_ES2_ADM (rc=2) [es2xx.c 1086]

***LOG Q05=> DpHalt, DPStop ( 7468) [dpxxdisp.c 11427]

DpHalt: Good Bye .....

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi All,

Thanks for replaying, time is correct and I already used last kernel version, and the last driver for ase db

and issue is still not fixed.

I saw the the profiles and the START profile does not exist so,

I tried to make this file and when I finished, this issue is produced.

Do you know anything about that ?

Do you know how i can make it and what are the parameters required in it ?

START Profile is displayed below

SAPSYSTEMNAME = NW3

SAPGLOBALHOST = qasbpcab

SAPSYSTEM = 73

INSTANCE_NAME = DVEBMGS73

DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTAMD64

DIR_EXECUTABLE = $(DIR_INSTANCE)\exe

DIR_PROFILE = \\qasbpcab\sapmnt\NW3\SYS\profile

_PF = $(DIR_PROFILE)\NW3_DVEBMGS73_QASBPCAB

SETENV_00 = PATH=$(DIR_EXECUTABLE);%PATH%

#-----------------------------------------------------------------------

# Copy SAP Executables

#-----------------------------------------------------------------------

Start_Program_00 = immediate $(DIR_CT_RUN)\sapcpe$(FT_EXE) pf=$(_PF)

_CPARG0 = list:$(DIR_CT_RUN)/sapcrypto.lst

Start_Program_01 = immediate $(DIR_CT_RUN)\sapcpe$(FT_EXE) pf=$(_PF) $(_CPARG0)

#-----------------------------------------------------------------------

# Start ABAP database

#-----------------------------------------------------------------------

_DB = $(DIR_CT_RUN)\strdbs.cmd

Start_Program_02 = immediate $(_DB) NW3

#-----------------------------------------------------------------------

# Start SAP message server

#-----------------------------------------------------------------------

_MS = $(DIR_EXECUTABLE)\msg_server$(FT_EXE)

Start_Program_03 = local $(_MS) pf=$(_PF)

#-----------------------------------------------------------------------

# Start application server

#-----------------------------------------------------------------------

_DW = $(DIR_EXECUTABLE)\disp+work$(FT_EXE)

Start_Program_04 = local $(_DW) pf=$(_PF)

#-----------------------------------------------------------------------

# Start internet graphics server

#-----------------------------------------------------------------------

_IG = $(DIR_EXECUTABLE)\igswd$(FT_EXE)

Start_Program_05 = local $(_IG) -mode=profile pf=$(_PF)

SETENV_01 = SECUDIR=$(DIR_INSTANCE)/sec

#-----------------------------------------------------------------------


Thanks

Hassan Amer

Former Member
0 Kudos

Hi Maria and Sargan,

Thanks for replying,i restarted the server many times and issue is still not fixed

OS is Windows

the dev_w0 is below

---------------------------------------------------

trc file: "dev_w0", trc level: 1, release: "720"

---------------------------------------------------

*

* ACTIVE TRACE LEVEL 1

* ACTIVE TRACE COMPONENTS all, MJ

*

M sysno 73

M sid NW3

M systemid 562 (PC with Windows NT)

M relno 7200

M patchlevel 0

M patchno 210

M intno 20020600

M make multithreaded, Unicode, 64 bit, optimized

M profile \\qasbpcab\sapmnt\NW3\SYS\profile\NW3_DVEBMGS73_qasbpcab

M pid 199108

M

M kernel runs with dp version 133000(ext=118000) (@(#) DPLIB-INT-VERSION-133000-UC)

M length of sys_adm_ext is 588 bytes

M ***LOG Q0Q=> tskh_init, WPStart (Workp. 0 199108) [dpxxdisp.c 1377]

I MtxInit: 30000 0 0

M DpSysAdmExtCreate: ABAP is active

M DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active

M DpIPCInit2: read dp-profile-values from sys_adm_ext

M DpShMCreate: sizeof(wp_adm) 43024 (2264)

M DpShMCreate: sizeof(tm_adm) 5517056 (27448)

M DpShMCreate: sizeof(wp_ca_adm) 64000 (64)

M DpShMCreate: sizeof(appc_ca_adm) 64000 (64)

M DpCommTableSize: max/headSize/ftSize/tableSize=500/16/584064/584080

M DpShMCreate: sizeof(comm_adm) 584080 (1144)

M DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0

M DpShMCreate: sizeof(slock_adm) 0 (296)

M DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0

M DpShMCreate: sizeof(file_adm) 0 (80)

M DpShMCreate: sizeof(vmc_adm) 0 (2152)

M DpShMCreate: sizeof(wall_adm) (41664/42896/64/192)

M DpShMCreate: sizeof(gw_adm) 48

M DpShMCreate: sizeof(j2ee_adm) 3952

M DpShMCreate: SHM_DP_ADM_KEY (addr: 0000000010350050, size: 6374928)

M DpShMCreate: allocated sys_adm at 0000000010350060

M DpShMCreate: allocated wp_adm_list at 0000000010353070

M DpShMCreate: allocated wp_adm at 0000000010353260

M DpShMCreate: allocated tm_adm_list at 000000001035DA80

M DpShMCreate: allocated tm_adm at 000000001035DAD0

M DpShMCreate: allocated wp_ca_adm at 00000000108A09E0

M DpShMCreate: allocated appc_ca_adm at 00000000108B03F0

M DpShMCreate: allocated comm_adm at 00000000108BFE00

M DpShMCreate: system runs without slock table

M DpShMCreate: system runs without file table

M DpShMCreate: allocated vmc_adm_list at 000000001094E7A0

M DpShMCreate: system runs without vmc_adm

M DpShMCreate: allocated gw_adm at 000000001094E850

M DpShMCreate: allocated j2ee_adm at 000000001094E890

M DpShMCreate: allocated ca_info at 000000001094F810

M DpShMCreate: allocated wall_adm at 000000001094F8A0

M DpCommAttachTable: attached comm table (header=00000000108BFE00/ft=00000000108BFE10)

M DpRqQInit: use protect_queue / slots_per_queue 0 / 2001 from sys_adm

M rdisp/queue_size_check_value : -> on,50,30,40,500,50,500,80

X EmInit: MmSetImplementation( 2 ).

X MM global diagnostic options set: 0

X <ES> client 0 initializing ....

X <ES> EsILock: use spinlock for locking

X Using implementation view

X <EsNT> Using memory model view.

M <EsNT> Memory Reset disabled as NT default

X ES initialized.

X mm.dump: set maximum dump mem to 96 MB

M DpVmcSetActive: set vmc state DP_VMC_NOT_ACTIVE

M ThStart: taskhandler started

M rdisp/thsend_mode : -1 -> 0

M ThInit: initializing DIA work process W0

M

M Thu Mar 21 19:24:07 2013

M ThInit: running on host qasbpcab

M calling db_connect ...

B Loading DB library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll' ...

B Library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll' loaded

B Version of 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll' is "720.00", patchlevel (0.210)

C trace file set

C Callback functions for dynamic profile parameter registered

B read_con_info_ssfs(): DBSL supports extended connect protocol

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

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 219 comm rd ODBC

C spid 62 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 0

C trace file set

B Connection 0 opened (DBSL handle 0)

M ThInit: db_connect o.k.

M ICT: exclude compression: *.zip,*.rar,*.arj,*.z,*.gz,*.tar,*.lzh,*.cab,*.hqx,*.ace,*.jar,*.ear,*.war,*.css,*.pdf,*.gzip,*.uue,*.bz2,*.iso,*.sda,*.sar,*.gif,*.png,*.swc,*.swf

I MtxInit: 0 0 0

M SHM_PRES_BUF (addr: 00000000165E0050, size: 4400000)

M SHM_ROLL_AREA (addr: 000007FFDDA80050, size: 268435456)

M SHM_PAGING_AREA (addr: 0000000016A20050, size: 134217728)

M SHM_ROLL_ADM (addr: 000000001EA30050, size: 2767448)

M SHM_PAGING_ADM (addr: 0000000007B50050, size: 787488)

M ThCreateNoBuffer allocated 548152 bytes for 1000 entries at 0000000002930050

M ThCreateNoBuffer index size: 3000 elems

M ThCreateVBAdm allocated 30976 bytes (50 server) at 00000000028E0050

X EmInit: MmSetImplementation( 2 ).

X MM global diagnostic options set: 0

X <ES> client 0 initializing ....

X Using implementation view

X ES initialized.

X mm.dump: set maximum dump mem to 96 MB

B

B Thu Mar 21 19:24:10 2013

B db_con_shm_ini: WP_ID = 0, WP_CNT = 19, CON_ID = -1

B

B Thu Mar 21 19:24:11 2013

B dbtbxbuf: Buffer TABL (addr: 00000000228D0160, size: 30000000, end: 000000002456C4E0)

B dbtbxbuf: Profile: max_objects = 5000, displace = 1, reorg = 1

B dbtbxbuf: request_unit = 2000, sync_reload = 5, inval_reload = 5, parallel_penalty = 0

B dbtbxbuf: protect_shm = 0, force_checks = 0

B dbtbxbuf: tsize_retry = 14441728

B dbtbxbuf: obj_entry_size = 208, nt_genkey_entry_size = 28

B ***LOG BB0=> buffer TABL started with length 30000000 bytes [dbtbxbuf 16909]

B dbtbxbuf: Buffer TABLP (addr: 0000000024570160, size: 10240000, end: 0000000024F34160)

B dbtbxbuf: Profile: max_objects = 500, displace = 1, reorg = 1

B dbtbxbuf: request_unit = 2000, sync_reload = 5, inval_reload = 5, parallel_penalty = 50

B dbtbxbuf: protect_shm = 0, force_checks = 0

B dbtbxbuf: tsize_retry = 5053184

B dbtbxbuf: obj_entry_size = 208, nt_genkey_entry_size = 28

B ***LOG BB0=> buffer TABLP started with length 10240000 bytes [dbtbxbuf 16909]

B dbtbxbuf: Reading TBX statistics:

B dbtbxbuf: 243 object entries precreated

B dbsync[db_syinit]: shared memory successfully created and initialised, sync_adm_p = 0000000002900050

B dbsync[db_syinit]: Buffer synchronisation started with

B sync_concept = SEQ_NR

B sendon = 0

B bufreftime = 120

B max_gap_wait_time = 60

B ddlog_del_time = 60

B last_counter = 25000847

B oldest_gap = (2147483647,00000000000000)

B time_of_last_sync = 20130321192411

B MySysId = 'qasbpcab 73'

B dbexpbuf[EXP_SHB]: Aquired semaphore 35 in db_exp_init(EXP_INIT)

B Layout of EIBUF buffer shared memory:

B 0: 1 * 4 = 4

B 1: 1 * 424 = 424

B 2: 19 * 40 = 760

B 3: 4001 * 52 = 208052

B 4: 2000 * 256 = 512000

B 5: 4001 * 8 = 32008

B 6: 1 * 200 = 200

B 7: 65 * 8 = 520

B 8: 13438 * 256 = 3440128

B Tracing = 0, Shm Protection = 0, Force checks = 0, Recovery delay = 500000

B dbexpbuf: Buffer EIBUF (addr: 0000000024F40170, size: 4194304, end: 0000000025340170)

B ***LOG BB0=> buffer EIBUF started with length 4096k bytes [dbexpbuf 2312]

B dbexpbuf[EXP_SHB]: semaphore 35 released in db_exp_init

B dbexpbuf[EXP_SHM]: Aquired semaphore 56 in db_exp_init(EXP_INIT)

B Layout of ESM buffer shared memory:

B 0: 1 * 4 = 4

B 1: 1 * 424 = 424

B 2: 19 * 40 = 760

B 3: 4001 * 52 = 208052

B 4: 2000 * 256 = 512000

B 5: 4001 * 8 = 32008

B 6: 1 * 200 = 200

B 7: 65 * 8 = 520

B 8: 13438 * 256 = 3440128

B Tracing = 0, Shm Protection = 0, Force checks = 0, Recovery delay = 500000

B dbexpbuf: Buffer ESM (addr: 0000000025350170, size: 4194304, end: 0000000025750170)

B ***LOG BB0=> buffer ESM started with length 4096k bytes [dbexpbuf 2312]

B dbexpbuf[EXP_SHM]: semaphore 56 released in db_exp_init

B dbexpbuf[EXP_CUA]: Aquired semaphore 30 in db_exp_init(EXP_INIT)

B Layout of CUA buffer shared memory:

B 0: 1 * 4 = 4

B 1: 1 * 424 = 424

B 2: 19 * 40 = 760

B 3: 3001 * 52 = 156052

B 4: 1500 * 256 = 384000

B 5: 3001 * 8 = 24008

B 6: 1 * 200 = 200

B 7: 193 * 8 = 1544

B 8: 4892 * 512 = 2504704

B Tracing = 0, Shm Protection = 0, Force checks = 0, Recovery delay = 500000

B dbexpbuf: Buffer CUA (addr: 0000000025760170, size: 3072000, end: 0000000025A4E170)

B ***LOG BB0=> buffer CUA started with length 3000k bytes [dbexpbuf 2312]

B dbexpbuf[EXP_CUA]: semaphore 30 released in db_exp_init

B dbexpbuf[EXP_OTR]: Aquired semaphore 55 in db_exp_init(EXP_INIT)

B Layout of OTR buffer shared memory:

B 0: 1 * 4 = 4

B 1: 1 * 424 = 424

B 2: 19 * 40 = 760

B 3: 4001 * 52 = 208052

B 4: 2000 * 256 = 512000

B 5: 4001 * 8 = 32008

B 6: 1 * 200 = 200

B 7: 81 * 8 = 648

B 8: 13438 * 256 = 3440128

B Tracing = 0, Shm Protection = 0, Force checks = 0, Recovery delay = 500000

B dbexpbuf: Buffer OTR (addr: 0000000025A50170, size: 4194304, end: 0000000025E50170)

B ***LOG BB0=> buffer OTR started with length 4096k bytes [dbexpbuf 2312]

B dbexpbuf[EXP_OTR]: semaphore 55 released in db_exp_init

B ***LOG BB0=> buffer CALE started with length 500000 bytes [dbcalbuf 2211]

B dbtran INFO (init_connection '<DEFAULT>' [SYBASE:720.00]):

B max_blocking_factor = 50, min_blocking_factor = 1,

B max_in_blocking_factor = 128, min_in_blocking_factor = 1,

B max_union_blocking_factor = 50, min_union_blocking_factor = 1,

B prefer_union_all = 1, prefer_join = 0,

B prefer_fix_blocking = 0, prefer_in_itab_opt = 1,

B convert AVG = 1, alias table FUPD = 0,

B escape_as_literal = 0,

B select * =0x0f, character encoding = STD / []:X,

B use_hints = abap->1, dbif->0x1, upto->0

M

M Thu Mar 21 19:24:12 2013

M SecAudit(rsauinit): Start init of Security Audit Log for first wp.

M SecAudit(rsauinit): New shared memory created and attached, size = 19488.

M SecAudit(RsauShmInit): addr of SHM for Audit.... = 0000000002910050

M SecAudit(RsauShmInit): addr of RSAUSHM.......... = 0000000002911050

M SecAudit(RsauShmInit): addr of RSAUSLOTINFO..... = 0000000002911660

M SecAudit(RsauShmInit): addr of RSAUSLOTS........ = 0000000002911670

M SecAudit(RsauShmInit): SHM version.............. = 6

M SecAudit(RsauShmInit): max size of one file..... = 0 KB

M SecAudit(RsauShmInit): max size of all files.... = 102400 KB

M SecAudit(RsauShmInit): number of slots available = 90

M SecAudit(RsauShmInit): number of slots requested = 2

M SecAudit(RsauShmInit): user selection........... = 0

M SecAudit(RsauGetCurrentProfile): Init of shared memory completed

M SecAudit(RsauGetCurrentProfile): Security Audit Log not active

M SsfSapSecin: automatic application server initialization for SAPSECULIB

N SsfSapSecin: Looking for PSE in database

N SsfPseLoad: started...(path=D:\usr\sap\NW3\DVEBMGS73\sec, AS=qasbpcab, instanceid=73)

N SsfPseLoad: Downloading file D:\usr\sap\NW3\DVEBMGS73\sec\SAPSYS.pse (client: , key: SYSPSE, len: 1630)

N SsfPseLoad: ended (1 of 1 sucessfully loaded, 1 checked...

N MskiCreateLogonTicketCache: Logon Ticket cache created in shared memory.

N MskiCreateLogonTicketCache: Logon Ticket cache pointer registered in shared memory.

N SignInitOnce: Security Context Cache created (max. 2500 entries, 1305600 bytes)

N No SEC_CONTEXT_COPY records found for deletion

I MPI: dynamic quotas disabled.

I MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%

M rdisp/setactfields_late : -1 -> 0

M CCMS uses Shared Memory Key 73 for monitoring.

M CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.

M CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.

G GetWritePermissionForShm( pLocation = 94, pEnforce = 1 )

G

G Thu Mar 21 19:24:13 2013

G RelWritePermissionForShm( pLocation = 120, pEnforce = 0 )

G GetWritePermissionForShm( pLocation = 99, pEnforce = 1 )

G RelWritePermissionForShm( pLocation = 100, pEnforce = 1 )

S *** init spool environment

S TSPEVJOB updates outside critical section: event_update_nocsec = 1

S initialize debug system

T Stack direction is downwards.

T debug control: prepare exclude for printer trace

T new memory block 0000000026214060

S spool kernel/ddic check: Ok

S using table TSP02FX for frontend printing

S 1 spool work process(es) found

S frontend print via spool service enabled

S printer list size is 150

S printer type list size is 50

S queue size (profile) = 300

S hostspool list size = 3000

S option list size is 30

S found processing queue enabled

S found spool memory service RSPO-RCLOCKS at 000000002F6200D0

S doing lock recovery

S setting server cache root

S found spool memory service RSPO-SERVERCACHE at 000000002F6206A0

S using messages for server info

S size of spec char cache entry: 297032 bytes (timeout 100 sec)

S size of open spool request entry: 2512 bytes

S immediate print option for implicitely closed spool requests is disabled

A ***GENER* Trace switched on ***

A

A ---PXA-------------------------------------------

A PXA INITIALIZATION

A System page size: 4kb, total admin_size: 22516kb, dir_size: 21724kb.

A Attached to PXA (address 000007FFEDAB0050, size 300000K, 1 fragments of 277484K )

A PXA allocated (address 000007FFEDAB0050, size 300000K)

A abap/pxa = shared protect gen_remote

A PXA: checking structure sizes: 752|264|16

A PXA INITIALIZATION FINISHED

A ---PXA-------------------------------------------

A

A ATRA: pfclock execution time = 2

A ABAP ShmAdm attached (addr=000007DFDF153000 leng=20955136 end=000007DFE054F000)

A >> Shm MMADM area (addr=000007DFDF64AB80 leng=242240 end=000007DFDF685DC0)

A >> Shm MMDAT area (addr=000007DFDF686000 leng=15503360 end=000007DFE054F000)

A RFC Destination> destination qasbpcab_NW3_73 host qasbpcab system NW3 systnr 73 (qasbpcab_NW3_73)

A RFC Options> H=qasbpcab,S=73,d=2,

A RFC FRFC> fallback activ but this is not a central instance.

A

A RFC rfc/signon_error_log = -1

A RFC rfc/dump_connection_info = 0

A RFC rfc/dump_client_info = 0

A RFC rfc/cp_convert/ignore_error = 1

A RFC rfc/cp_convert/conversion_char = 23

A RFC rfc/wan_compress/threshold = 251

A RFC rfc/recorder_pcs not set, use defaule value: 2

A RFC rfc/delta_trc_level not set, use default value: 0

A RFC rfc/no_uuid_check not set, use default value: 0

H HTTP> Parameter icf/ssocookie_mandatory set to 0

M ThrCreateShObjects allocated 39514 bytes at 00000000029C0050

Y dyWpInit

Y ztta/dynpro_ara 800000

Y ztta/cua_ara 500000

Y ztta/diag_ara 250000

N SsfSapSecin: getenv(SECUDIR)=="D:\usr\sap\NW3\DVEBMGS73/sec"

N SsfSapSecin: PSE D:\usr\sap\NW3\DVEBMGS73\sec\SAPSYS.pse found!

N

N =================================================

N === SSF INITIALIZATION:

N ===...SSF Security Toolkit name SAPSECULIB .

N ===...SSF library is D:\usr\sap\NW3\DVEBMGS73\exe\sapcrypto.dll .

N ===...SSF default hash algorithm is SHA1 .

N ===...SSF default symmetric encryption algorithm is DES-CBC .

N ===...SECUDIR="D:\usr\sap\NW3\DVEBMGS73/sec"

N ===...loading of Security Toolkit successfully completed.

N === SAPCRYPTOLIB 5.5.5C pl32 (Apr 2 2011) MT-safe

N =================================================

N MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.

N MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.

M JrfcVmcRegisterNativesDriver o.k.

W =================================================

W === ipl_Init() called

W ITS Plugin: Path dw_gui

W ITS Plugin: Description ITS Plugin - ITS rendering DLL

W ITS Plugin: sizeof(SAP_UC) 2

W ITS Plugin: Release: 720, [7200.0.210.20020600]

W ITS Plugin: Int.version, [33]

W ITS Plugin: Feature set: [29]

W ===... Calling itsp_Init in external dll ===>

W === ipl_Init() returns 0, ITSPE_OK: OK

W =================================================

N SignInit: successfully obtained handle for Security Context cache

N VSI: WP init in ABAP VM completed with rc=0

E

E Thu Mar 21 19:24:14 2013

E EnqLockTableAttach2: attach to lock table (size = 33554432)

E EnqLockTableMapToLocalContext: enque/use_pfclock2 = FALSE

E EnqId_Initialize: local EnqId initialization o.k.

M

M Sat Mar 23 21:10:01 2013

M *** ERROR => 23.03.2013 18:10:01.843 PID=199108, TID=197108 SapTimer error. Time errors detected 42 times. Time may be incorrect on your system. [dpxxdisp.c 21108]

M {root-id=005056B41A2A1ED2A4FC9C1A35F3897A}_{conn-id=00000000000000000000000000000000}_0

M *** ERROR => 23.03.2013 18:10:01.843 PID=199108, TID=197108 SapTimer error. Time has to be synchronized too often: 31685.000000 times per day (threashold: 144). Time may be incorrect on your system. [dpxxdisp.c 21108]

M {root-id=005056B41A2A1ED2A4FC9C1A35F3897A}_{conn-id=00000000000000000000000000000000}_0

M *** ERROR => 23.03.2013 18:10:01.843 PID=199108, TID=197108 SapTimer error. SapTime is far away from WindowsTime. SapTime-WindowsUtcTime=-243 seconds (monitor 10 seconds). QpcTime-WindowsUtcTime=-243550 millisec (*). [dpxxdisp.c 21108]

M {root-id=005056B41A2A1ED2A4FC9C1A35F3897A}_{conn-id=00000000000000000000000000000000}_0

M 23.03.2013 18:10:01.843 PID=199108, TID=197108 SapTimer info. v1.119 SynchCount:95055 , OwnerPid: 219216, ErrsCount: 42, SapTime-WindowsUtcTime=-243362 millisec (max=-253465), Nosync=1040 sec, SynchsPerDay=31685.000000, MaxQpcTimeMinusWindowsTimeMismatch: -404 millisec, TotalTimeCorrection=+188 millisec, QpcTime-WindowsUtcTime=-243550 millisec (*)

A UpdateProfile (new settings): off,krn_impl,(no dyn check),(no logging),(no stat err),(local generation),(no commit)

A UpdateProfile (new exceptions): (tmp_err),(home_err),(local_err)

A UpdateProfile (new version): 0

A ***GENER* Trace switched off ***

S found spool memory service RSPO-ACTIONS at 000000002F62A3E0

E Enqueue Info: enque/use_pfclock2 = FALSE

E Enqueue Info: row condense enabled

M

M Sat Mar 23 22:22:57 2013

M Deactivate ASTAT hyper index locking

B dbmyclu : info : my major identification is 3232261411, minor one 73.

B dbmyclu : info : Time Reference is 1.12.2001 00:00:00h GMT.

B dbmyclu : info : my initial uuid is E293EF0DAC95DBF1897A005056B41A2A.

B dbmyclu : info : current optimistic cluster level: 3

B dbmyclu : info : pessimistic reads set to 2.

C

C Sat Mar 23 22:22:58 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 179 comm rd ODBC

C spid 88 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sat Mar 23 22:42:52 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,1}

C

C Sun Mar 24 01:03:36 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C

C Sun Mar 24 01:03:37 2013

C lpc:(local) connection used on QASBPCAB

C spid 97 comm rd ODBC

C spid 237 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 24 01:22:52 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,14}

A

A Sun Mar 24 03:14:47 2013

A *GENER* starting remote generation: CL_RSTRAN_GEN_STEP_UNIT_CHECK=CP (requested by W5).

C

C Sun Mar 24 03:23:11 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C

C Sun Mar 24 03:23:12 2013

C spid 112 comm rd ODBC

C spid 89 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 24 03:43:07 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,19}

B

B Sun Mar 24 04:25:35 2013

B *** ERROR => dbsync[check_sync_interval]: 268 seconds passed since last synchronisation

last sync: 20130324042107, now: 20130324042535

[dbsync.c 4340]

B {root-id=005056B41A2A1ED2A5843731BD2DC97A}_{conn-id=00000000000000000000000000000000}_0

B ***LOG BS5=> Buffer synchronisation has not been called for 268 seconds [dbsync 4342]

C

C Sun Mar 24 06:23:32 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 36 comm rd ODBC

C spid 232 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 24 06:43:23 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,21}

C

C Sun Mar 24 11:22:59 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 240 comm rd ODBC

C spid 17 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

B

B Sun Mar 24 11:41:12 2013

B *** ERROR => dbsync[check_sync_interval]: 258 seconds passed since last synchronisation

last sync: 20130324113654, now: 20130324114112

[dbsync.c 4340]

B {root-id=005056B41A2A1ED2A58BD28EA3B3297A}_{conn-id=00000000000000000000000000000000}_0

B ***LOG BS5=> Buffer synchronisation has not been called for 258 seconds [dbsync 4342]

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,23}

C

C Sun Mar 24 12:23:18 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 51 comm rd ODBC

C spid 78 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 24 12:41:12 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,25}

C

C Sun Mar 24 14:23:23 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 92 comm rd ODBC

C spid 68 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 24 14:41:16 2013

C DbSlDisconnect hdl: 1

B

B Sun Mar 24 14:41:17 2013

B Disconnected from connection 1, con_da={R/3*BWMON,28}

C

C Sun Mar 24 15:23:09 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 59 comm rd ODBC

C spid 131 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C

C Sun Mar 24 15:23:10 2013

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 24 15:39:04 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,31}

C

C Sun Mar 24 16:23:14 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 113 comm rd ODBC

C spid 47 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

B

B Sun Mar 24 16:31:33 2013

B *** ERROR => dbsync[check_sync_interval]: 264 seconds passed since last synchronisation

last sync: 20130324162709, now: 20130324163133

[dbsync.c 4340]

B {root-id=005056B41A2A1ED2A590E48C2FEE297A}_{conn-id=00000000000000000000000000000000}_0

B ***LOG BS5=> Buffer synchronisation has not been called for 264 seconds [dbsync 4342]

B dbsync[db_clean_ddlog]: buffer synchronisation is called now

C

C Sun Mar 24 16:41:33 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,35}

A

A Sun Mar 24 16:43:19 2013

A *GENER* starting remote generation: CL_RSAWBN_OBJ_DTPA============CP (requested by W7).

A

A Sun Mar 24 16:43:20 2013

A *GENER* starting remote generation: CL_RSBK_RSAWBN_REQUEST_STATE==CP (requested by W7).

A *GENER* starting remote generation: CL_RSBK_RSAWBN_DTP============CP (requested by W7).

A

A Sun Mar 24 16:43:22 2013

A *GENER* starting remote generation: SAPLRSBK_GUI (requested by W7).

A

A Sun Mar 24 16:43:27 2013

A *GENER* starting remote generation: CL_RSAWBN_TREE_MODEL_DTP_F4===CP (requested by W7).

A

A Sun Mar 24 16:43:29 2013

A *GENER* starting remote generation: CL_RSAWBN_DTP_F4==============CP (requested by W7).

Y

Y Sun Mar 24 16:43:31 2013

Y

Y ===> running separate LUW generation: 20130324164331

Y ===> requesting WP: 7

D GuiStatus generate status prog >SAPLRSBK_GUI< status >0102< ts >20130324134331,845<

Y

Y Sun Mar 24 16:43:32 2013

Y

Y ===> running separate LUW generation: 20130324164332

Y ===> requesting WP: 7

D GuiStatus generate texts prog >SAPLRSBK_GUI< ts >20130324134332,268<

Y

Y ===> running separate LUW generation: 20130324164332

Y ===> requesting WP: 7

D GuiStatus update texts prog >SAPLRSBK_GUI< ts >20130324134332,389<

D GuiStatus store texts prog >SAPLRSBK_GUI< ts >20130324134332,393<

Y

Y ===> running separate LUW generation: 20130324164332

Y ===> requesting WP: 7

D GuiStatus update status prog >SAPLRSBK_GUI< status >0102< ts >20130324134332,436<

D dynamic text state >W<

D GuiStatus store status prog >SAPLRSBK_GUI< status >0102< ts >20130324134332,439<

C

C Sun Mar 24 17:22:41 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 104 comm rd ODBC

C spid 218 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 24 17:43:59 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,36}

B

B Sun Mar 24 18:56:25 2013

B *** ERROR => dbsync[check_sync_interval]: 266 seconds passed since last synchronisation

last sync: 20130324185159, now: 20130324185625

[dbsync.c 4340]

B {root-id=005056B41A2A1ED2A5936C1BBA5D497A}_{conn-id=00000000000000000000000000000000}_0

B ***LOG BS5=> Buffer synchronisation has not been called for 266 seconds [dbsync 4342]

A

A Sun Mar 24 19:11:59 2013

A *GENER* starting remote generation: SAPLRSSH_IOBJSEL (requested by W7).

A

A Sun Mar 24 19:12:01 2013

A *GENER* starting remote generation: CL_RSSH_ALV_DD_LISTBOX========CP (requested by W7).

Y

Y Sun Mar 24 19:12:02 2013

Y

Y ===> running separate LUW generation: 20130324191202

Y ===> requesting WP: 7

D GuiStatus generate status prog >SAPLRSSH_IOBJSEL< status >0100< ts >20130324161202,775<

Y

Y ===> running separate LUW generation: 20130324191202

Y ===> requesting WP: 7

D GuiStatus generate texts prog >SAPLRSSH_IOBJSEL< ts >20130324161202,819<

Y

Y ===> running separate LUW generation: 20130324191202

Y ===> requesting WP: 7

D GuiStatus update texts prog >SAPLRSSH_IOBJSEL< ts >20130324161202,848<

D GuiStatus store texts prog >SAPLRSSH_IOBJSEL< ts >20130324161202,850<

Y

Y ===> running separate LUW generation: 20130324191202

Y ===> requesting WP: 7

D GuiStatus update status prog >SAPLRSSH_IOBJSEL< status >0100< ts >20130324161202,867<

D dynamic text state >W<

D GuiStatus store status prog >SAPLRSSH_IOBJSEL< status >0100< ts >20130324161202,868<

C

C Sun Mar 24 19:23:30 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 133 comm rd ODBC

C spid 120 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 24 19:41:28 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,38}

B

B Sun Mar 24 21:21:49 2013

B *** ERROR => dbsync[check_sync_interval]: 292 seconds passed since last synchronisation

last sync: 20130324211657, now: 20130324212149

[dbsync.c 4340]

B {root-id=005056B41A2A1ED2A595F6216EE3297A}_{conn-id=00000000000000000000000000000000}_0

B ***LOG BS5=> Buffer synchronisation has not been called for 292 seconds [dbsync 4342]

C

C Sun Mar 24 21:22:54 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C

C Sun Mar 24 21:22:55 2013

C spid 195 comm rd ODBC

C spid 194 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 24 21:41:49 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,40}

Y

Y Sun Mar 24 22:19:37 2013

Y

Y ===> running separate LUW generation: 20130324221937

Y ===> requesting WP: 6

D GuiStatus update status prog >SAPLRSBK_GUI< status >200D< ts >20130324191937,879<

D dynamic text state >V<

D GuiStatus store status prog >SAPLRSBK_GUI< status >200D< ts >20130324191937,882<

A

A Sun Mar 24 22:20:14 2013

A *GENER* starting remote generation: SAPLRSBK_GUI_206_2 (requested by W6).

A

A Sun Mar 24 22:20:16 2013

A *GENER* starting remote generation: CL_RSBK_DTP_206_B1============CP (requested by W6).

A

A Sun Mar 24 22:20:18 2013

A *GENER* starting remote generation: IF_RSBK_DTP_EXECUTE===========IP (requested by W6).

C

C Sun Mar 24 22:22:58 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 76 comm rd ODBC

C spid 211 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

Y

Y Sun Mar 24 22:25:06 2013

Y

Y ===> running separate LUW generation: 20130324222506

Y ===> requesting WP: 6

D GuiStatus generate status prog >SAPLRSM3< status >0400< ts >20130324192506,630<

Y

Y ===> running separate LUW generation: 20130324222506

Y ===> requesting WP: 6

D GuiStatus generate texts prog >SAPLRSM3< ts >20130324192506,743<

Y

Y ===> running separate LUW generation: 20130324222506

Y ===> requesting WP: 6

D GuiStatus update texts prog >SAPLRSM3< ts >20130324192506,791<

D GuiStatus store texts prog >SAPLRSM3< ts >20130324192506,794<

Y

Y ===> running separate LUW generation: 20130324222506

Y ===> requesting WP: 6

D GuiStatus update status prog >SAPLRSM3< status >0400< ts >20130324192506,815<

D dynamic text state >V<

D GuiStatus store status prog >SAPLRSM3< status >0400< ts >20130324192506,817<

A

A Sun Mar 24 22:25:18 2013

A *GENER* request remote generation: SAPLBREL.

A

A Sun Mar 24 22:25:20 2013

A *GENER* request remote generation: CL_OBL_MODEL_FACTORY==========CP.

A *GENER* request remote generation: SOBL_INIT.

A

A Sun Mar 24 22:25:21 2013

A *GENER* request remote generation: SAPLOREL.

M

M Sun Mar 24 22:25:38 2013

M ThEMsgArrived: sysmsg_for_rfc = 0

A

A Sun Mar 24 22:26:25 2013

A *GENER* request remote generation: RSDELREQ1.

A

A Sun Mar 24 22:29:40 2013

A *GENER* starting remote generation: SAPLRSBM_REQUEST_GUI (requested by W2).

A

A Sun Mar 24 22:29:43 2013

A *GENER* starting remote generation: CL_RSBM_LOG_DTP_GUI===========CP (requested by W2).

A

A Sun Mar 24 22:29:46 2013

A *GENER* starting remote generation: CL_RSBM_DISP_DTP_GUI==========CP (requested by W2).

A

A Sun Mar 24 22:29:47 2013

A *GENER* starting remote generation: SAPLTIMECALC (requested by W2).

A

A Sun Mar 24 22:42:54 2013

A *GENER* starting remote generation: CL_RSSM_AWB_TOOL_STATE========CP (requested by W2).

A

A Sun Mar 24 22:42:55 2013

A *GENER* starting remote generation: CL_RSSM_AWB_TOOL==============CP (requested by W2).

C

C Sun Mar 24 22:43:58 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,43}

B

B Sun Mar 24 23:46:34 2013

B *** ERROR => dbsync[check_sync_interval]: 273 seconds passed since last synchronisation

last sync: 20130324234201, now: 20130324234634

[dbsync.c 4340]

B {root-id=005056B41A2A1ED2A5987D3B58FD097A}_{conn-id=00000000000000000000000000000000}_0

B ***LOG BS5=> Buffer synchronisation has not been called for 273 seconds [dbsync 4342]

C

C Mon Mar 25 00:22:48 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 188 comm rd ODBC

C spid 244 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

L

L Mon Mar 25 00:32:16 2013

L SSMJOB: > There are no active profiles of criteria type 'SSMJOB'

C

C Mon Mar 25 01:19:22 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,53}

Y

Y Mon Mar 25 01:39:03 2013

Y go to separate LUW generation ===> 20130325013903

Y GuiStatus status update - dyn text unused: SAPLALDB CSEL_POD

Y return from separate LUW <=== WP: 4 th_rc=0 OK

B

B Mon Mar 25 01:41:30 2013

B table logging switched off for all clients

A

A Mon Mar 25 01:41:34 2013

A ***SUBPOOL*** generating subroutine pool %_T0006L for user H.FARAG (06200001).

A MainProg=SAPLRSSG, Incl=LRSSGF01, Line=1246

A

A Mon Mar 25 01:41:35 2013

A *GENER* starting inline generation: GP00O2TPYF2KE788N8ZZK5CK2GQ (reason: explicit generation).

A

A Mon Mar 25 01:41:37 2013

A *GENER* starting inline generation: GP00O2TPYF2KE788N88A3Z05V96 (reason: already local generations within LUW).

C

C Mon Mar 25 04:49:48 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 33 comm rd ODBC

C spid 87 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Mon Mar 25 05:07:05 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,55}

C

C Mon Mar 25 05:23:13 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 223 comm rd ODBC

C spid 129 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

B

B Mon Mar 25 05:49:32 2013

B *** ERROR => dbsync[check_sync_interval]: 263 seconds passed since last synchronisation

last sync: 20130325054509, now: 20130325054932

[dbsync.c 4340]

B {root-id=005056B41A2A1ED2A59ED3D487DFE97A}_{conn-id=00000000000000000000000000000000}_0

B ***LOG BS5=> Buffer synchronisation has not been called for 263 seconds [dbsync 4342]

B dbsync[db_clean_ddlog]: buffer synchronisation is called now

C

C Mon Mar 25 06:04:32 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,59}

C

C Mon Mar 25 06:22:37 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 66 comm rd ODBC

C spid 142 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Mon Mar 25 06:39:32 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,61}

C

C Mon Mar 25 07:03:21 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 243 comm rd ODBC

C spid 161 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Mon Mar 25 07:42:01 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,65}

C

C Mon Mar 25 08:23:25 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 217 comm rd ODBC

C spid 247 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Mon Mar 25 08:39:20 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,67}

B

B Mon Mar 25 09:26:43 2013

B *** ERROR => dbsync[check_sync_interval]: 263 seconds passed since last synchronisation

last sync: 20130325092220, now: 20130325092643

[dbsync.c 4340]

B {root-id=005056B41A2A1ED2A5A29EAB169AA97A}_{conn-id=00000000000000000000000000000000}_0

B ***LOG BS5=> Buffer synchronisation has not been called for 263 seconds [dbsync 4342]

C

C Mon Mar 25 10:40:41 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 214 comm rd ODBC

C spid 68 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Mon Mar 25 10:59:19 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,69}

B

B Mon Mar 25 11:52:00 2013

B *** ERROR => dbsync[check_sync_interval]: 281 seconds passed since last synchronisation

last sync: 20130325114719, now: 20130325115200

[dbsync.c 4340]

B {root-id=005056B41A2A1ED2A5A5282827C8697A}_{conn-id=00000000000000000000000000000000}_0

B ***LOG BS5=> Buffer synchronisation has not been called for 281 seconds [dbsync 4342]

C

C Mon Mar 25 11:52:31 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 79 comm rd ODBC

C spid 124 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Mon Mar 25 12:12:00 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,70}

C

C Mon Mar 25 12:23:14 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 203 comm rd ODBC

C spid 93 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 2 opened (DBSL handle 1)

C

C Mon Mar 25 12:42:00 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,72}

C

C Mon Mar 25 13:04:45 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 141 comm rd ODBC

C spid 88 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Mon Mar 25 13:24:27 2013

C DbSlDisconnect hdl: 1

B

B Mon Mar 25 13:24:28 2013

B Disconnected from connection 1, con_da={R/3*BWMON,73}

C

C Mon Mar 25 15:23:12 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 45 comm rd ODBC

C spid 199 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Mon Mar 25 15:44:33 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,75}

C

C Mon Mar 25 16:22:41 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 131 comm rd ODBC

C spid 90 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

B

B Mon Mar 25 16:42:03 2013

B *** ERROR => dbsync[check_sync_interval]: 266 seconds passed since last synchronisation

last sync: 20130325163737, now: 20130325164203

[dbsync.c 4340]

B {root-id=005056B41A2A1ED2A5AA38BE08F6A97A}_{conn-id=00000000000000000000000000000000}_0

B ***LOG BS5=> Buffer synchronisation has not been called for 266 seconds [dbsync 4342]

B dbsync[db_clean_ddlog]: buffer synchronisation is called now

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,78}

A

A Mon Mar 25 18:36:24 2013

A *GENER* starting remote generation: SBIWSHOW (requested by W2).

A

A Mon Mar 25 18:58:26 2013

A *GENER* starting remote generation: SAPLSNAP (requested by W2).

B

B Mon Mar 25 19:06:51 2013

B *** ERROR => dbsync[check_sync_interval]: 254 seconds passed since last synchronisation

last sync: 20130325190237, now: 20130325190651

[dbsync.c 4340]

B {root-id=005056B41A2A1ED2A5ACC00C61F3897A}_{conn-id=00000000000000000000000000000000}_0

B ***LOG BS5=> Buffer synchronisation has not been called for 254 seconds [dbsync 4342]

B dbsync[db_clean_ddlog]: buffer synchronisation is called now

B

B Mon Mar 25 20:19:27 2013

B *** ERROR => dbsync[check_sync_interval]: 275 seconds passed since last synchronisation

last sync: 20130325201452, now: 20130325201927

[dbsync.c 4340]

B {root-id=005056B41A2A1ED2A5AE0498DA3CE97A}_{conn-id=00000000000000000000000000000000}_0

B ***LOG BS5=> Buffer synchronisation has not been called for 275 seconds [dbsync 4342]

B dbsync[db_clean_ddlog]: buffer synchronisation is called now

C

C Mon Mar 25 23:23:27 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C

C Mon Mar 25 23:23:28 2013

C lpc:(local) connection used on QASBPCAB

C spid 134 comm rd ODBC

C spid 127 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Mon Mar 25 23:39:19 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,80}

C

C Tue Mar 26 00:22:57 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 35 comm rd ODBC

C spid 57 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 00:41:49 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,84}

C

C Tue Mar 26 01:01:51 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 213 comm rd ODBC

C spid 91 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 01:39:18 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,88}

C

C Tue Mar 26 03:23:53 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 244 comm rd ODBC

C spid 64 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 2 opened (DBSL handle 1)

C

C Tue Mar 26 03:39:18 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,89}

C

C Tue Mar 26 04:23:28 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 230 comm rd ODBC

C spid 152 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 04:39:26 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,91}

C

C Tue Mar 26 06:23:07 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 103 comm rd ODBC

C spid 165 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 06:39:32 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,94}

C

C Tue Mar 26 07:23:09 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 66 comm rd ODBC

C spid 243 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 07:39:32 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,96}

C

C Tue Mar 26 08:23:19 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 53 comm rd ODBC

C spid 213 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 08:39:32 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,98}

C

C Tue Mar 26 09:23:23 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C

C Tue Mar 26 09:23:24 2013

C lpc:(local) connection used on QASBPCAB

C spid 79 comm rd ODBC

C spid 257 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 09:59:40 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,109}

C

C Tue Mar 26 10:22:50 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C

C Tue Mar 26 10:22:51 2013

C spid 241 comm rd ODBC

C spid 248 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 10:54:40 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,116}

C

C Tue Mar 26 12:31:04 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 149 comm rd ODBC

C spid 199 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 13:04:40 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,132}

C

C Tue Mar 26 13:19:26 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 45 comm rd ODBC

C spid 189 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 13:44:40 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,142}

C

C Tue Mar 26 13:59:14 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C

C Tue Mar 26 13:59:15 2013

C lpc:(local) connection used on QASBPCAB

C spid 34 comm rd ODBC

C spid 56 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 14:44:52 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,159}

C

C Tue Mar 26 14:49:52 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 19 comm rd ODBC

C spid 70 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 15:04:52 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,161}

C

C Tue Mar 26 15:14:31 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 109 comm rd ODBC

C spid 35 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 15:44:52 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,175}

C

C Tue Mar 26 16:08:35 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 43 comm rd ODBC

C spid 251 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 16:39:52 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,185}

C

C Tue Mar 26 16:40:24 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 186 comm rd ODBC

C spid 41 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 16:59:52 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,192}

C

C Tue Mar 26 17:12:30 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 160 comm rd ODBC

C spid 212 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 17:49:52 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,210}

C

C Tue Mar 26 17:53:07 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 177 comm rd ODBC

C spid 241 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 18:39:52 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,228}

C

C Tue Mar 26 19:10:24 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 71 comm rd ODBC

C spid 113 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 19:40:04 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,233}

C

C Tue Mar 26 19:46:10 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 145 comm rd ODBC

C spid 103 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 20:05:04 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,234}

C

C Tue Mar 26 20:08:51 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C

C Tue Mar 26 20:08:52 2013

C spid 86 comm rd ODBC

C spid 172 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 20:40:04 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,244}

C

C Tue Mar 26 21:16:43 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 196 comm rd ODBC

C spid 86 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

M

M Tue Mar 26 21:25:07 2013

M *** WARNING => PfStatWrite: missing STAT_END for opcode STAT_READSEQ [pfxxstat.c 5025]

M {root-id=005056B41A2A1ED2A5C84F4A3B7CC97A}_{conn-id=005056B41A2A1ED2A5C84F4A369AC97A}_1

A

A Tue Mar 26 21:31:56 2013

A *GENER* starting remote generation: /1BCDWBEN/SAPLUEN0000 (requested by W4).

C

C Tue Mar 26 22:30:04 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,273}

C

C Tue Mar 26 22:31:12 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C

C Tue Mar 26 22:31:13 2013

C lpc:(local) connection used on QASBPCAB

C spid 86 comm rd ODBC

C spid 226 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 23:10:04 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,285}

C

C Tue Mar 26 23:23:36 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 17 comm rd ODBC

C spid 253 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Mar 26 23:40:04 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,287}

C

C Tue Mar 26 23:42:01 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 1 comm rd ODBC

C spid 49 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Wed Mar 27 00:00:09 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,290}

C

C Wed Mar 27 00:03:09 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 239 comm rd ODBC

C spid 150 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Wed Mar 27 01:20:32 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,318}

C

C Wed Mar 27 01:22:46 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 181 comm rd ODBC

C spid 197 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Wed Mar 27 01:40:32 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,320}

C

C Wed Mar 27 02:22:57 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 37 comm rd ODBC

C spid 156 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Wed Mar 27 02:40:32 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,323}

C

C Wed Mar 27 03:23:07 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 166 comm rd ODBC

C spid 134 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Wed Mar 27 03:40:32 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,326}

C

C Wed Mar 27 04:23:14 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 42 comm rd ODBC

C spid 137 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Wed Mar 27 04:40:34 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,329}

C

C Wed Mar 27 05:23:16 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 253 comm rd ODBC

C spid 106 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Wed Mar 27 05:40:34 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,332}

C

C Wed Mar 27 06:23:21 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 167 comm rd ODBC

C spid 184 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Wed Mar 27 06:40:34 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,335}

C

C Fri Mar 29 01:00:45 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 135 comm rd ODBC

C spid 144 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 2 opened (DBSL handle 1)

C

C Fri Mar 29 01:21:24 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,341}

C

C Fri Mar 29 02:23:08 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 124 comm rd ODBC

C spid 194 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 2 opened (DBSL handle 1)

C

C Fri Mar 29 02:41:24 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,342}

C

C Fri Mar 29 03:22:43 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 53 comm rd ODBC

C spid 222 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Fri Mar 29 03:41:24 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,345}

C

C Fri Mar 29 04:22:43 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 185 comm rd ODBC

C spid 85 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Fri Mar 29 04:41:24 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,348}

C

C Sat Mar 30 01:23:27 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 235 comm rd ODBC

C spid 177 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 2 opened (DBSL handle 1)

C

C Sat Mar 30 01:41:55 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,349}

C

C Sat Mar 30 02:23:09 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 155 comm rd ODBC

C spid 39 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sat Mar 30 02:42:03 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,351}

C

C Sat Mar 30 03:23:17 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 48 comm rd ODBC

C spid 106 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sat Mar 30 03:42:03 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,353}

C

C Sat Mar 30 04:23:23 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 94 comm rd ODBC

C spid 57 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sat Mar 30 04:42:07 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,356}

C

C Sat Mar 30 05:23:30 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 178 comm rd ODBC

C spid 241 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sat Mar 30 05:42:07 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,359}

C

C Sat Mar 30 06:22:47 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 47 comm rd ODBC

C spid 178 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sat Mar 30 06:42:09 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,364}

C

C Sat Mar 30 08:23:22 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 50 comm rd ODBC

C spid 194 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sat Mar 30 08:42:12 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,366}

B

B Sat Mar 30 11:03:05 2013

B *** ERROR => dbsync[check_sync_interval]: 346 seconds passed since last synchronisation

last sync: 20130330105719, now: 20130330110305

[dbsync.c 4340]

B {root-id=005056B41A2A1ED2A6A207F7FD5BE97A}_{conn-id=00000000000000000000000000000000}_0

B ***LOG BS5=> Buffer synchronisation has not been called for 346 seconds [dbsync 4342]

B

B Sat Mar 30 12:16:05 2013

B *** ERROR => dbsync[check_sync_interval]: 300 seconds passed since last synchronisation

last sync: 20130330121105, now: 20130330121605

[dbsync.c 4340]

B {root-id=005056B41A2A1ED2A6A34E50F9E6897A}_{conn-id=00000000000000000000000000000000}_0

B ***LOG BS5=> Buffer synchronisation has not been called for 300 seconds [dbsync 4342]

C

C Sat Mar 30 13:23:11 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 214 comm rd ODBC

C spid 33 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sat Mar 30 13:44:10 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,369}

B

B Sat Mar 30 15:54:44 2013

B *** ERROR => dbsync[check_sync_interval]: 299 seconds passed since last synchronisation

last sync: 20130330154945, now: 20130330155444

[dbsync.c 4340]

B {root-id=005056B41A2A1ED2A6A71FC08383097A}_{conn-id=00000000000000000000000000000000}_0

B ***LOG BS5=> Buffer synchronisation has not been called for 299 seconds [dbsync 4342]

B dbsync[db_clean_ddlog]: buffer synchronisation is called now

C

C Sat Mar 30 16:22:48 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C

C Sat Mar 30 16:22:49 2013

C lpc:(local) connection used on QASBPCAB

C spid 56 comm rd ODBC

C spid 176 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sat Mar 30 16:39:44 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,371}

C

C Sat Mar 30 18:23:28 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 144 comm rd ODBC

C spid 79 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sat Mar 30 18:40:24 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,373}

B

B Sat Mar 30 19:33:30 2013

B *** ERROR => dbsync[check_sync_interval]: 306 seconds passed since last synchronisation

last sync: 20130330192824, now: 20130330193330

[dbsync.c 4340]

B {root-id=005056B41A2A1ED2A6AAF1B499B0297A}_{conn-id=00000000000000000000000000000000}_0

B ***LOG BS5=> Buffer synchronisation has not been called for 306 seconds [dbsync 4342]

C

C Sat Mar 30 21:23:14 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C

C Sat Mar 30 21:23:15 2013

C lpc:(local) connection used on QASBPCAB

C spid 176 comm rd ODBC

C spid 137 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sat Mar 30 21:41:09 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,375}

C

C Sat Mar 30 23:19:57 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 112 comm rd ODBC

C spid 204 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sat Mar 30 23:42:09 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,382}

C

C Sun Mar 31 00:24:49 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 132 comm rd ODBC

C spid 64 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 31 00:44:44 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,384}

C

C Sun Mar 31 01:00:55 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 213 comm rd ODBC

C spid 255 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 31 01:19:47 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,399}

C

C Sun Mar 31 01:22:52 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C

C Sun Mar 31 01:22:53 2013

C lpc:(local) connection used on QASBPCAB

C spid 17 comm rd ODBC

C spid 40 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 31 01:42:41 2013

C DbSlDisconnect hdl: 1

B

B Sun Mar 31 01:42:42 2013

B Disconnected from connection 1, con_da={R/3*BWMON,401}

C

C Sun Mar 31 01:47:28 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 85 comm rd ODBC

C spid 259 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 31 01:51:44 2013

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1025) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Abstract Plan (AP) Warning : An error occured while applying the AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTBWOTYPE"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1026) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]to the SQL query:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]SELECT TOP 1 * FROM "/BI0/STCTBWOTYPE" WHERE "TCTBWOTYPE" = ? /* R3:GP00O2TPYF2KE8Y3U8MOV5UONDJ:216 T:/BI0/STCTBWOTYPE M:001 */

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1028) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Failed to apply the top operator 'i_scan ' of the following AP fragment:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTBWOTYPE"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1027) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The following template can be used as a basis for a valid AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( also_enforce ( scan [/BI0/STCTBWOTYPE] ) )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1031) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The optimizer will try to complete the compilation of this query; on success, the query will be executed normally.

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1025) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Abstract Plan (AP) Warning : An error occured while applying the AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTBWOTYPE"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1026) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]to the SQL query:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]SELECT TOP 1 * FROM "/BI0/STCTBWOTYPE" WHERE "TCTBWOTYPE" = ? /* R3:GP00O2TPYF2KE8Y3U8MOV5UONDJ:216 T:/BI0/STCTBWOTYPE M:001 */

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1028) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Failed to apply the top operator 'i_scan ' of the following AP fragment:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTBWOTYPE"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1027) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The following template can be used as a basis for a valid AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( also_enforce ( scan [/BI0/STCTBWOTYPE] ) )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1031) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The optimizer will try to complete the compilation of this query; on success, the query will be executed normally.

C

C

C Sun Mar 31 01:51:47 2013

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1025) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Abstract Plan (AP) Warning : An error occured while applying the AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/SFLAG"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1026) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]to the SQL query:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]SELECT TOP 1 * FROM "/BI0/SFLAG" WHERE "FLAG" = ? /* R3:GP00O2TPYF2KE8Y3U8MOV5UNRRR:216 T:/BI0/SFLAG M:001 */

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1028) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Failed to apply the top operator 'i_scan ' of the following AP fragment:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/SFLAG"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1027) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The following template can be used as a basis for a valid AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( also_enforce ( scan [/BI0/SFLAG] ) )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1031) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The optimizer will try to complete the compilation of this query; on success, the query will be executed normally.

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1025) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Abstract Plan (AP) Warning : An error occured while applying the AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/SCB_DVE"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1026) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]to the SQL query:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]SELECT TOP 1 * FROM "/BI0/SCB_DVE" WHERE "CB_DVE" = ? /* R3:GP00O2TPYF2KE8Y3U8MOV5UNLG7:225 T:/BI0/SCB_DVE M:001 */

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1028) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Failed to apply the top operator 'i_scan ' of the following AP fragment:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/SCB_DVE"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1027) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The following template can be used as a basis for a valid AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( also_enforce ( scan [/BI0/SCB_DVE] ) )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1031) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The optimizer will try to complete the compilation of this query; on success, the query will be executed normally.

C

C

C Sun Mar 31 01:51:48 2013

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1025) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Abstract Plan (AP) Warning : An error occured while applying the AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTBWOBJCT"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1026) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]to the SQL query:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]SELECT TOP 1 * FROM "/BI0/STCTBWOBJCT" WHERE "TCTSYSID" = ? AND "TCTBWOTYPE" = ? AND "TCTOBJVERS" = ? AND "TCTBWOBJCT" = ? /* R3:GP00O2TPYF2KE8Y3U8MOV5UOAQF:251 T:/BI0/STCTBWOBJCT M:001 */

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1028) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Failed to apply the top operator 'i_scan ' of the following AP fragment:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTBWOBJCT"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1027) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The following template can be used as a basis for a valid AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( also_enforce ( scan [/BI0/STCTBWOBJCT] ) )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1031) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The optimizer will try to complete the compilation of this query; on success, the query will be executed normally.

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1025) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Abstract Plan (AP) Warning : An error occured while applying the AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTBWOBJCT"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1026) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]to the SQL query:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]SELECT TOP 1 * FROM "/BI0/STCTBWOBJCT" WHERE "TCTSYSID" = ? AND "TCTBWOTYPE" = ? AND "TCTOBJVERS" = ? AND "TCTBWOBJCT" = ? /* R3:GP00O2TPYF2KE8Y3U8MOV5UOAQF:251 T:/BI0/STCTBWOBJCT M:001 */

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1028) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Failed to apply the top operator 'i_scan ' of the following AP fragment:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTBWOBJCT"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1027) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The following template can be used as a basis for a valid AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( also_enforce ( scan [/BI0/STCTBWOBJCT] ) )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1031) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The optimizer will try to complete the compilation of this query; on success, the query will be executed normally.

C

C

C Sun Mar 31 01:52:03 2013

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1025) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Abstract Plan (AP) Warning : An error occured while applying the AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTBWOSTYP"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1026) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]to the SQL query:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]SELECT TOP 1 * FROM "/BI0/STCTBWOSTYP" WHERE "TCTBWOTYPE" = ? AND "TCTBWOSTYP" = ? /* R3:GP00O2TPYF2KE8Y3U8MOV5UOH1Z:232 T:/BI0/STCTBWOSTYP M:001 */

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1028) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Failed to apply the top operator 'i_scan ' of the following AP fragment:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTBWOSTYP"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1027) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The following template can be used as a basis for a valid AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( also_enforce ( scan [/BI0/STCTBWOSTYP] ) )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1031) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The optimizer will try to complete the compilation of this query; on success, the query will be executed normally.

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1025) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Abstract Plan (AP) Warning : An error occured while applying the AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTBWOSTYP"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1026) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]to the SQL query:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]SELECT TOP 1 * FROM "/BI0/STCTBWOSTYP" WHERE "TCTBWOTYPE" = ? AND "TCTBWOSTYP" = ? /* R3:GP00O2TPYF2KE8Y3U8MOV5UOH1Z:232 T:/BI0/STCTBWOSTYP M:001 */

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1028) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Failed to apply the top operator 'i_scan ' of the following AP fragment:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTBWOSTYP"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1027) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The following template can be used as a basis for a valid AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( also_enforce ( scan [/BI0/STCTBWOSTYP] ) )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1031) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The optimizer will try to complete the compilation of this query; on success, the query will be executed normally.

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1025) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Abstract Plan (AP) Warning : An error occured while applying the AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTCONTREL"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1026) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]to the SQL query:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]SELECT TOP 1 * FROM "/BI0/STCTCONTREL" WHERE "TCTCONTREL" = ? /* R3:GP00O2TPYF2KE8Y3U8MOV5UP00N:225 T:/BI0/STCTCONTREL M:001 */

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1028) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Failed to apply the top operator 'i_scan ' of the following AP fragment:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTCONTREL"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1027) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The following template can be used as a basis for a valid AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( also_enforce ( scan [/BI0/STCTCONTREL] ) )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1031) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The optimizer will try to complete the compilation of this query; on success, the query will be executed normally.

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1025) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Abstract Plan (AP) Warning : An error occured while applying the AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTCONTREL"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1026) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]to the SQL query:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]SELECT TOP 1 * FROM "/BI0/STCTCONTREL" WHERE "TCTCONTREL" = ? /* R3:GP00O2TPYF2KE8Y3U8MOV5UP00N:225 T:/BI0/STCTCONTREL M:001 */

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1028) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Failed to apply the top operator 'i_scan ' of the following AP fragment:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTCONTREL"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1027) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The following template can be used as a basis for a valid AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( also_enforce ( scan [/BI0/STCTCONTREL] ) )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1031) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The optimizer will try to complete the compilation of this query; on success, the query will be executed normally.

C

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 117 comm rd ODBC

C spid 96 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 2

B Connection 2 opened (DBSL handle 2)

C

C Sun Mar 31 01:52:04 2013

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1025) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Abstract Plan (AP) Warning : An error occured while applying the AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTIMPRTNC"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1026) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]to the SQL query:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]SELECT TOP 1 * FROM "/BI0/STCTIMPRTNC" WHERE "TCTIMPRTNC" = ? /* R3:GP00O2TPYF2KE8Y3U8MOV5USV2V:253 T:/BI0/STCTIMPRTNC M:001 */

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1028) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Failed to apply the top operator 'i_scan ' of the following AP fragment:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTIMPRTNC"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1027) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The following template can be used as a basis for a valid AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( also_enforce ( scan [/BI0/STCTIMPRTNC] ) )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1031) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The optimizer will try to complete the compilation of this query; on success, the query will be executed normally.

C

C

C Sun Mar 31 01:52:32 2013

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1025) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Abstract Plan (AP) Warning : An error occured while applying the AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTUSERNM"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1026) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]to the SQL query:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]SELECT TOP 1 * FROM "/BI0/STCTUSERNM" WHERE "TCTSYSID" = ? AND "TCTUSERNM" = ? /* R3:GP00O2TPYF2KE8Y3U8MYAZCV787:241 T:/BI0/STCTUSERNM M:001 */

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1028) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Failed to apply the top operator 'i_scan ' of the following AP fragment:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/STCTUSERNM"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1027) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The following template can be used as a basis for a valid AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( also_enforce ( scan [/BI0/STCTUSERNM] ) )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1031) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The optimizer will try to complete the compilation of this query; on success, the query will be executed normally.

C

C

C Sun Mar 31 02:07:41 2013

C DbSlDisconnect hdl: 2

B Disconnected from connection 6, con_da={R/3*TIMESTAMP,409}

C DbSlDisconnect hdl: 1

B

B Sun Mar 31 02:07:42 2013

B Disconnected from connection 1, con_da={R/3*BWMON,403}

C

C Sun Mar 31 02:21:40 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C

C Sun Mar 31 02:21:41 2013

C spid 141 comm rd ODBC

C spid 33 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 31 02:42:42 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,413}

C

C Sun Mar 31 04:23:28 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 47 comm rd ODBC

C spid 130 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 31 04:43:25 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,417}

C

C Sun Mar 31 06:23:27 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 244 comm rd ODBC

C spid 115 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 31 06:44:29 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,421}

B

B Sun Mar 31 08:54:58 2013

B *** ERROR => dbsync[check_sync_interval]: 296 seconds passed since last synchronisation

last sync: 20130331085002, now: 20130331085458

[dbsync.c 4340]

B {root-id=005056B41A2A1ED2A6B8F094EF86497A}_{conn-id=00000000000000000000000000000000}_0

B ***LOG BS5=> Buffer synchronisation has not been called for 296 seconds [dbsync 4342]

C

C Sun Mar 31 09:23:02 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 45 comm rd ODBC

C spid 72 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 31 09:40:00 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,423}

C

C Sun Mar 31 10:23:13 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C

C Sun Mar 31 10:23:14 2013

C lpc:(local) connection used on QASBPCAB

C spid 252 comm rd ODBC

C spid 151 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 31 10:43:08 2013

C DbSlDisconnect hdl: 1

B

B Sun Mar 31 10:43:09 2013

B Disconnected from connection 1, con_da={R/3*BWMON,425}

C

C Sun Mar 31 11:23:08 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 1 comm rd ODBC

C spid 157 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 2 opened (DBSL handle 1)

C

C Sun Mar 31 11:40:40 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,427}

B

B Sun Mar 31 12:33:48 2013

B *** ERROR => dbsync[check_sync_interval]: 308 seconds passed since last synchronisation

last sync: 20130331122840, now: 20130331123348

[dbsync.c 4340]

B {root-id=005056B41A2A1ED2A6BCC2D4D27F897A}_{conn-id=00000000000000000000000000000000}_0

B ***LOG BS5=> Buffer synchronisation has not been called for 308 seconds [dbsync 4342]

C

C Sun Mar 31 13:23:23 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 46 comm rd ODBC

C spid 43 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 2 opened (DBSL handle 1)

C

C Sun Mar 31 13:38:48 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,428}

C

C Sun Mar 31 14:23:28 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 221 comm rd ODBC

C spid 144 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 31 14:41:23 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,430}

C

C Sun Mar 31 17:25:07 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 222 comm rd ODBC

C spid 240 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 31 17:47:12 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,433}

C

C Sun Mar 31 18:23:13 2013

C database is local: connect_timeout: 3

C Thread ID:197108

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 143 comm rd ODBC

C spid 172 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 31 18:42:58 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,437}

M Sun Mar 31 18:53:10 2013

M ThWpSoftCancelHandler: previous sql break failed, terminate without db cleanup and hooks

M ThWpSoftCancelHandler: prv_action of W0: 0x22

M ThRollOut: roll out T33/U7626/M0/I0 (level=0x7, short_roll_out=0)

M level=ROLLIN_0,ROLLIN_1,ROLLIN_2

M ThRollOut: call ab_rollout

M ThRollOut: call rrol_out

M ThRollOut: act roll state = DP_ROLLED_OUT

M ThRollOut: full roll out of U7626 M0 I0 (Level 7) ok

M ThWpSoftCancelHandler: prv_action of W0: 0x2a

M ThWpSoftCancelHandler: req.tid/req.uid/req.mode=33/7626/0

M ThWpSoftCancelHandler: save snc contexts

M ThISncSaveAllContexts: save 0 snc contexts

M ThCheckEmMagic: check em magic at 000007DF000BAE00 for T33/M0/I0

M ThCheckEmMagic: em magic at 000007DF000BAE00 for T33/M0/I0 o.k.

M ThEmContextDetach2: detach T33/M0 from em memory (em_hdl=1, force=0)

M ThEmContextDetach2: reset local em info

---------------------------------------------------

trc file: "dev_w0", trc level: 1, release: "720"

---------------------------------------------------

*

* ACTIVE TRACE LEVEL 1

* ACTIVE TRACE COMPONENTS all, MJ

*

M sysno 73

M sid NW3

M systemid 562 (PC with Windows NT)

M relno 7200

M patchlevel 0

M patchno 210

M intno 20020600

M make multithreaded, Unicode, 64 bit, optimized

M profile \\qasbpcab\sapmnt\NW3\SYS\profile\NW3_DVEBMGS73_qasbpcab

M pid 410852

M

M kernel runs with dp version 133000(ext=118000) (@(#) DPLIB-INT-VERSION-133000-UC)

M length of sys_adm_ext is 588 bytes

M ***LOG Q0Q=> tskh_init, WPStart (Workp. 0 410852) [dpxxdisp.c 1377]

I MtxInit: 30000 0 0

M DpSysAdmExtCreate: ABAP is active

M DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active

M DpIPCInit2: read dp-profile-values from sys_adm_ext

M DpShMCreate: sizeof(wp_adm) 43024 (2264)

M DpShMCreate: sizeof(tm_adm) 5517056 (27448)

M DpShMCreate: sizeof(wp_ca_adm) 64000 (64)

M DpShMCreate: sizeof(appc_ca_adm) 64000 (64)

M DpCommTableSize: max/headSize/ftSize/tableSize=500/16/584064/584080

M DpShMCreate: sizeof(comm_adm) 584080 (1144)

M DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0

M DpShMCreate: sizeof(slock_adm) 0 (296)

M DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0

M DpShMCreate: sizeof(file_adm) 0 (80)

M DpShMCreate: sizeof(vmc_adm) 0 (2152)

M DpShMCreate: sizeof(wall_adm) (41664/42896/64/192)

M DpShMCreate: sizeof(gw_adm) 48

M DpShMCreate: sizeof(j2ee_adm) 3952

M DpShMCreate: SHM_DP_ADM_KEY (addr: 000000000FED0050, size: 6374928)

M DpShMCreate: allocated sys_adm at 000000000FED0060

M DpShMCreate: allocated wp_adm_list at 000000000FED3070

M DpShMCreate: allocated wp_adm at 000000000FED3260

M DpShMCreate: allocated tm_adm_list at 000000000FEDDA80

M DpShMCreate: allocated tm_adm at 000000000FEDDAD0

M DpShMCreate: allocated wp_ca_adm at 00000000104209E0

M DpShMCreate: allocated appc_ca_adm at 00000000104303F0

M DpShMCreate: allocated comm_adm at 000000001043FE00

M DpShMCreate: system runs without slock table

M DpShMCreate: system runs without file table

M DpShMCreate: allocated vmc_adm_list at 00000000104CE7A0

M DpShMCreate: system runs without vmc_adm

M DpShMCreate: allocated gw_adm at 00000000104CE850

M DpShMCreate: allocated j2ee_adm at 00000000104CE890

M DpShMCreate: allocated ca_info at 00000000104CF810

M DpShMCreate: allocated wall_adm at 00000000104CF8A0

M DpCommAttachTable: attached comm table (header=000000001043FE00/ft=000000001043FE10)

M DpRqQInit: use protect_queue / slots_per_queue 0 / 2001 from sys_adm

M rdisp/queue_size_check_value : -> on,50,30,40,500,50,500,80

X EmInit: MmSetImplementation( 2 ).

X MM global diagnostic options set: 0

X <ES> client 0 initializing ....

X <ES> EsILock: use spinlock for locking

X Using implementation view

X <EsNT> Using memory model view.

M <EsNT> Memory Reset disabled as NT default

X ES initialized.

X mm.dump: set maximum dump mem to 96 MB

M DpVmcSetActive: set vmc state DP_VMC_NOT_ACTIVE

M ThStart: taskhandler started

M ThStart: prv_action of W0 = 0x2c

M rdisp/thsend_mode : -1 -> 0

M ThInit: initializing DIA work process W0

M ThInit: found previous user T33/M0/U7626

M

M Sun Mar 31 18:53:19 2013

M ThInit: running on host qasbpcab

M calling db_connect ...

B Loading DB library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll' ...

B Library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll' loaded

B Version of 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll' is "720.00", patchlevel (0.210)

C trace file set

C Callback functions for dynamic profile parameter registered

B read_con_info_ssfs(): DBSL supports extended connect protocol

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

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 222 comm rd ODBC

C spid 172 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C

C Sun Mar 31 18:53:20 2013

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 0

C trace file set

B Connection 0 opened (DBSL handle 0)

M ThInit: db_connect o.k.

M ICT: exclude compression: *.zip,*.rar,*.arj,*.z,*.gz,*.tar,*.lzh,*.cab,*.hqx,*.ace,*.jar,*.ear,*.war,*.css,*.pdf,*.gzip,*.uue,*.bz2,*.iso,*.sda,*.sar,*.gif,*.png,*.swc,*.swf

I MtxInit: 0 0 0

M SHM_PRES_BUF (addr: 0000000016390050, size: 4400000)

M SHM_ROLL_AREA (addr: 000007FFDDA80050, size: 268435456)

M SHM_PAGING_AREA (addr: 00000000167D0050, size: 134217728)

M SHM_ROLL_ADM (addr: 000000001E7E0050, size: 2767448)

M SHM_PAGING_ADM (addr: 0000000002BC0050, size: 787488)

M ThCreateNoBuffer allocated 548152 bytes for 1000 entries at 0000000005630050

M ThCreateNoBuffer index size: 3000 elems

M ThCreateVBAdm allocated 30976 bytes (50 server) at 0000000002310050

X EmInit: MmSetImplementation( 2 ).

X MM global diagnostic options set: 0

X <ES> client 0 initializing ....

X Using implementation view

X ES initialized.

X mm.dump: set maximum dump mem to 96 MB

B db_con_shm_ini: WP_ID = 0, WP_CNT = 19, CON_ID = 438

B dbtbxbuf: Buffer TABL (addr: 0000000022680160, size: 30000000, end: 000000002431C4E0)

B dbtbxbuf: Buffer TABLP (addr: 0000000024320160, size: 10240000, end: 0000000024CE4160)

B dbsync[db_syinit]: successfully attached to shared memory, sync_adm_p = 0000000002320050

B dbsync[db_syinit]: Buffer synchronisation started with

B sync_concept = SEQ_NR

B sendon = 0

B bufreftime = 120

B max_gap_wait_time = 60

B ddlog_del_time = 60

B last_counter = 25295486

B oldest_gap = (2147483647,00000000000000)

B time_of_last_sync = 20130331185158

B MySysId = 'qasbpcab 73'

B dbexpbuf: Buffer EIBUF (addr: 0000000024CF0170, size: 4194304, end: 00000000250F0170)

B dbexpbuf: Buffer ESM (addr: 0000000025100170, size: 4194304, end: 0000000025500170)

B dbexpbuf: Buffer CUA (addr: 0000000025510170, size: 3072000, end: 00000000257FE170)

B dbexpbuf: Buffer OTR (addr: 0000000025800170, size: 4194304, end: 0000000025C00170)

I MPI: dynamic quotas disabled.

I MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%

M rdisp/setactfields_late : -1 -> 0

M CCMS uses Shared Memory Key 73 for monitoring.

M CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.

M CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.

G RelWritePermissionForShm( pLocation = 120, pEnforce = 0 )

G GetWritePermissionForShm( pLocation = 99, pEnforce = 1 )

G RelWritePermissionForShm( pLocation = 100, pEnforce = 1 )

S *** init spool environment

S TSPEVJOB updates outside critical section: event_update_nocsec = 1

S initialize debug system

T Stack direction is downwards.

T debug control: prepare exclude for printer trace

T new memory block 0000000025D3BF70

S spool kernel/ddic check: Ok

S using table TSP02FX for frontend printing

S 1 spool work process(es) found

S frontend print via spool service enabled

S printer list size is 150

S printer type list size is 50

S queue size (profile) = 300

S hostspool list size = 3000

S option list size is 30

S found processing queue enabled

S found spool memory service RSPO-RCLOCKS at 000000002F3000D0

S doing lock recovery

S setting server cache root

S found spool memory service RSPO-SERVERCACHE at 000000002F3006A0

S using messages for server info

S size of spec char cache entry: 297032 bytes (timeout 100 sec)

S size of open spool request entry: 2512 bytes

S immediate print option for implicitely closed spool requests is disabled

A ***GENER* Trace switched on ***

A

A ---PXA-------------------------------------------

A PXA INITIALIZATION

A System page size: 4kb, total admin_size: 22516kb, dir_size: 21724kb.

A Attached to PXA (address 000007FFEDAB0050, size 300000K, 1 fragments of 277484K )

A PXA allocated (address 000007FFEDAB0050, size 300000K)

A abap/pxa = shared protect gen_remote

A PXA: checking structure sizes: 752|264|16

A PXA INITIALIZATION FINISHED

A ---PXA-------------------------------------------

A

A ATRA: pfclock execution time = 2

A ABAP ShmAdm attached (addr=000007DFDF153000 leng=20955136 end=000007DFE054F000)

A >> Shm MMADM area (addr=000007DFDF64AB80 leng=242240 end=000007DFDF685DC0)

A >> Shm MMDAT area (addr=000007DFDF686000 leng=15503360 end=000007DFE054F000)

A RFC Destination> destination qasbpcab_NW3_73 host qasbpcab system NW3 systnr 73 (qasbpcab_NW3_73)

A RFC Options> H=qasbpcab,S=73,d=2,

A RFC FRFC> fallback activ but this is not a central instance.

A

A RFC rfc/signon_error_log = -1

A RFC rfc/dump_connection_info = 0

A RFC rfc/dump_client_info = 0

A RFC rfc/cp_convert/ignore_error = 1

A RFC rfc/cp_convert/conversion_char = 23

A RFC rfc/wan_compress/threshold = 251

A RFC rfc/recorder_pcs not set, use defaule value: 2

A RFC rfc/delta_trc_level not set, use default value: 0

A RFC rfc/no_uuid_check not set, use default value: 0

H HTTP> Parameter icf/ssocookie_mandatory set to 0

B dbtran INFO (init_connection '<DEFAULT>' [SYBASE:720.00]):

B max_blocking_factor = 50, min_blocking_factor = 1,

B max_in_blocking_factor = 128, min_in_blocking_factor = 1,

B max_union_blocking_factor = 50, min_union_blocking_factor = 1,

B prefer_union_all = 1, prefer_join = 0,

B prefer_fix_blocking = 0, prefer_in_itab_opt = 1,

B convert AVG = 1, alias table FUPD = 0,

B escape_as_literal = 0,

B select * =0x0f, character encoding = STD / []:X,

B use_hints = abap->1, dbif->0x1, upto->0

M ThrCreateShObjects allocated 39514 bytes at 00000000029A0050

Y dyWpInit

Y ztta/dynpro_ara 800000

Y ztta/cua_ara 500000

Y ztta/diag_ara 250000

N SsfSapSecin: getenv(SECUDIR)=="D:\usr\sap\NW3\DVEBMGS73/sec"

N

N =================================================

N === SSF INITIALIZATION:

N ===...SSF Security Toolkit name SAPSECULIB .

N ===...SSF library is D:\usr\sap\NW3\DVEBMGS73\exe\sapcrypto.dll .

N ===...SSF default hash algorithm is SHA1 .

N ===...SSF default symmetric encryption algorithm is DES-CBC .

N ===...SECUDIR="D:\usr\sap\NW3\DVEBMGS73/sec"

N ===...loading of Security Toolkit successfully completed.

N === SAPCRYPTOLIB 5.5.5C pl32 (Apr 2 2011) MT-safe

N =================================================

N MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.

N MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.

M JrfcVmcRegisterNativesDriver o.k.

W =================================================

W === ipl_Init() called

W ITS Plugin: Path dw_gui

W ITS Plugin: Description ITS Plugin - ITS rendering DLL

W ITS Plugin: sizeof(SAP_UC) 2

W ITS Plugin: Release: 720, [7200.0.210.20020600]

W ITS Plugin: Int.version, [33]

W ITS Plugin: Feature set: [29]

W ===... Calling itsp_Init in external dll ===>

W PpioRecoverLocks, table: 000007DFE0583120

W PpioRecoverLocks, number of file locks 256

W PpioRecoverLocks: file lock set to: 000007DFE056E420

W PpioRecoverLocks: directory lock set to: 000007DFE0562490

W PpioRecoverLocks: global lock set to: 000007DFE05623F0

W PpioRecoverLocks() done

W PprcRecoverLocks, table: 000007DFE0583610

W PprcRecoverLocks: directory lock set to: 000007DFE057D7C0

W PprcRecoverLocks() done

W === ipl_Init() returns 0, ITSPE_OK: OK

W =================================================

N SignInit: successfully obtained handle for Security Context cache

N VSI: WP init in ABAP VM completed with rc=0

E EnqLockTableAttach2: attach to lock table (size = 33554432)

E EnqLockTableMapToLocalContext: enque/use_pfclock2 = FALSE

E EnqId_Initialize: local EnqId initialization o.k.

M ThCheckPrevUser: previous user was T33/M0, clean counter 0

M ThCheckPrevUser: clean previous user T33/U7626/M0/I0/no VM

M

M Modeinfo for User T33/M0

M

M tm state = 2

M uid = 7626

M term type = 0xca

M display = 0x0

M cpic_no = 1

M cpic_idx = 24

M usr = >H.FARAG <

M terminal = >192.168.101.35 <

M client = >001<

M conversation_ID = > <

M appc_tm_conv_idx = -1

M its_plugin = NO

M allowCreateMode = YES

M blockSoftCanel = NO

M Session Resources:

M HEAD: adr/max_elems/act_elems/tbl = 000000000FFC1680/0/0/0000000000000000

M imode = 0

M mode state = 0x24

M task_type = ZTTAPLUGIN

M lastThFc = THFCMPIINIT

M lastAction = TH_IACT_NO_ACTION

M rollout_reason = 0

M last_rollout_level = 7

M async_receives = 0

M cpic_receive = 0

M em handle = 1

M roll state = DP_ROLLED_OUT

M abap state = DP_ROLLED_OUT

M em state = DP_EM_DETACHED

M eg state = DP_EM_NO_CONTEXT

M spa state = DP_SPA_INITIALIZED

M enq state = 0

M softcancel = 1

M cancelInitiator = IC_MAN

M clean_state = DP_SOFTCANCEL

M next hook = T-1/U-1/M255

M master hook = T-1/U-1/M255

M slave hook = T-1/U-1/M255

M debug_tid = -1

M debug_mode = 255

M mode type = 0x1

M debug = DP_DEBUGGING_OFF

M msg_count = 1

M tcode = > <

M act_wp = 0

M last_wp = 0

M client conversation_ID = > <

M server conversation_ID = > <

M lock = 0

M max enq infos = 9

M act enq infos = 2

M em_hyper_hdl = 000007DFDF150CE0

M plugin_info = 000007DFE0555CF0

M act_plugin_hdl = 0

M act_plugin_no = 1

M max_plugin_no = 1

M Context Resources:

M HEAD: adr/max_elems/act_elems/tbl = 000000000FFBB168/100/1/000007DFE0558198

M <KEY: RM_ABAP_SHM_CLEANUP, DESCR: 000007DFE0558B50, LEN: 16, COE: TRUE>

M

M ThCheckPrevUser: reset spa state for user T33/U7626/M0

M DpLockWpBlkEx: lock wp ca_blk 104

M DpVmcGetVmByTmAdm: no VM found for T33/M0/I0 (locked VMs ignored)

M DpLockAppcBlk: lock appc ca_blk 104

M ThCheckPrevUser: th_step = TH_WORK_SYNC

M set task type ZTTAPLUGIN

M ThCleanPrevUser: clean U7626 T33 M0 I0 no VM clean state DP_SOFTCANCEL clean counter 1

M ThCleanPrevUser: saved MODE_REC = MODE_REC_APPC

M PfStatDisconnect: disconnect statistics

M ThCleanPrevUser: set clean state of T33/M0 to DP_DEFAULT_CLEANING

M ThSoftCancel: set clean state of T33/M0 to DP_DEFAULT_CLEANING

M ThSoftCancel: soft cancel of T33/M0

M ThIRollBack: call db_rollback

M ThCheckComOrRb (event=0, full_commit=1)

M ThCallHooks: skip hook >ASTAT-collect commit handling< for event BEFORE_ROLLBACK, (condition 0xf not true)

M ThCallHooks: call hook >ASTAT-collect commit handling< for event BEFORE_ROLLBACK

M PfAStatRevertCollectedPfAstatInit: not rolled in

M ThCallHooks: hook >ASTAT-collect commit handling< o.k.

M ThCallHooks: call hook >dyKeyTableReset< for event BEFORE_ROLLBACK

M ThCallHooks: hook >dyKeyTableReset< o.k.

M ThCallHooks: call hook >SpoolHandleHook< for event BEFORE_ROLLBACK

M ThCallHooks: hook >SpoolHandleHook< o.k.

M ThCheckComOrRb (event=2, full_commit=1)

M ThCallHooks: call hook >ThNoResetMutex< for event AFTER_ROLLBACK

M ThNoCheckMutex: check for remaining locked intervals

M ThCallHooks: hook >ThNoResetMutex< o.k.

M ThCallHooks: call hook >rstshwr_hook_was_rollback< for event AFTER_ROLLBACK

M ThCallHooks: hook >rstshwr_hook_was_rollback< o.k.

M ThCallHooks: call hook >ThNoClearPrevErr< for event AFTER_ROLLBACK

M ThNoClearPrevErr: clear prev no err

M ThCallHooks: hook >ThNoClearPrevErr< o.k.

M ThCallHooks: call hook >SpoolHandleHook< for event AFTER_ROLLBACK

M ThCallHooks: hook >SpoolHandleHook< o.k.

M ThVBIRollBack: initialize TH-hooks

M SosRegisterHook: add hook >ThVBICmRbHook(000000013FAA24A0)< (condition/order=0xf/0) for event AFTER_COMMIT

M SosRegisterHook: add hook >ThVBICmRbHook(000000013FAA24A0)< (condition/order=0xf/0) for event AFTER_ROLLBACK

M ThVBIRollBack: T33/M0 not rolled in, skip rollback

M ThICommit3: full commit, set time, free resources, redispatch

M ThICommit3: commit and free resources

M ThCheckComOrRb (event=1, full_commit=1)

M ThCallHooks: skip hook >ab_SosRfcBeforeCommit< for event BEFORE_COMMIT, (condition IF_ROLLED_IN not true)

M ThCallHooks: skip hook >ASTAT-collect commit handling< for event BEFORE_COMMIT, (condition 0xf not true)

M ThCallHooks: call hook >ASTAT-collect commit handling< for event BEFORE_COMMIT

M ThCallHooks: hook >ASTAT-collect commit handling< o.k.

M ThCallHooks: call hook >rstshpc_hook_prepare_for_commit< for event BEFORE_COMMIT

M ThCallHooks: hook >rstshpc_hook_prepare_for_commit< o.k.

M ThCheckComOrRb (event=3, full_commit=1)

M ThCallHooks: call hook >ThVBICmRbHook< for event AFTER_COMMIT

M ThVBICmRbHook: called for commit

M ThCallHooks: hook >ThVBICmRbHook< o.k.

M ThCallHooks: call hook >dyKeyTableRest< for event AFTER_COMMIT

M ThCallHooks: hook >dyKeyTableRest< o.k.

M ThCallHooks: call hook >rstshwc_hook_was_commit< for event AFTER_COMMIT

M ThCallHooks: hook >rstshwc_hook_was_commit< o.k.

M ThCallHooks: call hook >ThNoClearPrevErr< for event AFTER_COMMIT

M ThNoClearPrevErr: clear prev no err

M ThCallHooks: hook >ThNoClearPrevErr< o.k.

M ThCallHooks: call hook >SpoolHandleHook< for event AFTER_COMMIT

M ThCallHooks: hook >SpoolHandleHook< o.k.

M ThrClearMemory o.k.

M ThCallHooks: call hook >rstshwsf_hook_was_storage_free< for event AFTER_STORAGE_FREE

M ThCallHooks: hook >rstshwsf_hook_was_storage_free< o.k.

M ThCallHooks: call hook >db_x_short_mem_sync_point< for event AFTER_STORAGE_FREE

M ThCallHooks: hook >db_x_short_mem_sync_point< o.k.

M ThAlarm: set alarm to 0 sec

M ThICommit3 o.k.

M switch off control 0x20000 for W0 (0x0 -> 0x0)

M ThDbgSoftCancelHandler: dbgInfo 0000000000000000

M ThSoftCancel: set rq_id_last_softcancel to 26202

M ThPlgIsvalidHdl (plugin_hdl=0)

M ThCheckMemoryState (0, 0, 0)

M ThRollIn: roll in T33/U7626/M0/I0 (level=0x7, abap_level=1, attach_em=1)

M level=ROLLIN_0,ROLLIN_1,ROLLIN_2

M abap level=TH_ABAP_ROLL_IN_STORE

M ThCheckEmState: check ATTACH for em hdl 1

M ThCheckEmState: call EmContextAttach (em_hdl=1)

M ThRollIn: U7626 M0 I0 (Level 7) ok

M ThRollIn: roll in abap store

M ThIncrSpaVers: spavers of T33/M0 is 2

M ThSoftCancel: th_step = TH_WORK_SYNC

M ThDequeueCurrentLocks: delete current locks (force=0)

E Enqueue Info: enque/use_pfclock2 = FALSE

E Enqueue Info: row condense enabled

M ThDelEnqInfo: del enq_own >20130331185116811000000073qasbpcab........................</1

M ThDelEnqInfo: act enq info: 1

M ThDelEnqInfo: del enq_own >20130331185116811000010073qasbpcab........................</2

M ThDelEnqInfo: act enq info: 0

M ThConnectToLocGw: connect to local gateway

M GwConnectSapWp: connect to gateway >localhost< >3373<

M NiHLGetNodeAddr: found hostname 'localhost' in cache

M NiIGetNodeAddr: hostname 'localhost' = addr 127.0.0.1

M NiIGetServNo: servicename '3373' = port 3373

M NiICreateHandle: hdl 9 state NI_INITIAL_CON

M NiIInitSocket: set default settings for new hdl 9/sock 2172 (I4; ST)

M NiIBlockMode: set blockmode for hdl 9 FALSE

M NiICheckPendConnection: connection of hdl 9 to 127.0.0.1:3373 established

M NiIConnect: hdl 9 took local address 127.0.0.1:60311

M NiIConnect: state of hdl 9 NI_CONNECTED

M NiIWrite: hdl 9 sent data (wrt=136,pac=1,MESG_IO)

M NiIRead: hdl 9 recv would block (errno=EAGAIN)

M NiIRead: hdl 9 received data (rcd=136,pac=2,MESG_IO)

M GwConnectSapWp: connect to gateway localhost / 3373 (pid = 220328) o.k.

M ThSoftCancel: save conv >66954310< for cancel

M ThSoftCancel: cancel conv >66954310<

M ThSAPCMCANCEL: cancel 66954310

M ThCPIC: execute cpic func SAP_CANCEL

M DpGetCpicCommIdx: found index 24 via tm_adm

M DpGetCpicCommIdx: found comm entry 24 (tid/uid/mode/conv_id/a_r: 33/7626/0/66954310/0)

M ThCPIC: last_ftype/last_timeout/last_requested_length/last_receive_data NOSYNC_CPIC/-1/-1/0

M ThCPIC: allowed rq_type of T33/M0 = TH_ALL_RQ

M ThISend: (T33/M0, user=H.FARAG , type=0x80, info=0x0, mode_deleted=0)

M type=GATEWAY

M ThrtGetStrategy: abap strategy ROLL / O.K.

M ThRqOutCheck: check output for T33/M0

M ThRqOutCheck: o.k.

M ThNewWpStat (type=0x80, task_switch=0, inline_hold=0, hand_shake=0, debug=0, ..)

M ThNewWpStat: new state of T33/M0 = MODE_HOLD,MODE_REC_APPC

M ThNewWpStat: new wp stat: WP_NO_CHANGE

M Adresse Offset APPC-Data to Gateway

M ------------------------------------------------------------------------

M 00000000126F43D0 000000 06d50200 1dca0000 00000000 00000000 |................|

M 00000000126F43E0 000016 00ffffff ff000000 00010000 00000000 |................|

M 00000000126F43F0 000032 00000000 00000000 36363935 34333130 |........66954310|

M 00000000126F4400 000048 00000000 00000000 00000000 00000000 |................|

M 00000000126F4410 000064 00000000 00000000 00000000 00180007 |................|

M ------------------------------------------------------------------------

M ThMkReq: detach appc_ca_blk 104

M ThDtAppcBlk: detach APPC ca_blk 104

M ThAppcBlkToGw: make gw owner of appc_ca_blk 104

M ThISend: stat_state = TH_STAT_NOT_ACTIVE

M ThSendToLocGw: send sap wp rq to local gateway

M -OUT- tid 33 uid 7626 mode 0

M -OUT- appc_ca_blk 104 len 80 rq_id 26266

M -OUT- wait_f_answ 0 cmd 0

M

M NiIWrite: hdl 9 sent data (wrt=28,pac=1,MESG_IO)

M ThISend: don't wake up dispatcher

M DpVmcGetVmByTmAdm: no VM found for T33/M0/I0 (locked VMs ignored)

M DpLockAppcBlk: lock appc ca_blk 105

M DpVmcGetVmByTmAdm: no VM found for T33/M0/I0 (locked VMs ignored)

M ThIAMDel: delete tid/mode 33/0 (th_errno 0, release 1)

M ThTSCancel: set T33/M0 in status MODE_CANCEL

M ThIDeleteMode (33, 0, 3, ><, 0, 255, TRUE)

M ThIDeleteMode: no modes found ..

M no sub modes

M ThModeChainCheck: mode chain of T33 o.k.

M ThCheckMemoryState (0, 0, 1)

M ThIAMDel2: last active mode (0) delete tid (33)

M ThIUsrDel (0, 1)

M ThCheckMemoryState (0, 0, 1)

M ThModeChainCheck: mode chain of T33 o.k.

M ThIUsrDel: set status of T33 to TM_NEND

M ThResFree: free resources of U7626 M0 I0 (normal mode, complete free) at level 3, errno=0, db_action=TH_DB_ROLLBACK

M ThResFree: reset spa state for user T33/U7626/M0

M ThCheckMemoryState (0, 0, 1)

M ThCallHooks: call hook >abTpdaThHook_EModeEnded< for event BEFORE_SESSION_END

M ThCallHooks: hook >abTpdaThHook_EModeEnded< o.k.

M ThCallHooks: call hook >ITSP: EndOfSession< for event BEFORE_SESSION_END

M ThCallHooks: hook >ITSP: EndOfSession< o.k.

M ThCallHooks: call hook >HttpClearSession< for event BEFORE_SESSION_END

M ThCallHooks: hook >HttpClearSession< o.k.

M ThCallHooks: call hook >ThIDbgCallbackBeforeSessionEnd< for event BEFORE_SESSION_END

M ThCallHooks: hook >ThIDbgCallbackBeforeSessionEnd< o.k.

M ThCallHooks: call hook >abRtmClearSession< for event BEFORE_SESSION_END

M ThCallHooks: hook >abRtmClearSession< o.k.

M ThCallHooks: call hook >SpoolHandleHook< for event BEFORE_SESSION_END

M ThCallHooks: hook >SpoolHandleHook< o.k.

M ThIRollBack: call db_rollback

M ThCheckComOrRb (event=0, full_commit=1)

M ThCallHooks: call hook >ab_SosRfcBeforeRollback< for event BEFORE_ROLLBACK

M ThCallHooks: hook >ab_SosRfcBeforeRollback< o.k.

M ThCallHooks: call hook >ASTAT-collect commit handling< for event BEFORE_ROLLBACK

M PfAStatRevertCollected: nothing to do

M ThCallHooks: hook >ASTAT-collect commit handling< o.k.

M ThCallHooks: call hook >dyKeyTableReset< for event BEFORE_ROLLBACK

M ThCallHooks: hook >dyKeyTableReset< o.k.

M ThCallHooks: call hook >SpoolHandleHook< for event BEFORE_ROLLBACK

M ThCallHooks: hook >SpoolHandleHook< o.k.

M ThCheckComOrRb (event=2, full_commit=1)

M ThCallHooks: call hook >ThVBICmRbHook< for event AFTER_ROLLBACK

M ThVBICmRbHook: called for rollback

M ThVBIRollBackRedo: got 0 entries to delete again

M ThShortCommit: call db_commit98 (keep resources)

M ThCheckComOrRb (event=1, full_commit=0)

M ThCheckComOrRb (event=3, full_commit=0)

M ThShortCommit o.k.

M ThCallHooks: hook >ThVBICmRbHook< o.k.

M ThCallHooks: call hook >ThNoClearPrevErr< for event AFTER_ROLLBACK

M ThNoClearPrevErr: clear prev no err

M ThCallHooks: hook >ThNoClearPrevErr< o.k.

M ThCallHooks: call hook >rstshwr_hook_was_rollback< for event AFTER_ROLLBACK

M ThCallHooks: hook >rstshwr_hook_was_rollback< o.k.

M ThCallHooks: call hook >ThNoResetMutex< for event AFTER_ROLLBACK

M ThNoCheckMutex: check for remaining locked intervals

M ThCallHooks: hook >ThNoResetMutex< o.k.

M ThCallHooks: call hook >SpoolHandleHook< for event AFTER_ROLLBACK

M ThCallHooks: hook >SpoolHandleHook< o.k.

M ThICommit3: full commit, set time, free resources, redispatch

M ThICommit3: commit and free resources

M ThCheckComOrRb (event=1, full_commit=1)

M ThCallHooks: call hook >ab_SosShmBeforeCommit< for event BEFORE_COMMIT

M ThCallHooks: hook >ab_SosShmBeforeCommit< o.k.

M ThCallHooks: call hook >ab_SosRfcBeforeCommit< for event BEFORE_COMMIT

M ThCallHooks: hook >ab_SosRfcBeforeCommit< o.k.

M ThCallHooks: call hook >ASTAT-collect commit handling< for event BEFORE_COMMIT

M ThCallHooks: hook >ASTAT-collect commit handling< o.k.

M ThCallHooks: call hook >rstshpc_hook_prepare_for_commit< for event BEFORE_COMMIT

M ThCallHooks: hook >rstshpc_hook_prepare_for_commit< o.k.

M ThCheckComOrRb (event=3, full_commit=1)

M ThCallHooks: call hook >ThVBICmRbHook< for event AFTER_COMMIT

M ThVBICmRbHook: called for commit

M ThCallHooks: hook >ThVBICmRbHook< o.k.

M ThCallHooks: call hook >dyKeyTableRest< for event AFTER_COMMIT

M ThCallHooks: hook >dyKeyTableRest< o.k.

M ThCallHooks: call hook >rstshwc_hook_was_commit< for event AFTER_COMMIT

M ThCallHooks: hook >rstshwc_hook_was_commit< o.k.

M ThCallHooks: call hook >ThNoClearPrevErr< for event AFTER_COMMIT

M ThNoClearPrevErr: clear prev no err

M ThCallHooks: hook >ThNoClearPrevErr< o.k.

M ThCallHooks: call hook >SpoolHandleHook< for event AFTER_COMMIT

M ThCallHooks: hook >SpoolHandleHook< o.k.

M ThrClearMemory o.k.

M ThCallHooks: call hook >rstshwsf_hook_was_storage_free< for event AFTER_STORAGE_FREE

M ThCallHooks: hook >rstshwsf_hook_was_storage_free< o.k.

M ThCallHooks: call hook >db_x_short_mem_sync_point< for event AFTER_STORAGE_FREE

M ThCallHooks: hook >db_x_short_mem_sync_point< o.k.

M ThAlarm: set alarm to 0 sec

M ThICommit3 o.k.

M ThCallHooks: call hook >TrThHookFunc< for event COMPLETE_STAT_RECORD

M TrThHookFunc: called for complete stat rec

M ThGetTransactionId: got trans id (SPA) >D21A9AE26304F144897A005056B41A2A< (32)

M ThEppGetConnectionCounter: read connectionCounter 1 from epp 0

M ThCallHooks: hook >TrThHookFunc< o.k.

M PfClearAllRec: clear statistic area

M PfStatDisconnect: disconnect statistics

M DpCommGetInUseSet: lock comm_adm and search inuse entries (startIndex=24)

M DpCommGetInUseSet: found 1 entries, return inuse set 0000000025E79770

M ThDealComm: del 1 cpic conn(s) of T33/U7626/M0 (errno/deal_r2/free_level = 0/1/3)

M ThDealComm: cancel >66954310< (index 24)

M ThCPICFree: send DEAL to U7626/M0

M ThICMDEAL (66954310, ..)

M ThCPIC: execute cpic func DEALLOCATE

M DpGetCpicCommIdx: found index 24 via appc_hdr

M DpGetCpicCommIdx: found comm entry 24 (tid/uid/mode/conv_id/a_r: 33/7626/0/66954310/0)

M ThCPIC: last_ftype/last_timeout/last_requested_length/last_receive_data NOSYNC_CPIC/-1/-1/0

M ThCPIC: allowed rq_type of T33/M0 = TH_ALL_RQ

M ThISend: (T33/M0, user=H.FARAG , type=0x80, info=0x0, mode_deleted=0)

M type=GATEWAY

M ThrtGetStrategy: abap strategy ROLL / O.K.

M ThRqOutCheck: check output for T33/M0

M ThRqOutCheck: o.k.

M ThNewWpStat (type=0x80, task_switch=0, inline_hold=0, hand_shake=0, debug=0, ..)

M ThNewWpStat: new state of T33/M0 = MODE_HOLD,MODE_CANCEL,MODE_REC_APPC

M ThNewWpStat: new wp stat: WP_NO_CHANGE

M Adresse Offset APPC-Data to Gateway

M ------------------------------------------------------------------------

M 00000000126FCBD0 000000 060b0200 1dca0000 00000000 00000000 |................|

M 00000000126FCBE0 000016 00ffffff ff000000 00010000 00000000 |................|

M 00000000126FCBF0 000032 00000000 00000000 36363935 34333130 |........66954310|

M 00000000126FCC00 000048 00000000 00000000 00000000 00000000 |................|

M 00000000126FCC10 000064 00000000 00000000 00000000 00180007 |................|

M ------------------------------------------------------------------------

M ThMkReq: send output to canceled mode

M ThMkReq: detach appc_ca_blk 105

M ThDtAppcBlk: detach APPC ca_blk 105

M ThAppcBlkToGw: make gw owner of appc_ca_blk 105

M ThISend: stat_state = TH_STAT_NOT_ACTIVE

M ThSendToLocGw: send sap wp rq to local gateway

M -OUT- tid 33 uid 7626 mode 0

M -OUT- appc_ca_blk 105 len 80 rq_id 26270

M -OUT- wait_f_answ 0 cmd 0

M

M NiIWrite: hdl 9 sent data (wrt=28,pac=1,MESG_IO)

M ThISend: don't wake up dispatcher

M DpVmcGetVmByTmAdm: no VM found for T33/M0/I0 (locked VMs ignored)

M DpLockAppcBlk: lock appc ca_blk 104

M DpCommReleaseInUseSet: release inuse set 0000000025E79770

M clean up all internal modes of T33/U7626/M0

M call ab_endmode (END_MODE_CLEAR_ALL)

M ThGetEnqInfo: no enq info found

M ThRmLocQueue: no async request found

M ThPlgCleanAll: clean all plugins of T33/M0/I0 (th_errno=0, level=3)

M ThPlgClean: clean plugin_hdl=0 of T33/M0 (th_errno=0)

M ThPlgClean: call cleanup handler

M ThPlgClean: clean server plugin

M DpSetContextCounter: num_used_contexts[1] = 0

M ThPageFree: free (7626,0,0, mode = 3)

M ThRollFree: free (7626,0,0, mode = 3)

M ThEppResetAdm: invalidate epp adm for T33/M0 at 000007DFE0557BD0

M ThRmFree: cleanup resources for T33 M0

M RmCleanUpResources3: hdr/tbl/ext_tbl/free/keep = 000000000FFBB168/000007DFE0558198/0/1/0

M RmCleanUpResources3: call resource handler 000000014002A2A0 for key/entry 10/0

M RmInitResourceTblEntry: free resource description at 000007DFE0558B50 (ext_tbl=0)

M RmIFreeTable: free resource table at 000007DFE0558180 (ext_tbl=0)

M ThRmFree: reset eg state of T33 M0

M ThRmFree cleanup resources for T33

M RmCleanUpResources3: hdr/tbl/ext_tbl/free/keep = 000000000FFC1680/0000000000000000/1/1/0

M RmCleanUpResources3: no resources registered

M ThRmFree: reset eg state of T33

M ThInvalidateEnqMem: reset enq memory 000007DFE0558CB0 of T33/M0

M ThIEmFree: delete hyper context (hyperHdl=000007DFDF150CE0)

M ThIEmFree: call EmContextDelete (em_hdl=1)

M ThResFree: save spa pointer 000007FFDD7AC1B0 and install dummy spa

M ThClearMode: clear tid/mode 33/0 (next/prev 0/0)

M ThIUsrDel: set state of term T33 to TM_NEND

M ThISend: (T33/M0, user=H.FARAG , type=0x41, info=0x0, mode_deleted=1)

M type=TASK_SWITCH,DISP

M ThCheckAbapDebugging: no valid user or ABAP not no stack, skip check

M ThJCheckJavaDebugging: return 0

M ThrtGetStrategy: abap strategy ROLL / O.K.

M ThISend: set TH_LOGOFF for T33 (user=H.FARAG ) in state TM_NEND

M ThISend: reset act fields T33/M0 as soon as possible

M ThRqOutCheck: check output for T33/M0

M ThRqOutCheck: o.k.

M ThISend: allowed rq_type of T33/M0 = TH_ALL_RQ

M ThNewWpStat (type=0x10000041, task_switch=1, inline_hold=0, hand_shake=0, debug=0, ..)

M ThNewWpStat: new MODE_REC = MODE_REC_SYS

M ThNewWpStat: new state of T33/M0 = MODE_WAIT,MODE_REC_SYS

M ThNewWpStat: new wp stat: WP_WAIT

M rdisp/wp_auto_restart = 0 sec

M rdisp/wp_abap_restart = 0

M ThSetThToolParam : restartable_wp[0] = FALSE

M ThSetThToolParam : restartable_wp[1] = TRUE

M ThSetThToolParam : restartable_wp[2] = TRUE

M ThSetThToolParam : restartable_wp[3] = FALSE

M ThSetThToolParam : restartable_wp[4] = TRUE

M ThSetThToolParam : restartable_wp[5] = TRUE

M ThSetThToolParam : restartable_wp[6] = TRUE

M ThMkReq: detach wp_ca_blk 104

M ThDtWpBlk: detach WP ca_blk 104

M ThISend: complete stat record

M ThCallHooks: call hook >TrThHookFunc< for event COMPLETE_STAT_RECORD

M TrThHookFunc: called for complete stat rec

M ThCallHooks: hook >TrThHookFunc< o.k.

M ThISend: stat_state = TH_STAT_WRITE

M ThWakeUpDisptcher: th_wp_waits_for_rq = TH_WP_WAITS_FOR_RQ

M ThResetActWp: reset act_wp for T33/M0

M ThInvalidateActFields: invalidate act fields from T33/M0/U7626/no VM

M make DISP owner of wp_ca_blk 104

M DpRqIPutIntoQ: put elem in queue NOWP, elems=2

M DpRqPutIntoQueue: put request into queue (reqtype 0, prio LOW, rq_id 26272)

M -OUT- sender_id WORK_PROCESS tid 33 wp_ca_blk 104 wp_id 0

M -OUT- action SEND_TO_DP uid 7626 appc_ca_blk -1 type NOWP

M -OUT- new_stat WP_WAIT mode 0 len 8 rq_id 26272

M -OUT- req_info LOGOFF

M ThCheckBlks: th_step = TH_WORK_NOSYNC

M ThCheckBlks: release appc_ca_blk 104

M REL APPC ca_blk 104

M ThDtAppcBlk: detach APPC ca_blk 104

M PfClearAllRec: clear statistic area

M PfStatDisconnect: disconnect statistics

M ThCallHooks: call hook >TrThHookFunc< for event BEFORE_TASK_SWITCH

M TrThHookFunc: called for task switch

M ThCallHooks: hook >TrThHookFunc< o.k.

M ThCallHooks: call hook >ThPCleanZombiesCallback< for event BEFORE_TASK_SWITCH

M ThCallHooks: hook >ThPCleanZombiesCallback< o.k.

M ThCallHooks: call hook >ImcResetPtr< for event BEFORE_TASK_SWITCH

M ThCallHooks: hook >ImcResetPtr< o.k.

M ThCallHooks: call hook >ThIDbgCallbackBeforeTaskSwitch< for event BEFORE_TASK_SWITCH

M ThCallHooks: hook >ThIDbgCallbackBeforeTaskSwitch< o.k.

M ThCallHooks: call hook >HttpResetPtr< for event BEFORE_TASK_SWITCH

M ThCallHooks: hook >HttpResetPtr< o.k.

M ThISend: jump back with rc TH_WAIT_FOR_REQUEST

M TskhLoop: switch back to normal tracel level 1

M

M Sun Mar 31 18:55:26 2013

M *** ERROR => 31.03.2013 15:55:26.795 PID=410852, TID=412516 SapTimer error. Time errors detected 112 times. Time may be incorrect on your system. [dpxxdisp.c 21108]

M {root-id=005056B41A2A1ED2A6C36CDEECC7C97A}_{conn-id=005056B41A2A1ED2A6C36C76EB28A97A}_1

M *** ERROR => 31.03.2013 15:55:26.795 PID=410852, TID=412516 SapTimer error. Time has to be synchronized too often: 28418.000000 times per day (threashold: 144). Time may be incorrect on your system. [dpxxdisp.c 21108]

M {root-id=005056B41A2A1ED2A6C36CDEECC7C97A}_{conn-id=005056B41A2A1ED2A6C36C76EB28A97A}_1

M 31.03.2013 15:55:26.795 PID=410852, TID=412516 SapTimer info. v1.119 SynchCount:284180 , OwnerPid: 219216, ErrsCount: 112, SapTime-WindowsUtcTime=-2549 millisec (max=-274921), Nosync=31 sec, SynchsPerDay=28418.000000, MaxQpcTimeMinusWindowsTimeMismatch: -504 millisec, TotalTimeCorrection=+172211 millisec, QpcTime-WindowsUtcTime=-174760 millisec (*)

A UpdateProfile (new settings): off,krn_impl,(no dyn check),(no logging),(no stat err),(local generation),(no commit)

A UpdateProfile (new exceptions): (tmp_err),(home_err),(local_err)

A UpdateProfile (new version): 0

A ***GENER* Trace switched off ***

M

M Sun Mar 31 19:02:58 2013

M SecAudit(rsauinit): WP attached to existing shared memory.

M SecAudit(RsauShmInit): addr of SHM for Audit.. = 00000000029C0050

M SecAudit(RsauShmInit): addr of RSAUSHM........ = 00000000029C1050

M SecAudit(RsauShmInit): addr of RSAUSLOTINFO... = 00000000029C1660

M SecAudit(RsauShmInit): addr of RSAUSLOTS...... = 00000000029C1670

S

S Sun Mar 31 19:06:59 2013

S found spool memory service RSPO-ACTIONS at 000000002F30A3E0

M

M Sun Mar 31 19:23:04 2013

M Deactivate ASTAT hyper index locking

B dbmyclu : info : my major identification is 3232261411, minor one 73.

B dbmyclu : info : Time Reference is 1.12.2001 00:00:00h GMT.

B dbmyclu : info : my initial uuid is E29A1F4044CACCF1897A005056B41A2A.

B dbmyclu : info : current optimistic cluster level: 3

B dbmyclu : info : pessimistic reads set to 2.

C

C Sun Mar 31 19:23:05 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 254 comm rd ODBC

C spid 124 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 31 19:42:58 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,440}

C

C Sun Mar 31 20:22:53 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 199 comm rd ODBC

C spid 255 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 31 20:40:50 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,442}

C

C Sun Mar 31 22:22:52 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 55 comm rd ODBC

C spid 44 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 31 22:41:48 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,445}

C

C Sun Mar 31 23:22:58 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 74 comm rd ODBC

C spid 166 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Sun Mar 31 23:44:20 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,447}

C

C Mon Apr 01 01:00:33 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C

C Mon Apr 01 01:00:34 2013

C lpc:(local) connection used on QASBPCAB

C spid 232 comm rd ODBC

C spid 249 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 2 opened (DBSL handle 1)

C

C Mon Apr 01 01:17:16 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,449}

C

C Mon Apr 01 03:23:05 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C

C Mon Apr 01 03:23:06 2013

C spid 252 comm rd ODBC

C spid 39 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Mon Apr 01 03:43:03 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,452}

C

C Mon Apr 01 05:23:18 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 77 comm rd ODBC

C spid 180 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Mon Apr 01 05:43:41 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,456}

C

C Mon Apr 01 06:22:50 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 159 comm rd ODBC

C spid 78 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Mon Apr 01 06:38:44 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,461}

C

C Mon Apr 01 08:22:55 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 130 comm rd ODBC

C spid 33 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Mon Apr 01 08:39:47 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,464}

C

C Mon Apr 01 09:40:51 2013

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1025) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Abstract Plan (AP) Warning : An error occured while applying the AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/SHIER_HIEID"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1026) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]to the SQL query:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]SELECT TOP 1 * FROM "/BI0/SHIER_HIEID" WHERE "HIER_HIEID" = ? /* R3:GP3NMH9HJOUJWDA4N37ADW8RLQA:216 T:/BI0/SHIER_HIEID M:001 */

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1028) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Failed to apply the top operator 'i_scan ' of the following AP fragment:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/BI0/SHIER_HIEID"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1027) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The following template can be used as a basis for a valid AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( also_enforce ( scan [/BI0/SHIER_HIEID] ) )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1031) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The optimizer will try to complete the compilation of this query; on success, the query will be executed normally.

C

C

C Mon Apr 01 09:40:52 2013

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1025) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Abstract Plan (AP) Warning : An error occured while applying the AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/B28/KEXDBO73"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1026) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]to the SQL query:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]SELECT "HIESID" ,"NIOBJNM" ,"NODENAME" ,"LINKNO" ,"SID" ,"OSID" FROM "/B28/KEXDBO73" WHERE "HIESID" = ? AND "NIOBJNM" = ? AND "NODENAME" = ? AND "LINKNO" = ? UNION ALL SELECT "HIESID" ,"NIOBJNM" ,"NODENAME" ,"LINKNO" ,"SID" ,"OSID" FROM "/B28/KEXDBO73" WH

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]ERE "HIESID" = ? AND "NIOBJNM" = ? AND "NODENAME" = ? AND "LINKNO" = ? /* R3:SAPLRRSI:10277 T:/B28/KEXDBO73 M:001 */

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1028) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Failed to apply the top operator 'i_scan ' of the following AP fragment:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( i_scan ["/B28/KEXDBO73"] )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1027) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The following template can be used as a basis for a valid AP:

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1029) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]( also_enforce ( union ( also_enforce ( scan [/B28/KEXDBO73@Gtt1] ) ) ( also_enforce ( scan [/B28/KEXDBO73@Gtt2] ) ) ) )

C

C WARNING: 1 in function StartSelect (execute) [line 17173]

C (1031) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]The optimizer will try to complete the compilation of this query; on success, the query will be executed normally.

C

C

C Mon Apr 01 09:40:53 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 209 comm rd ODBC

C spid 115 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 3 opened (DBSL handle 1)

C

C Mon Apr 01 09:57:19 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 3, con_da={R/3*HIER,465}

C

C Mon Apr 01 10:15:35 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C

C Mon Apr 01 10:15:36 2013

C lpc:(local) connection used on QASBPCAB

C spid 248 comm rd ODBC

C spid 143 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 2 opened (DBSL handle 1)

C

C Mon Apr 01 10:45:09 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,470}

C

C Mon Apr 01 12:23:36 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 165 comm rd ODBC

C spid 41 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Mon Apr 01 12:43:26 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,471}

C

C Mon Apr 01 15:22:45 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 55 comm rd ODBC

C spid 259 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Mon Apr 01 15:41:41 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,473}

M ThEMsgArrived: sysmsg_for_rfc = 0

C

C Mon Apr 01 15:44:46 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 234 comm rd ODBC

C spid 241 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 2 opened (DBSL handle 1)

A

A Mon Apr 01 15:45:33 2013

A *GENER* request remote generation: CL_RSL_TLOGO_UTIL=============CP.

A

A Mon Apr 01 15:45:35 2013

A *GENER* request remote generation: CL_RSL_WSP====================CP.

A

A Mon Apr 01 15:45:40 2013

A *GENER* request remote generation: IF_RSL_TLOGO==================IP.

A

A Mon Apr 01 15:45:42 2013

A *GENER* request remote generation: CL_RSL_WSP_VERS===============CP.

Y

Y Mon Apr 01 15:45:43 2013

Y go to separate LUW generation ===> 20130401154543

Y GuiStatus status update - dyn text unused: SAPLKKBL STDPOPUP

Y return from separate LUW <=== WP: 1 th_rc=0 OK

A

A Mon Apr 01 15:47:05 2013

A *GENER* request remote generation: CL_RSD_DTA_UTIL===============CP.

A

A Mon Apr 01 15:47:17 2013

A *GENER* request remote generation: CL_RSDDB_PROC_TRUNCATE========CP.

A

A Mon Apr 01 15:47:22 2013

A *GENER* request remote generation: RSBM_ERRORLOG_DELETE.

A

A Mon Apr 01 15:47:24 2013

A *GENER* request remote generation: RSBDELTAREPAIR.

A

A Mon Apr 01 15:47:27 2013

A ***SUBPOOL*** generating subroutine pool %_T000IN for user H.FARAG (21940101).

A MainProg=SAPLSBAL_DISPLAY_BASE, Incl=LSBAL_DISPLAY_BASEF01, Line=316

C

C Mon Apr 01 15:48:57 2013

C ERROR: -1 in function ExecuteAndFlush (SQLExecDirect) [line 9432]

C (3701) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Cannot drop the view '/BIC/VZFI

C GL_C01F', because it doesn't exist in the system catalogs.

C

C DbSlExecute - Error 103 (dbcode 3701) on DDLExecute

C DbSlExecute - <DROP VIEW "/BIC/VZFIGL_C01F" >

C dbdssyb: DBSL103 SQL3701

C [ASE Error SQL3701]Cannot drop the view '/BIC/VZFIGL_C01F', because it doesn't exist in the system catalogs.

C

B

B Mon Apr 01 15:49:07 2013

B table logging switched off for all clients

C

C Mon Apr 01 15:49:09 2013

C ERROR: -1 in function ExecuteAndFlush (SQLExecDirect) [line 9432]

C (3701) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Cannot drop the index '/BIC/FZF

C IGL_C01./BIC/FZFIGL_C01~0', because it doesn't exist in the system catalogs.

C

C

C DbSlExecute - Error 103 (dbcode 3701) on DDLExecute

C DbSlExecute - <DROP INDEX "/BIC/FZFIGL_C01"."/BIC/FZFIGL_C01~0" >

C dbdssyb: DBSL103 SQL3701

C [ASE Error SQL3701]Cannot drop the index '/BIC/FZFIGL_C01./BIC/FZFIGL_C01~0', because it doesn't exist in the system catalogs.

C

C ERROR: -1 in function ExecuteAndFlush (SQLExecDirect) [line 9432]

C (3701) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Cannot drop the index '/BIC/FZF

C IGL_C01./BIC/FZFIGL_C01~P', because it doesn't exist in the system catalogs.

C

C

C DbSlExecute - Error 103 (dbcode 3701) on DDLExecute

C DbSlExecute - <DROP INDEX "/BIC/FZFIGL_C01"."/BIC/FZFIGL_C01~P" >

C dbdssyb: DBSL103 SQL3701

C [ASE Error SQL3701]Cannot drop the index '/BIC/FZFIGL_C01./BIC/FZFIGL_C01~P', because it doesn't exist in the system catalogs.

C

C ERROR: -1 in function ExecuteAndFlush (SQLExecDirect) [line 9432]

C (3701) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Cannot drop the index '/BIC/EZF

C IGL_C01./BIC/EZFIGL_C01~0', because it doesn't exist in the system catalogs.

C

C

C DbSlExecute - Error 103 (dbcode 3701) on DDLExecute

C DbSlExecute - <DROP INDEX "/BIC/EZFIGL_C01"."/BIC/EZFIGL_C01~0" >

C dbdssyb: DBSL103 SQL3701

C [ASE Error SQL3701]Cannot drop the index '/BIC/EZFIGL_C01./BIC/EZFIGL_C01~0', because it doesn't exist in the system catalogs.

C

C ERROR: -1 in function ExecuteAndFlush (SQLExecDirect) [line 9432]

C (3701) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Cannot drop the index '/BIC/EZF

C IGL_C01./BIC/EZFIGL_C01~P', because it doesn't exist in the system catalogs.

C

C

C DbSlExecute - Error 103 (dbcode 3701) on DDLExecute

C DbSlExecute - <DROP INDEX "/BIC/EZFIGL_C01"."/BIC/EZFIGL_C01~P" >

C dbdssyb: DBSL103 SQL3701

C [ASE Error SQL3701]Cannot drop the index '/BIC/EZFIGL_C01./BIC/EZFIGL_C01~P', because it doesn't exist in the system catalogs.

C

C

C Mon Apr 01 15:49:10 2013

C ERROR: -1 in function ExecuteAndFlush (SQLExecDirect) [line 9432]

C (3701) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Cannot drop the view '/BIC/VZFI

C GL_C01F', because it doesn't exist in the system catalogs.

C

C DbSlExecute - Error 103 (dbcode 3701) on DDLExecute

C DbSlExecute - <DROP VIEW "/BIC/VZFIGL_C01F" >

C dbdssyb: DBSL103 SQL3701

C [ASE Error SQL3701]Cannot drop the view '/BIC/VZFIGL_C01F', because it doesn't exist in the system catalogs.

C

A

A Mon Apr 01 15:56:19 2013

A *GENER* starting inline generation: GP00O2TPYF2KE788NAANIN7A7WA (reason: explicit generation).

C

C Mon Apr 01 16:01:13 2013

C ERROR: -1 in function ExecuteAndFlush (SQLExecDirect) [line 9432]

C (3701) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Cannot drop the view '/BIC/VZFI

C GL_C01F', because it doesn't exist in the system catalogs.

C

C DbSlExecute - Error 103 (dbcode 3701) on DDLExecute

C DbSlExecute - <DROP VIEW "/BIC/VZFIGL_C01F" >

C dbdssyb: DBSL103 SQL3701

C [ASE Error SQL3701]Cannot drop the view '/BIC/VZFIGL_C01F', because it doesn't exist in the system catalogs.

C

C

C Mon Apr 01 16:01:21 2013

C ERROR: -1 in function ExecuteAndFlush (SQLExecDirect) [line 9432]

C (3701) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Cannot drop the index '/BIC/FZF

C IGL_C01./BIC/FZFIGL_C01~0', because it doesn't exist in the system catalogs.

C

C

C DbSlExecute - Error 103 (dbcode 3701) on DDLExecute

C DbSlExecute - <DROP INDEX "/BIC/FZFIGL_C01"."/BIC/FZFIGL_C01~0" >

C dbdssyb: DBSL103 SQL3701

C [ASE Error SQL3701]Cannot drop the index '/BIC/FZFIGL_C01./BIC/FZFIGL_C01~0', because it doesn't exist in the system catalogs.

C

C ERROR: -1 in function ExecuteAndFlush (SQLExecDirect) [line 9432]

C (3701) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Cannot drop the index '/BIC/FZF

C IGL_C01./BIC/FZFIGL_C01~P', because it doesn't exist in the system catalogs.

C

C

C DbSlExecute - Error 103 (dbcode 3701) on DDLExecute

C DbSlExecute - <DROP INDEX "/BIC/FZFIGL_C01"."/BIC/FZFIGL_C01~P" >

C dbdssyb: DBSL103 SQL3701

C [ASE Error SQL3701]Cannot drop the index '/BIC/FZFIGL_C01./BIC/FZFIGL_C01~P', because it doesn't exist in the system catalogs.

C

C ERROR: -1 in function ExecuteAndFlush (SQLExecDirect) [line 9432]

C (3701) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Cannot drop the index '/BIC/EZF

C IGL_C01./BIC/EZFIGL_C01~0', because it doesn't exist in the system catalogs.

C

C

C DbSlExecute - Error 103 (dbcode 3701) on DDLExecute

C DbSlExecute - <DROP INDEX "/BIC/EZFIGL_C01"."/BIC/EZFIGL_C01~0" >

C dbdssyb: DBSL103 SQL3701

C [ASE Error SQL3701]Cannot drop the index '/BIC/EZFIGL_C01./BIC/EZFIGL_C01~0', because it doesn't exist in the system catalogs.

C

C ERROR: -1 in function ExecuteAndFlush (SQLExecDirect) [line 9432]

C (3701) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Cannot drop the index '/BIC/EZF

C IGL_C01./BIC/EZFIGL_C01~P', because it doesn't exist in the system catalogs.

C

C

C DbSlExecute - Error 103 (dbcode 3701) on DDLExecute

C DbSlExecute - <DROP INDEX "/BIC/EZFIGL_C01"."/BIC/EZFIGL_C01~P" >

C dbdssyb: DBSL103 SQL3701

C [ASE Error SQL3701]Cannot drop the index '/BIC/EZFIGL_C01./BIC/EZFIGL_C01~P', because it doesn't exist in the system catalogs.

C

C

C Mon Apr 01 16:01:22 2013

C ERROR: -1 in function ExecuteAndFlush (SQLExecDirect) [line 9432]

C (3701) [ZZZZZ] [Sybase][ODBC Driver][Adaptive Server Enterprise]Cannot drop the view '/BIC/VZFI

C GL_C01F', because it doesn't exist in the system catalogs.

C

C DbSlExecute - Error 103 (dbcode 3701) on DDLExecute

C DbSlExecute - <DROP VIEW "/BIC/VZFIGL_C01F" >

C dbdssyb: DBSL103 SQL3701

C [ASE Error SQL3701]Cannot drop the view '/BIC/VZFIGL_C01F', because it doesn't exist in the system catalogs.

C

A

A Mon Apr 01 16:01:24 2013

A ***SUBPOOL*** generating subroutine pool %_T000IO for user H.FARAG (21940101).

A MainProg=SAPLSBAL_DISPLAY_BASE, Incl=LSBAL_DISPLAY_BASEF01, Line=316

A

A Mon Apr 01 16:05:09 2013

A *GENER* starting inline generation: GP00O2TPYF2KE788NAANIN7A7WA (reason: explicit generation).

A

A Mon Apr 01 16:05:11 2013

A *GENER* starting inline generation: GP_TRA_0000000001 (reason: explicit generation).

A

A Mon Apr 01 16:05:55 2013

A *GENER* starting inline generation: GP00O2TPYF2KE788NCOLRQCMUT6 (reason: explicit generation).

A

A Mon Apr 01 16:06:31 2013

A ***SUBPOOL*** generating subroutine pool %_T000IP for user H.FARAG (21940101).

A MainProg=SAPLRSSG, Incl=LRSSGF01, Line=1246

A

A Mon Apr 01 16:06:32 2013

A *GENER* starting inline generation: GP00O2TPYF2KE788NCJTQEAQWL6 (reason: explicit generation).

A *GENER* starting inline generation: GP00O2TPYF2KE788NCJTQEAPI0Q (reason: already local generations within LUW).

A

A Mon Apr 01 16:06:53 2013

A ***SUBPOOL*** generating subroutine pool %_T000IQ for user H.FARAG (21940101).

A MainProg=SAPLRSSG, Incl=LRSSGF01, Line=1246

A

A Mon Apr 01 16:06:55 2013

A *GENER* starting inline generation: GP00O2TPYF2KE788LNLWWW3QJQY (reason: explicit generation).

A

A Mon Apr 01 16:08:10 2013

A *GENER* starting inline generation: GP00O2TPYF2KE789C92ZH4NS0OQ (reason: program touched by own LUW).

C

C Mon Apr 01 16:45:06 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,491}

C

C Mon Apr 01 18:23:01 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 198 comm rd ODBC

C spid 84 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Mon Apr 01 18:42:51 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,494}

C

C Mon Apr 01 19:23:26 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 162 comm rd ODBC

C spid 60 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Mon Apr 01 19:40:20 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,500}

C

C Mon Apr 01 21:23:30 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 189 comm rd ODBC

C spid 179 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Mon Apr 01 21:41:25 2013

C DbSlDisconnect hdl: 1

B

B Mon Apr 01 21:41:26 2013

B Disconnected from connection 2, con_da={R/3*DTALOC,503}

C

C Mon Apr 01 23:23:28 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 142 comm rd ODBC

C spid 129 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 2 opened (DBSL handle 1)

C

C Mon Apr 01 23:38:57 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,504}

C

C Tue Apr 02 01:01:08 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 159 comm rd ODBC

C spid 70 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Apr 02 01:19:51 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,505}

B

B Tue Apr 02 04:38:17 2013

B *** ERROR => dbsync[check_sync_interval]: 289 seconds passed since last synchronisation

last sync: 20130402043328, now: 20130402043817

[dbsync.c 4340]

B {root-id=005056B41A2A1ED2A6E6BFACBB36A97A}_{conn-id=00000000000000000000000000000000}_0

B ***LOG BS5=> Buffer synchronisation has not been called for 289 seconds [dbsync 4342]

C

C Tue Apr 02 05:23:26 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 104 comm rd ODBC

C spid 212 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Apr 02 05:43:20 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,508}

C

C Tue Apr 02 07:23:33 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 187 comm rd ODBC

C spid 54 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Apr 02 07:39:25 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,511}

C

C Tue Apr 02 08:23:34 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 85 comm rd ODBC

C spid 82 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 2 opened (DBSL handle 1)

C

C Tue Apr 02 08:42:04 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,512}

C

C Tue Apr 02 09:23:14 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 94 comm rd ODBC

C spid 82 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Apr 02 09:45:04 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,514}

C

C Tue Apr 02 11:22:53 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 136 comm rd ODBC

C spid 139 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Apr 02 11:42:45 2013

C DbSlDisconnect hdl: 1

B

B Tue Apr 02 11:42:46 2013

B Disconnected from connection 2, con_da={R/3*DTALOC,516}

C

C Tue Apr 02 13:23:40 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 36 comm rd ODBC

C spid 195 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 2 opened (DBSL handle 1)

C

C Tue Apr 02 13:43:12 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,517}

C

C Tue Apr 02 14:23:21 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 166 comm rd ODBC

C spid 178 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Apr 02 14:41:15 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 1, con_da={R/3*BWMON,519}

C

C Tue Apr 02 15:23:21 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 226 comm rd ODBC

C spid 31 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Apr 02 15:43:59 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,522}

C

C Tue Apr 02 17:22:53 2013

C database is local: connect_timeout: 3

C Thread ID:412516

C lib_dbsl 720_REL 02/23/2012 10:32:00

C Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

C dbsybslib.dll patch info

C SAP patchlevel 0

C SAP patchno 210

C Last SYBASE DBSL patchlevel 0

C Last SYBASE DBSL patchno 210

C Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

C lpc:(local) connection used on QASBPCAB

C lpc:(local) connection used on QASBPCAB

C spid 77 comm rd ODBC

C spid 116 unc rd ODBC

C Driver: Adaptive Server Enterprise Driver release: 15.7.0.105

C Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

C GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

C GetServerInfo release: 15.7.0.012

C GetServerInfo architecture: unknown

C GetServerInfo edition: P

C GetServerInfo byte width: 64 bit

C DbSlConnect hdl: 1

B Connection 1 opened (DBSL handle 1)

C

C Tue Apr 02 17:41:49 2013

C DbSlDisconnect hdl: 1

B Disconnected from connection 2, con_da={R/3*DTALOC,524}

R3trans -d is displayed below

This is R3trans version 6.22 (release 720 - 09.02.12 - 18:31:00 ).

unicode enabled version

R3trans=>sapparam(1c): No Profile used.

R3trans=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

R3trans finished (0000).

trans.log is displayed below

4 ETW000 R3trans version 6.22 (release 720 - 09.02.12 - 18:31:00 ).

4 ETW000 unicode enabled version

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

4 ETW000

4 ETW000 date&time : 03.04.2013 - 17:44:22

4 ETW000 control file: <no ctrlfile>

4 ETW000 R3trans was called as follows: R3trans -x

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

4 ETW000 [ dev trc,00000] Wed Apr 03 17:44:22 2013 158 0.000158

4 ETW000 [ dev trc,00000] db_con_init called 59 0.000217

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

4 ETW000 107 0.000324

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

4 ETW000 55 0.000379

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

4 ETW000 [ dev trc,00000] Loading DB library 'dbsybslib.dll' ... 84 0.000495

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

4 ETW000 1226 0.001721

4 ETW000 [ dev trc,00000] using "D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll" 44 0.001765

4 ETW000 [ dev trc,00000] Library 'dbsybslib.dll' loaded 39 0.001804

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

4 ETW000 [ dev trc,00000] Version of 'dbsybslib.dll' is "720.00", patchlevel (0.210) 10954 0.012797

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

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

4 ETW000 [ dev trc,00000] New connection 0 created 46 0.012943

4 ETW000 [ dev trc,00000] 0: name = R/3, con_id = -000000001, state = DISCONNECTED, tx = NO , bc = NO , hc = NO , perm = YES, reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog =

4 ETW000 73 0.013016

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

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

4 ETW000 52 0.013108

4 ETW000 [ dev trc,00000] find_con_by_name found the following connection: 34 0.013142

4 ETW000 [ dev trc,00000] 0: name = R/3, con_id = 000000000, state = DISCONNECTED, tx = NO , bc = NO , hc = NO , perm = YES, reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog =

4 ETW000 67 0.013209

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

4 ETW000 [ dev trc,00000] read_con_info_ssfs(): DBSL supports extended connect protocol 64 0.013309

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

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

4 ETW000 77 0.013386

4 ETW000 [ dev trc,00000] RSecSSFs: Entering function "RSecSSFsGetRecord" [rsecssfs.c 850] 80 0.013466

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

4 ETW000 278 0.013744

4 ETW000 [ dev trc,00000] RSecSSFs: Data file "D:\usr\sap\NW3\SYS\global\security\rsecssfs\data\SSFS_NW3.DAT" opened for read [rsecssfs.c 2351]

4 ETW000 250 0.013994

4 ETW000 [ dev trc,00000] RSecSSFs: Key file "D:\usr\sap\NW3\SYS\global\security\rsecssfs\key\SSFS_NW3.KEY" not found, using default key [rsecssfs.c 1271]

4 ETW000 179 0.014173

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

4 ETW000 584 0.014757

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

4 ETW000 61 0.014818

4 ETW000 [ dev trc,00000] RSecSSFs: Entering function "RSecSSFsGetRecord" [rsecssfs.c 850] 46 0.014864

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

4 ETW000 147 0.015011

4 ETW000 [ dev trc,00000] RSecSSFs: Data file "D:\usr\sap\NW3\SYS\global\security\rsecssfs\data\SSFS_NW3.DAT" opened for read [rsecssfs.c 2351]

4 ETW000 222 0.015233

4 ETW000 [ dev trc,00000] RSecSSFs: Key file "D:\usr\sap\NW3\SYS\global\security\rsecssfs\key\SSFS_NW3.KEY" not found, using default key [rsecssfs.c 1271]

4 ETW000 176 0.015409

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

4 ETW000 444 0.015853

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

4 ETW000 58 0.015911

4 ETW000 [ dev trc,00000] RSecSSFs: Entering function "RSecSSFsGetRecord" [rsecssfs.c 850] 45 0.015956

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

4 ETW000 145 0.016101

4 ETW000 [ dev trc,00000] RSecSSFs: Data file "D:\usr\sap\NW3\SYS\global\security\rsecssfs\data\SSFS_NW3.DAT" opened for read [rsecssfs.c 2351]

4 ETW000 214 0.016315

4 ETW000 [ dev trc,00000] RSecSSFs: Key file "D:\usr\sap\NW3\SYS\global\security\rsecssfs\key\SSFS_NW3.KEY" not found, using default key [rsecssfs.c 1271]

4 ETW000 171 0.016486

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

4 ETW000 199 0.016685

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

4 ETW000 208 0.016893

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

4 ETW000 71 0.016964

4 ETW000 [ dev trc,00000] read_con_info_ssfs(): deregister callback ssfs_dbi_trace 36 0.017000

4 ETW000 [ dev trc,00000] database is local: connect_timeout: 3 9771 0.026771

4 ETW000 [ dev trc,00000] Thread ID:9012 60 0.026831

4 ETW000 [ dev trc,00000] lib_dbsl 720_REL 02/23/2012 10:32:00 40 0.026871

4 ETW000 [ dev trc,00000] Using dynamic link library 'D:\usr\sap\NW3\DVEBMGS73\exe\dbsybslib.dll'

4 ETW000 66 0.026937

4 ETW000 [ dev trc,00000] dbsybslib.dll patch info 77 0.027014

4 ETW000 [ dev trc,00000] SAP patchlevel 0 42 0.027056

4 ETW000 [ dev trc,00000] SAP patchno 210 34 0.027090

4 ETW000 [ dev trc,00000] Last SYBASE DBSL patchlevel 0 36 0.027126

4 ETW000 [ dev trc,00000] Last SYBASE DBSL patchno 210 37 0.027163

4 ETW000 [ dev trc,00000] Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing (1688468)

4 ETW000 58 0.027221

4 ETW000 [ dev trc,00000] lpc:(local) connection used on QASBPCAB 70 0.027291

4 ETW000 [ dev trc,00000] lpc:(local) connection used on QASBPCAB 272901 0.300192

4 ETW000 [ dev trc,00000] Wed Apr 03 17:44:23 2013 134238 0.434430

4 ETW000 [ dev trc,00000] spid 39 comm rd ODBC 73 0.434503

4 ETW000 [ dev trc,00000] spid 40 unc rd ODBC 897 0.435400

4 ETW000 [ dev trc,00000] Driver: Adaptive Server Enterprise Driver release: 15.7.0.105 2285 0.437685

4 ETW000 [ dev trc,00000] Driver full version: Sybase ASE ODBC Driver/15.7.0/ESD#1/P/x86/Windows/drvmain/Build 105/32-bit/Normal/Wed Feb 15 UTC 18:35:16 2012

4 ETW000 127 0.437812

4 ETW000 [ dev trc,00000] GetServerInfo version: Adaptive Server Enterprise/15.7.0/EBF 20076 SMP ESD#01 Refresh#1/P/X64/Windows Server/aseasap/2926/64-bit/OPT/Thu May 24 01:24:50 2012

4 ETW000 965 0.438777

4 ETW000 [ dev trc,00000] GetServerInfo release: 15.7.0.012 867 0.439644

4 ETW000 [ dev trc,00000] GetServerInfo architecture: unknown 58 0.439702

4 ETW000 [ dev trc,00000] GetServerInfo edition: P 45 0.439747

4 ETW000 [ dev trc,00000] GetServerInfo byte width: 64 bit 47 0.439794

4 ETW000 [ dev trc,00000] DbSlConnect hdl: 0 3694 0.443488

4 ETW000 [ dev trc,00000] trace file set 67 0.443555

4 ETW000 [ dev trc,00000] Connection 0 opened (DBSL handle 0) 67 0.443622

4 ETW000 Connected to database.

4 ETW000 [ dev trc,00000] Disconnecting from ALL connections: 4514 0.448136

4 ETW000 [ dev trc,00000] DbSlDisconnect hdl: 0 54 0.448190

4 ETW000 [ dev trc,00000] DbSlDisconnect curr_thread_id: 9012 syb_conn[0]->thread_id: 9012 42 0.448232

4 ETW000 [ dev trc,00000] Disconnected from connection 0 3205 0.451437

4 ETW000 [ dev trc,00000] statistics db_con_commit (com_total=0, com_tx=0) 59 0.451496

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

4 ETW000 Disconnected from database.

4 ETW000 End of Transport (0000).

4 ETW000 date&time: 03.04.2013 - 17:44:23

Thanks

Hassan Amer

former_member188883
Active Contributor
0 Kudos

Hi Hassan,

One of issues as identified from the logs is system time is not synchronized.

M *** ERROR => 31.03.2013 15:55:26.795 PID=410852, TID=412516 SapTimer error. Time has to be synchronized too often: 28418.000000 times per day (threashold: 144). Time may be incorrect on your system. [dpxxdisp.c 21108]

M {root-id=005056B41A2A1ED2A6C36CDEECC7C97A}_{conn-id=005056B41A2A1ED2A6C36C76EB28A97A}_1

To correct above error do the following

1) Stop sap application

2) Stop database

3) Stop all the database and SAP services

4) Modify Windows server time to make it as correct time.

5) Restart Server

6) Check whether windows server time still shows correct time as per clock.

7) Start Database and SAP services

😎 Start database

9) Start SAP

10) Check the results.

Hope this helps.

Regards,

Deepak Kori

AtulKumarJain
Active Contributor
0 Kudos

Hi Hasan,

There is one more issue your log showing

Last SYBASE DBSL patchcomment Sybase ASE R3load fastload is failing

so as per note 1688468

Use dbsl patch 210

Best Regards,

Atul

former_member215961
Contributor
0 Kudos

Hi,

1.- check the clock time is set correctlly:

M Sat Mar 23 21:10:01 2013

M *** ERROR => 23.03.2013 18:10:01.843 PID=199108, TID=197108 SapTimer error. Time errors detected 42 times. Time may be incorrect on your system. [dpxxdisp.c 21108]

2.- check if you are using last kernel version . And the last driver for ase db.

Cheers

former_member215961
Contributor
0 Kudos

Hi Hassan Amer,

*** ERROR => [AttachOsShm] OpenFileMapping(FILE_MAP_ALL_ACCESS,FALSE,Global\SAP_SYSTEM_SHM_73_37) failed with Err=5

EIO*: Input/output error OR: Access is denied. [shmnt.c 2263]

This happens when SAP application server cannot allocate OS memory to run sap process as dispatcher ,message server and dips+work.

If your sap OS is an linux you must clean shared memory doing cleanipc <instance number> remove.

Otherwise if your system is windows i recommend you to reboot the server.

Cheers

Former Member
0 Kudos

Hi,

It seems that something has happened to memory after system restart.


I would suggest you to restart the Server ( I mean in OS level) and try to start the SAP system.

Please attach the dev_w0 if the issue is not fixed.

Please execute R3trans -d and share the trans.log too.

Thanks and Regards,

Vimal