1833763 Members
2673 Online
110063 Solutions
New Discussion

Adabas on HPUX10

 
Maverick_2
Occasional Advisor

Adabas on HPUX10

We are running an app with Adabas calls from HP-UX 10x.
Everthing works fine till I link the /usr/lib/libcma.a library..

We have to use this lib as we have to make Oracle calls from this app and the Oracle calls needs this lib.

Any pointers would help.

Thanks
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Adabas on HPUX10

I've been running adabas on HP since HP-UX 9.X

I've got oracle and Adabas running side by side on all my servers.

So long as you don't lock up permissions either product should be able to use that library.

Can you provide some more detail on this issue? Are you getting an error when you run Oracle?

I'm one of the last, proud Adabas dba's(relic) in a world that seems to be heading toward Oracle.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Maverick_2
Occasional Advisor

Re: Adabas on HPUX10

Well Adabas and Oracle runs fine on the same box.

The problem arises when I write a C Program that makes calls to Oracle and Adabas.

To compile the Oracle related stuff the Oracle Makefile uses some standard libs like
libcma.sl which for some strange reason causes the Adabas calls to fail from our C-Program..
Steven E. Protter
Exalted Contributor

Re: Adabas on HPUX10

I guess the oracle compile is changing some objects that Adabas is using.

Look at the compile log and see what file it touches and overwrites. See what you can do about creating copies for the adabase call.

You might get around this with the SHLIB_PATH variable for the user compiling the c program.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com