julio.marcos5
15th June 2008, 16:39
The Baan and Oracle are running on the same server, to try startar the baan presents the following message

2008-06-13[15:46:32]:E:root: ******* S T A R T of Error message *******
2008-06-13[15:46:32]:E:root: Log message called from /view/port.6.1c.07.13/vobs/tt/mir/mir/main.c: #1690 keyword: signal handl
er
2008-06-13[15:46:32]:E:root: Pid 22340 Uid 0 Euid 0 Gid 3 Egid 3
2008-06-13[15:46:32]:E:root: user_type S language p user_name root tty 1 locale ISO88591/NULL
2008-06-13[15:46:32]:E:root: Errno 0 bdb_errno 0
2008-06-13[15:46:32]:E:root: Log_mesg: Detected database server termination
2008-06-13[15:46:32]:E:root: ******* E N D of Error message *******
~

Markus Schmitz
16th June 2008, 09:10
So ....

Is the database running?
Can you connect to the database using sqlplus?
Can you start a Baan client (ba6.1)?
The quoted output you find in which log file?
Are there any entries in log.oracle8?

Regards

Markus

dave_23
16th June 2008, 10:48
that's probably your pdaemon failing.

Are you able to log into baan at all?

Is this a new install on the box? you may need to configure you're kernel.

Dave

julio.marcos5
18th June 2008, 04:46
is a new installation, I have a cluster and the other server runs normally.

Conecto usually via sqlplus, not startar ba6.1 in log.oracle8 does not present anything, just in log.bshel6.1 and log.ba6.1

Markus Schmitz
18th June 2008, 08:07
if you do not have any entries in log.oracle8, then I would assume, that Baan does not even start the oracle driver. This usually can only mean, that your tabledef6.1 is not setup to use oracle in the first place.

You said, Baan is running in a cluster and the other server is running normal. What kind of a cluster is this?
Is the Baan a[pplication setup twice? Copied or installed?

Regards

markus

julio.marcos5
19th June 2008, 02:28
I have the cluster of HP, which is conducting tests esrou then when the packages of the application and the bank migrate to the same server must be ready configuration. The baan was restored by backup or be copied. I run trace TT_SQL_TRACE = 02000 ba6.1 - logfile-test-keeplog and I presented the following error

SqlParse: before parse] SqlId: 40181c08 - QID: 1 - Status: 0

Trans 1 (bshell (main)) Mode 0 Query:

select count (*): 1

from ttgfd421



[SqlParse: after parse (e = 0)] SqlId: 40181c08 - QID: 1 - Status: 2

[SqlSelectBind] SqlId: 40181c08 - QID: 1 - Status: 2

[SqlExec before exec: (CompNr 000)] SqlId: 40181c08 - QID: 1 - Status: 2

/ usr / lib / dld.sl: Unresolved symbol: dld_getenv (code) from oracle8 (root: 12184/LSOCKET <root@rp1:12183>)

[SqlClose] SqlId: 40181c08 - QID: 1 - Status: 2


My tabledef6.1 is with the following configuration

tccom020:900:oracle8(ORACLE_HOME=/oracle/app/product/9.2.0,ORACLE_SID=baan):Y

dave_23
19th June 2008, 06:02
/ usr / lib / dld.sl


you're missing a lib on that box.

post the output of :

ldd ora8_srv6.1

Dave

julio.marcos5
20th June 2008, 05:43
/usr/lib/libdld.2 => /usr/lib/libdld.2
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/lib/libdld.2 => /usr/lib/libdld.2
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/lib/libCsup.2 => /usr/lib/libCsup.2
/usr/lib/libstream.2 => /usr/lib/libstream.2
/usr/lib/libstd.2 => /usr/lib/libstd.2
/usr/lib/libcl.2 => /usr/lib/libcl.2
/usr/lib/libisamstub.1 => /usr/lib/libisamstub.1
/usr/lib/libdld.2 => /usr/lib/libdld.2
/usr/lib/libm.2 => /usr/lib/libm.2
/usr/lib/libpthread.1 => /usr/lib/libpthread.1

dave_23
20th June 2008, 17:58
oh, sorry actually i misread. You're not missing the lib, you probably just have the wrong version.

There was a min C compiler level (or something) listed in the porting set release notes.


Dave