Link to home
Start Free TrialLog in
Avatar of Daniel Mina
Daniel Mina

asked on

An error while restoring database from Sybase 15.7 to SAP 16

Hi Experts,
I have a problem restoring Sybase database from Sybase 15.7 to SAP 16, on the same instance I did restore another database from the same Sybase server with no issues.
The problem happens in the online database step, load command complete successfully. Both Sybase servers are running on Windows OS.

Below is the output for online database command:

Started estimating recovery log boundaries for database 'XX'.
Database 'XX', checkpoint=(4834613, 16), first=(4834613, 16), last=(4834613, 16).
Completed estimating recovery log boundaries for database 'XX'.
Started ANALYSIS pass for database 'XX'.
Completed ANALYSIS pass for database 'XX'.
Recovery of database 'XX' will undo incomplete nested top actions.
Database 'XX' appears to be at an older version '15.7' than the present installation at version '16.0 SP01 PL02'; ASE will assess it, and upgrade it as required.
Database 'XX': beginning upgrade step [ID     2]: validate basic system type data 
Database 'XX': beginning upgrade step [ID    75]: executing SQL statement ("update syscolumns set type=66, user...")
0 row(s) affected.
Database 'XX': beginning upgrade step [ID     9]: executing SQL statement ("if exists (select 1 from syscolumns...")
Database 'XX': beginning upgrade step [ID    10]: alter table (table sysobjects)
Database 'XX': beginning upgrade step [ID    69]: executing SQL statement ("if 2 = (select count(name) from sys...")
0 row(s) affected.
Database 'XX': beginning upgrade step [ID    83]: executing SQL statement ("if not exists (select name from sys...")
1 row(s) affected.
1 row(s) affected.
Database 'XX': beginning upgrade step [ID    74]: executing SQL statement ("update syscolumns set type=66, user...")
0 row(s) affected.
1 row(s) affected.
33 row(s) affected.
Database 'XX': beginning upgrade step [ID    91]: executing SQL statement ("update systypes set length=@@maxpag...")
0 row(s) affected.
Database 'XX': beginning upgrade step [ID   245]: Update system roles in system tables. 
0 row(s) affected.
0 row(s) affected.
0 row(s) affected.
1 row(s) affected.
1 row(s) affected.
1 row(s) affected.
1 row(s) affected.
1 row(s) affected.
1 row(s) affected.
Database 'XX': beginning upgrade step [ID   246]: clear unused columns (table sysindexes)
Database 'XX': beginning upgrade step [ID   248]: update system catalog protection data 
Database 'XX': beginning upgrade step [ID  1105]: noting the present database upgrade level 
Database 'XX': beginning upgrade step [ID  1132]: noting the present database upgrade level 
Database 'XX': beginning upgrade step [ID  1299]: noting the present database upgrade level 
Database 'XX': beginning upgrade step [ID  1400]: noting the present database upgrade level 
Database 'XX': beginning upgrade step [ID  1502]: executing SQL statement ("if exists (select 1 from sysobjects...")
Database 'XX': beginning upgrade step [ID  1503]: executing SQL statement ("create view sysquerymetrics (uid, g...")
Database 'XX': beginning upgrade step [ID    73]: executing SQL statement ("update sysobjects set sysstat = sys...")
0 row(s) affected.
Database 'XX': beginning upgrade step [ID  1550]: noting the present database upgrade level 
Database 'XX': beginning upgrade step [ID  1702]: noting the present database upgrade level 
Database 'XX': beginning upgrade step [ID  1719]: executing SQL statement ("update sysattributes set object_inf...")
0 row(s) affected.
Database 'XX': beginning upgrade step [ID  1720]: noting the present database upgrade level 
Database 'XX': beginning upgrade step [ID  1730]: noting the present database upgrade level 
Database 'XX': beginning upgrade step [ID  1732]: Grant default permissions on system tables. 
Database 'XX': beginning upgrade step [ID  1733]: Grant default permissions on system tables. 
Database 'XX': beginning upgrade step [ID    82]: creating table (table sysdams)
Database 'XX': beginning upgrade step [ID  1740]: noting the present database upgrade level 
Database 'XX': beginning upgrade step [ID  1756]: executing SQL statement ("update sysobjects set sysstat4 = 0...")
5033 row(s) affected.
Database 'XX': beginning upgrade step [ID  1800]: noting the present database upgrade level 
Upgrade has finished in database 'XX'. ASE is now updating table level statistics for its system tables. Please be patient.
ASE is terminating this process.

Open in new window


The below error raising after the online database stop:

10:08:11.663      DBMS      Br16Crt -- Layer (5), Origin (2), Severity (7), Number (12) ct_send(): network packet layer: internal Client Library error: State error: trying to write when connection is expecting a read.

Thanks in advance,
Daniel Mina
Avatar of Joe Woodhouse
Joe Woodhouse

Hi Daniel,

Your error doesn’t have anything to do with the load or restore, it’s a very general error saying something went wrong at the network level.

Do you always get this same error at the same stage when loading/onlining this database? Are there any other messages in the ASE error log?
Avatar of Daniel Mina

ASKER

Hi Joe,
Thanks for your response. Yes, I get same error at the same stage of online database.

ASE error log contains the following while online database command is executed:

