cancel
Showing results for 
Search instead for 
Did you mean: 

The backing of logs fails

Former Member
0 Kudos

Hi All,

The backing of logs fails

The error is:

Error: could not create async IO thread [8] (-903)

In knldiag.err the following is shown but I do not understand what's going on:

2007-11-14 07:44:40 0x12D0 ERR 18340 CONNECT Could not get named-shared-memory: 'Global\ADABAS-COMMSEG-FF8-FFC-6A-707A27B', rc = 8

2007-11-14 07:49:39 0x12D0 ERR 18340 CONNECT Could not get named-shared-memory: 'Global\ADABAS-COMMSEG-B38-B48-2-70C3477', rc = 8

2007-11-14 08:30:44 0x12D0 ERR 18340 CONNECT Could not get named-shared-memory: 'Global\ADABAS-COMMSEG-6F8-1064-1-731CE22', rc = 8

2007-11-14 08:32:46 0x12D0 ERR 18340 CONNECT Could not get named-shared-memory: 'Global\ADABAS-COMMSEG-308-FDC-2-733AE6C', rc = 8

2007-11-14 11:11:52 0x11BC ERR 18008 TASKING Could not create thread: 'ASYNCi', rc = 8

2007-11-14 11:11:52 0x1360 ERR 52039 AUTOSAVE terminated, because of: 3700

2007-11-14 13:30:40 0x12D0 ERR 18340 CONNECT Could not get named-shared-memory: 'Global\ADABAS-COMMSEG-F78-698-1-8446935', rc = 8

2007-11-14 13:32:40 0x12D0 ERR 18340 CONNECT Could not get named-shared-memory: 'Global\ADABAS-COMMSEG-113C-34C-2-8463E33', rc = 8

2007-11-14 14:07:26 0x12D0 ERR 18340 CONNECT Could not get named-shared-memory: 'Global\ADABAS-COMMSEG-116C-1048-1-8661236', rc = 8

2007-11-14 14:10:02 0x12D0 ERR 18340 CONNECT Could not get named-shared-memory: 'Global\ADABAS-COMMSEG-ABC-1244-1-86874BF', rc = 8

2007-11-14 14:17:01 0x12D0 ERR 18340 CONNECT Could not get named-shared-memory: 'Global\ADABAS-COMMSEG-16B0-1260-1-86ED810', rc = 8

2007-11-14 16:30:27 0x12D0 ERR 18340 CONNECT Could not get named-shared-memory: 'Global\ADABAS-COMMSEG-B20-1550-1-8E900A5', rc = 8

2007-11-14 16:33:05 0x12D0 ERR 18340 CONNECT Could not get named-shared-memory: 'Global\ADABAS-COMMSEG-1474-9C0-1-8EB6BD8', rc = 8

2007-11-14 16:35:30 0x11BC ERR 18008 TASKING Could not create thread: 'ASYNCi', rc = 8

2007-11-14 16:35:31 0x12D0 ERR 18340 CONNECT Could not get named-shared-memory: 'Global\ADABAS-COMMSEG-1078-770-1-8EDA5FA', rc = 8

2007-11-14 16:35:33 0x1364 ERR 52012 SAVE error occured, basis_err 3700

2007-11-14 16:48:22 0x12D0 ERR 18340 CONNECT Could not get named-shared-memory: 'Global\ADABAS-COMMSEG-1324-900-1-8F96A1F', rc = 8

Please help.

Regards,

Victor

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

The CHACHE_SIZE value is 298570.

Victor

markus_doehr2
Active Contributor
0 Kudos

That means 298570 x 8 kb ~ 2,3 GB. Other internal structures are added so you reach the PAE maximum of 3 GB apparently.

Decrease your cache size (try 200.000 pages).

--

Markus

Former Member
0 Kudos

hi Markus

yes, i am on 32bit Windows

The operating system is Windows Server 2003

regards,

Victor

markus_doehr2
Active Contributor
0 Kudos

I think you reached the 2 GB limit of per-process memory on a 32bit operating system.

How big is your CACHE_SIZE set?

--

Markus

markus_doehr2
Active Contributor
0 Kudos

are you on 32bit Windows?

(without an information about the operating system one can just guess)

--

Markus