473,770 Members | 1,948 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

fenced routine communications & import

I can truncate a version8 table by using "import from /dev/null ... replace
into ..." when I use version8 client. But I failed to truncate the same
table by using the same way if I connect from a version 7.2 client.
In db2diag.log, I got the following information:
ADM11000E DB2 is unable to create or attach to the memory segment used for
fenced routine communications. Decrease the amount of database shared memory
used by your instance, and retry.
==========
Where does the "fenced routine communications" come from?
I don't think there is a big changing of internal memory structure changing
between version7 32bit server and version8 32bit server.
Thanks,
Nov 12 '05 #1
4 3509
Ian
Fan Ruo Xin wrote:
I can truncate a version8 table by using "import from /dev/null ... replace
into ..." when I use version8 client. But I failed to truncate the same
table by using the same way if I connect from a version 7.2 client.
In db2diag.log, I got the following information:
ADM11000E DB2 is unable to create or attach to the memory segment used for
fenced routine communications. Decrease the amount of database shared memory
used by your instance, and retry.
==========
Where does the "fenced routine communications" come from?
I don't think there is a big changing of internal memory structure changing
between version7 32bit server and version8 32bit server.
Thanks,


Are you sure that v7 IMPORT is supported against a V8 server? With the
other V7/V8 limitations, I'd be surprised if the V7 utility works.
Ian

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Nov 12 '05 #2
Ian
Fan Ruo Xin wrote:
I can truncate a version8 table by using "import from /dev/null ... replace
into ..." when I use version8 client. But I failed to truncate the same
table by using the same way if I connect from a version 7.2 client.
In db2diag.log, I got the following information:
ADM11000E DB2 is unable to create or attach to the memory segment used for
fenced routine communications. Decrease the amount of database shared memory
used by your instance, and retry.
==========
Where does the "fenced routine communications" come from?
I don't think there is a big changing of internal memory structure changing
between version7 32bit server and version8 32bit server.
Thanks,


Are you sure that v7 IMPORT is supported against a V8 server? With the
other V7/V8 limitations, I'd be surprised if the V7 utility works.
Ian

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Nov 12 '05 #3
Thank you, Ian.
At beginning, I didn't hope this can work. But I couldn't find anywhere
mentioned this limitation, and we didn't get problem in testing environment.

"Ian" <ia*****@mobile audio.com> wrote in message
news:40******** **@corp.newsgro ups.com...
Fan Ruo Xin wrote:
I can truncate a version8 table by using "import from /dev/null ... replace into ..." when I use version8 client. But I failed to truncate the same
table by using the same way if I connect from a version 7.2 client.
In db2diag.log, I got the following information:
ADM11000E DB2 is unable to create or attach to the memory segment used for fenced routine communications. Decrease the amount of database shared memory used by your instance, and retry.
==========
Where does the "fenced routine communications" come from?
I don't think there is a big changing of internal memory structure changing between version7 32bit server and version8 32bit server.
Thanks,


Are you sure that v7 IMPORT is supported against a V8 server? With the
other V7/V8 limitations, I'd be surprised if the V7 utility works.
Ian

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----

Nov 12 '05 #4
Thank you, Ian.
At beginning, I didn't hope this can work. But I couldn't find anywhere
mentioned this limitation, and we didn't get problem in testing environment.

"Ian" <ia*****@mobile audio.com> wrote in message
news:40******** **@corp.newsgro ups.com...
Fan Ruo Xin wrote:
I can truncate a version8 table by using "import from /dev/null ... replace into ..." when I use version8 client. But I failed to truncate the same
table by using the same way if I connect from a version 7.2 client.
In db2diag.log, I got the following information:
ADM11000E DB2 is unable to create or attach to the memory segment used for fenced routine communications. Decrease the amount of database shared memory used by your instance, and retry.
==========
Where does the "fenced routine communications" come from?
I don't think there is a big changing of internal memory structure changing between version7 32bit server and version8 32bit server.
Thanks,


Are you sure that v7 IMPORT is supported against a V8 server? With the
other V7/V8 limitations, I'd be surprised if the V7 utility works.
Ian

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----

Nov 12 '05 #5

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

Similar topics

12
9472
by: Sammy | last post by:
Hi, my mind is going crazy. I have tried everything I can think of to no avail. I have tried Disable Output Escaping. I tried to think of a way of enclosing the attribute data in a CDATA element. That did not parse. Here is my question: How can I get attribute values to not get converted from &apos; to '
0
403
by: Fan Ruo Xin | last post by:
I can truncate a version8 table by using "import from /dev/null ... replace into ..." when I use version8 client. But I failed to truncate the same table by using the same way if I connect from a version 7.2 client. In db2diag.log, I got the following information: ADM11000E DB2 is unable to create or attach to the memory segment used for fenced routine communications. Decrease the amount of database shared memory used by your instance,...
1
4529
by: NG | last post by:
Hi All, I am trying to create a new db2instance using db2icrt command. It has a parameter -u FENCED USER ID. I want to use same FENCED USER ID as that of our existing DB2INSTANCES. I checked db2 dbm cfg. But i couldn't find existing FENCED ID details.
5
4534
by: Jeff | last post by:
I have question about differences in fenced sql procedures and fenced stored procedures. Do fenced sql procedures take up an extra memory segment when executed? Reason I ask is we have several fenced sql procedures that have been excuting o.k. We implemented a fenced stored procedure on a C program and when trying to execute it, we get the "DIA3833C The system memory limit was reached."
2
5441
by: NU2_UDB | last post by:
I have been assigned a few UDB instances to maintain. I would like to find out the name of the fenced user used when the instance was created. Is it possible to get that information by using DB2 commands/utilities or config files? Also , I get the following error when starting an instance
2
1892
by: datapro01 | last post by:
Running DB2 8.2 on AIX 5.2. If you have more than one instance on a box is there a way that can be used to determine which is the name for the fenced user for a particular instance? Thanks in advance. Gerry
7
4628
by: John Nagle | last post by:
I've been parsing existing HTML with BeautifulSoup, and occasionally hit content which has something like "Design & Advertising", that is, an "&" instead of an "&amp;". Is there some way I can get BeautifulSoup to clean those up? There are various parsing options related to "&" handling, but none of them seem to do quite the right thing. If I write the BeautifulSoup parse tree back out with "prettify", the loose "&" is still in there. So...
6
1807
by: ARC | last post by:
I'm almost ready to build an upgrade routine for a commercial app that will need to import data from an existing Access 97 back-end database to an Access 2007 back-end blank database. Ideally, it would be nice to have the program detect, on first launch, whether the back end database is blank, and ask the user if they want to begin a new database (putting them into the blank one), or import data from the previous version (the access 97...
2
1481
by: pvong | last post by:
I'm a newbie. I'm using VS2008 & VB.net I have a simple site and each page uses the same sub-routine. I copy and paste to each page and that's no big deal but that can get tiresome. I was wondering if it's possible to create a MASTER sub routine where all the pages can call it and perform it's task for that page. If so, where would I create something like that in VS2008? Thanks! Phil
0
9454
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
10259
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
10101
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
10038
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7456
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
6710
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
5354
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...
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2849
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.