The error or status code "TibrvStatus.NOT_FOUND" indicates that a specified field in a message could not be found.What are the various examples of this?

The error or status code "TibrvStatus.NOT_FOUND" indicates that a specified field in a message could not be found.What are the various examples of this?

book

Article ID: KB0085469

calendar_today

Updated On:

Products Versions
TIBCO Rendezvous -
Not Applicable -

Description

Resolution:
Here are some of the many reasons why you might receive "TibrvStatus.NOT_FOUND":

- call to TibrvMsg.getXXX with a field ID that does not exist in the message and a null field name

- call to TibrvMsg.getXXX with a field name that does not exist in the message

- call to TibrvMsg.updateXXX with a field ID that does not exist in the message and a null field name

- call to TibrvMsg.getXXX on a message that contains only send subject and reply subject

Issue/Introduction

The error or status code "TibrvStatus.NOT_FOUND" indicates that a specified field in a message could not be found.What are the various examples of this?