473,406 Members | 2,698 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

DAS unresolved symbol (HPUX 32bit)


Hello,

I have the following problem and hope that someone in this group has already
heard about it:
I have a DB2 8.1.5 EE Installation on a HPUX11i (PARISC) machine.
The OS is a pure 32bit Installation and so is the DB.
I cannot start the Database Administration Server because the symbol readDasCfg
is referenced as external in the binary db2dasrrm but not contained in any DB2
library (from the name it seems clear to me, that this is a DB2 function).
If i try
db2admin start
i get after some delay
SQL4001C The DB2 Administration Server encountered an error during startup
A db2dasrrm process remains, which consumes all processor resources and can
only be removed by kill -9.
If i try to start db2dasrrm i get an error message saying that readDasCfg
cannot be resolved.
The same problem existed with DB2 8.1.3 and remained after installing Fixpak 5.
To the OS is applied
GOLDBASE11i December 2003
GOLDAPPS11i December 2003
Any clues?

Regards

Franz
Nov 12 '05 #1
3 2348
Franz,
Best to contact IBM support and resolve it thru them.

rgds
Subho

"Dr. Franz Fehringer" <fe****@t-online.de> wrote in message
news:m3************@franz.fehringer.de...

Hello,

I have the following problem and hope that someone in this group has already heard about it:
I have a DB2 8.1.5 EE Installation on a HPUX11i (PARISC) machine.
The OS is a pure 32bit Installation and so is the DB.
I cannot start the Database Administration Server because the symbol readDasCfg is referenced as external in the binary db2dasrrm but not contained in any DB2 library (from the name it seems clear to me, that this is a DB2 function).
If i try
db2admin start
i get after some delay
SQL4001C The DB2 Administration Server encountered an error during startup A db2dasrrm process remains, which consumes all processor resources and can only be removed by kill -9.
If i try to start db2dasrrm i get an error message saying that readDasCfg
cannot be resolved.
The same problem existed with DB2 8.1.3 and remained after installing Fixpak 5. To the OS is applied
GOLDBASE11i December 2003
GOLDAPPS11i December 2003
Any clues?

Regards

Franz

Nov 12 '05 #2
One quick thing worth checking is that you ran dasupt after applying the most
recent fixpak (dasupdt
is similar to db2iupt except works on the DAS instead of a DB2 instance. It must
be run as root from
the <product install>/instance directory).

If this does not resolve your problem, then it is best to pursue this through
IBM support.

Regards,
Scott

Subho Chatterjee wrote:
Franz,
Best to contact IBM support and resolve it thru them.

rgds
Subho

"Dr. Franz Fehringer" <fe****@t-online.de> wrote in message
news:m3************@franz.fehringer.de...

Hello,

I have the following problem and hope that someone in this group has

already
heard about it:
I have a DB2 8.1.5 EE Installation on a HPUX11i (PARISC) machine.
The OS is a pure 32bit Installation and so is the DB.
I cannot start the Database Administration Server because the symbol

readDasCfg
is referenced as external in the binary db2dasrrm but not contained in any

DB2
library (from the name it seems clear to me, that this is a DB2 function).
If i try
db2admin start
i get after some delay
SQL4001C The DB2 Administration Server encountered an error during

startup
A db2dasrrm process remains, which consumes all processor resources and

can
only be removed by kill -9.
If i try to start db2dasrrm i get an error message saying that readDasCfg
cannot be resolved.
The same problem existed with DB2 8.1.3 and remained after installing

Fixpak 5.
To the OS is applied
GOLDBASE11i December 2003
GOLDAPPS11i December 2003
Any clues?

Regards

Franz


Nov 12 '05 #3
swalkty <sw*****@ca.ibm.comNOSPAM> writes:

Thanks, i will try this.

Franz
One quick thing worth checking is that you ran dasupt after applying the most
recent fixpak (dasupdt
is similar to db2iupt except works on the DAS instead of a DB2 instance. It must
be run as root from
the <product install>/instance directory).

If this does not resolve your problem, then it is best to pursue this through
IBM support.

Regards,
Scott

Subho Chatterjee wrote:
Franz,
Best to contact IBM support and resolve it thru them.

rgds
Subho

"Dr. Franz Fehringer" <fe****@t-online.de> wrote in message
news:m3************@franz.fehringer.de...
>
> Hello,
>
> I have the following problem and hope that someone in this group has

already
> heard about it:
> I have a DB2 8.1.5 EE Installation on a HPUX11i (PARISC) machine.
> The OS is a pure 32bit Installation and so is the DB.
> I cannot start the Database Administration Server because the symbol

readDasCfg
> is referenced as external in the binary db2dasrrm but not contained in any

DB2
> library (from the name it seems clear to me, that this is a DB2 function).
> If i try
> db2admin start
> i get after some delay
> SQL4001C The DB2 Administration Server encountered an error during

startup
> A db2dasrrm process remains, which consumes all processor resources and

can
> only be removed by kill -9.
> If i try to start db2dasrrm i get an error message saying that readDasCfg
> cannot be resolved.
> The same problem existed with DB2 8.1.3 and remained after installing

Fixpak 5.
> To the OS is applied
> GOLDBASE11i December 2003
> GOLDAPPS11i December 2003
> Any clues?
>
> Regards
>
> Franz

Nov 12 '05 #4

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

Similar topics

0
by: Richard | last post by:
I am setting up HS in 8i, when I go to $ORACLE_HOME/bin and do a ldd hsodbc i get the below error message, I have done a relink to recreate the hsodbc executable but still no luck. I do have a tar...
0
by: Ida | last post by:
Hi, I am trying to build an dll with Microsoft Visual C++ but during the linking phase I get linking errors. Script.obj : error LNK2019: unresolved external symbol __imp__PyString_AsString...
5
by: cschettle | last post by:
I think you need to link with msvcrt.lib ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000...
2
by: f rom | last post by:
----- Forwarded Message ---- From: Josiah Carlson <jcarlson@uci.edu> To: f rom <etaoinbe@yahoo.com>; wxpython-users@lists.wxwidgets.org Sent: Monday, December 4, 2006 10:03:28 PM Subject: Re: ...
2
by: Maydogg6 | last post by:
I need a hand with some stubborn link errors. I'm trying to recreate and old program from 6.0 into .NET, but for some reason when I try to compile I'm getting linking errors for all my function...
6
by: sadegh | last post by:
Hi I have a problem with my program in VC++6 When I compile it, the following errors are listed. I spend a lot of time on the groups.google.com to find its reason, but none of comments could...
1
by: shubhendutripathi | last post by:
Hi, I have written an EXE which uses getopt call. It gets compiled and linked properly on HPUX machine. But when I try to build the same on NT machine using Microsoft Studio 6.0, it gives...
0
by: Ryan Gaffuri | last post by:
hlink72@hotmail.com (Eric) wrote in message news:<ab8d8b14.0308220550.54fb5f22@posting.google.com>... LNK1120 is a standard C++ error. you using Visual C++? Means your references a class that...
2
by: =?Utf-8?B?YmFzaA==?= | last post by:
Hello, I am compiling a CPP code using Visual studion .net 2003. I get the following error, despite having windldap.h and wldap32.dll in my include and lib paths. Here is the error. uuid.lib...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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,...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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...

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.