Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Component

Universal Connector


----

UNV6856E Missing job step.


Description


A job step was not defined for the job.


Severity


Error


System Action


The program continues.


User Action


None.


Component

Universal Connector


----

UNV6857E Error initializing local Broker interface: func, errno, reason


Description


An error occurred initializing the interface to the local Universal <->

Broker. The manager communicates with the local Broker to register with it and to obtain its configuration data. The function func failed with an error code of errno, which is described by reason.


Severity


Error


System Action

The process terminates.


User Action


Check that a local Broker is running on the same system as the manager. If a Broker is not running, one must be started prior to starting the manager. Contact Stonebranch Customer Support is assistance is needed.


Component

Universal Connector


----

UNV6858E Error recording process exit code: func, errno, reason


Description


An error occurred recording the manager process exit code for local Broker monitoring. The function func failed with an error code of errno, which is described by reason.


Severity


Error


System Action


The manager terminates. The local Broker shall detect that the manager ended, but it will not know the manager exit conditions.


User Action


On UNIX, the process lock file (PLF) used by the manager may have been corrupted or removed. Although the condition cannot be recovered, the cause of the problem should be determined to prevent it from reoccurring. Contact Stonebranch Customer Support is assistance is needed.


Component

Universal Connector


----

UNV6859E Error registering with local Broker: func, errno, reason


Description


An error occurred registering with the local Universal Broker. The registration process is required for the manager to obtain its configuration data from the local Broker. The function func failed with an error code of errno, which is described by reason.


Severity


Error


System Action


The manager terminates.


User Action


Check that a local Broker is running on the same system as the manager. If a Broker is not running, one must be started prior to starting the manager. Contact Stonebranch Customer Support is assistance is needed.


Component

Universal Connector


----

UNV6860E Error establishing local broker session: func, errno, reason


Description


An error occurred establishing a communication session with the local broker. The function that failed is identified by field 'func'. Field p>errno is the error number, and field reason is an explanation of the error.


Severity


Error


System Action


The program terminates.


User Action


Contact Stonebranch customer support if unable to identify and resolve the problem.


Component

Universal Connector


----

UNV6861E Error initializing local Broker interface using system ID 'sid': func, errno, reason


Description


An error occurred initializing the interface to the local Universal Broker using system identifier sid. The manager communicates with the local Broker to register with it and to obtain its configuration data. The function func failed with an error code of errno, which is described by reason.


Severity


Error


System Action


The process terminates.


User Action


Check that a local Broker is running with the appropriate system ID on the same system as the manager. If a Broker is not running, one must be started prior to starting the manager. Contact Stonebranch Customer Support is assistance is needed.


Component

Universal Connector


----

UNV6862I Universal Connector component cid registered with local Broker 'sid'.


Description


The connector has successfully registered with the local Broker. The connector has been assigned component ID cid by the Broker. If multiple Brokers are supported by the O/S, the system ID of the Broker is identified by sid.


Severity


Informational


System Action


Processing continues.


User Action

None required.


Component

Universal Connector


----

UNV6863A Configuration information:


Description


A header that precedes the display of configuration options in effect for the Universal Connector.


Severity


Audit


System Action


None.


User Action


None required.


Component

Universal Connector


----

UNV6864A config options:


Description


A header that precedes the display of specific configuration options in effect for the Universal Connector. config is the category of options being displayed.


Severity


Audit


System Action


None.


User Action


None required.


Component

Universal Connector


----

UNV6865A System identifier: sid


Description


Displays the system identifier of the local Broker to which the connecter will register.


Severity


Audit


System Action


None.


User Action

None required.


Component

Universal Connector


----

UNV6866A Broker interface file directory: bifdir


Description


Displays the directory in which the connector searches for the local broker interface file.


Severity


Audit


System Action


None.


User Action

None required.


Component

Universal Connector


----

UNV6867A Process lock file directory: bifdir


Description


Displays the directory in which the connector creates its process lock file used by the local Broker to monitor the connector.


Severity


Audit


System Action


None.


User Action

None required.


Component

Universal Connector


----

UNV6868E \[Line: lineNum\] Invalid assignment; missing parameter keyword.


Description


An assignment operator was read before reading a valid keyword. The error was detected on line linenum.


Severity


Error


System Action


The program continues parsing the file to detect any additional syntax errors. A successful compilation is no longer possible.


User Action


Check for additional messages issued by Universal Connector. Determine the cause of the syntax error, make proper adjustments, and reissue the command.


Component

Universal Connector


----

UNV6869E \[Line: lineNum\] 'identifier'Unknown identifier.


Description


Identifier is not recognized as a valid keyword for the current scope. The error was detected on line linenum.


Severity


Error


System Action


