Previous Topic: ELx to ESx Messages

Next Topic: EWx Messages


ETx Messages

ETJZM001I

NetMaster translator runtime parameters being used are: p1

Reason:

The NetMaster translator initialized using parameter overwrites from either environment variables or java properties. p1 identifies the parameters set. The following list shows the possible parameters:

HOST=xxx

Shows the value of the netmaster.tr.host overwrite. If set, then the primary NetMaster connection is made to the specified host name or address.

PORT=nnn

Shows the value of the netmaster.tr.port overwrite. If set, then the primary NetMaster connection is made to the specified port number on the host name or address that is configured (or set using the run-time parameter).

DEBUG=(xxx)

Shows the debugging options in use for generating trace messages on the translators execution.

System Action:

None.

User Action:

None.

ETJZM002I

Using setting from system property p1=p2

Reason:

The NetMaster translator will use the java system property p1 as a parameter overwrite for controlling the translator. p2 is the value of the property.

System Action:

None.

User Action:

None.

ETJZM003I

Using setting from environment variable p1=p2

Reason:

The NetMaster translator will use the environment variable p1 as a parameter overwrite for controlling the translator. p2 is the value of the variable.

System Action:

None.

User Action:

None.

ETJZM004I

Ignoring error while canceling NetMaster request. MSG=p1

Reason:

An error was encountered while attempting to cancel an existing translator request. p1 is the encountered error.

System Action:

The error is ignored and processing continues. The connection in error is recycled.

User Action:

None.

ETJZM005E

Login to NetMaster failed. RC=p1 FDBK=p2 MSG=p3

Reason:

The translator attempted to log in to CA NetMaster, but the login failed.

p1 is the protocol return code.

p2 is the feedback code.

p3 is the error message.

System Action:

The request is terminated, and no data is returned for the SQL request.

User Action:

Check the log for messages that identifies the user that was attempting to log in, and ensure that they are authorized to access CA NetMaster data.

ETJZM006E

Unable to establish a connection to NetMaster on host=p1 port=p2

Reason:

The translator could not establish a TCP/IP connection to CA NetMaster on host name/address p1 and port p2.

System Action:

The request is terminated, and no data is returned for the SQL request.

User Action:

Check that the correct host name/address and port have been set for the connection. If these values are correct, then ensure that the region is running on the identified z/OS system.

ETJZM007I

Connection to NetMaster on host=p1 port=p2 successful for user p3 p4

Reason:

A connection was established successfully for user p3 to CA NetMaster on host name/address p1 and port p2. This connection is used to satisfy data requests for this user. p4 indicates the API and connector versions used.

System Action:

None.

User Action:

None.

ETJZM008E

Socket input truncated reading NetMaster response! p1 bytes were expected, however only p2 bytes were received.

Reason:

While attempting to read p1 bytes from a TCP/IP socket to CA NetMaster, an end-of-file condition was encountered after only reading p2 bytes.

System Action:

The connection is terminated, and another connection is established to retry the request.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM009E

Invalid record length of p1 received from NetMaster in response to request:

Reason:

The record length of a response from CA NetMaster is invalid. An additional message is issued, which shows a dump of the data that was received as the record length.

p1 is the record length.

System Action:

The request is terminated.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM010E

p1

Reason:

This dump message shows data in hexadecimal and character format.

System Action:

None.

User Action:

See the related messages that are issued before this message.

ETJZM011E

Socket I/O error while sending/receiving data on NetMaster connection. Data sent:

Reason:

A socket I/O error was encountered while attempting to send or receive data on a connection to CA NetMaster. Subsequent messages show the data that was sent.

System Action:

The connection is terminated.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM012E

Socket I/O error while attempting to read data on NetMaster connection

Reason:

A socket I/O error was encountered while attempting to read data on a connection to CA NetMaster.

System Action:

The connection is terminated.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM013E

Exception p1 encountered while attempting to decode response MDO:

Reason:

The exception p1 was encountered while attempting to decode the BER encoded response from CA NetMaster. Subsequent messages show the data that was in error.

System Action:

The connection is terminated.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM014E

Unable to get SECAPPL for NetMaster region on host=p1 port=p2

Reason:

The translator was unable to obtain the required security application identifier to generate PassTickets for logon to CA NetMaster. p1 and p2 are the host name/address and port of the contacted region.

