Sample of mib in Tuxedo

Recently I am going to write a program to monitor Tuxedo, however there is few sample online. What I can find is just a part of whole sample and it misses a lot of things. Also I found nothing in Github. Does any one have a sample to monitor Tuxedo ?
Moreover, is MIB a corret way to approach my goal? Is there any other method allowing me to monitor Tuxedo by writing program?

Hi,
There are several options to monitor and/or manage Tuxedo applications.  Out of the box included with Tuxedo are:
Tuxedo MIB - Can pretty much do anything and everything, including management, monitoring, configuration, etc.  The MIB can be accessed via service calls to the .TMIB service either embedded in code, or from a tool like ud32. or using the tpadmcall() API.
Command line utilities such as tmadmin, tmloadcf, tmconfig, etc., can be used to also manage, monitor, and configure Tuxedo applications.
SNMP - there is an SNMP agent provided as part of Tuxedo that can be used to monitor almost everything in Tuxedo.
Adding TSAM Plus with or without the Tuxedo Cloud Control plug-in for Oracle Enterprise Manager provides even more options.  TSAM Plus Manager can monitor the performance of a Tuxedo application in very fine detail.  The Tuxedo Cloud Control plug-in for Oracle Enterprise Manager can monitor at a more course granularity on a polled basis the performance of an application, and can also completely manage and configure a Tuxedo application.  Both can allow you to define SLA metrics and take automated action should those SLAs not be met.
So what exactly are you trying to accomplish with what you're planning on developing?
PS  If you look through this forum, you should find examples of either programs and/or ud32 scripts making MIB requests.
Regards,
Todd Little
Oracle Tuxedo Chief Architect