00:0002:00000:00033:2019/08/15 11:34:48.33 server  Log contains all committed transactions until 2019/08/06 21:16:07.79 for database XX.
00:0002:00000:00033:2019/08/15 11:35:00.42 kernel  attempted read from memory location 0000000000000042 from instruction at location 0x0000000074653459
00:0002:00000:00033:2019/08/15 11:35:00.42 kernel  Adaptive Server Enterprise system exception (0xc0000005) generated by a storage access violation.
00:0002:00000:00033:2019/08/15 11:35:00.49 kernel  Symbolic stack trace information is successfully loaded
00:0002:00000:00033:2019/08/15 11:35:02.79 kernel  pc: 0x0000000074653459 vcwprintf_s+ 0x2629 (0x0000000006808B30, 0x0000000000000042, 0x0000000006808330, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:02.80 kernel  pc: 0x0000000074631A3B sprintf+ 0x7b (0x0000000006807E68, 0x0000000006809340, 0x00000000FFFF0000, 0x0000000000000042)
00:0002:00000:00033:2019/08/15 11:35:03.96 kernel  pc: 0x00000000005B9F32 ex_stuffp+ 0x132 (0x0000000006808330, 0x0000000006809340, 0x000000000000006C, 0x0000000006807F20)
00:0002:00000:00033:2019/08/15 11:35:03.97 kernel  pc: 0x00000000006C96CB ex__logprint+ 0x26b (0x0000000029992210, 0x0000000000000000, 0x0000000000000000, 0x000000002C5AF000)
00:0002:00000:00033:2019/08/15 11:35:03.99 kernel  pc: 0x00000000006F01D8 ex_logprint+ 0xd8 (0x000000002C5A5800, 0x00000000FFFF0000, 0x000000000000002B, 0x0000000029992210)
00:0002:00000:00033:2019/08/15 11:35:03.99 kernel  pc: 0x00000000014B90B4 proc_read__backout+ 0x1a4 (0x000000002C5A5800, 0x0000000000000003, 0x000000000000001C, 0x0000000000000001)
00:0002:00000:00033:2019/08/15 11:35:04.00 kernel  pc: 0x0000000001448BF0 proc_handle+ 0xa0 (0x000000002999F5E8, 0x0000000000000012, 0x00000000299ACF50, 0x0000000029992210)
00:0002:00000:00033:2019/08/15 11:35:04.00 kernel  pc: 0x00000000006EB2D5 exc__raise+ 0x315 (0x0000000029992210, 0x000000002C5AD000, 0x000000000000001C, 0x0000000000000005)
00:0002:00000:00033:2019/08/15 11:35:04.01 kernel  pc: 0x00000000006EB48C exc_raise+ 0x11c (0x000000000102424C, 0x000000000000001C, 0x0000000000000005, 0x0000000000000012)
00:0002:00000:00033:2019/08/15 11:35:05.78 kernel  pc: 0x0000000000B79075 proc_read+ 0x5d31c5 (0x0000000000000000, 0x0000000000000002, 0x000000000000000E, 0x0000000029992210)
00:0002:00000:00033:2019/08/15 11:35:05.78 kernel  pc: 0x00000000004B40C6 proc_get+ 0x456 (0x0000000300005452, 0x000000000680A0F8, 0x0000020000000002, 0x0000000021B36F90)
00:0002:00000:00033:2019/08/15 11:35:05.79 kernel  pc: 0x00000000004B3BC5 s_getTreeOrPlan+ 0x145 (0x0000000057460C67, 0x000000000680AF51, 0x0000000023B20F90, 0x000000000680B1A0)
00:0002:00000:00033:2019/08/15 11:35:05.81 kernel  pc: 0x000000000068AEDF ptnc_get_ptncond+ 0x12f (0x0000000000000005, 0x000000002584300D, 0x0000000057460000, 0x0000000057460C67)
00:0002:00000:00033:2019/08/15 11:35:05.82 kernel  pc: 0x000000000059F630 ptnc_fill_ptnvals+ 0x340 (0x0000000023B20F90, 0x0000000022CCA7F0, 0x0000000057460C67, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:05.84 kernel  pc: 0x000000000058BCBD ind__ides_init_fromrow+ 0xfd (0x0000000029992210, 0x000000000680B1B0, 0x000000000680B220, 0x0000000020223580)
00:0002:00000:00033:2019/08/15 11:35:05.84 kernel  pc: 0x000000000056E6CF ind_ides_init+ 0x5cf (0x0000000023B20F90, 0x0000000000000001, 0x0000000000000000, 0x0000000000000100)
00:0002:00000:00033:2019/08/15 11:35:05.85 kernel  pc: 0x0000000000416139 des__fill_common+ 0x389 (0x000000000680CE10, 0x00000000FFFFFFFE, 0x0000000000000002, 0x000000000680D2B0)
00:0002:00000:00033:2019/08/15 11:35:05.85 kernel  pc: 0x0000000000416A00 des__fill+ 0x330 (0x0000020000000002, 0x0000000021B34330, 0x00000000218BE1C0, 0x00000000201E41C0)
00:0002:00000:00033:2019/08/15 11:35:05.85 kernel  pc: 0x00000000004B58F2 des_do_get+ 0x792 (0x0000000000000000, 0x0000000020223580, 0x000000000680D874, 0x0000000000510AE9)
00:0002:00000:00033:2019/08/15 11:35:05.86 kernel  pc: 0x0000000000498412 open__byid+ 0x82 (0x0000000000000000, 0x000000002584300D, 0x0000000029992210, 0x0000000000000001)
00:0002:00000:00033:2019/08/15 11:35:05.86 kernel  pc: 0x00000000004B4449 open_user_table+ 0x179 (0x0000000000000198, 0x000000000680DAC0, 0x000000002584300D, 0x0000000020223580)
00:0002:00000:00033:2019/08/15 11:35:05.87 kernel  pc: 0x0000000000A5A11C th__oam_extent_count+ 0x40289c (0x0000000000000000, 0x0000000000000000, 0x0000000000000001, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:05.87 kernel  pc: 0x00000000006A7577 th__count_unreserved_space+ 0x677 (0x0000000025AA1E80, 0x0000000000590FFF, 0x0000000025AA1E80, 0x0000000025AA1E80)
00:0002:00000:00033:2019/08/15 11:35:05.89 kernel  pc: 0x000000000066E4C2 th_fill_freespaceinfo+ 0x4a2 (0x0000000025AA1E80, 0x0000000000590FFF, 0x0000000000000000, 0x00000000FFFFFFFF)
00:0002:00000:00033:2019/08/15 11:35:05.89 kernel  pc: 0x000000000138DACD onl__th_postupgrade+ 0x5d (0x0000000025AA1E80, 0x0000000025AA1E80, 0x000000000680E4A0, 0x0000000029992210)
00:0002:00000:00033:2019/08/15 11:35:05.90 kernel  pc: 0x0000000000B35237 onl_online_db+ 0x4d3c47 (0x000000002C5A7B20, 0x0000000000000001, 0x000000002C5A7B20, 0x000000002C5A7B20)
00:0002:00000:00033:2019/08/15 11:35:05.90 kernel  pc: 0x00000000013E2E5D online_database+ 0x16d (0x000000002C5A79B0, 0x000000000680E710, 0x000000002C5A79B8, 0x0000000000400000)
00:0002:00000:00033:2019/08/15 11:35:05.91 kernel  pc: 0x0000000000B65EB6 s_execute+ 0x674476 (0x0000000029992210, 0x0000000029992210, 0x0000000000000000, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:05.91 kernel  pc: 0x000000000052D442 sequencer+ 0x4f2 (0x000000030324C837, 0x0000000029992210, 0x0000000000000000, 0x000000000000C000)
00:0002:00000:00033:2019/08/15 11:35:05.91 kernel  pc: 0x00000000005A17A1 tdsrecv_language+ 0x1f1 (0x0000000000000000, 0x0000000029992210, 0x000000000680F730, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  pc: 0x00000000004C0544 conn_hdlr+ 0xb84 (0x000000002186C600, 0x000000002186C600, 0x0000000000000000, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  end of stack trace, spid 33, kpid 5177384, suid 1
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  DUMP OF LOADED MODULES:-
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  sqlsrvr.exe loaded at 0000000000400000 [C:\SAP\ASE-16_0\bin\sqlsrvr.exe]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  ntdll.dll loaded at 00007FFDF7ED0000 [C:\Windows\SYSTEM32\ntdll.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  KERNEL32.DLL loaded at 00007FFDF54C0000 [C:\Windows\System32\KERNEL32.DLL]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  KERNELBASE.dll loaded at 00007FFDF4450000 [C:\Windows\System32\KERNELBASE.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  SYSFER.DLL loaded at 00000000746E0000 [C:\Windows\System32\SYSFER.DLL]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  ADVAPI32.dll loaded at 00007FFDF5DE0000 [C:\Windows\System32\ADVAPI32.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  msvcrt.dll loaded at 00007FFDF7D20000 [C:\Windows\System32\msvcrt.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  sechost.dll loaded at 00007FFDF5460000 [C:\Windows\System32\sechost.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  RPCRT4.dll loaded at 00007FFDF7B90000 [C:\Windows\System32\RPCRT4.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  WS2_32.dll loaded at 00007FFDF6260000 [C:\Windows\System32\WS2_32.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  COMDLG32.dll loaded at 00007FFDF7DD0000 [C:\Windows\System32\COMDLG32.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  MSVCR100.dll loaded at 0000000074600000 [C:\Windows\SYSTEM32\MSVCR100.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  libsybblk64.dll loaded at 0000000180000000 [C:\SAP\ASE-16_0\bin\libsybblk64.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  combase.dll loaded at 00007FFDF5AF0000 [C:\Windows\System32\combase.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  ucrtbase.dll loaded at 00007FFDF48C0000 [C:\Windows\System32\ucrtbase.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  bcryptPrimitives.dll loaded at 00007FFDF43E0000 [C:\Windows\System32\bcryptPrimitives.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  shcore.dll loaded at 00007FFDF4810000 [C:\Windows\System32\shcore.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  USER32.dll loaded at 00007FFDF5E90000 [C:\Windows\System32\USER32.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  win32u.dll loaded at 00007FFDF43C0000 [C:\Windows\System32\win32u.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  libsybtcl64.dll loaded at 0000000002560000 [C:\SAP\ASE-16_0\bin\libsybtcl64.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  GDI32.dll loaded at 00007FFDF7B50000 [C:\Windows\System32\GDI32.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  gdi32full.dll loaded at 00007FFDF50A0000 [C:\Windows\System32\gdi32full.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  libsybct64.dll loaded at 0000000002700000 [C:\SAP\ASE-16_0\bin\libsybct64.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  libsybcs64.dll loaded at 00000000025A0000 [C:\SAP\ASE-16_0\bin\libsybcs64.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  SHLWAPI.dll loaded at 00007FFDF5660000 [C:\Windows\System32\SHLWAPI.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  SHELL32.dll loaded at 00007FFDF64A0000 [C:\Windows\System32\SHELL32.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  cfgmgr32.dll loaded at 00007FFDF4710000 [C:\Windows\System32\cfgmgr32.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  windows.storage.dll loaded at 00007FFDF49C0000 [C:\Windows\System32\windows.storage.dll]
00:0002:00000:00033:2019/08/15 11:35:05.92 kernel  powrprof.dll loaded at 00007FFDF4370000 [C:\Windows\System32\powrprof.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  kernel.appcore.dll loaded at 00007FFDF4330000 [C:\Windows\System32\kernel.appcore.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  profapi.dll loaded at 00007FFDF4350000 [C:\Windows\System32\profapi.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  libsybcomn64.dll loaded at 00000000027C0000 [C:\SAP\ASE-16_0\bin\libsybcomn64.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  PSAPI.DLL loaded at 00007FFDF7DC0000 [C:\Windows\System32\PSAPI.DLL]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  ole32.dll loaded at 00007FFDF60B0000 [C:\Windows\System32\ole32.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  OLEAUT32.dll loaded at 00007FFDF5570000 [C:\Windows\System32\OLEAUT32.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  msvcp_win.dll loaded at 00007FFDF4670000 [C:\Windows\System32\msvcp_win.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  libsybintl64.dll loaded at 00000000025D0000 [C:\SAP\ASE-16_0\bin\libsybintl64.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  WSOCK32.dll loaded at 00007FFDEA9B0000 [C:\Windows\SYSTEM32\WSOCK32.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  MSVCR80.dll loaded at 0000000074530000 [C:\Windows\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.9268_none_88e0de612fadfb38\MSVCR80.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  libsybunic64.dll loaded at 0000000002890000 [C:\SAP\ASE-16_0\bin\libsybunic64.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  NETAPI32.dll loaded at 00007FFDEEE40000 [C:\Windows\SYSTEM32\NETAPI32.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  dbghelp.dll loaded at 00007FFDEA6B0000 [C:\Windows\SYSTEM32\dbghelp.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  COMCTL32.dll loaded at 00007FFDEA900000 [C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.14393.2457_none_a13eaee9d8fd5c07\COMCTL32.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  IPHLPAPI.DLL loaded at 00007FFDF3930000 [C:\Windows\SYSTEM32\IPHLPAPI.DLL]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  loadperf.dll loaded at 00007FFDEA650000 [C:\Windows\SYSTEM32\loadperf.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  sybcsi_core29.dll loaded at 00000000029C0000 [C:\SAP\ASE-16_0\bin\sybcsi_core29.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  sybcsi_profiler29.dll loaded at 0000000002A10000 [C:\SAP\ASE-16_0\bin\sybcsi_profiler29.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  sybcsi_propertiesconfig29.dll loaded at 0000000002A40000 [C:\SAP\ASE-16_0\bin\sybcsi_propertiesconfig29.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  sybcsi_openssl29.dll loaded at 0000000002A60000 [C:\SAP\ASE-16_0\bin\sybcsi_openssl29.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  MPR.dll loaded at 00007FFDEA570000 [C:\Windows\SYSTEM32\MPR.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  MSWSOCK.DLL loaded at 00007FFDF3BF0000 [C:\Windows\SYSTEM32\MSWSOCK.DLL]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  dbgcore.DLL loaded at 00007FFDEA470000 [C:\Windows\SYSTEM32\dbgcore.DLL]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  ntmarta.dll loaded at 00007FFDF3010000 [C:\Windows\SYSTEM32\ntmarta.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  SYBEVENT.DLL loaded at 0000000010000000 [C:\SAP\ASE-16_0\dll\SYBEVENT.DLL]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  NSI.dll loaded at 00007FFDF60A0000 [C:\Windows\System32\NSI.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  dhcpcsvc6.DLL loaded at 00007FFDEE940000 [C:\Windows\SYSTEM32\dhcpcsvc6.DLL]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  dhcpcsvc.DLL loaded at 00007FFDEF920000 [C:\Windows\SYSTEM32\dhcpcsvc.DLL]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  icmp.Dll loaded at 0000000002950000 [C:\Windows\SYSTEM32\icmp.Dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  libsybaseldap64.dll loaded at 00000000044E0000 [C:\SAP\ASE-16_0\bin\libsybaseldap64.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  CRYPTSP.dll loaded at 00007FFDF3DA0000 [C:\Windows\SYSTEM32\CRYPTSP.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  rsaenh.dll loaded at 00007FFDF37C0000 [C:\Windows\system32\rsaenh.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  bcrypt.dll loaded at 00007FFDF4280000 [C:\Windows\SYSTEM32\bcrypt.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  CRYPTBASE.dll loaded at 00007FFDF3DC0000 [C:\Windows\SYSTEM32\CRYPTBASE.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  NETUTILS.DLL loaded at 00007FFDF3970000 [C:\Windows\SYSTEM32\NETUTILS.DLL]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  wkscli.dll loaded at 00007FFDF1590000 [C:\Windows\SYSTEM32\wkscli.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  srvcli.dll loaded at 00007FFDEE9A0000 [C:\Windows\SYSTEM32\srvcli.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  DNSAPI.dll loaded at 00007FFDF3980000 [C:\Windows\SYSTEM32\DNSAPI.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  rasadhlp.dll loaded at 00007FFDEE990000 [C:\Windows\System32\rasadhlp.dll]
00:0002:00000:00033:2019/08/15 11:35:05.93 kernel  fwpuclnt.dll loaded at 00007FFDEE8C0000 [C:\Windows\System32\fwpuclnt.dll]
00:0002:00000:00033:2019/08/15 11:35:05.94 kernel  ************************************
00:0002:00000:00033:2019/08/15 11:35:05.94 kernel  SQL causing error : 
00:0002:00000:00033:2019/08/15 11:35:05.94 kernel  ************************************
00:0002:00000:00033:2019/08/15 11:35:05.94 server  SQL Text: 
00:0002:00000:00033:2019/08/15 11:35:05.94 kernel  curdb = 5 tempdb = 2 pstat = 0x10000 p2stat = 0x101000
00:0002:00000:00033:2019/08/15 11:35:05.94 kernel  p3stat = 0x80800 p4stat = 0x0 p5stat = 0x8 p6stat = 0x8000011 p7stat = 0x110000
00:0002:00000:00033:2019/08/15 11:35:05.94 kernel  lasterror = 2805 preverror = 0 transtate = 1
00:0002:00000:00033:2019/08/15 11:35:05.94 kernel  curcmd = 260 program = DBArtisan                     
00:0002:00000:00033:2019/08/15 11:35:05.94 kernel  extended error information: hostname: XXXX login: sa
00:0002:00000:00033:2019/08/15 11:35:05.95 kernel  pc: 0x0000000000DF0275 os_get_cur_stk_desc+ 0xc5 (0x0000000000000002, 0x0000000000000002, 0x0000000000000000, 0x0000000006805A30)
00:0002:00000:00033:2019/08/15 11:35:05.95 kernel  pc: 0x00000000015510B7 pcstkwalk+ 0x2f7 (0x00000000004F0028, 0x00000000068040A0, 0x000000000000270F, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:05.95 kernel  pc: 0x0000000001571E39 ucstkgentrace+ 0x229 (0x00000000004F0028, 0x000000002186C600, 0x0000000000000001, 0x00000000004F0028)
00:0002:00000:00033:2019/08/15 11:35:05.96 kernel  pc: 0x0000000001571FA0 ucbacktrace+ 0xb0 (0x0000000029992210, 0x0000000029992210, 0x0000000000000000, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:05.98 kernel  pc: 0x0000000000BEB202 terminate_process+ 0x7e3052 (0x00000000C0000005, 0x0000000006806C10, 0x00000000C0000005, 0x0000000074600000)
00:0002:00000:00033:2019/08/15 11:35:05.98 kernel  pc: 0x000000000164EFEB kiexception+ 0x40b (0x0000000000000338, 0x000000002028D6D0, 0x0000000001D5C000, 0x000000000680FF80)
00:0002:00000:00033:2019/08/15 11:35:05.98 kernel  pc: 0x0000000000940909 kpntwrapper$filt$0+ 0x13 (0x0000000000000000, 0x00007FFDF7ED9C13, 0x0000000000666BBF, 0x000000000680F630)
00:0002:00000:00033:2019/08/15 11:35:05.98 kernel  pc: 0x0000000074671213 _C_specific_handler+ 0x97 (0x0000000000000000, 0x000000000680FF80, 0x0000000006806D80, 0x0000000006807380)
00:0002:00000:00033:2019/08/15 11:35:05.99 kernel  pc: 0x00007FFDF7F7A58D _chkstk+ 0x11d (0x0000000000000000, 0x0000000006807380, 0x0000000025A71A00, 0x00000000BA613323)
00:0002:00000:00033:2019/08/15 11:35:05.99 kernel  pc: 0x00007FFDF7F0FD23 RtlImageNtHeaderEx+ 0x483 (0x0000000000000000, 0x0000000000000000, 0x0000000000000042, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:05.99 kernel  pc: 0x00007FFDF7F796FA KiUserExceptionDispatcher+ 0x3a (0x0000000006807F20, 0x0000000006807A40, 0x0000000006807C70, 0x000000000000006C)
00:0002:00000:00033:2019/08/15 11:35:05.99 kernel  pc: 0x0000000074653459 vcwprintf_s+ 0x2629 (0x0000000006808B30, 0x0000000000000042, 0x0000000006808330, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:05.99 kernel  pc: 0x0000000074631A3B sprintf+ 0x7b (0x0000000006807E68, 0x0000000006809340, 0x00000000FFFF0000, 0x0000000000000042)
00:0002:00000:00033:2019/08/15 11:35:05.99 kernel  pc: 0x00000000005B9F32 ex_stuffp+ 0x132 (0x0000000006808330, 0x0000000006809340, 0x000000000000006C, 0x0000000006807F20)
00:0002:00000:00033:2019/08/15 11:35:05.99 kernel  pc: 0x00000000006C96CB ex__logprint+ 0x26b (0x0000000029992210, 0x0000000000000000, 0x0000000000000000, 0x000000002C5AF000)
00:0002:00000:00033:2019/08/15 11:35:05.99 kernel  pc: 0x00000000006F01D8 ex_logprint+ 0xd8 (0x000000002C5A5800, 0x00000000FFFF0000, 0x000000000000002B, 0x0000000029992210)
00:0002:00000:00033:2019/08/15 11:35:05.99 kernel  pc: 0x00000000014B90B4 proc_read__backout+ 0x1a4 (0x000000002C5A5800, 0x0000000000000003, 0x000000000000001C, 0x0000000000000001)
00:0002:00000:00033:2019/08/15 11:35:05.99 kernel  pc: 0x0000000001448BF0 proc_handle+ 0xa0 (0x000000002999F5E8, 0x0000000000000012, 0x00000000299ACF50, 0x0000000029992210)
00:0002:00000:00033:2019/08/15 11:35:05.99 kernel  pc: 0x00000000006EB2D5 exc__raise+ 0x315 (0x0000000029992210, 0x000000002C5AD000, 0x000000000000001C, 0x0000000000000005)
00:0002:00000:00033:2019/08/15 11:35:05.99 kernel  pc: 0x00000000006EB48C exc_raise+ 0x11c (0x000000000102424C, 0x000000000000001C, 0x0000000000000005, 0x0000000000000012)
00:0002:00000:00033:2019/08/15 11:35:06.00 kernel  pc: 0x0000000000B79075 proc_read+ 0x5d31c5 (0x0000000000000000, 0x0000000000000002, 0x000000000000000E, 0x0000000029992210)
00:0002:00000:00033:2019/08/15 11:35:06.00 kernel  pc: 0x00000000004B40C6 proc_get+ 0x456 (0x0000000300005452, 0x000000000680A0F8, 0x0000020000000002, 0x0000000021B36F90)
00:0002:00000:00033:2019/08/15 11:35:06.00 kernel  pc: 0x00000000004B3BC5 s_getTreeOrPlan+ 0x145 (0x0000000057460C67, 0x000000000680AF51, 0x0000000023B20F90, 0x000000000680B1A0)
00:0002:00000:00033:2019/08/15 11:35:06.00 kernel  pc: 0x000000000068AEDF ptnc_get_ptncond+ 0x12f (0x0000000000000005, 0x000000002584300D, 0x0000000057460000, 0x0000000057460C67)
00:0002:00000:00033:2019/08/15 11:35:06.00 kernel  pc: 0x000000000059F630 ptnc_fill_ptnvals+ 0x340 (0x0000000023B20F90, 0x0000000022CCA7F0, 0x0000000057460C67, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:06.00 kernel  pc: 0x000000000058BCBD ind__ides_init_fromrow+ 0xfd (0x0000000029992210, 0x000000000680B1B0, 0x000000000680B220, 0x0000000020223580)
00:0002:00000:00033:2019/08/15 11:35:06.00 kernel  pc: 0x000000000056E6CF ind_ides_init+ 0x5cf (0x0000000023B20F90, 0x0000000000000001, 0x0000000000000000, 0x0000000000000100)
00:0002:00000:00033:2019/08/15 11:35:06.00 kernel  pc: 0x0000000000416139 des__fill_common+ 0x389 (0x000000000680CE10, 0x00000000FFFFFFFE, 0x0000000000000002, 0x000000000680D2B0)
00:0002:00000:00033:2019/08/15 11:35:06.00 kernel  pc: 0x0000000000416A00 des__fill+ 0x330 (0x0000020000000002, 0x0000000021B34330, 0x00000000218BE1C0, 0x00000000201E41C0)
00:0002:00000:00033:2019/08/15 11:35:06.00 kernel  pc: 0x00000000004B58F2 des_do_get+ 0x792 (0x0000000000000000, 0x0000000020223580, 0x000000000680D874, 0x0000000000510AE9)
00:0002:00000:00033:2019/08/15 11:35:06.00 kernel  pc: 0x0000000000498412 open__byid+ 0x82 (0x0000000000000000, 0x000000002584300D, 0x0000000029992210, 0x0000000000000001)
00:0002:00000:00033:2019/08/15 11:35:06.00 kernel  end of stack trace, spid 33, kpid 5177384, suid 1
00:0002:00000:00033:2019/08/15 11:35:06.00 kernel  attempted read from memory location 0000000000000042 from instruction at location 0x0000000074653459
00:0002:00000:00033:2019/08/15 11:35:06.00 kernel  Adaptive Server Enterprise system exception (0xc0000005) generated by a storage access violation.
00:0002:00000:00033:2019/08/15 11:35:06.00 kernel  pc: 0x0000000074653459 vcwprintf_s+ 0x2629 (0x0000000006805450, 0x0000000000000042, 0x0000000006804C50, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:06.00 kernel  pc: 0x0000000074631A3B sprintf+ 0x7b (0x0000000006804788, 0x0000000006805C60, 0x000000002C5A5800, 0x0000000000000042)
00:0002:00000:00033:2019/08/15 11:35:06.00 kernel  pc: 0x00000000005B9F32 ex_stuffp+ 0x132 (0x0000000006804C50, 0x0000000006805C60, 0x000016460000006C, 0x0000000006804840)
00:0002:00000:00033:2019/08/15 11:35:06.00 kernel  pc: 0x00000000006C96CB ex__logprint+ 0x26b (0x0000000000000000, 0x0000000002600000, 0x0000000000000000, 0x0000000000000012)
00:0002:00000:00033:2019/08/15 11:35:06.01 kernel  pc: 0x00000000006F01D8 ex_logprint+ 0xd8 (0x000000002C5A5800, 0x000000002C5A5800, 0x000000002C5A5800, 0x0000000029992210)
00:0002:00000:00033:2019/08/15 11:35:06.01 kernel  pc: 0x00000000014B90B4 proc_read__backout+ 0x1a4 (0x000000002C5A5800, 0x00000000068062A8, 0x0000000006806249, 0x0000000029992210)
00:0002:00000:00033:2019/08/15 11:35:06.01 kernel  pc: 0x0000000000BDB418 kill_proc+ 0x7d2b58 (0x0000000000000000, 0x0000000029992210, 0x0000000029992210, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:06.03 kernel  pc: 0x00000000004086DC terminate_process+ 0x52c (0x00000000C0000005, 0x0000000006806C10, 0x00000000C0000005, 0x0000000074600000)
00:0002:00000:00033:2019/08/15 11:35:06.03 kernel  pc: 0x000000000164EFEB kiexception+ 0x40b (0x0000000000000338, 0x000000002028D6D0, 0x0000000001D5C000, 0x000000000680FF80)
00:0002:00000:00033:2019/08/15 11:35:06.03 kernel  pc: 0x0000000000940909 kpntwrapper$filt$0+ 0x13 (0x0000000000000000, 0x00007FFDF7ED9C13, 0x0000000000666BBF, 0x000000000680F630)
00:0002:00000:00033:2019/08/15 11:35:06.03 kernel  pc: 0x0000000074671213 _C_specific_handler+ 0x97 (0x0000000000000000, 0x000000000680FF80, 0x0000000006806D80, 0x0000000006807380)
00:0002:00000:00033:2019/08/15 11:35:06.03 kernel  pc: 0x00007FFDF7F7A58D _chkstk+ 0x11d (0x0000000000000000, 0x0000000006807380, 0x0000000025A71A00, 0x00000000BA613323)
00:0002:00000:00033:2019/08/15 11:35:06.03 kernel  pc: 0x00007FFDF7F0FD23 RtlImageNtHeaderEx+ 0x483 (0x0000000000000000, 0x0000000000000000, 0x0000000000000042, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:06.03 kernel  pc: 0x00007FFDF7F796FA KiUserExceptionDispatcher+ 0x3a (0x0000000006807F20, 0x0000000006807A40, 0x0000000006807C70, 0x000000000000006C)
00:0002:00000:00033:2019/08/15 11:35:06.03 kernel  pc: 0x0000000074653459 vcwprintf_s+ 0x2629 (0x0000000006808B30, 0x0000000000000042, 0x0000000006808330, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:06.03 kernel  pc: 0x0000000074631A3B sprintf+ 0x7b (0x0000000006807E68, 0x0000000006809340, 0x00000000FFFF0000, 0x0000000000000042)
00:0002:00000:00033:2019/08/15 11:35:06.03 kernel  pc: 0x00000000005B9F32 ex_stuffp+ 0x132 (0x0000000006808330, 0x0000000006809340, 0x000000000000006C, 0x0000000006807F20)
00:0002:00000:00033:2019/08/15 11:35:06.03 kernel  pc: 0x00000000006C96CB ex__logprint+ 0x26b (0x0000000029992210, 0x0000000000000000, 0x0000000000000000, 0x000000002C5AF000)
00:0002:00000:00033:2019/08/15 11:35:06.03 kernel  pc: 0x00000000006F01D8 ex_logprint+ 0xd8 (0x000000002C5A5800, 0x00000000FFFF0000, 0x000000000000002B, 0x0000000029992210)
00:0002:00000:00033:2019/08/15 11:35:06.03 kernel  pc: 0x00000000014B90B4 proc_read__backout+ 0x1a4 (0x000000002C5A5800, 0x0000000000000003, 0x000000000000001C, 0x0000000000000001)
00:0002:00000:00033:2019/08/15 11:35:06.03 kernel  pc: 0x0000000001448BF0 proc_handle+ 0xa0 (0x000000002999F5E8, 0x0000000000000012, 0x00000000299ACF50, 0x0000000029992210)
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  pc: 0x00000000006EB2D5 exc__raise+ 0x315 (0x0000000029992210, 0x000000002C5AD000, 0x000000000000001C, 0x0000000000000005)
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  pc: 0x00000000006EB48C exc_raise+ 0x11c (0x000000000102424C, 0x000000000000001C, 0x0000000000000005, 0x0000000000000012)
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  pc: 0x0000000000B79075 proc_read+ 0x5d31c5 (0x0000000000000000, 0x0000000000000002, 0x000000000000000E, 0x0000000029992210)
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  pc: 0x00000000004B40C6 proc_get+ 0x456 (0x0000000300005452, 0x000000000680A0F8, 0x0000020000000002, 0x0000000021B36F90)
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  pc: 0x00000000004B3BC5 s_getTreeOrPlan+ 0x145 (0x0000000057460C67, 0x000000000680AF51, 0x0000000023B20F90, 0x000000000680B1A0)
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  pc: 0x000000000068AEDF ptnc_get_ptncond+ 0x12f (0x0000000000000005, 0x000000002584300D, 0x0000000057460000, 0x0000000057460C67)
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  pc: 0x000000000059F630 ptnc_fill_ptnvals+ 0x340 (0x0000000023B20F90, 0x0000000022CCA7F0, 0x0000000057460C67, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  pc: 0x000000000058BCBD ind__ides_init_fromrow+ 0xfd (0x0000000029992210, 0x000000000680B1B0, 0x000000000680B220, 0x0000000020223580)
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  pc: 0x000000000056E6CF ind_ides_init+ 0x5cf (0x0000000023B20F90, 0x0000000000000001, 0x0000000000000000, 0x0000000000000100)
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  pc: 0x0000000000416139 des__fill_common+ 0x389 (0x000000000680CE10, 0x00000000FFFFFFFE, 0x0000000000000002, 0x000000000680D2B0)
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  end of stack trace, spid 33, kpid 5177384, suid 1
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  DUMP OF LOADED MODULES:-
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  sqlsrvr.exe loaded at 0000000000400000 [C:\SAP\ASE-16_0\bin\sqlsrvr.exe]
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  ntdll.dll loaded at 00007FFDF7ED0000 [C:\Windows\SYSTEM32\ntdll.dll]
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  KERNEL32.DLL loaded at 00007FFDF54C0000 [C:\Windows\System32\KERNEL32.DLL]
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  KERNELBASE.dll loaded at 00007FFDF4450000 [C:\Windows\System32\KERNELBASE.dll]
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  SYSFER.DLL loaded at 00000000746E0000 [C:\Windows\System32\SYSFER.DLL]
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  ADVAPI32.dll loaded at 00007FFDF5DE0000 [C:\Windows\System32\ADVAPI32.dll]
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  msvcrt.dll loaded at 00007FFDF7D20000 [C:\Windows\System32\msvcrt.dll]
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  sechost.dll loaded at 00007FFDF5460000 [C:\Windows\System32\sechost.dll]
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  RPCRT4.dll loaded at 00007FFDF7B90000 [C:\Windows\System32\RPCRT4.dll]
00:0002:00000:00033:2019/08/15 11:35:06.04 kernel  WS2_32.dll loaded at 00007FFDF6260000 [C:\Windows\System32\WS2_32.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  COMDLG32.dll loaded at 00007FFDF7DD0000 [C:\Windows\System32\COMDLG32.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  MSVCR100.dll loaded at 0000000074600000 [C:\Windows\SYSTEM32\MSVCR100.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  libsybblk64.dll loaded at 0000000180000000 [C:\SAP\ASE-16_0\bin\libsybblk64.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  combase.dll loaded at 00007FFDF5AF0000 [C:\Windows\System32\combase.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  ucrtbase.dll loaded at 00007FFDF48C0000 [C:\Windows\System32\ucrtbase.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  bcryptPrimitives.dll loaded at 00007FFDF43E0000 [C:\Windows\System32\bcryptPrimitives.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  shcore.dll loaded at 00007FFDF4810000 [C:\Windows\System32\shcore.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  USER32.dll loaded at 00007FFDF5E90000 [C:\Windows\System32\USER32.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  win32u.dll loaded at 00007FFDF43C0000 [C:\Windows\System32\win32u.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  libsybtcl64.dll loaded at 0000000002560000 [C:\SAP\ASE-16_0\bin\libsybtcl64.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  GDI32.dll loaded at 00007FFDF7B50000 [C:\Windows\System32\GDI32.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  gdi32full.dll loaded at 00007FFDF50A0000 [C:\Windows\System32\gdi32full.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  libsybct64.dll loaded at 0000000002700000 [C:\SAP\ASE-16_0\bin\libsybct64.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  libsybcs64.dll loaded at 00000000025A0000 [C:\SAP\ASE-16_0\bin\libsybcs64.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  SHLWAPI.dll loaded at 00007FFDF5660000 [C:\Windows\System32\SHLWAPI.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  SHELL32.dll loaded at 00007FFDF64A0000 [C:\Windows\System32\SHELL32.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  cfgmgr32.dll loaded at 00007FFDF4710000 [C:\Windows\System32\cfgmgr32.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  windows.storage.dll loaded at 00007FFDF49C0000 [C:\Windows\System32\windows.storage.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  powrprof.dll loaded at 00007FFDF4370000 [C:\Windows\System32\powrprof.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  kernel.appcore.dll loaded at 00007FFDF4330000 [C:\Windows\System32\kernel.appcore.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  profapi.dll loaded at 00007FFDF4350000 [C:\Windows\System32\profapi.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  libsybcomn64.dll loaded at 00000000027C0000 [C:\SAP\ASE-16_0\bin\libsybcomn64.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  PSAPI.DLL loaded at 00007FFDF7DC0000 [C:\Windows\System32\PSAPI.DLL]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  ole32.dll loaded at 00007FFDF60B0000 [C:\Windows\System32\ole32.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  OLEAUT32.dll loaded at 00007FFDF5570000 [C:\Windows\System32\OLEAUT32.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  msvcp_win.dll loaded at 00007FFDF4670000 [C:\Windows\System32\msvcp_win.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  libsybintl64.dll loaded at 00000000025D0000 [C:\SAP\ASE-16_0\bin\libsybintl64.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  WSOCK32.dll loaded at 00007FFDEA9B0000 [C:\Windows\SYSTEM32\WSOCK32.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  MSVCR80.dll loaded at 0000000074530000 [C:\Windows\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.9268_none_88e0de612fadfb38\MSVCR80.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  libsybunic64.dll loaded at 0000000002890000 [C:\SAP\ASE-16_0\bin\libsybunic64.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  NETAPI32.dll loaded at 00007FFDEEE40000 [C:\Windows\SYSTEM32\NETAPI32.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  dbghelp.dll loaded at 00007FFDEA6B0000 [C:\Windows\SYSTEM32\dbghelp.dll]
00:0002:00000:00033:2019/08/15 11:35:06.05 kernel  COMCTL32.dll loaded at 00007FFDEA900000 [C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.14393.2457_none_a13eaee9d8fd5c07\COMCTL32.dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  IPHLPAPI.DLL loaded at 00007FFDF3930000 [C:\Windows\SYSTEM32\IPHLPAPI.DLL]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  loadperf.dll loaded at 00007FFDEA650000 [C:\Windows\SYSTEM32\loadperf.dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  sybcsi_core29.dll loaded at 00000000029C0000 [C:\SAP\ASE-16_0\bin\sybcsi_core29.dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  sybcsi_profiler29.dll loaded at 0000000002A10000 [C:\SAP\ASE-16_0\bin\sybcsi_profiler29.dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  sybcsi_propertiesconfig29.dll loaded at 0000000002A40000 [C:\SAP\ASE-16_0\bin\sybcsi_propertiesconfig29.dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  sybcsi_openssl29.dll loaded at 0000000002A60000 [C:\SAP\ASE-16_0\bin\sybcsi_openssl29.dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  MPR.dll loaded at 00007FFDEA570000 [C:\Windows\SYSTEM32\MPR.dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  MSWSOCK.DLL loaded at 00007FFDF3BF0000 [C:\Windows\SYSTEM32\MSWSOCK.DLL]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  dbgcore.DLL loaded at 00007FFDEA470000 [C:\Windows\SYSTEM32\dbgcore.DLL]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  ntmarta.dll loaded at 00007FFDF3010000 [C:\Windows\SYSTEM32\ntmarta.dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  SYBEVENT.DLL loaded at 0000000010000000 [C:\SAP\ASE-16_0\dll\SYBEVENT.DLL]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  NSI.dll loaded at 00007FFDF60A0000 [C:\Windows\System32\NSI.dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  dhcpcsvc6.DLL loaded at 00007FFDEE940000 [C:\Windows\SYSTEM32\dhcpcsvc6.DLL]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  dhcpcsvc.DLL loaded at 00007FFDEF920000 [C:\Windows\SYSTEM32\dhcpcsvc.DLL]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  icmp.Dll loaded at 0000000002950000 [C:\Windows\SYSTEM32\icmp.Dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  libsybaseldap64.dll loaded at 00000000044E0000 [C:\SAP\ASE-16_0\bin\libsybaseldap64.dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  CRYPTSP.dll loaded at 00007FFDF3DA0000 [C:\Windows\SYSTEM32\CRYPTSP.dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  rsaenh.dll loaded at 00007FFDF37C0000 [C:\Windows\system32\rsaenh.dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  bcrypt.dll loaded at 00007FFDF4280000 [C:\Windows\SYSTEM32\bcrypt.dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  CRYPTBASE.dll loaded at 00007FFDF3DC0000 [C:\Windows\SYSTEM32\CRYPTBASE.dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  NETUTILS.DLL loaded at 00007FFDF3970000 [C:\Windows\SYSTEM32\NETUTILS.DLL]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  wkscli.dll loaded at 00007FFDF1590000 [C:\Windows\SYSTEM32\wkscli.dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  srvcli.dll loaded at 00007FFDEE9A0000 [C:\Windows\SYSTEM32\srvcli.dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  DNSAPI.dll loaded at 00007FFDF3980000 [C:\Windows\SYSTEM32\DNSAPI.dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  rasadhlp.dll loaded at 00007FFDEE990000 [C:\Windows\System32\rasadhlp.dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  fwpuclnt.dll loaded at 00007FFDEE8C0000 [C:\Windows\System32\fwpuclnt.dll]
00:0002:00000:00033:2019/08/15 11:35:06.06 kernel  ************************************
00:0002:00000:00033:2019/08/15 11:35:06.07 kernel  pc: 0x0000000000DF0275 os_get_cur_stk_desc+ 0xc5 (0x0000000000000002, 0x0000000000000002, 0x0000000000000000, 0x0000000006802350)
00:0002:00000:00033:2019/08/15 11:35:06.07 kernel  pc: 0x00000000015510B7 pcstkwalk+ 0x2f7 (0x00000000004F0028, 0x00000000068009C0, 0x000000000000270F, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:06.07 kernel  pc: 0x0000000001571E39 ucstkgentrace+ 0x229 (0x00000000004F0028, 0x000000002186C600, 0x0000000000000001, 0x00000000004F0028)
00:0002:00000:00033:2019/08/15 11:35:06.07 kernel  pc: 0x0000000001571FA0 ucbacktrace+ 0xb0 (0x0000000000000000, 0x0000000029992210, 0x0000000000000000, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:06.07 kernel  pc: 0x0000000000BEA6E1 terminate_process+ 0x7e2531 (0x00000000C0000005, 0x0000000006803530, 0x00000000C0000005, 0x0000000074600000)
00:0002:00000:00033:2019/08/15 11:35:06.07 kernel  pc: 0x000000000164EFEB kiexception+ 0x40b (0x00000000201E41C0, 0x0000000000000000, 0x0000000001D5C000, 0x000000000680FF80)
00:0002:00000:00033:2019/08/15 11:35:06.07 kernel  pc: 0x0000000000940909 kpntwrapper$filt$0+ 0x13 (0x0000000000000000, 0x00000000004EA3FA, 0x0000000000666BBF, 0x000000000680F630)
00:0002:00000:00033:2019/08/15 11:35:06.08 kernel  pc: 0x0000000074671213 _C_specific_handler+ 0x97 (0x0000000000000000, 0x000000000680FF80, 0x00000000068036A0, 0x0000000006803CA0)
00:0002:00000:00033:2019/08/15 11:35:06.08 kernel  pc: 0x00007FFDF7F7A58D _chkstk+ 0x11d (0x000000000680FF80, 0x0000000006803CA0, 0x0000000045511B00, 0x00000000BA613323)
00:0002:00000:00033:2019/08/15 11:35:06.08 kernel  pc: 0x00007FFDF7F0FD23 RtlImageNtHeaderEx+ 0x483 (0x0000000021EF0F28, 0x0000000000000000, 0x0000000000000042, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:06.08 kernel  pc: 0x00007FFDF7F796FA KiUserExceptionDispatcher+ 0x3a (0x0000000006804840, 0x0000000006804360, 0x0000000006804590, 0x000000000000006C)
00:0002:00000:00033:2019/08/15 11:35:06.08 kernel  pc: 0x0000000074653459 vcwprintf_s+ 0x2629 (0x0000000006805450, 0x0000000000000042, 0x0000000006804C50, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:06.08 kernel  pc: 0x0000000074631A3B sprintf+ 0x7b (0x0000000006804788, 0x0000000006805C60, 0x000000002C5A5800, 0x0000000000000042)
00:0002:00000:00033:2019/08/15 11:35:06.08 kernel  pc: 0x00000000005B9F32 ex_stuffp+ 0x132 (0x0000000006804C50, 0x0000000006805C60, 0x000016460000006C, 0x0000000006804840)
00:0002:00000:00033:2019/08/15 11:35:06.08 kernel  pc: 0x00000000006C96CB ex__logprint+ 0x26b (0x0000000000000000, 0x0000000002600000, 0x0000000000000000, 0x0000000000000012)
00:0002:00000:00033:2019/08/15 11:35:06.08 kernel  pc: 0x00000000006F01D8 ex_logprint+ 0xd8 (0x000000002C5A5800, 0x000000002C5A5800, 0x000000002C5A5800, 0x0000000029992210)
00:0002:00000:00033:2019/08/15 11:35:06.08 kernel  pc: 0x00000000014B90B4 proc_read__backout+ 0x1a4 (0x000000002C5A5800, 0x00000000068062A8, 0x0000000006806249, 0x0000000029992210)
00:0002:00000:00033:2019/08/15 11:35:06.08 kernel  pc: 0x0000000000BDB418 kill_proc+ 0x7d2b58 (0x0000000000000000, 0x0000000029992210, 0x0000000029992210, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:06.08 kernel  pc: 0x00000000004086DC terminate_process+ 0x52c (0x00000000C0000005, 0x0000000006806C10, 0x00000000C0000005, 0x0000000074600000)
00:0002:00000:00033:2019/08/15 11:35:06.08 kernel  pc: 0x000000000164EFEB kiexception+ 0x40b (0x0000000000000338, 0x000000002028D6D0, 0x0000000001D5C000, 0x000000000680FF80)
00:0002:00000:00033:2019/08/15 11:35:06.09 kernel  pc: 0x0000000000940909 kpntwrapper$filt$0+ 0x13 (0x0000000000000000, 0x00007FFDF7ED9C13, 0x0000000000666BBF, 0x000000000680F630)
00:0002:00000:00033:2019/08/15 11:35:06.09 kernel  pc: 0x0000000074671213 _C_specific_handler+ 0x97 (0x0000000000000000, 0x000000000680FF80, 0x0000000006806D80, 0x0000000006807380)
00:0002:00000:00033:2019/08/15 11:35:06.09 kernel  pc: 0x00007FFDF7F7A58D _chkstk+ 0x11d (0x0000000000000000, 0x0000000006807380, 0x0000000025A71A00, 0x00000000BA613323)
00:0002:00000:00033:2019/08/15 11:35:06.09 kernel  pc: 0x00007FFDF7F0FD23 RtlImageNtHeaderEx+ 0x483 (0x0000000000000000, 0x0000000000000000, 0x0000000000000042, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:06.09 kernel  pc: 0x00007FFDF7F796FA KiUserExceptionDispatcher+ 0x3a (0x0000000006807F20, 0x0000000006807A40, 0x0000000006807C70, 0x000000000000006C)
00:0002:00000:00033:2019/08/15 11:35:06.09 kernel  pc: 0x0000000074653459 vcwprintf_s+ 0x2629 (0x0000000006808B30, 0x0000000000000042, 0x0000000006808330, 0x0000000000000000)
00:0002:00000:00033:2019/08/15 11:35:06.09 kernel  pc: 0x0000000074631A3B sprintf+ 0x7b (0x0000000006807E68, 0x0000000006809340, 0x00000000FFFF0000, 0x0000000000000042)
00:0002:00000:00033:2019/08/15 11:35:06.09 kernel  pc: 0x00000000005B9F32 ex_stuffp+ 0x132 (0x0000000006808330, 0x0000000006809340, 0x000000000000006C, 0x0000000006807F20)
00:0002:00000:00033:2019/08/15 11:35:06.09 kernel  pc: 0x00000000006C96CB ex__logprint+ 0x26b (0x0000000029992210, 0x0000000000000000, 0x0000000000000000, 0x000000002C5AF000)
00:0002:00000:00033:2019/08/15 11:35:06.09 kernel  pc: 0x00000000006F01D8 ex_logprint+ 0xd8 (0x000000002C5A5800, 0x00000000FFFF0000, 0x000000000000002B, 0x0000000029992210)
00:0002:00000:00033:2019/08/15 11:35:06.09 kernel  pc: 0x00000000014B90B4 proc_read__backout+ 0x1a4 (0x000000002C5A5800, 0x0000000000000003, 0x000000000000001C, 0x0000000000000001)
00:0002:00000:00033:2019/08/15 11:35:06.09 kernel  end of stack trace, spid 33, kpid 5177384, suid 1

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Joe Woodhouse
Joe Woodhouse

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASE version is (16.0 SP01 PL02/EBF 24488), I will do the dbcc checks on the source database and update you.
Thanks.
Do you have a specific requirement for that version? It’s rather old and buggy.

I’d run either 16.0 SP02 PL08 or 16.0 SP03 PL07...