System Action:

The connection is terminated.

User Action:

Review proceeding messages that indicate the cause of the error.

ETJZM015E

Retrieval of SECAPPL for NetMaster failed. RC=p1 FDBK=p2 MSG=p3

Reason:

The translator was unable to obtain the required security application identifier to generate PassTickets for logon to CA NetMaster. The region responded with the following information:

p1 is the return code.

p2 is the feedback code.

p3 is the error message.

System Action:

The connection is terminated.

User Action:

Check the region for error messages that indicate the cause of the error.

ETJZM101I

Connecting to host p1 on port p2 to negotiate port for server p3

Reason:

A connection is being established to host name/address p1 and port p2 for the CA NetMaster server p3. After the TCP/IP connection has been established, the port sharing protocol is negotiated and a connection to servlet p3 is established.

System Action:

None.

User Action:

None.

ETJZM201E

Exception while retrieving 'more' responses from NetMaster.

Reason:

An exception was encountered while attempting to get more data from CA NetMaster.

System Action:

The request terminates.

User Action:

Review the preceding and associated messages for the reason of the error.

ETJZM202E

Request for metadata from NetMaster failed. RC=p1 FDBK=p2 MSG=p3

Reason:

The translator attempted to obtain the table metadata from CA NetMaster, but the request failed.

p1 is the return code.

p2 is the feedback code.

p3 is the error message.

System Action:

The request is terminated, and the translator is not able to initialize.

User Action:

Review the log for messages that indicate the cause of the error.

ETJZM203I

Retrieving metadata from NetMaster p1

Reason:

The translator has connected successfully to CA NetMaster and is attempting to retrieve the metadata that describes the data that is available. p1 indicates the API, connector and translator versions used.

System Action:

None.

User Action:

None.

ETJZM204E

Error encountered while attempting to retrieve metadata from NetMaster.

Reason:

An error was encountered while attempting to get metadata from CA NetMaster.

System Action:

The request terminates, and the translator does not initialize.

User Action:

Review the associated messages for the reason of the error.

ETJZM205I

All metadata from NetMaster processed successfully, p1 table definitions cached.

Reason:

The translator has connected successfully to CA NetMaster and retrieved all metadata that describes the data that is available. p1 table definitions were retrieved and cached.

System Action:

None.

User Action:

None.

ETJZM206I

Retrieved metadata for table p1 with p2 columns.

Reason:

The translator has retrieved successfully the metadata for table p1 which has p2 columns.

System Action:

None.

User Action:

None.

ETJZM301E

Unsupported literal type encountered in expression! Literal class=p1

Reason:

The translator received a request that contained a literal class that is not supported. p1 identifies the class.

System Action:

The request terminates.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM302E

Unsupported condition class encountered in expression! Condition=p1

Reason:

The translator received a request that contained a condition class that is not supported. p1 identifies the class.

System Action:

The request terminates.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM303E

Aggregate functions are not supported for streamed tables.

Reason:

The translator received a request for an aggregate function to be applied on a streamed table. This action is unsupported.

System Action:

The request terminates.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM304E

Unsupported aggregate function p1 encountered in query.

Reason:

The translator received a request for an aggregate function p1 that is not supported.

System Action:

The request terminates.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM305E

Limit is not supported for streamed tables.

Reason:

The translator received a request that contained the LIMIT clause on a streamed table. This action is unsupported.

System Action:

The request terminates.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM306E

OrderBy is not supported for streamed tables.

Reason:

The translator received a request that contained the ORDERBY clause on a streamed table. This action is unsupported.

System Action:

The request terminates.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM307E

GroupBy is not supported for streamed tables.

Reason:

The translator received a request that contained the GROUPBY clause on a streamed table. This action is unsupported.

System Action:

The request terminates.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM308E

Invalid argument type "p1" to procedure call p2

Reason:

The translator received a request to invoke the stored procedure p2 with the p1 argument type. This action is unsupported.

System Action:

The request terminates.

User Action:

For assistance, contact at http://ca.com/support.

ETJZM309E

Translator logic error, unexpected request for more responses when none pending.

Reason:

The translator received a request to get more responses to a previous request; however, no more responses are waiting to be received.

System Action:

