473,804 Members | 3,081 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Capture fails to start with ipc error...

Configuration:
Redhat AS 3.0
IBM DB2 8.1 fixpak 5

Problem:
I am attempting to start a capture and get the following error
message:

2004-06-10-10.46.34.625103 <Asnenv:setEnvI pcQRcvHdl> ASN8009D
"Capture" : "ASN" : Could not get IPC queue with key(s) "(0x300542c 4,
0x310542c4, 0x320542c4)" for path
"/tmp/db2inst1.SOCRPR OD.ASN.CAP.IPC" . OSSE reason is "Shared memory
ID already exists with the given resource ID".

However, ipcs output does not show any of the keys above being in use.

ipcs -a

------ Shared Memory Segments --------
key shmid owner perms bytes nattch
status
0x44cc1574 0 db2inst1 767 2233600 46
0x44cc1561 32769 db2inst1 701 11386880 40
0x00000000 65538 db2fenc1 701 23052288 44
0x68078016 98307 db2inst1 761 67108864 1
0x00000000 425988 db2inst1 701 268435456 19
0x00000000 458757 db2inst1 701 141475840 19
0x00000000 480935942 db2inst1 701 131072 2
0x3107c008 74907657 db2inst1 600 20508 2
0x3607c008 74940426 db2inst1 600 20508 2
0x300542c4 273580044 root 660 4124 0

------ Semaphore Arrays --------
key semid owner perms nsems status
0x44cc1574 0 db2inst1 767 1
0x00000000 32769 db2inst1 761 1
0x00000000 65538 db2inst1 761 1
0x00000000 98307 db2inst1 761 1
0x00000000 131076 db2inst1 761 1
0x44cc1573 163845 db2inst1 767 1
0x00000000 196614 db2inst1 761 1
0x00000000 229383 db2inst1 761 1
0x00000000 262152 db2inst1 761 1
0x00000000 294921 db2inst1 761 1
0x00000000 327690 db2inst1 761 1
0x68074002 360459 db2inst1 761 1
0x73074002 393228 db2inst1 761 1
0x00000000 425997 db2inst1 761 1
0x00000000 458766 db2inst1 761 1
0x00000000 1867791 db2inst1 761 1
0x00000000 1900560 db2inst1 761 1
0x00000000 1933329 db2inst1 761 1
0x00000000 1966098 db2inst1 761 1
0x00000000 1998867 db2inst1 761 1
0x00000000 2031636 db2inst1 761 1
0x00000000 2064405 db2inst1 761 1
0x00000000 720918 db2inst1 761 1
0x00000000 1608384535 db2inst1 767 3
0x00000000 819225 db2inst1 761 1
0x00000000 851994 db2inst1 761 1
0x00000000 2097179 db2inst1 761 1
0x00000000 87228444 db2fenc1 767 3
0x00000000 2326557 db2fenc1 767 3
0x00000000 630161438 db2inst1 761 1
0x00000000 842334239 db2inst1 761 1
0x00000000 843186208 db2inst1 761 1
0x00000000 939687971 db2fenc1 767 3
0x00000000 840564773 db2inst1 761 1
0x00000000 1051000870 db2inst1 761 1
0x00000000 1197965351 db2inst1 761 1
0x3207c008 80019496 db2inst1 600 1
0x3307c008 80052265 db2inst1 600 1
0x3707c008 80085034 db2inst1 600 1
0x3807c008 80117803 db2inst1 600 1
0x00000000 120127532 db2fenc1 767 3
0x7307c018 80183341 db2inst1 660 1
0x310542c4 1310294063 root 660 1
0x320542c4 1310326832 root 660 1
0x00000000 1303117876 db2inst1 761 1
0x00000000 1310851126 db2inst1 761 1
0x00000000 925335608 db2inst1 761 1
0x00000000 925401146 db2inst1 761 1
0x00000000 925597760 db2inst1 761 1
0x00000000 1310785603 db2inst1 761 1
0x00000000 926580804 db2inst1 761 1
0x00000000 1303347272 db2inst1 761 1

