Message Reference > P Message Codes > PWXCMD Messages
  

PWXCMD Messages

PWXCMD_20000 ERROR: ''error_message''

Explanation:
The specified error occurred.
User Response:
See the documentation for the specified error.

PWXCMD_20001 This command requires either the DomainName or Gateway option.

Explanation:
The command did not include either the -DomainName or the -Gateway option. At least one of these options is required.
User Response:
On the command line, include the -DomainName or -Gateway option.

PWXCMD_20002 The node [''node_name''] does not exist in the domain

Explanation:
The node name that you entered for the -NodeName option on the command line does not exist in the domain.
User Response:
Enter a valid node name.

PWXCMD_20003 The service [''service_name'] is not a Listener Service

Explanation:
The value that you entered for the -ServiceName option on the command line is not the name of a PowerExchange Listener Service.
User Response:
For the -ServiceName option, specify the name of a Listener Service.

PWXCMD_20004 The service [''service_name'] is not a Logger Service

Explanation:
The value that you entered for the -ServiceName option on the command line is not the name of a PowerExchange Logger Service.
User Response:
For the -ServiceName option, specify the name of a Logger Service.

PWXCMD_20005 Error communicating with service [''service_name'']. See log for more details

Explanation:
The infacmd pwx command encountered an error while communicating with the specified service.
User Response:
See the PowerExchange log file for additional information.

PWXCMD_20006 Command not applicable to service [''service_name''].

Explanation:
The infacmd pwx command that you entered does not apply to the service name that you entered.
User Response:
Enter an appropriate service name for the command.

PWXCMD_30084 Invalid address format. Expected format is host:port.

Explanation:
The format of the node address that is specified in the infacamd pwx command is not valid.
User Response:
Enter the node address in the following format: host_name: port_number

PWXCMD_30089 Invalid port number [port_number]

Explanation:
The port number that is specified in the infacmd pwx command is not valid.
User Response:
Enter a valid port number in the infacmd pwx command.

PWXCMD_30357 Could not connect to peer due to [service_connection_error]

Explanation:
The service could not be connected using the given parameters.
User Response:
Verify that the domain parameters are valid.

PWXCMD_30358 No gateway connectivity is found for domain [domain_name].

Explanation:
The program was unable to establish a connection to the domain.
User Response:
Verify that the domain gateway configuration is correct.

PWXCMD_30359 Connection definition not found for: [connection_name].

Explanation:
The program was unable to find a connection definition.
User Response:
Contact Informatica Global Customer Support.

PWXCMD_30360 Definition for operation [operation_name] not found.

Explanation:
The PowerExchange data map does not contain the table for this operation.
System Action:
The operation is removed from the data object.
User Response:
No response is required.

PWXCMD_30361 Definition for field [field_name] in operation [operation_name] not found.

Explanation:
The PowerExchange data map does not contain the field that is referenced by this operation.
System Action:
The field is removed from the operation.
User Response:
No response is required.

PWXCMD_30362 Definition for field [field_name] in operation [operation_name] mismatch (details)

Explanation:
The PowerExchange data map contains a different definition of type, precision, or scale for this field.
System Action:
The field in the operation is updated to match the data map definition.
User Response:
No response is required.

PWXCMD_30363 General Logic Error: [error_message]

Explanation:
The indicated program logic error occurred.
User Response:
Contact Informatica Global Customer Support.

PWXCMD_30364 Connection name argument invalid

Explanation:
The connection name argument must be a string in double quotation marks. The string can optionally include a single wild card character. Example: \"conn*\")
User Response:
Enter the connection name argument in the correct format.

PWXCMD_30365 Data object name argument invalid

Explanation:
The data object name argument must be a string in double quotation marks. The string can optionally include a single wild card character. Example: \"*\"
User Response:
Enter the data object name argument in the correct format.

PWXCMD_30366 Schema name argument invalid

Explanation:
The schema name argument must be a string in double quotation marks. The string can optionally include a single wild card character. Example: \"*\"
User Response:
Enter the schema name argument in the correct format.

PWXCMD_30367 Model [data_model] - import warning: [validation_warning]

Explanation:
The import of the PowerExchange data map generated warning messages.
User Response:
Correct the data map if required and synchronize the data object.

PWXCMD_30368 Cannot load PowerExchange. Please check PWX_HOME environment variable.

Explanation:
The command line program was unable to load PowerExchange. The program requires PowerExchange to be installed and the PWX_HOME environment variable to be set.
User Response:
Verify that the PWX_HOME environment variable points to the PowerExchange installation directory on the local system.

PWXCMD_34024 Invalid replace value 'replace_value'.

Explanation:
An invalid value was specified for the -replace parameter of the createdatamaps command.
User Response:
Specify Y or N for the -replace parameter in either uppercase or lowercase.