The request terminates.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM310E

Query request to NetMaster failed. RC=p1 FDBK=p2 MSG=p3

Reason:

The translator sent a query request to CA NetMaster, but the request failed.

p1 is the response return code.

p2 is the feedback code.

p3 is the error message.

System Action:

The request is terminated, and no data is returned for the sql request.

User Action:

Check the CA NetMaster region for messages that indicate the reason for the error.

ETJZM311E

Streamed table notification failed for table p1, streamed query terminated. NetMaster RC=p2 FDBK=p3 MSG=p4

Reason:

The translator sent a streamed query notification request for table p1 to CA NetMaster, but the request failed.

p2 is the response return code.

p3 is the feedback code.

p4 is the error message.

System Action:

The request is terminated, and no data is returned for the SQL request.

User Action:

Check the CA NetMaster region for messages that indicate the reason for the error.

ETJZM312E

Execption while monitoring for data notification for table p1, stream ended abnormally.

Reason:

An exception was encountered while monitoring for data notifications for table p1. The streamed table ends abnormally. No more data is delivered to the stream.

System Action:

The connection is terminated.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM401E

Translator access method error. p1 - p2

Reason:

A translator query call to an access method resulted in an error. p1 is the ID of the access method that was processing the request. p2 contains information about the error and can have the following possible values:

XSCAN search error: m

Indicates that the access method encountered an error with a packet analyzer XSCAN search request that finds all records applicable to a query. The error is described in the message m that follows.

XSCAN count error: m

Indicates that the access method encountered an error with a packet analyzer XSCAN count request that counts the number of records that match a query. The error is described in the message m that follows.

System Action:

Error codes and message are sent back to client.

User Action:

Ensure that the query request is formed correctly, and retry the request. For assistance, contact CA Support at http://ca.com/support.

ETJZM402E

TSF Suffix valid values : A to Z, 0 to 9, PROD or NONE

Reason:

Valid values for this field are A through Z, 0 through 9, PROD, or NONE. PROD is equivalent to a TSF suffix of a blank character while NONE disables sending TSF metric data from this region. The value must match the TSF region identifier shown in the CA Chorus TSF startup log message ETJTS106I. For details on the CA Chorus TSF suffix, see CA Chorus Installation Guide.

System Action:

The field in error is highlighted.

User Action:

Specify a valid value.

ETJZM403E

TSF Suffix valid values : A to Z, 0 to 9, PROD or NONE

Reason:

Valid values for this field are A through Z, 0 through 9, PROD, or NONE. PROD is equivalent to a TSF suffix of a blank character, while NONE disables sending TSF metric data from this region. The value must match the TSF region identifier shown in the CA Chorus TSF startup log message ETJTS106I.

For details on the CA Chorus TSF suffix, see CA Chorus Installation Guide.

System Action:

The field in error is highlighted.

User Action:

Specify a valid value.

ETJZM450E

Product "p1" not found in TSF registration load module

Reason:

During the initialization of the CA Chorus interface, product p1 was not found in the NMTSFREG registration load module.

System Action:

Processing terminates.

User Action:

Verify that you are using the NMTSFREG registration module that comes with this release of the product.

ETJZM451E

TSF Data Feed interval value 'p1' is not valid

Reason:

The value p1 is not a valid TSF data feed interval. Valid values are 15, 30, 60, 300, 900, 1800, 3600, 7200, 14400, 43200, and 86400.

System Action:

Processing terminates.

User Action:

Enter a valid value for the INTERVAL= parameter keyword.

ETJZM452E

Required input data (p1) omitted for p2

Reason:

The required input data p1 was not provided. p2 indicates the failed function call.

System Action:

The request is rejected.

User Action:

Provide a valid value, and retry the request.

ETJZM453E

TSF PDAPI protocol violation: p1

Reason:

The TSF data feed process received a logical record from the server that did not conform to the PD API protocol specification. p1 is the specific error that is found with the received data and has the following possible values:

unexpected record direction x

The direction indicator of the record is invalid.

data + header length missmatch: hdr= x data= y record= z

The sum of the header section and the data section does not add up to the total logical record length.

invalid request code x in header record

A record was received with a request code of x that is invalid or that this version of the PD API does not support.

received unexpected record "x"

A logical record was received with a request code of x that is not valid currently.