The program continues parsing the file to detect any additional syntax errors. A successful compilation is no longer possible.


User Action


Check for additional messages issued by Universal Connector. Determine the cause of the syntax error, make proper adjustments, and reissue the command.


Component

Universal Connector


----

UNV6870E \[Line: lineNum\] Missing parameter assignments.


Description


A statement terminator was detected before required parameter assignments were read. The error was detected on line lineNum.


Severity


Error


System Action


The program continues parsing the file to detect any additional syntax errors. A successful compilation is no longer possible.


User Action


Check for additional messages issued by Universal Connector. Determine the cause of the syntax error, make proper adjustments, and reissue the command.


Component

Universal Connector


----

UNV6871E \[Line: lineNum\] Expected required keyword 'keyword'.


Description


Keyword is required in this type of statement. The error was detected on line lineNum.


Severity


Error


System Action


The program continues parsing the file to detect any additional syntax errors. A successful compilation is no longer possible.


User Action


Check for additional messages issued by Universal Connector. Determine the cause of the syntax error, make proper adjustments, and reissue the command.


Component

Universal Connector


----

UNV6872E \[Line: lineNum\] Unknown symbol 'symbol'.


Description


Symbol is not defined for use in Universal Connector job definition files. If this was intended as the value portion of a parameter assignment, it must be enclosed in quotation marks. The error was detected on line lineNum.


Severity


Error


System Action


The program continues parsing the file to detect any additional syntax errors. A successful compilation is no longer possible.


User Action


Check for additional messages issued by Universal Connector. Determine the cause of the syntax error, make proper adjustments, and reissue the command.


Component

Universal Connector


----

UNV6873E \[Line: lineNum\] Unexpected 'token-type' value 'value'.


Description


A token of type token-type was not expected at this time.

token-type violates the syntax of the statement. The error was detected on line lineNum.


Severity


Error


System Action


The program continues parsing the file to detect any additional syntax errors. A successful compilation is no longer possible.


User Action


Check for additional messages issued by Universal Connector. Determine the cause of the syntax error, make proper adjustments, and reissue the command.


Component

Universal Connector


----

UNV6874E \[Line: lineNum\] Unexpected statement terminator.


Description


A statement terminator was read before the syntax of the current statement was satisfied. The error was detected on line lineNum.


Severity


Error


System Action


The program continues parsing the file to detect any additional syntax errors. A successful compilation is no longer possible.


User Action


Check for additional messages issued by Universal Connector. Determine the cause of the syntax error, make proper adjustments, and reissue the command.


Component

Universal Connector


----

UNV6875E \[Line: lineNum\] Invalid token type for current scope: Scope(scope), Type(type), Token(token).


Description


A statement terminator was read before the syntax of the current statement was satisfied. The error was detected on line lineNum.


Severity


Error


System Action


The program continues parsing the file to detect any additional syntax errors. A successful compilation is no longer possible.


User Action


Check for additional messages issued by Universal Connector. Determine the cause of the syntax error, make proper adjustments, and reissue the command.


Component

Universal Connector


----

UNV6876E \[Line: lineNum\] Missing pre-requisite statement.


Description


The statement being defined on line lineNum has pre-requisites that were not defined.


Severity


Error


System Action


The program continues parsing the file to detect any additional syntax errors. A successful compilation is no longer possible.


User Action


Check for additional messages issued by Universal Connector. Determine the cause of the syntax error, make proper adjustments, and reissue the command.


Component

Universal Connector


----

UNV6877E Missing assignment handler for parameter parm in function block funcBlock.


Description


An internal error has occurred. An unknown parameter type is trying to assign its value to the function block parameter list. parm is the parameter for which there is no assignment handler and funcBlock is the function block that the parameter is trying to assign its value to.


Severity


Error


System Action


The program terminates.


User Action


Contact Stonebranch customer support.


Component

Universal Connector


----

UNV6878E \[Line: lineNum\] Keyword: Invalid keyword for statement type.


Description


While processing the statement, keyword was found which does not belong to the statement keyword set. Keyword belongs to the keyword set for another statement type. The error was detected on line lineNum.


Severity


Error


System Action


The program continues parsing the file to detect any additional syntax errors. A successful compilation is no longer possible.


User Action


Check for additional messages issued by Universal Connector. Determine the cause of the syntax error, make proper adjustments, and reissue the command.


Component

Universal Connector


----

UNV6879E Cannot access nls directory 'dir': reason


Description


The nls directory, whose entire path is specified by dir, could not be accessed. reason is an explanation of the error.


Severity


Error


System Action


The program terminates.


User Action


The program expects to find a 'nls' subdirectory immediately below the main Universal Connector installation directory. Make sure the directory exists and the user account running the usap program has access to this directory. If the directory does not exist, re-install Universal Connector.


