Table of Contents

Search

  1. Preface
  2. Introduction
  3. Program Design
  4. SSA-NAME3 Functions
  5. Language Specific Guidelines
  6. Controls
  7. Advanced Controls
  8. Address Standardization
  9. ASM Workbench

SSA-NAME3 API Reference Guide

SSA-NAME3 API Reference Guide

ssan3xp_errors_get_all

ssan3xp_errors_get_all

Get the Server side error messages from the last API function that failed. This function should be called repeatedly until it returns 1, meaning all messages have been retrieved.
If a communication (socket) error occurred, this function will also fail. Refer to the
OPERATIONS MANUAL, Error Log
section for information on interpreting the Error Log.

Prototype

EXEC master.dbo.ssan3xp_errors_get_all ( @rc OUTPUT, @sockh , @msg OUTPUT - String out ) ;

Parameters

msg is an error message.

Return Code

negative for error, 0 for success

0 COMMENTS

We’d like to hear from you!