unexpected heartbeat type x

The heartbeat record type is invalid.

heartbeat type x correlator mistmatch

The expected heartbeat correlator does not match.

timeout waiting for required data, expected x

The allowed maximum time for record x to be send expired.

error condition for record "x" reason y

An error condition was detected. x is the record type. y describes the reason for the error.

System Action:

Processing terminates.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM454E

TCP/IP sockets interface is not active

Reason:

The TCP/IP sockets interface is not active, which prevents the TSF data feed process from establishing a TCP connection with the TSF server.

System Action:

Process is terminated.

User Action:

To start the TCP/IP sockets interface:

  1. Enter /PARMS and review the SOCKETS parameter group. Verify that all of the details are correct, and then press F6 to action the group.
  2. If actioning the group fails, verify that the associated stack address space is available and initialized, then action the parameter group again.

ETJZM455E

SOCKET p1 failed rc=p2 fdbk=p3 errno/verrin=p4 p5

Reason:

The TSF data feed process failed on a socket.

p1 identifies the socket option.

p2 is the return code.

p3 is the feedback code.

p4 is the socket error number and vendor-specific error code.

p5 (optional) shows a brief description of the error number.

System Action:

Processing terminates.

User Action:

Check the error codes. For assistance, contact CA Support at http://ca.com/support.

ETJZM456E

TSF token set retrieval failed p1

Reason:

The TSF data feed process failed to retrieve a valid TSF name/token pair. p1 is the reason for the failure.

System Action:

Process is terminated.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM501E

Translator driver logic error: p1

Reason:

Translator driver encountered an internal logic error. p1 is additional text to describe the specific error.

System Action:

Processing terminates.

User Action:

Review the log for other error messages. For assistance, contact CA Support at http://ca.com/support.

ETJZM502E

Error processing query. p1

Reason:

A query request resulted in an error. The request could not be completed and was aborted. p1 contains information about the error and can have the following possible values:

Rejected query for unknown table t

Indicates that the server does not know table t, which was being queried.

Invalid system expression: e

Indicates that the query resulted in the generation of an invalid BOOLEXPR expression, e, for testing system inclusion. The request MDO is written to the log.

Where criteria invalid at r

Indicates that the query expression included invalid or unsupported WHERE clause criteria. The invalid criteria was encountered at MDO reference r. The request MDO is written to the log.

Error in access method pkg:proc

Indicates that the access method procedure proc in package pkg abended. The error details are written to the log.

Cannot pass query to: s. System ignored.

Indicates that the requested query could not be sent to secondary system s and its contribution to the output is not returned. The query continues processing for other eligible systems. Additional message appears in the log of this system or the log of the remote secondary system.

Error returned from query to s on l. System ignored.

Indicates that the requested query failed on system s on LPAR l. The query continues processing for other eligible systems. Additional messages appear in the log of this system or the log of the remote secondary system.

Timeout waiting for query to execute in s on l ID n. System ignored.

Indicates that the requested query could not be sent to secondary system s on LPAR l. The process that failed to respond had ID n. The query continues processing for other eligible systems. Additional messages appear in the log of the remote secondary system.

Error processing INTQUEUE messages for query. Feedback code n.

Indicates that the requested query could not be processed successfully because the internal processing queue encountered an error. n is the feedback code that describes the error.

System Action:

Error codes and message are sent back to client.

User Action:

Ensure that the query request is correctly formed, and retry the request. For assistance, contact CA Support at http://ca.com/support.

ETJZM503E

No tables satisfy request for metadata. p1

Reason:

A request for table metadata found no tables matching the requested criteria. p1 is optional criteria that was specified on the request.

System Action:

Error codes and message are sent back to client.

User Action:

Ensure that the filter criteria specified is correct, and retry the request.

ETJZM504E

VARS transfer error: p1

Reason:

A request to transfer variable data from one process to another failed. p1 contains information about the error and can have the following possible values:

Transfer to n on t for v from m on f aborted. Error: msg

Indicates that the transfer to process ID n running on system domain t for variable stem v was aborted. The source was from process ID m running on system domain f. The error message returned was msg.

Transfer to n on t for v from m on f aborted. Target is no longer running

Indicates that the transfer to process ID n running on system domain t for variable stem v was aborted. The target process is no longer running.

