Hi, this is an warning message issued by aCC Runtime if a C main() is used instead of a C++ main(). The dbmcli 'show' commands are executed by a 'popen()' using the x_cons tool, which includes some librarys that contain C++ coding. On HPUX 32Bit the object format does not allow automatic initialization sequences like Elf allows. Therefore Hp aCC uses a special main for C++ that does the needed initalization call. Since the coding does not use any global objects or C++ runtime call, that would need global objects, it is not in any way destabilizing the SAPDB (x_cons is a monitor utility anyhow, that is a standalone program using a readonly attach shared memory segment to retrieve its information. Nevertheless i will fix this. CU jrg
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Dienstag, 16. April 2002 12:53 > To: [EMAIL PROTECTED] > Subject: DBMCLI: aCC runtime: ERROR: _main() not called > > > Hi, > > when calling a show command (e.g. show state or show io) at a > dbmcli (v7.3.0.18 on a HP-UX 11.0 box) prompt I get an error > message at the end of the reply. See the two examples below: > > dbmcli on s_herm1>show io > OK > > > SERVERDB: S_HERM1 > > Devspace No. Read(s) > Write(s) Total > [...] > total I/O 30 > 6 36 > aCC runtime: ERROR: _main() not called. > > > dbmcli on s_herm1>show state > OK > > > SERVERDB: S_HERM1 > The database state is WARM > aCC runtime: ERROR: _main() not called. > > I get this error message when calling nearly every show > command (exception: show all, show t_cnt, show t_reg, show > t_stat). What is the meaning of t his? Is there any effect > on the reliability of the database system? > > kind regards > Frank Schimmelpfennig > > PHILIPS Semiconductors Hamburg > ATO-Hamburg IT&DataSupport > Tel.: +49 40 5613 -1835, Fax: -3020 > > > _______________________________________________ > sapdb.general mailing list > [EMAIL PROTECTED] > http://listserv.sap.com/mailman/listinfo/sapdb.general > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