Component

Universal Connector


----

UNV6880E Open failed for job definition file 'filename': reason


Description


The job definition file specified by the -run, -sub, or -mod parameters could not be opened. filename is the name of the job definition file. reason is an explanation of the error.


Severity


Error


System Action


The program terminates.


User Action


Make sure the specified file exists, and is in a location accessible to the user account running Universal Connector.


Component

Universal Connector


----

UNV6881E Missing required value for cmdOpt.


Description


No value was specified for cmdOpt on the command line or command file. cmdOpt requires a value to perform the given command.


Severity


Error


System Action


The program terminates.


User Action


Check for additional messages issued by Universal Connector. Add all required values to the command and reissue the command.


Component

Universal Connector


----

UNV6882E Installation directory is not defined.


Description


The program could not find the installation_directory entry in the Universal Connector configuration file, or the installation_directory entry has no value associated with it.


Severity


Error


System Action


The program terminates.


User Action


Make sure there is an installation_directory entry in the Universal Connector configuration file. If the entry does not exist, <->

add it. Set its value to the directory where USAP Connector is installed. Reinstall the program if necessary. Windows NT/2000 users: This entry can be found in the registry under the key HKEY_LOCAL_MACHINE\Software\Stonebranch\usap connector. Use the registry editor (regedit.exe) to view the registry.


Component

Universal Connector


----

UNV6883E Error obtaining user ID: func reason


Description


The user ID was not specified in the execution parameters supplied to Universal Connector, and the request to obtain it was not successful. func is the name of the function in which the error occurred. reason is an explanation of the error.


Severity


Error


System Action


The program terminates.


User Action


Contact Stonebranch customer support if unable to identify and resolve the problem.


Component

Universal Connector


----

UNV6884E Error obtaining password: func) reason


Description


The password was not specified in the execution parameters supplied to Universal Connector, and the request to obtain it was not successful. func is the name of the function in which the error occurred. reason is an explanation of the error.


Severity


Error


System Action


The program terminates.


User Action


Contact Stonebranch customer support if unable to identify and resolve the problem.


Component

Universal Connector


----

UNV6885E Cannot access installation directory 'dir': reason


Description


The installation directory identified by dir could not be accessed. reason is an explanation of the error.


Severity

Error


System Action


The program terminates.


User Action


Check the value of the installation_directory entry in the Universal Connector configuration file. Make sure the directory exists <->

and the user account running the usap program has sufficient access to that directory. Re-install USAP Connector if necessary.

Windows NT/2000 users: This entry can be found in the registry under the key HKEY_LOCAL_MACHINE\Software\Stonebranch\usap connector. Use the registry editor (regedit.exe) to view the registry.


Component

Universal Connector


----

UNV6886A User ID: userid


Description


Displays the SAP user ID with which to logon to the SAP system.


Severity


Audit


System Action


None.


User Action


None required.


Component

Universal Connector


----

UNV6887A Language: lang


Description


Displays the language in which messages are displayed. lang is the language.


Severity


Audit


System Action


None.


User Action


None required.


Component

Universal Connector


----

UNV6888A Trace table size: size, print condition: cond


Description


Displays the size of the memory trace table in bytes and the conditions under which the trace table is printed when the program ends.


Severity


Audit


System Action


None.


User Action

None required.


Component

Universal Connector


----

UNV6889A Command file: file


Description


Displays the name of a plain text command file.


Severity


Audit


System Action


None.


User Action


None required.


Component

Universal Connector


----

UNV6890A Encrypted command file: file


Description


Displays the name of an encrypted command file.


Severity


Audit


System Action


None.


User Action


None required.


Component

Universal Connector


----

UNV6891A Encryption key: file


Description


Displays the key used to encrypt the command file.


Severity


Audit


System Action


None.


User Action


None required.


Component

Universal Connector


----

UNV6892A Issuing command: cmd


Description


Displays a command that will be issued.


Severity


Audit


System Action


None.


User Action


None required.


Component

Universal Connector


----

UNV6893I PeopleSoft system returned message id msgId and exited with status code statusCode


Description


The UPPS command was successfully submitted, but some backend errors occurred on the PeopleSoft system. msgId and statusCode are the message id and status code, respectively, returned by the PeopleSoft system.


Severity


Informational


System Action


The program continues.


User Action


Try using the application level retry options to retry on the message id. If the problem persists, contact Stonebranch customer support.


Component

Universal Connector


----

UNV6894I Message id matches. Retry will occur in retryInterval seconds.


Description


The current web service call has failed with an application level error that is considered retryable based on the matching message id. The next attempt will be made in retryInterval seconds.


Severity


Informational


System Action


The program continues.


User Action


None.


Component

Universal Connector