Similar Messages

  • Error in running sample application for tuxedo

    Hi
    I received the following error when i try to run the sample application "simpapp"
    for tuxedo. I have set the ubbconfig file.
    i could get tuxconfig file by using tmloadcf commmand.
    for running the buildclient and buildserver it gives following error.do i have
    to install any c compiler? if so pls. suggest me some good c compiler.
    THE ERROR IS :
    C:\simpapp>buildclient -o simpcl -f simpcl.c
    The name specified is not recognized as an
    internal or external command, operable program or batch file.
    NLS:4: Cannot open message catalog TUXNT_CAT, set 1, num 77; check TUXDIR=C:\Program
    Files\BEA Systems\Tuxedo, LANG=Englis
    _United States.1252
    THANKS
    magesh

    Hi
    for Windows NT, which C compiler would be better for compiling the programs
    for tux clients and servers?
    do we have to use the MS-VC++ compiler and what are the environment
    variables to be set if i have to use build(client|server) ?
    pls. help me.
    thanks
    Magesh
    "Peter Holditch" <[email protected]> wrote in message
    news:[email protected]...
    Magesh,
    As I already posted, you need a C compiler installed.buildclient
    merely invoke the system compiler.
    Peter.
    Got a Question? Ask BEA at http://askbea.bea.com
    The views expressed in this posting are solely those of the author, andBEA
    Systems, Inc. does not endorse any of these views.
    BEA Systems, Inc. is not responsible for the accuracy or completeness ofthe
    information provided
    and assumes no duty to correct, expand upon, delete or update any of the
    information contained in this posting.
    magesh muthukumarasamy wrote:
    Hi
    After doing the steps which you've told, I got the following error when
    I
    ran buildclient and builserver respectively :
    C:\simpapp>buildclient -o simpcl -f simpcl.c
    The name specified is not recognized as an
    internal or external command, operable program or batch file.
    TUXNT_CAT:77: ERROR: Can't execute cl/MD -I"%TUXDIR%"\include -Fesimpcl
    simpcl.c "%TUXDIR%"\lib\libtux.lib "%TUXDIR%"
    \lib\libbuft.lib "%TUXDIR%"\lib\libfml.lib "%TUXDIR%"\lib\libfml32.lib
    "%TUXDIR%"\lib\libengine.lib wsock32.lib kernel32.
    lib advapi32.lib user32.lib gdi32.lib comdlg32.lib
    winspool.lib -link -implib:BC-5f.lib
    C:\simpapp>buildserver -o simpserv -f simpserv.c -s TOUPPER
    cl /MD -I"%TUXDIR%"\include -Fesimpserv BS-1a4.c simpserv.c
    "%TUXDIR%"\lib\libtux.lib "%TUXDIR%"\lib\libbuft.lib "%TUX
    DIR%"\lib\libfml.lib "%TUXDIR%"\lib\libfml32.lib
    "%TUXDIR%"\lib\libengine.lib wsock32.lib kernel32.lib advapi32.libuser32
    .lib gdi32.lib comdlg32.lib winspool.lib -link -implib:BS-1a4.lib
    The name specified is not recognized as an
    internal or external command, operable program or batch file.
    CMDTUX_CAT:4180: ERROR: can't execute cl
    /MD -I"%TUXDIR%"\include -Fesimpserv BS-1a4.c simpserv.c
    "%TUXDIR%"\lib\libtux.l
    ib "%TUXDIR%"\lib\libbuft.lib "%TUXDIR%"\lib\libfml.lib
    "%TUXDIR%"\lib\libfml32.lib "%TUXDIR%"\lib\libengine.lib wsock3
    2.lib kernel32.lib advapi32.lib user32.lib gdi32.lib comdlg32.lib
    winspool.lib -link -implib:BS-1a4.lib
    IS IT DUE TO C COMPILER NOT AVAILABLE OR ANY OTHER CONFIGURATIONPROBLEMS?
    >>
    pls. help me.
    THANKS
    magesh
    "LouisLiu" <[email protected]> wrote in message
    news:[email protected]...
    Three steps to solve this problem:
    1. Set the LANG environment variable: set LANG=English_United
    States.1252;
    2. In the tuxedo directory Tuxedo\locale, make a new directory named
    English_United States.1252;
    3. Copy all files in diirectory Tuxedo\locale\C into the newdirectory.
    >>>
    "MAGESH MUTHUKUMARASAMY" <[email protected]> wrote in message
    news:[email protected]...
    Hi
    I received the following error when i try to run the sample
    application
    "simpapp"
    for tuxedo. I have set the ubbconfig file.
    i could get tuxconfig file by using tmloadcf commmand.
    for running the buildclient and buildserver it gives following
    error.do
    i
    have
    to install any c compiler? if so pls. suggest me some good c
    compiler.
    >>>>
    >>>>
    THE ERROR IS :
    C:\simpapp>buildclient -o simpcl -f simpcl.c
    The name specified is not recognized as an
    internal or external command, operable program or batch file.
    NLS:4: Cannot open message catalog TUXNT_CAT, set 1, num 77; checkTUXDIR=C:\Program
    Files\BEA Systems\Tuxedo, LANG=Englis
    _United States.1252
    THANKS
    magesh

  • Reference for sample Tuxedo/Q program in COBOL

    Hi..
    Am using Tuxedo 10g R3.. I need to write a program in cobol with Tuxedo/Q which involves DB2 queries with ATMI calls..
    For this first i need to know how to write a simple program with queues concept in cobol.. the sample program provided with tuxedo is written in C language..
    I just need sample program which does the string conversion or any other programs which uses the Queues.. It will be helpful for me to write my program..
    I have tried a sample program with the procedure given in this link..
    http://e-docs.bea.com/tuxedo/tux80/pdf/usingq.pdf
    my program didnt work so i guess am missing many things since this concept is new to me.. so i feel if there is some sample code it would be helpful..
    Is there any reference book for this?? can anyone send me the link so that i can these programs..
    Thanks..

    Hi,
    I tried the below code for queue concept.. Am able to write into the queue but coulnt retrive from the queue..
    Here is my Client code..
    IDENTIFICATION DIVISION.
    PROGRAM-ID. QUECL.
    AUTHOR. TUXEDO.
    ENVIRONMENT DIVISION.
    CONFIGURATION SECTION.
    DATA DIVISION.
    WORKING-STORAGE SECTION.
    * Tuxedo definitions
    01 TPQUEDEF-REC.
    COPY TPQUEDEF.
    01 TPTYPE-REC.
    COPY TPTYPE.
    01 TPSTATUS-REC.
    COPY TPSTATUS.
    01 TPSVCDEF-REC.
    COPY TPSVCDEF.
    01 TPINFDEF-REC.
    COPY TPINFDEF.
    * Log messages definitions
    01 LOGMSG.
    05 FILLER PIC X(8) VALUE "QUECL:".
    05 LOGMSG-TEXT PIC X(50).
    01 LOGMSG-ERR.
    05 FILLER PIC X(14) VALUE
    "QUECL ERR=>".
    05 LOG-ERR-ROUTINE PIC X(10).
    05 FILLER PIC X(21) VALUE
    " FAILED: TP-STATUS = ".
    05 LOG-ERR-TP-STATUS PIC S9(9).
    01 LOGMSG-ERR-LEN PIC S9(9) COMP-5.
    01 LOGMSG-LEN PIC S9(9) COMP-5.
    01 USER-DATA-REC PIC X(75).
    01 SEND-STRING PIC X(100) VALUE SPACES.
    LINKAGE SECTION.
    * Start program with command line args
    PROCEDURE DIVISION.
    MOVE LOW-VALUES TO TPINFDEF-REC.
    MOVE LENGTH OF LOGMSG TO LOGMSG-LEN.
    START-CSIMPCL.
    MOVE "hello" TO SEND-STRING.
    DISPLAY "SEND-STRING:before: " SEND-STRING.
    MOVE "Started" TO LOGMSG-TEXT.
    PERFORM DO-USERLOG.
    PERFORM DO-TPINIT.
    PERFORM DO-TPENQUEUE.
    PERFORM DO-TPDEQUEUE.
    DISPLAY "SEND-STRING:after: " SEND-STRING.
    PERFORM DO-TPTERM.
    PERFORM EXIT-PROGRAM.
    * Now register the client with the system.
    DO-TPINIT.
    MOVE SPACES TO USRNAME.
    MOVE SPACES TO CLTNAME.
    MOVE SPACES TO PASSWD.
    MOVE SPACES TO GRPNAME.
    MOVE ZERO TO DATALEN.
    SET TPU-DIP TO TRUE.
    CALL "TPINITIALIZE" USING TPINFDEF-REC
    USER-DATA-REC
    TPSTATUS-REC.
    IF NOT TPOK
    MOVE "TPINITIALIZE Failed" TO LOGMSG-TEXT
    PERFORM DO-USERLOG
    PERFORM EXIT-PROGRAM
    END-IF.
    * Issue a TPENQUEUE
    DO-TPENQUEUE.
    MOVE LOW-VALUES TO TPQUEDEF-REC.
    MOVE "TMQUEUE" TO QSPACE-NAME IN TPQUEDEF-REC.
    MOVE "TOUPPER" TO QNAME IN TPQUEDEF-REC.
    MOVE "RPLYQ" TO REPLYQUEUE IN TPQUEDEF-REC.
    SET TPTRAN IN TPQUEDEF-REC TO TRUE.
    SET TPBLOCK IN TPQUEDEF-REC TO TRUE.
    SET TPTIME IN TPQUEDEF-REC TO TRUE.
    SET TPSIGRSTRT IN TPQUEDEF-REC TO TRUE.
    SET TPQREPLYQ IN TPQUEDEF-REC TO TRUE.
    SET TPQQOSDELIVERYNONPERSISTENT IN TPQUEDEF-REC TO TRUE.
    SET TPQMSGID IN TPQUEDEF-REC TO TRUE.
    MOVE LOW-VALUES TO TPTYPE-REC.
    MOVE "STRING" TO REC-TYPE IN TPTYPE-REC.
    MOVE LENGTH OF SEND-STRING TO LEN IN TPTYPE-REC.
    CALL "TPENQUEUE" USING
    TPQUEDEF-REC
    TPTYPE-REC
    SEND-STRING
    TPSTATUS-REC.
    IF NOT TPOK
    MOVE "TPENQUEUE failed" TO LOGMSG-TEXT
    PERFORM DO-USERLOG
    PERFORM EXIT-PROGRAM.
    DISPLAY "ENQUEUE OVER".
    * Issue a TPDEQUEUE
    DO-TPDEQUEUE.
    MOVE LOW-VALUES TO TPQUEDEF-REC.
    MOVE "TMQUEUE" TO QSPACE-NAME IN TPQUEDEF-REC.
    MOVE "RPLYQ" TO QNAME IN TPQUEDEF-REC.
    SET TPTRAN IN TPQUEDEF-REC TO TRUE.
    SET TPBLOCK IN TPQUEDEF-REC TO TRUE.
    SET TPTIME IN TPQUEDEF-REC TO TRUE.
    SET TPSIGRSTRT IN TPQUEDEF-REC TO TRUE.
    * SET TPQWAIT IN TPQUEDEF-REC TO TRUE.
    MOVE LOW-VALUES TO TPTYPE-REC.
    MOVE "STRING" TO REC-TYPE IN TPTYPE-REC.
    MOVE LENGTH OF SEND-STRING TO LEN IN TPTYPE-REC.
    CALL "TPDEQUEUE" USING
    TPQUEDEF-REC
    TPTYPE-REC
    SEND-STRING
    TPSTATUS-REC.
    IF NOT TPOK
    MOVE "TPDEQUEUE failed" TO LOGMSG-TEXT
    PERFORM DO-USERLOG
    MOVE "TPDEQUEUE" TO LOG-ERR-ROUTINE
    MOVE TP-STATUS TO LOG-ERR-TP-STATUS
    PERFORM DO-USERLOG-ERR
    PERFORM EXIT-PROGRAM.
    DISPLAY "DEQUEUE OVER".
    * Leave TUXEDO
    DO-TPTERM.
    CALL "TPTERM" USING TPSTATUS-REC.
    IF NOT TPOK
    MOVE "TPTERM Failed" TO LOGMSG-TEXT
    PERFORM DO-USERLOG
    END-IF.
    * Log messages to the userlog
    DO-USERLOG.
    CALL "USERLOG" USING LOGMSG
    LOGMSG-LEN
    TPSTATUS-REC.
    DO-USERLOG-ERR.
    CALL "USERLOG" USING LOGMSG-ERR
    LOGMSG-ERR-LEN
    TPSTATUS-REC.
    *Leave Application
    EXIT-PROGRAM.
    MOVE "Ended" TO LOGMSG-TEXT.
    PERFORM DO-USERLOG.
    STOP RUN.
    and this is my TOUPPER service program..
    IDENTIFICATION DIVISION.
    PROGRAM-ID. TOUPPER.
    AUTHOR. TUXEDO.
    ENVIRONMENT DIVISION.
    CONFIGURATION SECTION.
    DATA DIVISION.
    WORKING-STORAGE SECTION.
    * Tuxedo definitions
    01 TPQUEDEF-REC.
    COPY TPQUEDEF.
    01 TPSVCRET-REC.
    COPY TPSVCRET.
    01 TPTYPE-REC.
    COPY TPTYPE.
    01 TPSTATUS-REC.
    COPY TPSTATUS.
    01 TPSVCDEF-REC.
    COPY TPSVCDEF.
    * Log message definitions
    01 LOGMSG.
    05 FILLER PIC X(10) VALUE
    "QUESR :".
    05 LOGMSG-TEXT PIC X(50).
    01 LOGMSG-LEN PIC S9(9) COMP-5.
    * User defined data records
    01 SEND-STRING PIC X(100).
    LINKAGE SECTION.
    PROCEDURE DIVISION.
    START-STRING.
    MOVE LENGTH OF LOGMSG TO LOGMSG-LEN.
    MOVE "Started" TO LOGMSG-TEXT.
    PERFORM DO-USERLOG.
    * Get the data that was sent by the client
    MOVE LENGTH OF SEND-STRING TO LEN.
    CALL "TPSVCSTART" USING TPSVCDEF-REC
    TPTYPE-REC
    SEND-STRING
    TPSTATUS-REC.
    IF NOT TPOK
    MOVE "TPSVCSTART Failed" TO LOGMSG-TEXT
    PERFORM DO-USERLOG
    PERFORM EXIT-PROGRAM
    END-IF.
    IF TPTRUNCATE
    MOVE "Data was truncated" TO LOGMSG-TEXT
    PERFORM DO-USERLOG
    PERFORM EXIT-PROGRAM
    END-IF.
    INSPECT SEND-STRING CONVERTING
    "abcdefghijklmnopqrstuvwxyz" TO
    "ABCDEFGHIJKLMNOPQRSTUVWXYZ".
    MOVE "Success" TO LOGMSG-TEXT.
    PERFORM DO-USERLOG.
    SET TPSUCCESS TO TRUE.
    COPY TPRETURN REPLACING
    DATA-REC BY SEND-STRING.
    * Write out a log err messages
    DO-USERLOG.
    CALL "USERLOG" USING LOGMSG
    LOGMSG-LEN
    TPSTATUS-REC.
    * EXIT PROGRAM
    EXIT-PROGRAM.
    MOVE "Failed" TO LOGMSG-TEXT.
    PERFORM DO-USERLOG.
    SET TPFAIL TO TRUE.
    COPY TPRETURN REPLACING
    DATA-REC BY SEND-STRING.
    In ULOG am getting like this,
    040915.ibmsceai!?proc.303126.1.-2: QUECL: Started
    040915.ibmsceai!?proc.303126.1.0: QUECL: TPDEQUEUE failed
    040915.ibmsceai!?proc.303126.1.0:
    040915.ibmsceai!?proc.303126.1.0: QUECL: Ended
    In the UBBCONFIG file, i have declared like this..
    *GROUPS
    TMQGRP LMID="cicsapp" GRPNO=4 TMSNAME=TMS_QM TMSCOUNT=2 OPENINFO="TUXEDO/QM:/home/e160195/cfg/QUE:TMQUEUE"
    *SERVERS
    TMQUEUE SRVGRP="TMQGRP" SRVID=4 RESTART=Y GRACE=0 MAXGEN=10 CONV=N CLOPT="-s TMQUEUE:TMQUEUE"
    TMQFORWARD SRVGRP="TMQGRP" SRVID=5 RESTART=Y GRACE=0 MAXGEN=10 CONV=N CLOPT="-- -i 2 -q TOUPPER -n"
    can u please have a look into this and tell me why dequeue is not working and where am going wrong??
    Thanks..

  • Exception running FML32 sample app.

    Hi,
    I configured the WTC with weblogic6.1 and tuxedo7.1. I have two sample services
    running in tuxedo
    TOUPPER
    REVERSE_STRING
    I compiled the ejb classes provided for simapapp and it ran successfully.
    However when I try to run the simpFML32 example, I get the following error in
    the client sonsole:
    Creating Rstring
    converting thestring
    There was an exception while creating and using the Rstring.
    This indicates that there was a problem communicating with the server: java.lang
    .ClassCastException: weblogic.wtc.jatmi.TypedFML32
    End statefulSession.Client...
    and the following in weblogic console:
    setSessionContext called
    ejbCreate called
    Reverse_String called, converting thestring
    About to call tpcall REVERSE_STRING
    tpcall threw TPReplyExcption TPESVCFAIL(11):0:3:Unknown(48):QMNONE(0):0
    I modified the Feld table as follows:(I already have a field table and appended
    the one provided in the example)
    *base 100
    CLFY_SUB 1 string -
    *base 300
    # *base is an offset added to rel-number.
    # Field numbers 0-100 are reserved by Tuxedo.
    # valid types are: short, long, float, double, char, string, carray
    #name           rel-number type flags comment
    TP_SITE_ID          1     string - Site Id
    TP_CONT_ID          2     string - Contact Id
    TP_CONT_F_NAME          3     string - Contact First Name
    TP_CONT_L_NAME          4     string - Contact Last Name
    TP_CONT_STATUS          5     string - Contact Status
    TP_CONT_ADDRESS1     6     string - Contact Address
    TP_CONT_ADDRESS2     7     string - Contact Address
    TP_CONT_ADDRESS3     8     string - Contact Address
    TP_CONT_CITY          9     string - Contact City
    TP_CONT_STATE          10     string - Contact State
    TP_CONT_ZIP          11     string - Contact Zip
    TP_CONT_ZIP_SUFFIX     12     string - Contact Zip Suffix
    TP_CONT_ORG_LEVEL1     13     string - Contact Org Level1
    TP_CONT_ORG_LEVEL2     14     string - Contact Org Level2
    TP_CONT_ORG_LEVEL3     15     string - Contact Org Level3
    TP_CONT_ORG_LEVEL4     16     string - Contact Org Level4
    TP_CONT_ORG_LEVEL5     17     string - Contact Org Level5
    TP_CONT_ORG_LEVEL6     18     string - Contact Org Level6
    TP_ERR_CODE          19     string - Message Error Code
    TP_MSG               20     string - Error Message
    MyString 21 string - -
    Any help will be greatly appreciated.
    Thank You
    Raju

    Solved the issue.
    I appended the MyString entry to the end of my list and modified the field number
    from 257 to follow my sequence. I guess the application is looking for that specific
    number.
    I modified the field table to replace the value for MyString to 257 and it worked
    fine.
    Thanx
    Raju
    "Raju Vatsavayi" <[email protected]> wrote:
    >
    Hi,
    I configured the WTC with weblogic6.1 and tuxedo7.1. I have two sample
    services
    running in tuxedo
    TOUPPER
    REVERSE_STRING
    I compiled the ejb classes provided for simapapp and it ran successfully.
    However when I try to run the simpFML32 example, I get the following
    error in
    the client sonsole:
    Creating Rstring
    converting thestring
    There was an exception while creating and using the Rstring.
    This indicates that there was a problem communicating with the server:
    java.lang
    .ClassCastException: weblogic.wtc.jatmi.TypedFML32
    End statefulSession.Client...
    and the following in weblogic console:
    setSessionContext called
    ejbCreate called
    Reverse_String called, converting thestring
    About to call tpcall REVERSE_STRING
    tpcall threw TPReplyExcption TPESVCFAIL(11):0:3:Unknown(48):QMNONE(0):0
    I modified the Feld table as follows:(I already have a field table and
    appended
    the one provided in the example)
    *base 100
    CLFY_SUB 1 string -
    *base 300
    # *base is an offset added to rel-number.
    # Field numbers 0-100 are reserved by Tuxedo.
    # valid types are: short, long, float, double, char, string, carray
    #name           rel-number type flags comment
    TP_SITE_ID          1     string - Site Id
    TP_CONT_ID          2     string - Contact Id
    TP_CONT_F_NAME          3     string - Contact First Name
    TP_CONT_L_NAME          4     string - Contact Last Name
    TP_CONT_STATUS          5     string - Contact Status
    TP_CONT_ADDRESS1     6     string - Contact Address
    TP_CONT_ADDRESS2     7     string - Contact Address
    TP_CONT_ADDRESS3     8     string - Contact Address
    TP_CONT_CITY          9     string - Contact City
    TP_CONT_STATE          10     string - Contact State
    TP_CONT_ZIP          11     string - Contact Zip
    TP_CONT_ZIP_SUFFIX     12     string - Contact Zip Suffix
    TP_CONT_ORG_LEVEL1     13     string - Contact Org Level1
    TP_CONT_ORG_LEVEL2     14     string - Contact Org Level2
    TP_CONT_ORG_LEVEL3     15     string - Contact Org Level3
    TP_CONT_ORG_LEVEL4     16     string - Contact Org Level4
    TP_CONT_ORG_LEVEL5     17     string - Contact Org Level5
    TP_CONT_ORG_LEVEL6     18     string - Contact Org Level6
    TP_ERR_CODE          19     string - Message Error Code
    TP_MSG               20     string - Error Message
    MyString 21 string - -
    Any help will be greatly appreciated.
    Thank You
    Raju

  • CMDTUX_CAT:512: ERROR: Cannot execute C compiler cc   -I$TUXDIR/include ...

    Hello Tuxedo Experts,
    I am building the Tuxedo client (on AIX 6.1) using the buildclient command given in README file of simpapp sample (that comes with Tuxedo installation), but I am getting an error on running the command.
    Command is: /home/sibusr/tuxedo11gR1/bin/buildclient -o simpcl -f simpcl.c
    Error is:
    =====================
    $ /home/sibusr/tuxedo11gR1/bin/buildclient -o simpcl -f simpcl.c
    sh: cc: not found.
    CMDTUX_CAT:512: ERROR: Cannot execute C compiler cc -I$TUXDIR/include -o simpcl -qstaticinline -qrtti=all -L${TUXDIR}/lib simpcl.c -brtl $TUXDIR/lib/tpinit.o -ltux -lbuft -lfml -lfml32 -lengine -lpthread
    $
    =====================
    Would you please help resolve the issue.
    Thanks & Regards,
    Ahsan

    Hi Todd/Tuxedo Experts,
    I have finally been able to install XLC successfully after a lot of effort :)
    I am compiling the simpcl.c from "<Tuxedo Home directory>/samples/atmi/simpapp" path, using " /usr/vacpp/bin/xlC -I /home/sibusr/tuxedo11gR1/include /home/sibusr/tuxedo11gR1/lib/tpinit.o simpcl.c" command, but I am getting the following error:
    =============================================
    ld: 0711-317 ERROR: Undefined symbol: ._tmsettypesw
    ld: 0711-317 ERROR: Undefined symbol: xa_switchp
    ld: 0711-317 ERROR: Undefined symbol: ._tmsetxaswitch
    ld: 0711-317 ERROR: Undefined symbol: ._tpinit
    ld: 0711-317 ERROR: Undefined symbol: .tpalloc
    ld: 0711-317 ERROR: Undefined symbol: .tpterm
    ld: 0711-317 ERROR: Undefined symbol: .tpfree
    ld: 0711-317 ERROR: Undefined symbol: .tpcall
    ld: 0711-317 ERROR: Undefined symbol: ._tmget_tperrno_addr
    ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
    =============================================
    Would you please guide what could be wrong with my compilation command or any settings.
    Thanks a lot for all the help.
    Awais Hassan

  • Bankapp on Windows 2000 Error 466

    I have been attempting to run the Bankapp sample application which comes with Tuxedo
    8.0 and a Windows 2000 server. I believe I followed all of the instructions for
    compiling and configuring the application. When I execute tmboot -y from the command
    line, the first service starts however all of the subsequent services fail. I
    have attached my log file. The first error shown is LIBTUX_CAT:466 ERROR: tpopen
    TPERMERR xa_open returned XAER_RMERR Is there something I've missed? Any help
    pointing me in the right direction would be appreciated.
    [ULOG.031102]

    Peter,
    This might be a stupid question, but what database is bankapp supposed to be using?
    I can't seem to find anything in the documentation which clearly explains that.
    thanks for your help.
    Mike
    Peter Holditch <[email protected]> wrote:
    Mike,
    It looks to me as though you haven't created the database files, or the
    Tuxedo
    transaction log. Either that, or they have become corrupted.
    Try deleting them and recreating...
    Regards,
    Peter.
    Got a Question? Ask BEA at http://askbea.bea.com
    The views expressed in this posting are solely those of the author, and
    BEA
    Systems, Inc. does not endorse any of these views.
    BEA Systems, Inc. is not responsible for the accuracy or completeness
    of the
    information provided
    and assumes no duty to correct, expand upon, delete or update any of
    the
    information contained in this posting.
    Mike wrote:
    I have been attempting to run the Bankapp sample application whichcomes with Tuxedo
    8.0 and a Windows 2000 server. I believe I followed all of the instructionsfor
    compiling and configuring the application. When I execute tmboot -yfrom the command
    line, the first service starts however all of the subsequent servicesfail. I
    have attached my log file. The first error shown is LIBTUX_CAT:466ERROR: tpopen
    TPERMERR xa_open returned XAER_RMERR Is there something I've missed?Any help
    pointing me in the right direction would be appreciated.
    000006.JOLTTEST!BBL.1208.580.0:
    143016.JOLTTEST!BBL.1176.1420.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    143016.JOLTTEST!BBL.1176.1420.0: LIBTUX_CAT:577: ERROR: Unable to registerbecause the slot is already owned by another process
    143016.JOLTTEST!BBL.1176.1420.0: LIBTUX_CAT:248: ERROR: System initfunction failed, Uunixerr =
    143016.JOLTTEST!BBL.1176.1420.0: CMDTUX_CAT:26: INFO: The BBL is exitingsystem
    143016.JOLTTEST!TMS_SQL.1420.1152.0: 03-11-2002: Tuxedo Version 8.032-bit Windows.
    143016.JOLTTEST!TMS_SQL.1420.1152.0: LIBTUX_CAT:262: INFO: Standardmain starting
    143016.JOLTTEST!TMS_SQL.1420.1152.0: xa_open - QLopendb: open systemcall error: No such file or directory
    143016.JOLTTEST!TMS_SQL.1420.1152.0: LIBTUX_CAT:466: ERROR: tpopenTPERMERR xa_open returned XAER_RMERR
    143016.JOLTTEST!TMS_SQL.1420.1152.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143016.JOLTTEST!TMS_SQL.1420.1152.0: LIBTUX_CAT:300: ERROR: tlogopen:
    gptblopen: UNIX sys call error - 2
    143016.JOLTTEST!tmboot.1128.1436.-2: 03-11-2002: Tuxedo Version 8.032-bit Windows.
    143016.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessTMS_SQL at SITE1 failed with /T tperrno (TPERMERR - resource manager
    error)
    143016.JOLTTEST!TMS_SQL.1432.536.0: 03-11-2002: Tuxedo Version 8.032-bit Windows.
    143016.JOLTTEST!TMS_SQL.1432.536.0: LIBTUX_CAT:262: INFO: Standardmain starting
    143016.JOLTTEST!TMS_SQL.1432.536.0: xa_open - QLopendb: open systemcall error: No such file or directory
    143016.JOLTTEST!TMS_SQL.1432.536.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143016.JOLTTEST!TMS_SQL.1432.536.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143016.JOLTTEST!TMS_SQL.1432.536.0: LIBTUX_CAT:300: ERROR: tlogopen:
    gptblopen: UNIX sys call error - 2
    143016.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessTMS_SQL at SITE1 failed with /T tperrno (TPERMERR - resource manager
    error)
    143016.JOLTTEST!TLR.1152.1448.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    143016.JOLTTEST!TLR.1152.1448.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    143016.JOLTTEST!TLR.1152.1448.0: xa_open - QLopendb: open system callerror: No such file or directory
    143016.JOLTTEST!TLR.1152.1448.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143016.JOLTTEST!TLR.1152.1448.0: tpsvrinit: failed to open databasedue to
    143016.JOLTTEST!TLR.1152.1448.0: tpopen failed, tperrno: 16
    143016.JOLTTEST!TLR.1152.1448.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143016.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessTLR at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    143016.JOLTTEST!TMS_SQL.536.1244.0: 03-11-2002: Tuxedo Version 8.032-bit Windows.
    143016.JOLTTEST!TMS_SQL.536.1244.0: LIBTUX_CAT:262: INFO: Standardmain starting
    143016.JOLTTEST!TMS_SQL.536.1244.0: xa_open - QLopendb: open systemcall error: No such file or directory
    143016.JOLTTEST!TMS_SQL.536.1244.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143016.JOLTTEST!TMS_SQL.536.1244.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143016.JOLTTEST!TMS_SQL.536.1244.0: LIBTUX_CAT:300: ERROR: tlogopen:
    gptblopen: UNIX sys call error - 2
    143016.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessTMS_SQL at SITE1 failed with /T tperrno (TPERMERR - resource manager
    error)
    143016.JOLTTEST!TMS_SQL.1448.1564.0: 03-11-2002: Tuxedo Version 8.032-bit Windows.
    143016.JOLTTEST!TMS_SQL.1448.1564.0: LIBTUX_CAT:262: INFO: Standardmain starting
    143016.JOLTTEST!TMS_SQL.1448.1564.0: xa_open - QLopendb: open systemcall error: No such file or directory
    143016.JOLTTEST!TMS_SQL.1448.1564.0: LIBTUX_CAT:466: ERROR: tpopenTPERMERR xa_open returned XAER_RMERR
    143016.JOLTTEST!TMS_SQL.1448.1564.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143016.JOLTTEST!TMS_SQL.1448.1564.0: LIBTUX_CAT:300: ERROR: tlogopen:
    gptblopen: UNIX sys call error - 2
    143016.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessTMS_SQL at SITE1 failed with /T tperrno (TPERMERR - resource manager
    error)
    143016.JOLTTEST!TLR.1244.1440.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    143016.JOLTTEST!TLR.1244.1440.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    143016.JOLTTEST!TLR.1244.1440.0: xa_open - QLopendb: open system callerror: No such file or directory
    143016.JOLTTEST!TLR.1244.1440.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143016.JOLTTEST!TLR.1244.1440.0: tpsvrinit: failed to open databasedue to
    143016.JOLTTEST!TLR.1244.1440.0: tpopen failed, tperrno: 16
    143016.JOLTTEST!TLR.1244.1440.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143016.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessTLR at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    143016.JOLTTEST!TMS_SQL.1256.1564.0: 03-11-2002: Tuxedo Version 8.032-bit Windows.
    143016.JOLTTEST!TMS_SQL.1256.1564.0: LIBTUX_CAT:262: INFO: Standardmain starting
    143016.JOLTTEST!TMS_SQL.1256.1564.0: xa_open - QLopendb: open systemcall error: No such file or directory
    143016.JOLTTEST!TMS_SQL.1256.1564.0: LIBTUX_CAT:466: ERROR: tpopenTPERMERR xa_open returned XAER_RMERR
    143016.JOLTTEST!TMS_SQL.1256.1564.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143016.JOLTTEST!TMS_SQL.1256.1564.0: LIBTUX_CAT:300: ERROR: tlogopen:
    gptblopen: UNIX sys call error - 2
    143016.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessTMS_SQL at SITE1 failed with /T tperrno (TPERMERR - resource manager
    error)
    143016.JOLTTEST!TMS_SQL.1440.1576.0: 03-11-2002: Tuxedo Version 8.032-bit Windows.
    143016.JOLTTEST!TMS_SQL.1440.1576.0: LIBTUX_CAT:262: INFO: Standardmain starting
    143016.JOLTTEST!TMS_SQL.1440.1576.0: xa_open - QLopendb: open systemcall error: No such file or directory
    143016.JOLTTEST!TMS_SQL.1440.1576.0: LIBTUX_CAT:466: ERROR: tpopenTPERMERR xa_open returned XAER_RMERR
    143016.JOLTTEST!TMS_SQL.1440.1576.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143016.JOLTTEST!TMS_SQL.1440.1576.0: LIBTUX_CAT:300: ERROR: tlogopen:
    gptblopen: UNIX sys call error - 2
    143016.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessTMS_SQL at SITE1 failed with /T tperrno (TPERMERR - resource manager
    error)
    143016.JOLTTEST!TLR.1564.1228.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    143016.JOLTTEST!TLR.1564.1228.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    143016.JOLTTEST!TLR.1564.1228.0: xa_open - QLopendb: open system callerror: No such file or directory
    143016.JOLTTEST!TLR.1564.1228.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143016.JOLTTEST!TLR.1564.1228.0: tpsvrinit: failed to open databasedue to
    143016.JOLTTEST!TLR.1564.1228.0: tpopen failed, tperrno: 16
    143016.JOLTTEST!TLR.1564.1228.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143016.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessTLR at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    143017.JOLTTEST!XFER.1580.1576.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    143017.JOLTTEST!XFER.1580.1576.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    143017.JOLTTEST!XFER.1580.1576.0: xa_open - QLopendb: open systemcall error: No such file or directory
    143017.JOLTTEST!XFER.1580.1576.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143017.JOLTTEST!XFER.1580.1576.0: tpsvrinit: failed to open databasedue to
    143017.JOLTTEST!XFER.1580.1576.0: tpopen failed, tperrno: 16
    143017.JOLTTEST!XFER.1580.1576.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143017.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessXFER at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    143017.JOLTTEST!XFER.1228.1592.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    143017.JOLTTEST!XFER.1228.1592.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    143017.JOLTTEST!XFER.1228.1592.0: xa_open - QLopendb: open systemcall error: No such file or directory
    143017.JOLTTEST!XFER.1228.1592.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143017.JOLTTEST!XFER.1228.1592.0: tpsvrinit: failed to open databasedue to
    143017.JOLTTEST!XFER.1228.1592.0: tpopen failed, tperrno: 16
    143017.JOLTTEST!XFER.1228.1592.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143017.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessXFER at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    143017.JOLTTEST!XFER.1576.1596.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    143017.JOLTTEST!XFER.1576.1596.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    143017.JOLTTEST!XFER.1576.1596.0: xa_open - QLopendb: open systemcall error: No such file or directory
    143017.JOLTTEST!XFER.1576.1596.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143017.JOLTTEST!XFER.1576.1596.0: tpsvrinit: failed to open databasedue to
    143017.JOLTTEST!XFER.1576.1596.0: tpopen failed, tperrno: 16
    143017.JOLTTEST!XFER.1576.1596.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143017.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessXFER at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    143017.JOLTTEST!ACCT.1592.1600.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    143017.JOLTTEST!ACCT.1592.1600.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    143017.JOLTTEST!ACCT.1592.1600.0: xa_open - QLopendb: open systemcall error: No such file or directory
    143017.JOLTTEST!ACCT.1592.1600.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143017.JOLTTEST!ACCT.1592.1600.0: tpsvrinit: failed to open databasedue to
    143017.JOLTTEST!ACCT.1592.1600.0: tpopen failed, tperrno: 16
    143017.JOLTTEST!ACCT.1592.1600.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143017.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessACCT at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    143017.JOLTTEST!ACCT.1596.1604.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    143017.JOLTTEST!ACCT.1596.1604.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    143017.JOLTTEST!ACCT.1596.1604.0: xa_open - QLopendb: open systemcall error: No such file or directory
    143017.JOLTTEST!ACCT.1596.1604.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143017.JOLTTEST!ACCT.1596.1604.0: tpsvrinit: failed to open databasedue to
    143017.JOLTTEST!ACCT.1596.1604.0: tpopen failed, tperrno: 16
    143017.JOLTTEST!ACCT.1596.1604.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143017.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessACCT at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    143017.JOLTTEST!ACCT.1600.1608.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    143017.JOLTTEST!ACCT.1600.1608.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    143017.JOLTTEST!ACCT.1600.1608.0: xa_open - QLopendb: open systemcall error: No such file or directory
    143017.JOLTTEST!ACCT.1600.1608.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143017.JOLTTEST!ACCT.1600.1608.0: tpsvrinit: failed to open databasedue to
    143017.JOLTTEST!ACCT.1600.1608.0: tpopen failed, tperrno: 16
    143017.JOLTTEST!ACCT.1600.1608.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143017.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessACCT at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    143017.JOLTTEST!BAL.1604.1612.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    143017.JOLTTEST!BAL.1604.1612.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    143017.JOLTTEST!BAL.1604.1612.0: xa_open - QLopendb: open system callerror: No such file or directory
    143017.JOLTTEST!BAL.1604.1612.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143017.JOLTTEST!BAL.1604.1612.0: tpsvrinit: failed to open databasedue to
    143017.JOLTTEST!BAL.1604.1612.0: tpopen failed, tperrno: 16
    143017.JOLTTEST!BAL.1604.1612.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143017.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessBAL at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    143017.JOLTTEST!BAL.1608.1616.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    143017.JOLTTEST!BAL.1608.1616.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    143017.JOLTTEST!BAL.1608.1616.0: xa_open - QLopendb: open system callerror: No such file or directory
    143017.JOLTTEST!BAL.1608.1616.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143017.JOLTTEST!BAL.1608.1616.0: tpsvrinit: failed to open databasedue to
    143017.JOLTTEST!BAL.1608.1616.0: tpopen failed, tperrno: 16
    143017.JOLTTEST!BAL.1608.1616.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143017.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessBAL at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    143017.JOLTTEST!BAL.1612.1620.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    143017.JOLTTEST!BAL.1612.1620.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    143017.JOLTTEST!BAL.1612.1620.0: xa_open - QLopendb: open system callerror: No such file or directory
    143017.JOLTTEST!BAL.1612.1620.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143017.JOLTTEST!BAL.1612.1620.0: tpsvrinit: failed to open databasedue to
    143017.JOLTTEST!BAL.1612.1620.0: tpopen failed, tperrno: 16
    143017.JOLTTEST!BAL.1612.1620.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143017.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessBAL at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    143017.JOLTTEST!BTADD.1616.1624.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    143017.JOLTTEST!BTADD.1616.1624.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    143017.JOLTTEST!BTADD.1616.1624.0: xa_open - QLopendb: open systemcall error: No such file or directory
    143017.JOLTTEST!BTADD.1616.1624.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143017.JOLTTEST!BTADD.1616.1624.0: tpsvrinit: failed to open databasedue to
    143017.JOLTTEST!BTADD.1616.1624.0: tpopen failed, tperrno: 16
    143017.JOLTTEST!BTADD.1616.1624.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143017.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessBTADD at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    143017.JOLTTEST!BTADD.1620.1628.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    143017.JOLTTEST!BTADD.1620.1628.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    143017.JOLTTEST!BTADD.1620.1628.0: xa_open - QLopendb: open systemcall error: No such file or directory
    143017.JOLTTEST!BTADD.1620.1628.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143017.JOLTTEST!BTADD.1620.1628.0: tpsvrinit: failed to open databasedue to
    143017.JOLTTEST!BTADD.1620.1628.0: tpopen failed, tperrno: 16
    143017.JOLTTEST!BTADD.1620.1628.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143017.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessBTADD at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    143017.JOLTTEST!BTADD.1624.1632.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    143017.JOLTTEST!BTADD.1624.1632.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    143017.JOLTTEST!BTADD.1624.1632.0: xa_open - QLopendb: open systemcall error: No such file or directory
    143017.JOLTTEST!BTADD.1624.1632.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143017.JOLTTEST!BTADD.1624.1632.0: tpsvrinit: failed to open databasedue to
    143017.JOLTTEST!BTADD.1624.1632.0: tpopen failed, tperrno: 16
    143017.JOLTTEST!BTADD.1624.1632.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143017.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessBTADD at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    143017.JOLTTEST!AUDITC.1628.1636.0: 03-11-2002: Tuxedo Version 8.032-bit Windows.
    143017.JOLTTEST!AUDITC.1628.1636.0: LIBTUX_CAT:262: INFO: Standardmain starting
    143017.JOLTTEST!AUDITC.1628.1636.0: AUDITC started
    143017.JOLTTEST!AUDITC.1628.1636.0: xa_open - QLopendb: open systemcall error: No such file or directory
    143017.JOLTTEST!AUDITC.1628.1636.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143017.JOLTTEST!AUDITC.1628.1636.0: AUDITC: tpopen failed tperrno 16
    143017.JOLTTEST!AUDITC.1628.1636.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143017.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessAUDITC at SITE1 failed with /T tperrno (TPERMERR - resource manager
    error)
    143017.JOLTTEST!BALC.1632.1640.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    143017.JOLTTEST!BALC.1632.1640.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    143017.JOLTTEST!BALC.1632.1640.0: xa_open - QLopendb: open systemcall error: No such file or directory
    143017.JOLTTEST!BALC.1632.1640.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143017.JOLTTEST!BALC.1632.1640.0: tpsvrinit: failed to open databasedue to
    143017.JOLTTEST!BALC.1632.1640.0: tpopen failed, tperrno: 16
    143017.JOLTTEST!BALC.1632.1640.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143017.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessBALC at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    143017.JOLTTEST!BALC.1636.1644.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    143017.JOLTTEST!BALC.1636.1644.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    143017.JOLTTEST!BALC.1636.1644.0: xa_open - QLopendb: open systemcall error: No such file or directory
    143017.JOLTTEST!BALC.1636.1644.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143017.JOLTTEST!BALC.1636.1644.0: tpsvrinit: failed to open databasedue to
    143017.JOLTTEST!BALC.1636.1644.0: tpopen failed, tperrno: 16
    143017.JOLTTEST!BALC.1636.1644.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143017.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessBALC at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    143017.JOLTTEST!BALC.1640.532.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    143017.JOLTTEST!BALC.1640.532.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    143017.JOLTTEST!BALC.1640.532.0: xa_open - QLopendb: open system callerror: No such file or directory
    143017.JOLTTEST!BALC.1640.532.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    143017.JOLTTEST!BALC.1640.532.0: tpsvrinit: failed to open databasedue to
    143017.JOLTTEST!BALC.1640.532.0: tpopen failed, tperrno: 16
    143017.JOLTTEST!BALC.1640.532.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    143017.JOLTTEST!tmboot.1128.1436.-2: CMDTUX_CAT:825: ERROR: ProcessBALC at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    144239.JOLTTEST!BBL.1420.1128.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    144239.JOLTTEST!BBL.1420.1128.0: LIBTUX_CAT:577: ERROR: Unable to registerbecause the slot is already owned by another process
    144239.JOLTTEST!BBL.1420.1128.0: LIBTUX_CAT:248: ERROR: System initfunction failed, Uunixerr =
    144239.JOLTTEST!BBL.1420.1128.0: CMDTUX_CAT:26: INFO: The BBL is exitingsystem
    144239.JOLTTEST!TMS_SQL.1128.1432.0: 03-11-2002: Tuxedo Version 8.032-bit Windows.
    144239.JOLTTEST!TMS_SQL.1128.1432.0: LIBTUX_CAT:262: INFO: Standardmain starting
    144240.JOLTTEST!TMS_SQL.1128.1432.0: xa_open - QLopendb: open systemcall error: No such file or directory
    144240.JOLTTEST!TMS_SQL.1128.1432.0: LIBTUX_CAT:466: ERROR: tpopenTPERMERR xa_open returned XAER_RMERR
    144240.JOLTTEST!TMS_SQL.1128.1432.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    144240.JOLTTEST!TMS_SQL.1128.1432.0: LIBTUX_CAT:300: ERROR: tlogopen:
    gptblopen: UNIX sys call error - 2
    144240.JOLTTEST!tmboot.1484.900.-2: 03-11-2002: Tuxedo Version 8.032-bit Windows.
    144240.JOLTTEST!tmboot.1484.900.-2: CMDTUX_CAT:825: ERROR: ProcessTMS_SQL at SITE1 failed with /T tperrno (TPERMERR - resource manager
    error)
    144240.JOLTTEST!TMS_SQL.536.1152.0: 03-11-2002: Tuxedo Version 8.032-bit Windows.
    144240.JOLTTEST!TMS_SQL.536.1152.0: LIBTUX_CAT:262: INFO: Standardmain starting
    144240.JOLTTEST!TMS_SQL.536.1152.0: xa_open - QLopendb: open systemcall error: No such file or directory
    144240.JOLTTEST!TMS_SQL.536.1152.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    144240.JOLTTEST!TMS_SQL.536.1152.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    144240.JOLTTEST!TMS_SQL.536.1152.0: LIBTUX_CAT:300: ERROR: tlogopen:
    gptblopen: UNIX sys call error - 2
    144240.JOLTTEST!tmboot.1484.900.-2: CMDTUX_CAT:825: ERROR: ProcessTMS_SQL at SITE1 failed with /T tperrno (TPERMERR - resource manager
    error)
    144240.JOLTTEST!TLR.1432.1448.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    144240.JOLTTEST!TLR.1432.1448.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    144240.JOLTTEST!TLR.1432.1448.0: xa_open - QLopendb: open system callerror: No such file or directory
    144240.JOLTTEST!TLR.1432.1448.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    144240.JOLTTEST!TLR.1432.1448.0: tpsvrinit: failed to open databasedue to
    144240.JOLTTEST!TLR.1432.1448.0: tpopen failed, tperrno: 16
    144240.JOLTTEST!TLR.1432.1448.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    144240.JOLTTEST!tmboot.1484.900.-2: CMDTUX_CAT:825: ERROR: ProcessTLR at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    144240.JOLTTEST!TMS_SQL.1152.1244.0: 03-11-2002: Tuxedo Version 8.032-bit Windows.
    144240.JOLTTEST!TMS_SQL.1152.1244.0: LIBTUX_CAT:262: INFO: Standardmain starting
    144240.JOLTTEST!TMS_SQL.1152.1244.0: xa_open - QLopendb: open systemcall error: No such file or directory
    144240.JOLTTEST!TMS_SQL.1152.1244.0: LIBTUX_CAT:466: ERROR: tpopenTPERMERR xa_open returned XAER_RMERR
    144240.JOLTTEST!TMS_SQL.1152.1244.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    144240.JOLTTEST!TMS_SQL.1152.1244.0: LIBTUX_CAT:300: ERROR: tlogopen:
    gptblopen: UNIX sys call error - 2
    144240.JOLTTEST!tmboot.1484.900.-2: CMDTUX_CAT:825: ERROR: ProcessTMS_SQL at SITE1 failed with /T tperrno (TPERMERR - resource manager
    error)
    144240.JOLTTEST!TMS_SQL.1448.1256.0: 03-11-2002: Tuxedo Version 8.032-bit Windows.
    144240.JOLTTEST!TMS_SQL.1448.1256.0: LIBTUX_CAT:262: INFO: Standardmain starting
    144240.JOLTTEST!TMS_SQL.1448.1256.0: xa_open - QLopendb: open systemcall error: No such file or directory
    144240.JOLTTEST!TMS_SQL.1448.1256.0: LIBTUX_CAT:466: ERROR: tpopenTPERMERR xa_open returned XAER_RMERR
    144240.JOLTTEST!TMS_SQL.1448.1256.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    144240.JOLTTEST!TMS_SQL.1448.1256.0: LIBTUX_CAT:300: ERROR: tlogopen:
    gptblopen: UNIX sys call error - 2
    144240.JOLTTEST!tmboot.1484.900.-2: CMDTUX_CAT:825: ERROR: ProcessTMS_SQL at SITE1 failed with /T tperrno (TPERMERR - resource manager
    error)
    144240.JOLTTEST!TLR.1244.1440.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    144240.JOLTTEST!TLR.1244.1440.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    144240.JOLTTEST!TLR.1244.1440.0: xa_open - QLopendb: open system callerror: No such file or directory
    144240.JOLTTEST!TLR.1244.1440.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    144240.JOLTTEST!TLR.1244.1440.0: tpsvrinit: failed to open databasedue to
    144240.JOLTTEST!TLR.1244.1440.0: tpopen failed, tperrno: 16
    144240.JOLTTEST!TLR.1244.1440.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    144240.JOLTTEST!tmboot.1484.900.-2: CMDTUX_CAT:825: ERROR: ProcessTLR at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    144240.JOLTTEST!TMS_SQL.1256.1564.0: 03-11-2002: Tuxedo Version 8.032-bit Windows.
    144240.JOLTTEST!TMS_SQL.1256.1564.0: LIBTUX_CAT:262: INFO: Standardmain starting
    144240.JOLTTEST!TMS_SQL.1256.1564.0: xa_open - QLopendb: open systemcall error: No such file or directory
    144240.JOLTTEST!TMS_SQL.1256.1564.0: LIBTUX_CAT:466: ERROR: tpopenTPERMERR xa_open returned XAER_RMERR
    144240.JOLTTEST!TMS_SQL.1256.1564.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    144240.JOLTTEST!TMS_SQL.1256.1564.0: LIBTUX_CAT:300: ERROR: tlogopen:
    gptblopen: UNIX sys call error - 2
    144240.JOLTTEST!tmboot.1484.900.-2: CMDTUX_CAT:825: ERROR: ProcessTMS_SQL at SITE1 failed with /T tperrno (TPERMERR - resource manager
    error)
    144240.JOLTTEST!TMS_SQL.1440.1580.0: 03-11-2002: Tuxedo Version 8.032-bit Windows.
    144240.JOLTTEST!TMS_SQL.1440.1580.0: LIBTUX_CAT:262: INFO: Standardmain starting
    144240.JOLTTEST!TMS_SQL.1440.1580.0: xa_open - QLopendb: open systemcall error: No such file or directory
    144240.JOLTTEST!TMS_SQL.1440.1580.0: LIBTUX_CAT:466: ERROR: tpopenTPERMERR xa_open returned XAER_RMERR
    144240.JOLTTEST!TMS_SQL.1440.1580.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    144240.JOLTTEST!TMS_SQL.1440.1580.0: LIBTUX_CAT:300: ERROR: tlogopen:
    gptblopen: UNIX sys call error - 2
    144240.JOLTTEST!tmboot.1484.900.-2: CMDTUX_CAT:825: ERROR: ProcessTMS_SQL at SITE1 failed with /T tperrno (TPERMERR - resource manager
    error)
    144240.JOLTTEST!TLR.1564.1228.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    144240.JOLTTEST!TLR.1564.1228.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    144240.JOLTTEST!TLR.1564.1228.0: xa_open - QLopendb: open system callerror: No such file or directory
    144240.JOLTTEST!TLR.1564.1228.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    144240.JOLTTEST!TLR.1564.1228.0: tpsvrinit: failed to open databasedue to
    144240.JOLTTEST!TLR.1564.1228.0: tpopen failed, tperrno: 16
    144240.JOLTTEST!TLR.1564.1228.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    144240.JOLTTEST!tmboot.1484.900.-2: CMDTUX_CAT:825: ERROR: ProcessTLR at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    144240.JOLTTEST!XFER.1580.1576.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    144240.JOLTTEST!XFER.1580.1576.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    144240.JOLTTEST!XFER.1580.1576.0: xa_open - QLopendb: open systemcall error: No such file or directory
    144240.JOLTTEST!XFER.1580.1576.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    144240.JOLTTEST!XFER.1580.1576.0: tpsvrinit: failed to open databasedue to
    144240.JOLTTEST!XFER.1580.1576.0: tpopen failed, tperrno: 16
    144240.JOLTTEST!XFER.1580.1576.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    144240.JOLTTEST!tmboot.1484.900.-2: CMDTUX_CAT:825: ERROR: ProcessXFER at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    144240.JOLTTEST!XFER.1228.1592.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    144240.JOLTTEST!XFER.1228.1592.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    144240.JOLTTEST!XFER.1228.1592.0: xa_open - QLopendb: open systemcall error: No such file or directory
    144240.JOLTTEST!XFER.1228.1592.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    144240.JOLTTEST!XFER.1228.1592.0: tpsvrinit: failed to open databasedue to
    144240.JOLTTEST!XFER.1228.1592.0: tpopen failed, tperrno: 16
    144240.JOLTTEST!XFER.1228.1592.0: LIBTUX_CAT:250: ERROR: tpsvrinit()failed
    144240.JOLTTEST!tmboot.1484.900.-2: CMDTUX_CAT:825: ERROR: ProcessXFER at SITE1 failed with /T tperrno (TPERMERR - resource manager error)
    144240.JOLTTEST!XFER.1576.1596.0: 03-11-2002: Tuxedo Version 8.0 32-bitWindows.
    144240.JOLTTEST!XFER.1576.1596.0: LIBTUX_CAT:262: INFO: Standard mainstarting
    144240.JOLTTEST!XFER.1576.1596.0: xa_open - QLopendb: open systemcall error: No such file or directory
    144240.JOLTTEST!XFER.1576.1596.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERRxa_open returned XAER_RMERR
    144240.JOLTTEST!XFER.1576.1596.0: tpsvrinit: failed to open databasedue to
    144240.JOLTTEST!X

  • Tuxedo 10gr3 sample applications

    Hi,
    I installed the 10g Tuxedo installer on both linux and windows but I can't seem to find the samples directory in either.
    I am trying to run the bankapp sample program but without the source it may be tricky:
    http://download.oracle.com/docs/cd/E13161_01/tuxedo/docs10gr3/tutor/tutba.html
    Hope you can help!
    Tom

    Hi Tom,
    I encountered the same problem - have a look at this thread: Where can I find the simpapp samples in 10gr3? You will need to re-install and keep an eye out for the checkbox on the "Choose Product Directory" screen, just above the Next button.
    Regards,
    Malcolm.

  • Compiling Tuxedo Sample Application on Sun using gcc

    We have installed Tuxedo 8.0 on Sun 8.0 and using gcc 3.1 for compilation.
    While compiling Tuxedo sample application, we are receiving an error gcc: language
    arch=v9 not recognized
    Are we supposed to do something more to be able to use gcc for compiling Tuxedo
    sample application.

    try turning off the language specification using -x none option.
    see gcc documentation for this option.
    "Sudhir" <[email protected]> wrote:
    >
    We have installed Tuxedo 8.0 on Sun 8.0 and using gcc 3.1 for compilation.
    While compiling Tuxedo sample application, we are receiving an error
    gcc: language
    arch=v9 not recognized
    Are we supposed to do something more to be able to use gcc for compiling
    Tuxedo
    sample application.

  • Tuxedo MIB question - tpadmcall

    We're looking to expose more detailed information (user-specific) about the
    current message being processed by the queue for monitoring purposes. Is
    there a class/attribute we can overextend or is there/will there be a
    facility to define a user-specific MIB for our own purposes?

    Alex,
    We're not aware of any problems with the MIB in this area. Perhaps if you
    post a code fragment people would be able to see what is going wrong.
    There is no MIB identifier containing the characters "MSQID"; is the
    identifier you are working with TA_APPQMSGID or is it something else?
    <Alex Fuentes> wrote in message news:[email protected]..
    Hi ,
    I need help ...
    I am working with tuxedo 8.1 on solaris platform.
    I am owrking with T_MIB. I need obtain all msqid from
    QSPACE but make GETNEXT with TA_CURSOR this request
    is empty.
    Do you have solution for this problems.???
    Alex
    Thanks ..

  • Tuxedo Art Wb Sample Batch program RSSBBB00 / JCL LODCUST.ksh FAIL

    I am in process of executing the RSSBBB00 program using the LODCUST.ksh scripts created by the Tuxedo. I have used ARTJESADMIN / smj command as given below to submit the job.
    $ARTJEADMIN
    smj -i LODCUST.ksh Job 00000006 is submitted successfully
    when used the PTJ command it showed the job status as FAIL.
    Checked files and logs from 00000006 but couldnt find any error / issue.
    Checked 00000006 -> EXEC -> class, jobname, priority, restart, scriptname and typrun files
    00000006 -> LOG and 00000006 -> SYSOUT files are empty.
    Can anyone please suggests how to check the error / issues of the failed job.

    It looks like you might be missing Pro*COBOL libraries, or at least don't have them in the right path.  Did you install Oracle DB client on this machine?  If it's installed, you should be able to point to the right database path for the client in ART Workbench Configure > Build Options wizard, which would then generate the right makefiles and environment scripts.  Also, please check the setenv script under your ../deploy/Batch_RT directory and make sure it has been generated with correct settings for Oracle DB.

  • Accessing machine state from WLE/Tuxedo MIB after primary failure

    Hi,
    I am having a problem under the following scenario and was wondering if
    anyone has seen it before
    a. I have a single domain over two machines MASTER and BACKUP say.
    b. I boot the MASTER which launches the processes on the MASTER and
    BACKUP.
    c. I have a script (attached) called "getmachinestate.ksh". This script
    uses the "ud32" utilty to access the state of the MIB. I run this script on
    the slave machine like this:
    getmachinestate.ksh <MachineLMID>
    e.g. in my testcase, I run "getmachinestate.ksh Matrix2Machine" as
    Matrix2Machine is my primary
    d. When the MASTER is up and running, all is well. The script returns all
    the information about the master.
    However, I then kill all the MASTER processes (basically I kill all the
    IPC resources for the domain). At this point, I run the script again from
    the secondary. What I expect to see is that the MASTER has become INACTIVE
    or PARTIONED but instead what I see is the following:
    getmachinestate.ksh Matrix2Machine
    getmachinestate node
    CMDTUX_CAT:994: ERROR: Reply failure - TPEOS - operating system error
    1. SENT pkt(1) is :
    1. TA_FLAGS 0
    1. SRVCNM .TMIB
    1. TA_CLASS T_MACHINE
    1. TA_OPERATION GET
    1. TA_STATE ACT
    1. TA_LMID Matrix2Machine
    However, if I run it again I get all its information and the fact that it
    is still ACTIVE !!!!
    e. At this point, on the BACKUP machine, if I go into TMADMIN and type
    master -y (thereby making the BACKUP the master). Now, I rerun my script
    again and it works fine - i.e. it knows that the old master is not there.
    bash-2.03$ getmachinestate.ksh Matrix2Machine
    getmachinestate node
    1. SENT pkt(1) is :
    1. TA_FLAGS 0
    1. SRVCNM .TMIB
    1. TA_CLASS T_MACHINE
    1. TA_OPERATION GET
    1. TA_STATE ACT
    1. TA_LMID Matrix2Machine
    1.
    1. RTN pkt(1) is :
    1. TA_ERROR 0
    1. TA_MORE 0
    1. TA_OCCURS 0
    1. TA_CLASS T_MACHINE
    So, is there any way that I can detect that the master machine is gone
    without making the BACKUP into the master - i.e. I do not want to manually
    type master -y on the BACKUP machine. I want to detect that the MASTER
    machine is INACTIVE or PARTITIONED and to then make the BACKUP the master.
    Is this possible using ud32 ? Or has anyone else come up with a good
    solution to automate the migration of servers from primary to backup?
    Many thanks
    Dermot

    Hello;
    What's not clear to me in your question at this point:
    What I'm NOT being able to perform:
    If I manually unplug the network cables from the primary site (all the network, not only the link between primary and standby node so, it's like a server unplug from the energy source).
    Same situation happens if I manually disconnect the server from the power.
    This is the alert logs I have:"
    Are you trying a failover to the Standby?
    Please advise.
    Is it possible your "valid_for clause" is set incorrectly?
    Would also review this:
    ORA-16014 and ORA-00312 Messages in Alert.log of Physical Standby
    Best Regards
    mseberg

  • MIB monitoring

    Hi All,
    To begin with I should tell that I am pretty new to tuxedo. Some of our servers are regularly dying in Production. Canybody please help me how to monitor those servers using MIB by providing a sample code. Also I want all the information in the ULOG having Error status using MIB can anyone please help how to do that by providing me a sample code.
    Thnaks in advance-
    Anindya

    Hi Anindya,
    Do you have the RESTART=Y in the ubbconfig ?
    do you see any core file in $APPDIR .
    analysing the core file may help troubleshoot the problem.
    i am copying here a script which basically does a tmunloadcf and counts all the MIN and then runs tmadmin
    and cross checks all the runnig servers to check if there
    is a server which is configured but not running .
    you can customize the script according to your environment.
    #!/bin/ksh
    # AUTHOR : Roopesh Dubey Date : 19 January 2005
    typeset -i num
    typeset -i val
    typeset -i status
    typeset -i timestamp
    typeset -i svclistcnt
    typeset -i bblcnt
    typeset -i machcnt
    typeset -i bblstatus
    typeset -i Hrb4Time
    typeset -i tmadmin_val
    typeset -i svrs
    typeset -i count
    typeset -i sum
    typeset -i svr_section_end
    typeset -i cnt
    typeset -i Num_of_Partitioned_boxes
    typeset -i srvmin
    typeset -i linecnt
    typeset -i cur_running_srv_min
    typeset -i i
    typeset -i STATUS_FLAG=0
    export TEMPDIR=/tmp
    export file=`id -nu`
    export LOG_DIR=/tmp
    export TODAY=`date "+%m%d%y"`
    tmunloadcf > $TEMPDIR/$file.ubb
    func2()
    tmadmin -r<<! 2>>/dev/null
    v
    psr
    q
    lineinsert()
    sed -e '/RQPERM/{
    a\
    GetLine()
    awk '
    BEGIN { RS=""; FS=" "
    /SRVGRP/{
    printf "%-18s %-30s %-10s %-10s\n", $1 ,$2 ,$7 , $8
    func3()
    servercount=`cat $TEMPDIR/$file.ubb | grep -n $1|grep -v LMID|sed -n "/$1\"/p"|awk '{print $1}'|cut -f1 -d':'`
    for svrs in $servercount
    do
    svr_section_end=svrs+4
    cat $TEMPDIR/$file.ubb | head -$svr_section_end|tail -n 5|\
    grep -v SYSTEM_ACCESS|grep -v MAXGEN|grep -v RQADDR|grep -v SEQUENCE >> $TEMPDIR/$file.svrs
    done
    func4()
    cat $TEMPDIR/$file.ubb|sed -e '/^*RESOURCES/,/^*SERVERS/d' -e'/^*SERVICES/,$d'|grep -v CLOPT|grep -v SYSTEM_ACCESS | grep -v MAXGEN | grep -v MINDISPATCHTHREADS | grep -v SICACHEENTRIESMAX | grep -v ENVFILE | grep -v SEQUENCE | grep -v MODULE | grep -v RQADDR | grep -v JDBCCONNPOOLS | lineinsert|GetLine > $TEMPDIR/$file.svrs
    GetSvc()
    awk '
    BEGIN { RS=""; FS="\n"
    printf "%-18s %-100s\n", $1, $5
    getparms()
    awk '
    BEGIN { RS=""; FS="\n"
    printf "%-18s %-100s\n", $1, $5
    ### The CheckDomainHealth function takes the snapshot of the current services
    ### running and compares it with the services configured .
    CheckDomainHealth()
    func2 > $TEMPDIR/$file.svc
    Num_of_Partitioned_boxes=`cat $TEMPDIR/$file.svc | grep PARTITIONED | wc -l`
    if [[ $Num_of_Partitioned_boxes -ne 0 ]]
    then
    echo " AT LEAST ONE OF THE BOX IS PARTITIONED : PLEASE pclean FIRST "
    exit
    fi
    cat $TEMPDIR/$file.svc|GetSvc|sed -e 's/Group ID://g' -e 's/Server ID://g' -e 's/Prog Name://g' |sed -e 's/\>//g'|grep -v "Verbose" > $TEMPDIR/$file.chksvr
    srvlist=`cat $TEMPDIR/$file.ubb|grep SRVGRP|awk '{print $1}'|sort -u|sed -e 's/"//g'`
    for srv in $srvlist
    do
    grplist=`cat $TEMPDIR/$file.ubb|grep SRVGRP|grep $srv|awk '{print $2}'|sort -u|sed -e 's/SRVGRP=//g' -e 's/"//g'`
    for grp in $grplist
    do
    linecnt=`cat $TEMPDIR/$file.svrs|grep $srv|sed -n "/$grp\"/p"|wc -l`
    if [[ $linecnt -gt 1 ]] then
    lstofmulentries=`cat $TEMPDIR/$file.svrs|grep $srv|sed -n "/$grp\"/p"|awk '{print $3}' | cut -f2 -d"="`
    cnt=0;
    for lst in $lstofmulentries
    do
    cnt=cnt+lst
    done
    srvmin=cnt
    else
    # srvmin=`cat $TEMPDIR/$file.svrs|grep $srv|grep $grp|awk '{ print $3 }' | cut -f2 -d"="`
    srvmin=`cat $TEMPDIR/$file.svrs|grep $srv|sed -n "/$grp\"/p"|awk '{ print $3 }' | cut -f2 -d"="`
    fi
    cur_running_srv_min=`cat $TEMPDIR/$file.chksvr|grep $srv|sed -n "/$grp\,/p"|wc -l`
    if [[ $srvmin -ne $cur_running_srv_min ]] then
    printf "SERVER : %-20s GROUP : %-20s NUMOFCONFIGURED : %d CURR RUNNING : %d\n" $srv $grp $srvmin $cur_running_srv_min
    STATUS_FLAG=1
    fi
    done
    done
    if [[ $STATUS_FLAG -eq 0 ]] then
    echo " ALL THE SERVERS ARE RUNNING FINE "
    fi
    func4
    CheckDomainHealth
    rm -r -f $TEMPDIR/$file.ubb
    rm -r -f $TEMPDIR/$file.svrs
    rm -r -f $TEMPDIR/$file.chksvr

  • Problem with ur sample Application

    To The JDeveloper Team
    i developed an application to do basic authentication with the Database using a JSP. i was able to sign in proper but when i sign out of the application , i can't sign out ie the session variables are not clearing out and then i went to ur sample application and test it , it also works the same way ie it doesn't clear the session variables. Can u refer it and give me a suggestion. If u want to know the exact problem this is it.
    U have a sign-in url in ur auctions application . After u sign-in ,it is converted in Signout url . But if i click on it , it does show the sign-in but shows the sign out only.
    null

    Airton,
    Before running bankapp, you must set the BLKSIZE parameter in the bankvar
    file to a multiple of the machine file.
    The README file explains how to set BLKSIZE.
    For HP-UX, BLKSIZE must be set to 1024 or to a multiple of 1024.
    Ed
    <Airton Vargas> wrote in message news:[email protected]..
    I'm trying to configure and run the bankapp application for Tuxedo 8.0 under
    HP-UX, but I'm getting errors to connect to database.
    I'm using the RM=TUXEDO/SQL and when I run the script crbank I get
    the the following error messages:
    sql: Operation 'create table': rm error
    sql: LIBDUX_CAT:475: block size invalid
    sql: Operation 'LIBSQL_CAT:74: create index (table file)': rm error
    sql: LIBDUX_CAT:460: invalid rm file name
    Does anyone know how to solve this problem?
    Thanks in advance for any help!
    Best regards,
    Airton

  • Start tuxedo server, can not find the cobol library

    I run tuxedo cobol sample CSIMPSRV in linux. because I use microfocus cobol, I changed setenv:
    COBCPY=$TUXDIR/cobinclude
    COBDIR=/opt/microfocus/cobol
    PATH=$PATH:$COBDIR/bin
    APPDIR=`pwd`
    TUXCONFIG=$APPDIR/tuxconfig
    LD_LIBRARY_PATH=$COBDIR/lib:$LD_LIBRARY_PATH:$TUXDIR/lib
    SHLIB_PATH=$COBDIR/lib:$SHLIB_PATH:$TUXDIR/lib
    LIBPATH=$COBDIR/lib:$LIBPATH:$TUXDIR/lib
    export COBCPY COBDIR PATH APPDIR TUXCONFIG LD_LIBRARY_PATH SHLIB_PATH LIBPATH
    it can be compiled, buildserver sucess. but I start server and got a error as below:
    exec CSIMPSRV -A :
    CSIMPSRV: error while loading shared libraries: libcobrts.so: cannot open shared object file: No such file or dy
    I don't know why? because the libcobrts.so is in the folder "/opt/microfocus/cobol/lib" and any users can read and excute. The environment variable LD_LIBRARY_PATH, SHLIB_PATH, LIBPATH have contain this folder.
    What's problem? anybody can help me?
    Thanks!
    Edited by: user7949714 on 2011-4-11 下午9:59

    Hi,
    Please check envfile which is specified in ubbconfig to make sure LD_LIBRARY_PATH is correct or not.
    Sample envfile should be modifed as your environment.
    Thanks,
    -Masa

  • How to bulid a Tuxedo client in VS2010

    hello , I'm a noviciate for tuxedo. I just build the TOUPPER sample in simpapp , and I got the right output,like "Returned string is:ABCD". When I decide to bulid my own client in VS2010(), I add the LIB path of tuxedo in the linker->general->additional library  directories,and  add "libtux.lib, libwsc.lib, libbuft.lib, libfml.lib, libfml32.lib, libengine.lib, wtuxws32.lib, wsock32.lib" in linker->input->additional dependency,add the INCLUDE path in the C/C++ ->general ->additional include directories. Now i can build the main.c correctly,but it runs failure with tperrno = 12 and tpcall return code = -1. However when I compile the main.c using buildclient command , it works fine and the output is correct., so I think the reason maybe the configuration of my project in VS2010.  Is there any lib or other step that I do not add?Thank you.
    here is my source code ,main.c:
    #include <stdio.h>
    #include <memory.h>
    #include <stdlib.h>
    #include <atmi.h>
    #include <string.h>
    #include<winsock2.h>
    char* toupperFunction(char *inputStr)
      char *sendbuf, *rcvbuf;
      long sendlen, rcvlen;
      int ret;
      if((sendbuf = (char *) tpalloc("STRING", NULL, sendlen+1)) == NULL) {
      (void) fprintf(stderr,"Error allocating send buffer\n");
      tpterm();
      exit(1);
      if((rcvbuf = (char *) tpalloc("STRING", NULL, sendlen+1)) == NULL) {
      (void) fprintf(stderr,"Error allocating receive buffer\n");
      tpfree(sendbuf);
      tpterm();
      exit(1);
      (void) strcpy(sendbuf,inputStr);
      /* Request the service TOUPPER, waiting for a reply */
      ret = tpcall("TOUPPER", (char *)sendbuf, 0, (char **)&rcvbuf, &rcvlen, (long)0);
      printf("%d",tperrno);//12
      getchar();
      if(ret == -1) {
      tpfree(sendbuf);
      tpfree(rcvbuf);
      tpterm();
      exit(1);
      /* Free Buffers & Detach from System/T */
      tpfree(sendbuf);
      tpfree(rcvbuf);
      tpterm();
      return rcvbuf;
    int main()
      char* input = "abcd";
      char* output = "";
      output = toupperFunction(input);
      printf("%s",output);
      getchar();
      return 0;

    Hi
    Thank you for your advice. What I have added in VS2010 properties was based on the command line, just like the INCLUDE PATH, LIB PATH and the their name.I wonder what is missing leading to the unsuccessful running.Here is the command line:
    F:\src64\simpapp>buildclient -o main -f main.c -v
    cl /MD  -I"%TUXDIR%"\include -Femain  main.c   "%TUXDIR%"\lib\libtux.lib  "%TUXD
    IR%"\lib\libbuft.lib  "%TUXDIR%"\lib\libfml.lib "%TUXDIR%"\lib\libfml32.lib "%TU
    XDIR%"\lib\libengine.lib  wsock32.lib kernel32.lib advapi32.lib user32.lib gdi32
    .lib comdlg32.lib winspool.lib   -link -implib:BC-d88.lib
    Microsoft (R) C/C++ Optimizing Compiler Version 16.00.30319.01 for x64
    Copyright (C) Microsoft Corporation.  All rights reserved.
    main.c
    f:\src64\simpapp\main.c(13) : warning C4700: uninitialized local variable 'sendl
    en' used
    Microsoft (R) Incremental Linker Version 10.00.30319.01
    Copyright (C) Microsoft Corporation.  All rights reserved.
    /out:main.exe
    -implib:BC-d88.lib
    main.obj
    F:\Oracle\tuxedo11\lib\libtux.lib
    F:\Oracle\tuxedo11\lib\libbuft.lib
    F:\Oracle\tuxedo11\lib\libfml.lib
    F:\Oracle\tuxedo11\lib\libfml32.lib
    F:\Oracle\tuxedo11\lib\libengine.lib
    wsock32.lib
    kernel32.lib
    advapi32.lib
    user32.lib
    gdi32.lib
    comdlg32.lib
    winspool.lib

Maybe you are looking for

  • IPhone keyboard stops appearing

    I have an issue with the keyboard not responding. Use a UINavigationViewcontroller and have your drill-down page contain a UIScrollView with a UITextView as the subview. If you drill down and click to get the keyboard, you'll never be able to drill d

  • I have inserted a non supported CD that won't come out of the DVD player

    How can I get the non-supported DVD to eject?  Nothing happens when I hit the eject button.

  • Proxy cache

    Hello, I am having problems with a programming assignment. It's a proxy cache assignment, code has been written and I need to fill in the blanks, but I am confused on how to start. Here's the Proxy cache code * ProxyCache.java - Simple caching proxy

  • Duplicate items in launchpad?

    Upon starting with Lion, I noticed that the Launchpad has duplicates of some applications, such as iChat, DVD player, and FaceTime, to name a few. I want to remove the duplicate icons, but when I go to Library/Application Support there is no folder f

  • Non-Geeky name for "Oracle SQL Developer"

    At my work place people (mostly non-developers) are using MS-Query to access Oracle database to query and analyses data. I asked them to use "Oracle SQL Developer", then their response is "It may be complicated, and we are not Developer". Current nam