Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UD32 Trouble - Need help

Status
Not open for further replies.

PaulFitzgerald

Technical User
Jan 28, 2002
1
AU
Dear All,
I am new to Tuxedo and trying to get the UD32 command line tool to work. I am trying to use the example shown on the manual page titled "Querying and Updating the MIB with ud32" without much success. I have set the FIELDTBLS32 env variable to be $TUXDIR/udataobj and the FLDTBLDIR32 env var to be Usysfl32,evt_mib,tpadm

Here is what I am typing at the UNIX prompt (HP-UX):
$ ud32 -C tpsysadm -i /tmp/ud32.txt

The file /tmp/ud32.txt contains the following (tabs between field names & values):
SRVCNM .tmib
TA_OPERATION get
TACLASSES t_server
<CR>

Here is the error I am receiving:
CMDTUX_CAT:988: ERROR: ud detected syntax error in fielded buffer #1
LIBFML_CAT:8: ERROR: Unknown field name

SRVCNM .tmib
TA_OPERATION GET

CMDTUX_CAT:991: ERROR: Can't send buffer TPENOENT - no entry found

All help/comments would be really appreciated. I have been working on this a full day and have hit the wall.

Regards,
Paul
 
Hi Paul,

You should try this:
1. Change the values of the 2 variables: FLDTBLDIR32=$TUXDIR/udataobj
FIELDTBLS32=tpadm, Usysfl32

2. The file /tmp/ud32.txt should contain the next lines:

SRVCNM .TMIB
TA_OPERATION GET
TA_CLASS T_SERVER
<CR>

with tabs between each fields and everything will be fine!

Regards,

Pejman

 
pejman,
I have followed your suggestion and I got the same error as paul no matter what I changed to FLDTBLDIR32 and FIELDTBLS32. Please help!!
 
Hi

First
&quot;Here is the error I am receiving:
CMDTUX_CAT:988: ERROR: ud detected syntax error in fielded buffer #1
LIBFML_CAT:8: ERROR: Unknown field name&quot;

Your ud32.txt is corrupted, you probably have tabulation or space which are not compatible with ud32 format file.
You must modify your text file

CMDTUX_CAT:991: ERROR: Can't send buffer TPENOENT - no entry found

This mean that your service is probably not available in the tuxedo Bulletin board
To resolve this just read my response in the t
thread &quot; ...TPENOENT - no entry found&quot;

Good luck for all ...
Djibril.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top