Transfer to n on t for v from m on f aborted. Lock on table failed rc x fdbk y

Indicates that the transfer to process ID n running on system domain t for variable stem v was aborted. The transfer is unable to obtain lock on the control table. x is the lock return code, and y is the feedback code.

Transfer accept failed for n. Accept timed out.

Indicates that the request to accept the transfer of variable data to process ID n failed. The request timed out.

Transfer accept failed for n. Unexpected message arrived: m

Indicates that the request to accept the transfer of variable data to process ID n failed. An unexpected message arrived on the INTQUEUE. m is the message that arrived.

Transfer accept failed for n. Vars not in table entry r or process target mismatch (key's ID= i ).

Indicates that the request to accept the transfer of variable data to process ID n failed. The table key presented was not applicable for the requesting process ID.

System Action:

Error codes and message are sent back to client.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM505I

Using RAPPL p1 from p2

Reason:

The translator server uses the security application name p1. This name was either found in the SXCTL ddname or defaulted to the job name of the region. p2 indicates where the name was retrieved from.

System Action:

The RAPPL value is used for generating PassTickets for remote users who access the region.

User Action:

None.

ETJZM601E

Translator socket receive error. p1 rc=p2 fdbk=p3 errno/verrin=p4 p5 (p6 p7)

Reason:

The Translator servlet encountered an error while receiving data from a TCP socket. The process was in p1 state when the error occurred. p2 is the return code, and p3 is the feedback code. p4 gives the socket error number and vendor-specific error code. If present, p5 gives a brief description of the error number. p6 and p7 are the address and port of the client.

System Action:

The specific connection is closed.

User Action:

Review the error codes. For assistance, contact CA Support at http://ca.com/support.

ETJZM602E

Translator socket send error. p1 rc=p2 fdbk=p3 errno/verrin=p4 p5 (p6 p7)

Reason:

The Translator servlet encountered an error while sending data to a TCP socket. The process was in p1 state when the error occurred. p2 is the return code, and p3 is the feedback code. p4 gives the socket error number and vendor-specific error code. If present, p5 gives a brief description of the error number. p6 and p7 are the address and port of the client.

System Action:

The specific connection is closed.

User Action:

Review the error codes. For assistance, contact CA Support at http://ca.com/support.

ETJZM603E

Unsupported Translator encoding prefix p1

Reason:

The Translator servlet received a request encoding prefix that it does not support. The encoding technique indicated by the prefix was p1.

System Action:

The specific connection is closed.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM604E

Translator decode failed rc=p1 fdbk=p2 msg=p3

Reason:

The Translator servlet could not decode the data that is received from the client. The data received was invalid and failed the decoding process. p1 is the return code from the decoding process, and p2 is the feedback code. If present, p3 contains additional information.

System Action:

The specific connection is closed, and data is written to the log.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM605E

Translator protocol violation: p1

Reason:

The Translator servlet received a request that violates the communications protocol between the translator client and server. p1 indicates the specific error and can have the following values:

Unsupported API version n. Max supported is m

Indicates that the login request specified an unsupported API version. n was the value that the client specified, and m is the maximum value that this server supports.

Unsupported character set x

Indicates that the login request specified an unsupported character set x.

Request out of sequence: More request when nothing is pending.

Indicates that a client requested more responses but there were no more pending to be sent.

Request out of sequence: Option API, sub-option LOGIN

Indicates that a client requested a login when the connection was logged in already.

Invalid sub-option x for option y

Indicates that a client requested sub-option x for option y, however, the sub-option is not applicable.

Unsupported request option x

Indicates that a client requested option x, which this server does not support.

Unexpected request during login, option o sub-option s

Indicates that a client sent request option o with sub-option s during the login phase of a connection.

System Action:

The specific connection is closed.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM606E

Translator socket transfer failed! Socket=p1 NCLID=p2 rc=p3 fdbk=p4 errno/verrin=p5 p6

Reason:

The TCP socket transfer to a servlet process failed.

p1 is the TCP socket ID.

p2 is the NCL ID of the servlet process.

p3 is the return code.

p4 is the feedback code.

p5 is the socket error number and vendor-specific error code.

p6 (optional) is a brief description of the error number.

System Action:

The specific connection is closed.

User Action:

Review the error codes. For assistance, contact CA Support at http://ca.com/support.

ETJZM607E

Translator encode failed rc=p1 fdbk=p2 msg=p3

Reason:

The Translator servlet could not encode the data to send to the client. The request to be sent was invalid and failed the encoding process.

p1 is the return code from encoding process.

p2 is the feedback code.

p3 (optional) is a message.

System Action:

The specific connection is closed, and data is written to the log.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM608E

Translator servlet encountered a fatal processing error.

Reason:

Translator servlet encountered a fatal processing condition and cannot recover from it. Proceeding and subsequent error messages detail the condition and other diagnostic information.

System Action:

Processing terminates, and the connection is closed.

User Action:

Review the log for other error messages. For assistance, contact CA Support at http://ca.com/support.

ETJZM609E

Translator server logic error: p1

Reason:

Translator server encountered an internal logic error. p1 provides additional text to describe the specific error.

System Action:

Processing terminates.

User Action:

Review the log for other error messages. For assistance, contact CA Support at http://ca.com/support.

ETJZM701E

Product "p1" not found in TSF registration load module

Reason:

During the initialization of the CA Chorus interface, product p1 was not found in the NMTSFREG registration load module.

System Action:

Processing terminates.

User Action:

Verify that you are using the NMTSFREG registration module that comes with this release of the product.

ETJZM702E

TSF Data Feed interval value 'p1' is not valid

Reason:

The value p1 is not a valid TSF data feed interval. Valid values are 15, 30, 60, 300, 900, 1800, 3600, 7200, 14400, 43200, and 86400.

System Action:

Processing terminates.

User Action:

Enter a valid value for the INTERVAL= parameter keyword.

ETJZM703E

Required input data (p1) omitted for p2

Reason:

The required input data p1 was not provided. p2 indicates the failed function call.

System Action:

The request is rejected.

User Action:

Provide a valid value, and retry the request.

ETJZM704E

TSF PDAPI protocol violation: p1

Reason:

The TSF data feed process received a logical record from the server that did not conform to the PD API protocol specification. p1 is the specific error that is found with the received data and has the following possible values:

unexpected record direction x

The direction indicator of the record is invalid.

data + header length missmatch: hdr=x data=y record=z

The sum of the header section and the data section does not add up to the total logical record length.

invalid request code x in header record

A record was received with a request code of x that is invalid or that this version of the PD API does not support.

received unexpected record "x"

A logical record was received with a request code of x that is not valid currently.

unexpected heartbeat type x

The heartbeat record type is invalid.

heartbeat type x correlator mistmatch

The expected heartbeat correlator does not match.

timeout waiting for required data, expected x

The allowed maximum time for record x to be send expired.

error condition for record "x" reason y

An error condition was detected. x is the record type. y describes the reason for the error.

System Action:

Processing terminates.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM705E

TCP/IP sockets interface is not active

Reason:

The TCP/IP sockets interface is not active, which prevents the TSF data feed process from establishing a TCP connection with the TSF server.

System Action:

Process is terminated.

User Action:

To start the TCP/IP sockets interface:

Enter /PARMS and review the SOCKETS parameter group. Verify that all of the details are correct, and then press F6 to action the group.

If actioning the group fails, verify that the associated stack address space is available and initialized, then action the parameter group again.

ETJZM706E

SOCKET p1 failed rc=p2 fdbk=p3 errno/verrin=p4 p5

Reason:

The TSF data feed process failed on a socket.

p1 identifies the socket option.

p2 is the return code.

p3 is the feedback code.

p4 is the socket error number and vendor-specific error code.

p5 (optional) shows a brief description of the error number.

System Action:

Processing terminates.

User Action:

Check the error codes. For assistance, contact CA Support at http://ca.com/support.

ETJZM707E

TSF token set retrieval failed p1

Reason:

The TSF data feed process failed to retrieve a valid TSF name/token pair. p1 is the reason for the failure.

System Action:

Process is terminated.

User Action:

For assistance, contact CA Support at http://ca.com/support.

ETJZM999I

p1

Reason:

This debug message is issued when debugging is turned on for the translator. p1 is variable information.

System Action:

None.

User Action:

Gather the log messages, and send them to the CA Support representative who asked for debugging to be turned on.