BEA Logo BEA Tuxedo Release 7.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Jolt   |   Topic List   |   Previous   |   Next   |   Contents   |   Index

   Using BEA Jolt

FML Error Messages

ERROR

Fielded buffer not aligned.

Description

An FML function was called with a fielded buffer that is not properly aligned. Most machines require half-word alignment.

Action

Use Falloc to retrieve an allocated, properly aligned buffer.

See Also

BEA Tuxedo FML Function Reference

ERROR

Buffer not fielded.

Description

A buffer was passed to an FML function that has not been initialized.

Action

Use Finit to initialize a buffer allocated directly by the application, or use Falloc to allocate and initialize a fielded buffer.

See Also

BEA Tuxedo FML Function Reference

ERROR

Invalid argument to function.

Description

An invalid argument (other than an invalid field buffer, field identifier, or field type) was passed to an FML function. This can be a parameter where a non-NULL parameter was expected (for example, it can be an invalid buffer size, etc.).

Action

See the manual page associated with the error for the correct parameter values.

See Also

BEA Tuxedo FML Function Reference.

ERROR

Unknown field number or type.

Description

An invalid field number was specified for an FML function, an invalid field number (0 or greater than 8192) was specified, or Fname could not find the associated field identifier for the specified name.

Action

Most of the FML functions return this error; see the manual page associated with the function that returned this error. Check your code to make sure the field specified is valid.

See Also

BEA Tuxedo FML Function Reference.