------ Message Queues --------
key msqid owner perms used-bytes messages
0x0dac9600 0 root 600 0 0
0x00000000 1867777 db2inst1 701 0 0
0x00000000 786434 db2inst1 701 0 0
0x00000000 196611 db2inst1 701 0 0
0x00000000 262148 db2fenc1 700 0 0
0x00000000 294917 db2inst1 701 0 0
0x00000000 327686 db2inst1 701 0 0
0x00000000 360455 db2inst1 701 0 0
0x00000000 393224 db2inst1 701 0 0
0x44cc1571 425993 db2inst1 763 0 0
0x44cc1572 458762 db2inst1 763 0 0
0x44cc1577 491531 db2inst1 765 0 0
0x00000000 1900556 db2inst1 701 0 0
0x00000000 1933325 db2inst1 701 0 0
0x00000000 1966094 db2inst1 701 0 0
0x00000000 1998863 db2inst1 701 0 0
0x00000000 2031632 db2inst1 701 0 0
0x00000000 2064401 db2inst1 701 0 0

Any hints or pointers would be much appreciated.

Kevin Riggin, CISSP
Nov 12 '05 #1
0 2258

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
5317
by: Joe Wong | last post by:
Hi, I have a class that created a child thread for processing, this thread might raise an exception under some condition. On the main program that create an object of this case, I put a try/except block trying to capture the exception but failed. Am I doing anything wrong here? here is the stripped version of my code: class A: def __init__(self): self.thread = threading.Thread(None, self.MyThread) self.thread.setDaemon(1)
1
2963
by: xc | last post by:
Greetings. I encountered a wield problem when grabing screen images. Sometimes in some computers I can capture the screen, but other times not so. In some computer I cannot capture the screen image, but when I change its color bits, say from 32bits to 24 or 16bits, the program can capture the image. Can anyone kindly examine my following code, and point out the flaw:
0
1503
by: Mark Barinstein | last post by:
Hello. W2K, db2 v7, FP10a. Before now our replication worked properly. But some days ago capture suddenly stopped loggin and filling cd tables without any messages. The last message was like this: -- 2004-03-03-09:17:36 ASN0105I: Data that has been copied was pruned from the change data table ASN.IBMSNAP_UOW at SEQ = 00000000006EFDC2DB55 for 2
8
1385
by: wolf_y | last post by:
Firstoff, I'm a SAS programmer, new to XML, and was assigned the task of designing a process to validate customer submitted XML files. As the frontend of a database loading process we plan to use XMLSpy When a file fails validation, we want to return it with sufficient information for accurate correction. I just learned from Altova's tech support that it's not possible to capture such information at this time (planned for a future...
12
7925
by: Jim Rodgers | last post by:
I have a big asp file that has an error under certain conditions -- totally repeatable. However, it only fails when I set response.buffer = True at the top. WHen I set it False in order to debug it, it works every time! I even set it to True, but did a .Flush just before the error, and the error won't happen. It only happens when response.buffer is True and no .response.flush is issued. The error is a string variable turns-up empty...
0
1828
by: Roger | last post by:
I am in the process of installing DB2 Replication V 8.2 for Z/os on my test system. When I start the ASNSTRC (capture) with RRS shutdown, it switches to CAF and starts up. However, if I have RRS runing , then it gives the following error : ASN0600I "Capture" : "" : "Initial" : Program "capture 8.2.4 (APAR pk34406, AS ASN0530E "Capture" : "ASN" : "Initial" : The program could not 076 connect to database "DB2T" with USERID "N/A" ....
0
3503
by: j101 | last post by:
I am attempting to set up Q Capture on RH Linux (x86_64) using DB2 9 fp2, but there seems to be a general problem loading a specify MQ shared library "/opt/mqm/lib/libmqm_r.so". I have MQ v6 installed in the default directory and working. I can generate the similar errors in two ways (1) through the Replication Center attempting to validate the Q objects and (2) after manually creating the Q objects and running the asnqcap program. ...
2
3123
by: =?Utf-8?B?YWxiZXJ0b3Nvcmlh?= | last post by:
Hi, I'm using Threads, and when I try to do Server.Transfer, I recieved an error. (child object does not exist...) My Code: Dim t As New Thread(AddressOf Hilo) Private Sub Hilo() Thread.Sleep(1000)
0
2228
by: yogiam | last post by:
I have a server listening for connections. Client connects and both start streaming webcam images. This works fine as long as there is only one client connected(running as a Thread). When another client connects, the new thread starts streaming as well. The camera is accessed in a mutual exclusive way by locking which fails some times and I get AccessViolationException. Below is the code executing in the thread. The scenario is like this :...
0
9591
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10594
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10343
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7631
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6861
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5529
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5667
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4306
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3831
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.